/*
Theme Name: Eminence
Theme URI:
Author:Solution4webs 
Author URI:
Description: A responsive theme for all type of business that uses multiple nav menus, several sidebars ect . 
It has a pixel-perfect design that's great for any blogger who wants a new look for their site.Eminence will make your WordPress look beautiful everywhere.
 
Version: 1.0
Tags: red, white, one-column, two-columns, right-sidebar,fixed-layout,light,front-page-post-form,full-width-template,sticky-post,responsive-layout, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: eminance
*/

body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.42857;
	background-attachment: fixed;
}
p {
	font-size: 14px;
	line-height: 24px;
}
label {
	margin: 10px 0;
	font-size: 13px;
	font-weight: 400;
}
select {
	background-clip: padding-box;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 12px 24px;
	border-radius: 0;
	border: transparent;
	font-size: 16px;
}
.btn {
	border-radius: 0;
}

a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	outline: none;
}

.alert-success {
	background-color: #2ac56c;
}
.alert-info {
	background-color: #4593e3;
}
.alert-danger {
	background-color: #f06060;
}
.alert-warning {
	background-color: #fcd04b;
}
.alert-success, .alert-info, .alert-danger, .alert-warning {
	color: #fff;
}

h1, .h1 {
	font-size: 34px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 25px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Open Sans', sans-serif;
	color: #606060;
}
.margin-top {
	margin-top: 0px;
}
.margin-bottom {
	margin-bottom: 0px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-top-80 {
	padding-top: 80px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.padding-left-15 {
	padding-left: 15px;
}
.padding-left-20 {
	padding-left: 20px;
}
.padding-left-30 {
	padding-left: 20px;
}

.sticky {}
.gallery-caption{}
.bypostauthor{}


blockquote {
	position: relative;
	width: 100%;
	border-style: solid;
	border-width: 0 0 0 5px;
}
blockquote::before {
	color: #d0d0d0;
	content: "\f10d";
	display: table;
	float: left;
	font-family: "FontAwesome";
	font-size: 28px;
	margin-top: 6px;
	font-weight: normal;
	width: 6%;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
}
/*---------------------------------------
   3.4 TAB DEFAULT STYLES               
   -----------------------------------------*/

.nav-tabs {
	border-bottom: none;
	padding: 0 0 1px;
}
.nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.42857;
	margin-right: 2px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	cursor: default;
}
.tab-content > .active {
	display: block;
	padding-top: 10px;
}
/*---------------------------------------
   3.5 ACCORDATIN STYLES               
   -----------------------------------------*/

.theme-accordian .panel-default > .panel-heading {
	background-color: #f5f5f5;
}
.theme-accordian .panel-default {
	border-color: #f5f5f5;
	border-radius: 0px;
}
/*---------------------------------------
   3.6 ACCORDATIN TWO STYLES               
   -----------------------------------------*/
.panel-group .panel .panel-title > a.collapsed .icon-expanded {
	display: none;
}
.panel-group .panel .panel-title > a i.icon-collapsed {
	display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
	display: inline-block;
	vertical-align: baseline;
}
/*---------------------------------------
   3.7 PAGINATION STYLES               
   -----------------------------------------*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.9s ease 0s;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	transition: all 0.9s ease 0s;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.page-numbers {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
}
/*---------------------------------------
   3.8  STYLES: LIST               
   -----------------------------------------*/

/*---------------------------------------
   3.8.1 LIST ICON          
   -----------------------------------------*/

ul.list-icon {
	margin: 0 0 10px 25px;
	padding: 0;
}
ul.list-icon li {
	list-style: none;
}
ul.list-icon li:before {
	display: inline-block;
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-family: FontAwesome;
	content: ' ';
	float: left;
	margin: 3px 0 0 -25px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
/*---------------------------------------
   3.8.2 LIST STAR          
   -----------------------------------------*/
ul.list-icon.star li:before {
	content: '\f005';
}
ul.list-icon.star-o li:before {
	content: '\f006';
}
/*---------------------------------------
   3.8.3 LIST CHECK         
   -----------------------------------------*/

ul.list-icon.check li:before {
	content: '\f00c';
}
ul.list-icon li.check:before {
	content: '\f00c';
}
ul.list-icon.check-square li:before {
	content: '\f14a';
}
ul.list-icon li.check-square:before {
	content: '\f14a';
}
ul.list-icon.check-circle li:before {
	content: '\f058';
}
ul.list-icon li.check-circle:before {
	content: '\f058';
}
/*---------------------------------------
   3.8.4 LIST MISC         
   -----------------------------------------*/

ul.list-icon.times li:before {
	content: '\f00d';
}
ul.list-icon li.times:before {
	content: '\f00d';
}
ul.list-icon.angle-right li:before {
	content: '\f105';
}
ul.list-icon.spaced li {
	padding-top: 4px;
	padding-bottom: 4px;
}
/*---------------------------------------
   3.9 STYLES: DROPCAP  
   -----------------------------------------*/

/*---------------------------------------
   3.9.1 DROPCAP SMALL        
   -----------------------------------------*/
.dropcap {
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin: 5px 8px 0 0;
	min-width: 31px;
	padding: 5px 0;
	text-align: center;
}
/*---------------------------------------
   3.9.2 DROPCAP BIG        
   -----------------------------------------*/
.dropcap.dropcap-big {
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	margin: 5px 10px 0 0;
	min-width: 50px;
	padding: 8px 0;
}
/*---------------------------------------
   3.10 STYLES: THEME FORM  
   -----------------------------------------*/
.theme-form h1 {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 2px 0;
	margin-bottom: 30px;
	text-align: center;
}
.theme-form h2 {
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 2px 0;
}
.theme-form .radio, .checkbox {
	padding-left: 6px;
}
/*---------------------------------------
   3.11 STYLES: PRODUCT PRICE SLIDER
   -----------------------------------------*/

/*---------------------------------------
   3.12 STYLES: PRODUCT SPINNER
   -----------------------------------------*/

.bootstrap-touchspin {
	float: left;
	margin-right: 5px;
}
.bootstrap-touchspin .form-control {
	height: 31px;
	width: 50px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	box-shadow: none;
}
.bootstrap-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin-up {
	background: #c0c0c0;
	border-radius: 0px;
	font-size: 20px;
	border: 1px solid #c0c0c0;
	height: 31px;
	padding: 0;
	width: 40px;
}
.bootstrap-touchspin .bootstrap-touchspin-down:hover, .bootstrap-touchspin-up:hover {
	border-style: solid;
	border-width: 1px;
}
/* --------------------------------------
=========================================
   4. SECTION SPECIFIC CSS
=========================================
-----------------------------------------*/

/*========================================
   4.2 SECTION: HOME                
   ==========================================*/

   /*---------------------------------------
   4.2.2 HOME SLIDER SECTION               
   -----------------------------------------*/
.eminence-slider-wrapper #ti-slider {
	margin: 0;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
.eminence-slider-wrapper #ti-slider .item img {
	width: 100%;
	min-height: 400px;
}
.eminence-slider-wrapper #ti-slider .item iframe {
	border: 6px solid #fff;
}
/*--------------- ti slider inner ---------------*/
#ti-slider .ti-slider-inner {
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	background: rgba(8,4,1,0.4);
}
#ti-slider .inner-table {
	display: table;
	height: 100%;
}
#ti-slider .inner-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
#ti-slider .slide-caption {
	width: 90%;
	margin: auto;
	text-align: center;
}
#ti-slider .slide-caption h1 {
	display: inline-block;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 60px;
	margin: 0;
	padding: 6px 12px;
	white-space: pre-line;
}
#ti-slider .slide-caption .description {
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	margin: 0 auto;
	width: 70%;
}
#ti-slider .slide-caption .description p {
	margin: 0;
}
#ti-slider p {
	font-size: 14px;
}
/*--------------- ti slider Custom Buttons---------------*/
.btn-tislider {
	outline: none;
	margin: 20px 10px 20px 0;
	letter-spacing: 1px;
	padding: 10px 26px;
	border-radius: 0;
	font-size: 13px;
	border-width: 3px;
	border-style: solid;
	transition: all 0.2s ease-in-out 0s;
}
.btn-tislider:hover, .btn.btn-tislider:focus {
	border-width: 3px;
	border-style: solid;
	transition: all 0.2s ease-in-out 0s;
}
/*--------------- ti-slider-Control ---------------*/
.eminence-slider-wrapper .owl-controls {
	margin-top: -24px !important;
}
.eminence-slider-wrapper .owl-controls .owl-buttons div {
	width: 75px !important;
	height: 75px !important;
	display: block;
	font-size: 250% !important;
	line-height: 70px !important;
	opacity: 1;
	border-radius: 50% !important;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	background: transparent !important;
}
.eminence-slider-wrapper .owl-controls .owl-buttons div i {
}
.eminence-slider-wrapper .owl-controls .owl-buttons {
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.eminence-slider-wrapper:hover .owl-controls .owl-buttons {
	opacity: 1;
}
.eminence-slider-wrapper:hover .owl-controls .owl-buttons .owl-prev {
	left: 35px;
}
.eminence-slider-wrapper:hover .owl-controls .owl-buttons .owl-next {
	right: 35px;
}
.eminence-slider-wrapper .owl-controls .owl-buttons .owl-prev, .eminence-slider-wrapper .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50% !important;
	z-index: 5;
	margin: -30px 0 0 !important;
	transition: all 0.3s ease 0s;
}
.eminence-slider-wrapper .owl-controls .owl-buttons .owl-prev {
	left: 16px;
}
.eminence-slider-wrapper .owl-controls .owl-buttons .owl-next {
	right: 16px;
}
.eminence-slider-wrapper .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}
.eminence-slider-wrapper .owl-controls .owl-page span {
	display: block;
	width: 6px !important;
	height: 6px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
}
.eminence-slider-wrapper .owl-controls .owl-page.active > span {
	width: 12px !important;
	height: 12px !important;
}
.eminence-slider-wrapper .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.eminence-slider-wrapper .owl-pagination {
	bottom: 15px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}
/*---------------------------------------
   4.2.3 HOME TOP CALLOUT SECTION               
   -----------------------------------------*/

.eminence-call-to-action {
	padding: 20px 0;
	margin: 0;
	width: 100%;
	box-shadow: 0 2px 4px 3px #dcdcdc;
}
.contact-area {
	margin: 0px;
	padding: 20px 0 10px 0;
}
.contact-icon {
	float: left;
	height: 60px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	width: 60px;
}
.contact-icon i {
	font-size: 40px;
	transition: all 0.3s ease-in-out 0s;
}
.contact-area h6 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 0 7px;
}
.contact-area h4 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
/*---------------------------------------
   4.2.3 HOME CATEGORY SECTION               
   -----------------------------------------*/

.eminence-service-section {
	background: none repeat scroll 0 0 #ffffff;
	margin: 0;
	padding: 30px 0 60px 0;
	width: 100%;
}
.eminence-service-section h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 2px 0;
	text-align: center;
	font-size: 30px;
}
.ih-item.square .info {
	background: rgba(0, 0, 0, 0.6) !important;
}
.ih-item.square .info p {
	font-size: 14px;
	font-style: normal !important;
}
/*---------------------------------------
   4.2.4 HOME CALLOUT SECTION               
   -----------------------------------------*/

.eminence-callout-section {
	background: url("images/callouthome/background.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
	height: 100%;
	overflow: hidden;
	padding: 0;
	width: 100%;
	margin: 0;
}
.eminence-callout-section .overlay {
	background: rgba(18, 4, 1, 0.7);
	height: 100%;
	padding: 100px 0;
	position: relative;
	width: 100%;
}
.eminence-callout-section h1 {
	letter-spacing: 0px;
	margin: 0 0 17px;
	text-align: center;
	font-size: 50px;
	line-height: 53px;
	font-weight: 800;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.eminence-callout-section p {
	font-size: 18px;
	letter-spacing: 0.2px;
	line-height: 25px;
	margin: 0;
	text-align: center;
}
.btn-area {
	display: block;
	margin: 25px 0 0px;
	text-align: center;
}
.callout-btn1 {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 14px 35px;
	margin: 0 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}
.callout-btn2 {
	background-color: #eeeeee;
	color: #010101;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 14px 35px;
	margin: 0 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.callout-btn2:hover {
	color: #010101;
}
a:hover, a:focus {
	text-decoration: none !important;
}
/*========================================
   4.2.3 SECTION PRODUCT            
   ==========================================*/
.product-section, .related-product-section {
	padding: 60px 0;
	margin: 0;
}
.product-section h1, .related-product-section h1 {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 2px 0;
	text-align: center;
	font-size: 30px;
}
#product .ti-product .star-rating {
	display: none;
}
#product .item, #related-product .item {
	margin: 3px;
}
#product .ti-product a.button {
	padding: 8px 12px;
	font-size: 12px;
	display: inline-block;
	margin: 5px 0px 0px 0px;
	transition: all 0.3s ease-in-out 0s;
}
#product .item img, #related-product .item img {
	display: block;
	width: 100%;
	height: auto;
}
#product.owl-theme .owl-controls .owl-buttons div {
    background: #fff;
    border-color:#869791;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #869791;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    margin: 5px;
    opacity: 0.5;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out 0s;
}
#product.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 1;
	border-style: solid;
    border-width: 1px;
}
#product.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    height: 10px;;
    width: 10px;
}
#product.owl-theme .owl-controls .owl-page span {
    height: 8px;;
    width: 8px;
}
.ti-product {
	margin-bottom: 50px;
	text-align: center;
}
.ti-product .figure {
	padding: 20px;
}
.ti-product .product-title {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	text-align: center;
}
.ti-product .product-title a {
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
}
.ti-product p {
	color: #616161
}
.ti-product figure {
	border: 1px solid #e0eded;
	overflow: hidden;
	position: relative;
}
.ti-product figure img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.ti-product figure img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.ti-product:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
.hptag {
	border-radius: 500%;
	font-size: 12px;
	font-weight: 600;
	height: 55px;
	left: 7px;
	padding: 9px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 7px;
	width: 55px;
}
.ti-product .prices {
	padding: 9px 0;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-left: 6px;
	width: 100%;
}
.ti-product .prices .price > del {
	margin-right: 4px;
}
.ti-product .star-rating {
	float: none;
	display: block;
	right: 0;
	left: 0;
	font-size: 10px;
	height: 16px;
	margin: 0 auto;
	color: #fde16d;
}
.ti-product .price.prev {
	color: #989898;
	font-size: 11px;
	font-weight: 500;
	margin-right: 4px;
	padding: 11px 0 0;
	text-decoration: line-through;
}
.ti-product .wp-block-footer {
	padding: 0 6px 12px;
}
.ti-product .wp-block-footer:after {
	display: table;
	content: "";
	clear: both;
}
.ti-product.style-2 {
	padding: 0;
}
.ti-product.style-2 figure {
	padding: 0;
	border: 0;
}
.ti-product.style-2 .product-title {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.ti-product.style-2 .product-title a {
	font-size: 16px;
	font-weight: 400;
}
.ti-product.style-2 .wp-block-footer {
	display: table;
	width: 100%;
	border-top: 1px solid #e0eded;
	margin: 0;
	padding: 0;
}
.ti-product.style-2 .wp-block-footer .cell {
	border-right: 1px solid #e0eded;
	vertical-align: middle;
}
.ti-product.style-2 .wp-block-footer .cell:last-child {
	border-right: 0
}
.ti-product.style-2 .wp-block-footer .cell a {
	display: block;
	text-align: center;
	padding: 10px 0;
}
.ti-product.style-2 .wp-block-footer .cell:hover {
	background: #3498db
}
.ti-product.style-2 .wp-block-footer .cell.price-wr:hover {
	background: transparent
}

.ti-product.style-2 .wp-block-footer .cell a i {
	margin: 0
}
.ti-product.style-2 .wp-block-footer .price {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500
}
.ti-product.style-2 .wp-block-footer .discount {
	color: #f00;
	font-size: 11px;
	font-weight: 400
}
.ti-product.inverse {
	padding: 0
}
.ti-product.inverse h2 a {
	font-weight: 400
}
.ti-product.inverse .price {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px
}
.ti-product.inverse .wp-block-footer {
	border-top: 0;
	padding-top: 0
}
.ti-product.inverse .btn i {
	margin: 0
}
.btn-base {
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
	transition: all 0.7s ease 0s;
}
.btn-base:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.7s ease 0s;
}
.shop-breadcrumb {
	margin-bottom: 19px;
}
.shop-breadcrumb p {
	padding: 15px 0 0 5px;
}
/*========================================
   4.3.5 SECTION PAGE TITLE BREADCRUMB             
   ==========================================*/

.breadcrumb-section {
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
    background-color:#bf141a;
}
.breadcrumb-section .overlay {
	height: 100%;
	padding: 25px 0;
	position: relative;
	width: 100%;
	background-color:#bf141a;
}
.breadcrumb-title {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}
.breadcrumb-title h1 {
	letter-spacing: 1px;
	margin: 0 0 0px;
	word-wrap: break-word;
}
.page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 0px;
	padding: 10px 0 0;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.page-breadcrumb > li {
	display: inline-block;
}
.page-breadcrumb > li + li:before {
	content: "/ ";
	padding: 0 5px;
}
.page-seperator {
	height: 70px;
	width: 100%;
	overflow: hidden;
}
/*========================================
   4.3.6 SECTION PAGE CONTENT         
   ==========================================*/

.page-content-section {
	padding: 90px 0;
	overflow: hidden;
	width: 100%;
}
.page-content-section h1 {
	font-weight: 600;
}
.page-content-section h2 {
	font-weight: 600;
}
.page-content-section .headtitle {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 2px 0;
}
.page-content-section h3 {
	font-weight: 600;
}
.page-content-section h4 {
	font-weight: 600;
}
.page-content-section h5 {
	font-weight: 600;
}
.page-content-section h6 {
	font-weight: 600;
}
/*========================================
   4.3.9 SECTION BLOG      
   ==========================================*/
.eminence-blog-section {
	background: #f4f4f4;
	padding: 30px 0 60px 0;
}
.eminence-blog-section h1 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 2px 0;
	text-align: center;
}
.eminence-blog-section .blog-post-box {
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
.blog-post-box {
	border: 1px solid #e8e8e8;
	margin-bottom: 40px;
}
.blog-post-box:last-child {
	clear: both;
}
.blog-thumb-img {
	background: #000 none repeat scroll 0 0;
	float: left;
	height: 245px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.blog-thumb-img img {
	float: left;
	position: relative;
	height: 100%;
	width: 100%;
}
.blog-thumb-img img:hover {
	opacity: 0.7;
	transition: all 0.7s ease-in 0s;
}
.blog-date {
	background: #e8e8e8 none repeat scroll 0 0;
	font-size: 16px;
	font-weight: 800;
	height: 75px;
	left: 0px;
	padding: 8px 10px;
	position: absolute;
	text-align: center;
	bottom: 0px;
	width: 75px;
}
.blog-post-box .blog-date h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	text-align: center;
}
.blog-post-box .blog-date span {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 0;
	text-align: center;
}
.blog-thumb-img-big {
	background: #000;
	float: left;
	height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.blog-thumb-img-big img {
	height: 100%;
	width: 100%;
}
.blog-thumb-img-big img:hover {
    opacity: 0.7;
    transition: all 0.7s ease-in 0s;
}
.blog-date.big {
	bottom: 0;
	left: 0;
	position: absolute;
}
.blog-post-box h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 20px;
}
.blog-post-box h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 22px;
	margin-bottom: 20px;
}
.blog-post-box .blog-category {
	padding: 7px 0;
	border-bottom: 1px dashed #b6b6b6;
	border-top: 1px dashed #b6b6b6;
	margin-bottom: 10px;
}
.blog-post-box .blog-category a {
	color: #b6b6b6;
	font-weight: normal;
	padding-bottom: 7px;
	position: relative;
}
.blog-post-box .blog-category a i, .blog-post-box .blog-category i {
	margin-right: 5px;
	color: #b6b6b6;
}
.blog-post-box article {
	padding: 10px;
}
.blog-post-box article p {
	position: relative;
}
.blog-post-box .blog-author-image span {
	border-radius: 50px;
	float: left;
	position: relative;
}
.blog-post-box .blog-author-image img {
	border-radius: 50px;
	float: left;
	margin-right: 13px;
	position: relative;
}
.blog-post-box .blog-author-image b {
	font-size: 11px;
	font-weight: 900;
	line-height: 37px;
	padding-bottom: 0;
}
.blog-post-box .btn-blog {
	background-color: #e8e8e8;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.blog-post-box .btn:hover {
	background-color: #e8e8e8;
	border-radius: 0;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.blog-margin-bottom {
	margin-bottom: 30px;
}
.blog .pagination {
	margin: 20px 0;
}
.blog-post-box .btn-blog:hover {
	transition: all 0.7s ease 0s;
	border-style: solid;
	border-width: 1px;
}
.blog .sidebar-widget {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #eee;
}
.blog .sidebar-widget h4, .blog .sidebar-widget h3 {
	border-bottom: 4px double #eee;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 13px;
	margin-top: 0;
	padding-bottom: 8px;
	font-weight: normal;
}
.blog .sidebar-widget ul li {
	margin-top: 10px;
}
.blog .sidebar-widget ul li i {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
	color: #f75353;
}
.blog .sidebar-widget ul li a {
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
}
.blog .sidebar-widget ul li i {
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}
.blog .sidebar-widget ul.list-group, .blog .sidebar-widget ul {
	margin-bottom: 0;
	padding-left: 0;
}
.blog .sidebar-widget ul li.list-group-item:first-child, .blog .sidebar-widget ul li:first-child {
	border-top: medium none !important;
}
.blog .sidebar-widget ul li.list-group-item, .blog .sidebar-widget ul li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid none none;
	border-width: 1px medium medium;
	margin-top: 0;
	padding-left: 0;
}
.blog .sidebar-widget p {
	font-size: 14px;
	line-height: 24px;
}
.blog .sidebar-widget .social {
	margin-top: 9px;
}
.blog .sidebar-widget .social a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 50px;
}
.blog .sidebar-widget a.btn {
	margin-right: 5px;
	margin-bottom: 10px;
}
.blog .sidebar-widget a.btn-danger {
	border-color: #e8e8e8;
	border-radius: 0px;
	padding: 6px 12px;
	transition: all 0.3s ease 0s;
}
.btn.btn-danger.blog-search-button {
	border-radius: 0;
	border: 0 none;
	font-weight: 600;
	height: 45px;
	letter-spacing: 0.03em;
	line-height: 45px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: background-color 0.4s ease 0s;
	width: auto;
}
.btn.btn-danger.blog-search-button:hover {
	transition: all 0.3s ease 0s;
}
.blog .sidebar-widget .blog-post {
	margin-bottom: 0;
	margin-top: 0 !important;
	overflow: hidden;
	padding-bottom: 20px;
}
.blog .sidebar-widget .blog-post:last-child {
	padding-bottom: 0px;
}
.blog .sidebar-widget .blog-post .post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.blog .sidebar-widget .blog-post .post-area img {
	border-radius: 2px;
	display: block;
	height: 70px;
	max-width: 70px;
	transition: all 0.3s ease-in-out 0s;
}
.blog .sidebar-widget .blog-post h3 {
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.blog .sidebar-widget .blog-post h3 a {
	transition: all 0.3s ease 0s;
}
.blog .sidebar-widget .blog-post span {
	color: #a3a2a2;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin-right: 8px;
}
/*========================================
   4.3.10 STYLES SINGLE BLOG PAGE       
   ==========================================*/

.info-author-block {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 2px 1px 1px;
	margin-bottom: 40px;
	margin-top: 10px;
	padding: 20px 20px 0px 20px;
}
.info-author-block a {
	font-size: 13px;
}
.info-author-block .row {
	margin: 0;
}
.info-author-block h4 {
	font-size: 18px;
	font-weight: normal;
}
.info-author-block h4 span {
	font-size: 13px;
	padding-right: 5px;
}
.info-author-block h4 span i {
	padding-right: 5px;
}
.author-pic img {
	margin: 0 25px 15px 0;
	float: left;
	border: 1px solid;
	border-radius: 100% !important;
}
.info-author-social {
	font-size: 24px;
	padding: 0;
}
.info-author-social li a {
	color: #dbdbdb;
	font-size: 24px;
}
.blog-navigation {
	margin-bottom: 40px;
}
.blog-navigation a i {
	padding: 0 4px;
}
.blog-navigation .btn-sm, .btn-group-sm > .btn {
	font-size: 15px;
	border-radius: 0;
}
.comment_section img.avatar {
	border-radius: 50%;
	height: 80px;
	width: 80px;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	padding-right: 6px;
	font-size: 12px;
}
.comment .comment-reply-link {
	float: right;
}
.comment h4.media-heading {
	font-size: 18px;
	font-weight: normal;
}
.comment .media-body p:last-child {
	margin: 0;
}
.comment {
	border-bottom: 1px solid #e1e1e1;
	background: #f8f8f8;
	padding: 10px 15px;
	border-radius: 4px;
}
.comments a i {
	padding-right: 6px;
}
.comments h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
.comments h4 span {
	font-size: 12px;
	padding-left: 7px;
}
.comments .btn {
	margin-left: 5px;
}
.comments .media {
	margin-top: 0;
}
.comments li {
	background-color: #fbfbfb;
	border-bottom: 1px solid #e1e1e1;
	margin: 17px 0;
	overflow: hidden;
	padding: 20px;
}
.comments li .media-body > .small {
	border-bottom: none!important;
	padding: 0;
}
.comments li .media-body > p {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0px 20px 5px;
	margin-bottom: 20px;
}
.comments li .media .media {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.comments li:last-child .media-body > p {
	border-bottom: none;
	padding: 0;
}
.comments .media-left img {
	border: 1px solid #999999;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}
.blog-post .comments .comment-list {
	list-style-type: none;
	padding-left: 0;
}
.comments .comment-list li {
	margin-bottom: 20px;
	padding: 20px;
	border-left: 2px solid #eee;
}
.blog-post .comments .comment-list li.reply {
	margin-left: 30px;
}
.blog-post .comments .comment-list .avatar {
	max-width: 50px;
	margin-right: 10px;
}
.blog-post .comments .comment-list .comment-author a {
	font-weight: bold;
	color: #676767;
}
.blog-post .comments .comment-list .cmeta {
	font-size: 11px;
	color: #bbb;
}
.blog-post .comments .comment-list p {
	margin-left: 60px;
	font-size: 13px;
	line-height: 23px;
}
/*========================================
   4.3.10 STYLES SINGLE BLOG PAGE       
   ==========================================*/

.yt_menu_tab {
	list-style: outside none none;
	padding: 0;
	text-align: center;
}
.yt_menu_tab li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.yt_menu_tab_button {
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #bbb;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 4px;
	padding: 16px 24px;
	text-decoration: none;
}
.yt_menu_tab_button.current, .yt_menu_tab_button:hover {
	background-color: #b51a04;
	border-color: #b51a04;
}
.eminence-inner-menu .menu-list {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 12px 15px;
	border: 1px solid #eaeaea;
}
.eminence-inner-menu .menu-list h3 {
	border-bottom: 4px double #eeeeee;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 6px;
	text-align: center;
}
.eminence-inner-menu .menu-list img {
	margin-top: 15px;
}
.eminence-inner-menu .menu-list .menu-list-item {
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.eminence-inner-menu .menu-list .menu-list-item:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.eminence-inner-menu .menu-list .menu-list-item h4 {
	margin: 0;
	font-size: 16px;
	color: #606060;
	font-weight: normal;
}
.eminence-inner-menu .menu-list .menu-list-item span.price {
	border-radius: 50%;
	font-size: 15px;
	font-weight: 700;
	padding: 4px;
}
.eminence-inner-menu .menu-list .menu-list-item p {
	font-size: 13px;
	color: #9a9a9a;
}
/*========================================
   5 SECTION FOOTER             
   ==========================================*/

.eminence-footer-widget-section {
	padding: 80px 0 0;
	width: 100%;
}
.footer-widget-address {
	margin-bottom: 0px;
	margin-top: 16px !important;
	padding-bottom: 0px;
}
.footer-icon {
	float: left;
	margin-left: 0;
	margin-right: 15px;
	transition: all 0.4s ease 0s;
}
.footer-icon i {
	font-size: 15px;
}
.footer-widget-address address {
	font-size: 16px;
	line-height: 20px;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: normal !important;
	display: block;
}
.footer .open-hours-widget ul li {
	font-size: 14px;
}
.open-value {
	font-size: 14px;
	float: right;
}
.footer .contact-info b {
	font-size: 14px;
}
.footer-widget-payment {
	font-size: 16px;
	line-height: 27px;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: normal !important;
	display: block;
}
.footer-widget-payment h5 {
	font-size: 16px;
}
.footer-widget-payment a {
	font-size: 16px;
	display: inline-block;
	margin-right: 4px;
}
.footer-widget-payment a i {
	font-size: 31px;
}
.footer-widget-newsletter {
	font-size: 16px;
	line-height: 27px;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: normal !important;
	display: block;
}
.footer-widget-newsletter h4 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 45px;
}
.eminence-footer-widget-section .footer-widget-newsletter h4 span {
	height: 1px;
	margin-top: 13px;
	width: 30px;
	top: 43px;
	display: inline-block;
	left: 15px;
	margin: 0 auto;
	position: absolute;
}
.footer-widget-newsletter #subscriber-email {
	height: 46px;
	border-radius: 0;
}
.footer-widget-newsletter #subscriber-email:focus {
	box-shadow: none;
}
.footer-widget-newsletter .btn-lg {
	border-radius: 0;
	box-shadow: none;
}
.footer-widget-section {
	padding: 0px 0 0px;
}
.footer-widget-column {
	margin-bottom: 80px;
}
.footer-widget-title {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 45px;
}
.footer-widget-title .input {
	background-color: #3a3a3a;
	border: 1px solid #474747;
	color: #808080;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 20px;
	line-height: 18px;
	padding: 11px 16px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	width: 85%;
	z-index: 1;
}
.footer-widget-title span {
	height: 1px;
	margin-top: 13px;
	width: 30px;
	top: 43px;
	display: inline-block;
	left: 15px;
	margin: 0 auto;
	position: absolute;
}
.eminence-footer-widget-section p {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 0px;
}
/*not used start*/
.footer-logo {
	display: block;
	margin: 25px 0 15px;
}
.eminence-footer-widget-section .blog-post {
	margin-bottom: 0px;
	margin-top: 0 !important;
	padding-bottom: 20px;
	overflow: hidden;
}
.eminence-footer-widget-section .blog-post:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.eminence-footer-widget-section .blog-post h3 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.eminence-footer-widget-section .blog-post h3 a {
	transition: all 0.3s ease 0s;
}
.eminence-footer-widget-section .blog-post span {
	font-size: 13.5px;
	line-height: 20px;
	margin-right: 8px;
	display: block;
}
.eminence-footer-widget-section .blog-post .post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.eminence-footer-widget-section .blog-post .post-area img {
	display: block;
	height: 60px;
	max-width: 60px;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 2px;
}
.eminence-footer-widget-section .blog-post:hover .post-area img {
	opacity: 0.7;
}
/*notused end*/
.footer-widget-column .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.footer-widget-column .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.4s ease-in-out 0s;
	border-width: 1px;
	border-style: solid;
}
.footer-widget-column .tagcloud a:hover, .footer-widget-column .tagcloud a:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
.footer-widget-column ul {
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0;
}
.footer-widget-column ul li {
	display: block;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.footer-widget-column ul li a {
	transition: all 0.3s ease 0s;
}
.footer-widget-column > ul > li > a:before {
	margin-right: 10px;
	font-size: 15px;
}
.eminence-footer-copyright-section {
	margin: 0;
	padding: 0;
	width: 100%;
}
.footer-copyright {
	padding: 30px 0;
}
.footer-copyright p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.footer-contact-social {
	float: right;
	margin: 0;
	padding: 25px 0;
}
.footer-contact-social li {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	transition: background 0.2s ease-in-out 0s;
	width: 30px;
}
.footer-contact-social li.facebook:hover {
	background-color: #4c66a4;
}
.footer-contact-social li.twitter:hover {
	background-color: #15b4c9;
}
.footer-contact-social li.googleplus:hover {
	background-color: #DD4B39;
}
.footer-contact-social li.linkedin:hover {
	background-color: #006599;
}
.footer-contact-social li.skype:hover {
	background-color: #40beee;
}
.footer-contact-social li.dribbble:hover {
	background-color: #c7366f;
}
.footer-contact-social li.youtube:hover {
	background-color: #cc2423;
}
.footer-contact-social li.vimeo:hover {
	background-color: #20b9eb;
}
.footer-contact-social li.pagelines:hover {
	background-color: #364146;
}
.footer-contact-social li > a > i {
	font-size: 16px;
	line-height: 1.9;
	transition: color 0.3s ease-in-out 0s;
}
/*Scroll Layout Button*/
.yt_scroll {
	border-radius: 50%;
	bottom: 19px;
	display: none;
	height: 40px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 16px;
	text-align: center;
	width: 40px;
	z-index: 9999;
}
.yt_scroll:hover {
	opacity: 1;
}
.yt_scroll i {
	font-size: 38px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
/* Blog Form Css
-----------------*/
.respond.well {
	border: 1px solid #eee;
	border-radius: 4px;
}
.respond .title h5 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 4px double #eee;
	font-size: 20px;
}
/* Menu Item Css
-----------------*/
.center {
	text-align: center;
}
.bot-line {
	background: none repeat scroll 0 0 #e0eded;
	height: 1px;
	margin: 0 auto;
	position: relative;
	top: -45px;
	width: 100px;
}
.center h2 {
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 2px 0;
	text-align: center;
}
/*404 Page Css-------------------------------------------------------------------------------------------*/
.error-section {
	margin: 50px 0;
	padding: 0;
}
.error-404 {
	clear: both;
	padding: 0px 0px 58px;
	text-align: center;
}
.error-404 .text-center > i {
	display: inline-block;
	font-size: 80px;
	margin-bottom: 15px;
}
.error-404 h1 {
	font-size: 100px;
}
.error-404 h4 {
	font-size: 30px;
	line-height: 45px;
	margin: 20px 0 25px;
}
.error-404 p {
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 25px;
}
.error-btn-area {
	display: block;
	margin: 16px 0;
	text-align: center;
}
a.search-btn {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 10px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
/* =========================
     PRE LOADER       
     ========================= */
     /* Shop Fullwidth Page Css*/
.shop-section {
	background: none repeat scroll 0 0 #ffffff;
	margin: 0 0 50px;
	padding: 20px 0;
	width: 100%;
}
.shop-section h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 50px;
	padding: 2px 0;
	text-align: center;
	color: #be1801;
}
/* Shop Sidebar Page Css*/
.shop {
	width: 100%;
}
.shop .sidebar-widget {
	margin-bottom: 30px;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
}
.shop .sidebar-widget h4 {
	border-bottom: 4px double #eee;
	font-size: 21px;
	margin-bottom: 13px;
	margin-top: 0;
	padding-bottom: 8px;
	font-weight: normal;
}
.shop .sidebar-widget ul.list-group {
	margin-bottom: 0;
	padding-left: 0;
}
.shop .sidebar-widget ul li.list-group-item:first-child {
	border-top: medium none;
}
.shop .sidebar-widget ul li.list-group-item {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid none none;
	border-width: 1px medium medium;
	margin-top: 0;
	padding-left: 0;
}
.shop .sidebar-widget .blog-post {
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	padding-bottom: 20px;
}
.shop .sidebar-widget .blog-post:last-child {
	padding-bottom: 0px;
}
.shop .sidebar-widget .blog-post .post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.shop .sidebar-widget .blog-post .post-area img {
	border-radius: 2px;
	display: block;
	height: 70px;
	max-width: 70px;
	transition: all 0.3s ease-in-out 0s;
}
.shop .sidebar-widget .blog-post h3 {
	display: block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.shop .sidebar-widget .blog-post h3 a {
	transition: all 0.3s ease 0s;
}
.shop .sidebar-widget .blog-post .prev {
	color: #989898;
	font-weight: 600;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	text-decoration: line-through;
	display: inline-block;
}
.shop .sidebar-widget .blog-post .current {
	color: #f00;
	font-weight: 600;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-right: 8px;
	display: inline-block;
}
.shop .sidebar-widget ul li {
	margin-top: 10px;
}
.shop .sidebar-widget ul li i {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
}
.shop .sidebar-widget ul.list-group {
	margin-bottom: 0;
	padding-left: 0;
}
.shop .sidebar-widget ul li.list-group-item {
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
}
.shop .sidebar-widget ul li.list-group-item:first-child {
	border-top: none;
}
.shop .sidebar-widget ul li a {
	font-size: 14px;
	line-height: 20px;
}
.shop .sidebar-widget p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}
.shop .sidebar-widget .social {
	margin-top: 9px;
}
.shop .sidebar-widget .social a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 50px;
}
.shop .sidebar-widget a.btn {
	margin-right: 5px;
	margin-bottom: 10px;
}
.shop .sidebar-widget a.btn-danger {
	background-color: #be1801;
	border-color: #be1801;
}
.sidebar-widget .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.4s ease-in-out 0s;
	border-width: 1px;
	border-style: solid;
}
.sidebar-widget .tagcloud a:hover, .shop .sidebar-widget .tagcloud a:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
.shop .sidebar-widget .search-button {
	margin-top: 0px;
	padding: 0 15px;
	font-weight: 600;
	height: 45px;
	letter-spacing: 0.03em;
	line-height: 45px;
	border-radius: 0;
	transition: background-color 0.4s ease 0s;
	width: auto;
}
.shop .sidebar-widget .search-button:hover {
	transition: all 0.3s ease 0s;
}
.sidebar-widget h3.footer-widget-title {
	border-bottom: 4px double #eee;
	font-size: 21px;
	margin-bottom: 13px;
	margin-top: 0;
	padding-bottom: 8px;
	font-weight: normal;
}
.sidebar-widget .footer-widget-newsletter .btn-lg {
	padding: 10px 14px;
	font-size: 14px;
	line-height: 23px;
}
.ptag {
	font-size: 10px;
	font-weight: normal;
	height: auto;
	left: 0;
	padding: 4px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: auto;
	z-index: 999;
}
.ptag:hover {
	z-index: 1000;
}
.sale {
	background: #b51a04;
	z-index: 999;
}
.offer {
	background: #4f9333;
	z-index: 999;
}
.discount {
	background: #f8a631;
	z-index: 999;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
	max-width: 100%;
}
.form-control {
	background-image: none;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	height: 45px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.wpcf7-text, .wpcf7-number, .wpcf7-select, .wpcf7-textarea, .wpcf7-date, .wpcf7-url, .wpcf7-file, .wpcf7-quiz {
	background-image: none;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	box-shadow: none;
	color: #555;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	height: 45px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.wpcf7-textarea {
	height: 100px;
}
.form-control:focus {
	box-shadow: none;
	border-width: 1px;
}
.search-button {
	padding: 11px 12px;
	margin-top: 9px;
}
.btn-form {
	display: block;
	margin: 0 0 10px;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 0px 10px 0 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border: none;
}
.wpcf7-submit {
	display: block;
	margin: 0 0 10px;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 0px 10px 0 0;
	padding: 12px 24px;
	text-align: center;
	transition: all 0.4s ease 0s;
	border: none;
}
.product-details-right {
	margin-top: -25px;
}
.product-details-right .spacenone {
	padding: 0px;
}
/* My Account Page Css*/
.my-account-section {
	margin: 50px 0;
	padding: 0;
}
.my-account-section h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 2px 0;
	color: #be1801;
}
.panel-login {
	border: 1px solid #e0eded;
}
.panel-login .panel-body {
	padding: 15px 30px;
}
.panel-login .panel-footer {
	padding: 20px 15px;
}
.panel-login .panel-footer label {
	background: none!important;
}
/*single-product-section-------------------------------------- */
.product-details-right .product-price {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	padding-right: 10px;
}
.product-details-right .pricecross {
	text-decoration: line-through;
	color: #f00;
	font-size: 18px;
}
.product-details-right .stock {
	color: #8dc63f;
}
.product-details-right .outstock {
	color: #8e1402;
}
.product-cat-text p {
	margin: 0;
	padding: 4px 0px;
	font-size: 14px;
}
.product-cat-text p a {
	padding-right: 3px;
}
.product-cat-text p strong {
	padding: 0 5px 0 8px;
}
#size, #color {
	height: 35px;
	padding: 0 0 0 8px;
}
.product-img-col {
	position: relative;
}
.product-img-col span.onsale {
	border-radius: 0;
	min-height: auto;
	width: auto;
	padding: 9px;
	left: 0;
	top: 0;
	line-height: normal;
	background: #b51a04;
}
.product-details-image-thumb {
	padding: 0px
}
.product-details-image img {
	width: 98%;
}
.product-details-image-sm img {
	border: 1px solid #ddd;
	display: inline-block;
	height: 100px;
	margin: 3px;
	width: 80px;
}
.product-details-image-sm img:first-child {
	margin-left: 0px;
}
.product-details-image-sm img:last-child {
	margin-right: 0px;
}
/*tabs product */
.single-product-tabs {
}
.single-product-tabs .nav {
	padding: 0px;
	margin-top: 15px;
}
.single-product-tabs .nav-tabs {
	border: none
}
.single-product-tabs > .nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 0px;
}
.single-product-tabs .tab-description {
	padding: 20px;
}
.product-review-box {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.product-review-box img {
	float: left;
	height: auto;
	width: 60px;
}
.product-review-box .content {
	overflow: hidden;
	padding-left: 20px;
}
.product-review-box .content .list-rating {
	margin: 0;
}
.cart-table {
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
}
.cart-table tr td {
	vertical-align: middle;
	font-size: 14px;
}
.cart-table a img {
	width: 70px;
	height: 70px;
}
.cart-table a.remove {
	border-radius: 50%;
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	width: 25px;
	height: 25px
}
.cart-table a.remove i {
	color: #000;
	height: 25px;
}
.cart-remove {
	border-radius: 50%;
	float: right;
	font-size: 14px;
	height: 25px;
	padding: 1px 0 0 7px;
	width: 25px;
}
.cart-remove i {
	color: #000;
}
.order-table > tbody > tr > .line-none {
	border-top: none;
}
.order-table > thead > tr > .line-none {
	border-bottom: none;
}
.order-table .left-row {
	width: 57%;
	border-right: 1px solid #ddd;
}
.order-table .left-row-half {
	width: 50%;
	border-right: 1px solid #ddd;
}
.shipping-calcu label {
	float: none;
	margin: 5px 0;
}
.shipping-calcu select {
	float: none;
	margin: 5px 0;
}
.btn-contunie {
	background-color: #a0a0a0;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 5px 5px 0 0;
	padding: 13px 15px;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all 0.8s ease-in-out 0s;
}
.btn-checkout {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0 0;
	padding: 13px 15px;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	transition: all 0.7s ease-in-out 0s;
}
.btn-contunie:hover, .btn-contunie:focus {
	transition: all 0.8s ease-in-out 0s;
}
.btn-checkout:hover, .btn-checkout:focus {
	transition: all 0.8s ease-in-out 0s;
}
.img-payment {
	width: 200px;
	margin-left: 10px;
}
.order-box {
	margin: 10px 0;
	background: rgba(0, 0, 0, 0.04);
	border: 1px dashed #a0a0a0;
	padding: 4px 0;
	text-align: center;
}
.order-box h3 {
	font-size: 13px;
}
.icon-box {
	margin: 4px;
	padding: 10px;
	text-align: center;
}
.panel {
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}
/*Wp attachemnt Img class */
img.aligncenter, img.alignleft, img.alignnone, img.alignright, img.attachment-medium, img.attachment-large, img.attachment-thumbnail, img.size-full, img.size-medium, img.size-thumbnail {
	width: inherit;  /* Make images fill their parent's space*/
	max-width: 100%; /* Add !important if needed. */
	height: auto; /* WP added height and width attributes scales */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	width: 100%;
	height: auto; /* WP added height and width attributes scales */
}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
/* Keep wide captions from overflowing their container. */
.wp-caption {
	max-width: 100%;
}
/* Theme Testing css 11/sep/2015 */
.wp-image-907, .wp-image-963 {
	width: 100%;
	height: auto;
}
.blog-post-box {
	word-wrap: break-word;
}
.blog-post-box li {/*list-style-type: none;*/
}
/* .eminence-header-top ul,a {color:#fff;} */
/*--calendar_wrap--*/ 
.sidebar-widget .calendar_wrap table {
	width: 100%;
	font-size: 14px;
}
.sidebar-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.sidebar-widget .calendar_wrap table thead th {
	border-width: 1px;
	border-style: solid;
}
.sidebar-widget .calendar_wrap table tbody td:hover, .sidebar .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.sidebar-widget .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.sidebar-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.sidebar-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.sidebar-widget .calendar_wrap table tfoot {
	font-size: 14px;
}
.sidebar-widget .calendar_wrap table tfoot tr td {
	padding: 5px;
}
.sidebar-widget .calendar_wrap table tfoot tr td#prev {
	text-transform: uppercase;
}
.sidebar-widget .calendar_wrap table tfoot tr td#next {
	text-align: right;
	text-transform: uppercase;
}
/*--calendar_wrap end--*/ 
.sidebar-widget ul {
	padding-left: 0;
}
.sidebar-widget li {
	content: "\f0da";
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	top: 1px;
	border-width: 0 0 1px 0;
	border-style: solid;
	position: relative;
	display: block;
	padding: 10px 0;
}
.sidebar-widget li:last-child {
	border-bottom: none;
}
.sidebar-widget .open-hours-widget ul li i {
	margin-right: 0;
}
.sidebar-widget .open-hours-widget ul li i, .sidebar-widget .open-hours-widget ul li b {
	padding-right: 0;
	font-weight: normal;
	font-size: 13px;
}
.sidebar-widget .open-hours-widget ul li span.open-value {
	font-size: 12px;
}
.sidebar-widget button.button, .sidebar-widget a.button, .sidebar-widget input.button {
	padding: 13px 25px;
}
.sidebar-widget ul.cart_list.product_list_widget li {
	margin: 0 auto;
	padding: 0px 0 10px 0;
}
.sidebar-widget ul.cart_list.product_list_widget li a {
	font-size: 16px;
	line-height: 45px;
}
.sidebar-widget ul.cart_list.product_list_widget li .remove {
	border-radius: 50%;
	height: 25px;
	padding: 0;
	position: relative;
	top: 28px;
	line-height: 25px;
	float: right;
	margin-left: 10px;
	width: 25px;
}
.sidebar-widget ul.cart_list.product_list_widget li a.remove:hover {
	background: transparent;
}
.sidebar-widget ul.cart_list.product_list_widget li img, .sidebar-widget ul.product_list_widget li img {
	width: 60px;
	margin-top: 10px;
}
.sidebar-widget ul.product_list_widget li a {
	font-size: 16px;
	padding-bottom: 5px;
}
.sidebar-widget ul.product_list_widget li {
	margin: 10px auto;
	padding: 0px 0 10px 0;
}
.sidebar-widget ul.product_list_widget li .star-rating {
	font-size: 10px;
	color: #fde16d;
	padding-bottom: 5px;
}
.starwrapper span {
	display: none;
}
/* Monster Widget Style */

.textwidget img, .textwidget select {
	width: 100%;
}
/*Sidebar Calendar*/
.footer_widget:last-child {
	margin: 20px 0px 0px;
}
.footer_widget_link {
	float: left;
}
.latest_news_post_img {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	margin-right: 18px;
	height: 40px;
	width: 40px;
	transition: opacity 0.3s ease-out 0s;
	display: block;
}
.footer_widget h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: -2px;
}
.footer_widget h3 a {
	color: #cbcbcb;
	transition: all 0.2s ease 0s;
}
.footer_widget_date {
	color: #9e9d9d;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}
.footer_widget img {
	height: 60px;
	width: 60px;
}
.sidebar-widget select {
	width: 100%;
}
.footer-widget-column .calendar_wrap table {
	width: 100%;
	font-size: 14px;
}
.footer-widget-column .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.footer-widget-column .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
	border-width: 1px;
	border-style: solid;
}
.footer-widget-column .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.footer-widget-column .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.footer-widget-column .calendar_wrap table tbody td:hover {
	transition: all 0.3s ease 0s;
}
.footer-widget-column .calendar_wrap table tfoot {
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
}
.footer-widget-column .ti-widget .calendar_wrap table tfoot tr td a {
	padding: 5px;
}
.footer-widget-column .ti-widget .calendar_wrap table tfoot tr td#prev {
	text-transform: uppercase;
}
.footer-widget-column .ti-widget .calendar_wrap table tfoot tr td#next {
	text-align: right;
	text-transform: uppercase;
}
/*========================================
	STYLES SINGLE BLOG PAGE       
==========================================*/

.info-author-block {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 2px 1px 1px;
	margin-bottom: 40px;
	margin-top: 10px;
	padding: 20px 20px 0px 20px;
}
.info-author-block a {
	font-size: 13px;
}
.info-author-block .row {
	margin: 0;
}
.info-author-block h4 {
	font-size: 18px;
	font-weight: normal;
}
.info-author-block h4 span {
	font-size: 13px;
	padding-right: 5px;
}
.info-author-block h4 span i {
	padding-right: 5px;
}
.author-pic img {
	margin: 0 25px 15px 0;
	float: left;
	border-width: 1px;
	border-style: solid;
}
.info-author-social {
	font-size: 24px;
	padding: 0;
}
.info-author-social li a {
	color: #dbdbdb;
	font-size: 24px;
}
.blog-navigation {
	margin-bottom: 40px;
}
.blog-navigation a i {
	padding: 0 4px;
}
.blog-navigation .btn-sm, .btn-group-sm > .btn {
	font-size: 15px;
	border-radius: 0;
}
.comments a i {
	padding-right: 6px;
}
.comments h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
.comments h4 span {
	font-size: 12px;
	padding-left: 7px;
}
.comments .btn {
	margin-left: 5px;
}
.comments .media {
	margin-top: 0;
}
.comments li {
	background-color: #fbfbfb;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	margin: 17px 0;
	overflow: hidden;
	padding: 20px;
}
.comments li .media-body > .small {
	border-bottom: none;
	padding: 0;
}
.comments li .media-body > p {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	padding: 5px 0px 20px 5px;
	margin-bottom: 20px;
}
.comments li .media .media {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.comments li:last-child .media-body > p {
	border-bottom: none;
	padding: 0;
}
.comments .media-left img {
	height: 64px;
	width: 64px;
}
.blog-post .comments .comment-list {
	list-style-type: none;
	padding-left: 0;
}
.comments .comment-list li {
	margin-bottom: 20px;
	padding: 20px;
	border-left: 2px solid #eee;
}
.blog-post .comments .comment-list li.reply {
	margin-left: 30px;
}
.blog-post .comments .comment-list .avatar {
	max-width: 50px;
	margin-right: 10px;
}
.blog-post .comments .comment-list .comment-author a {
	font-weight: bold;
	color: #676767;
}
.blog-post .comments .comment-list .cmeta {
	font-size: 11px;
	color: #bbb;
}
.blog-post .comments .comment-list p {
	margin-left: 60px;
	font-size: 13px;
	line-height: 23px;
}
/*========================================
	STYLES SINGLE BLOG PAGE       
==========================================*/
.blog-post-box table {
	margin: 20px 0;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-left: 0;
}
.blog-post-box table th, .blog-post-box table td {
	padding: 8px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}
.menu-testing-menu-container ul {
	padding: 0px;
}
.link {
	font-size: 14px;
	line-height: 24px;
	margin: 0 10px 10px;
}
.contact-info ul {
	padding: 0px;
}
/* Add Screen reader class for wordpress guidline */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	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;
	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. */
}
.nav-links {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}


/* ----- @Media Responsive css ----- */
@media screen and (min-width: 1024px) {
.ti-slider-inner {
}
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
.ti-slider-inner p {
    width: auto;
}
}
@media screen and (min-width: 530px) and (max-width: 1024px) {
/*--------------- ti-slider ---------------*/
.ti-slider-inner {
    min-width: auto !important;
    width: auto !important;
}
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
/*Menus*/
.navbar .navbar-right {
    float: left !important;
}

/*Callout Section*/
.eminence-callout-section p {
    padding: 0 0px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
/* Top Details*/
.yt_callout_btn {
    float: none;
}
/*Menus*/
.navbar .navbar-right {
    float: left !important;
}
.navbar-collapse.in {
    overflow: hidden;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1b1b1b;
}

/*Callout Section*/
.eminence-callout-section p {
    padding: 0 0px;
}
/* Blog Section*/

.blog-thumb-img-big {
    height: auto !important;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
/* Top Details*/
.head-contact-info-left {
    float: none;
    text-align: center;
    margin: 10px 0 17px;
    float: none!important;
}
.head-contact-info-right {
    float: none;
    text-align: center;
    margin: 10px 0 17px;
    float: none!important;
}
/*Menus*/
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1b1b1b;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ee591f;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > li {
    border-right: 0px none;
}
.navbar-toggle {
    background: #FFF !important;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    margin: 13px auto;
    padding: 15px;
    text-transform: uppercase;
}
.dropdown-menu {
    border-bottom: none !important;
}
/*Header Contact Info*/
.head-contact-social {
    float: none;
    text-align: center;
    margin: 17px 0 17px;
}
.head-contact-info {
    float: none;
    text-align: center;
    margin: 10px 0 17px;
}
/*Callout Section*/
.eminence-callout-section p {
    padding: 0 0px;
}
.callout-btn1, .callout-btn2 {
    margin: 0 10px 20px;
}
/* Footer Section */
.footer-contact-social {
    float: none!important;
    ;
}
/* single-product-Section */    
.product-details-right {
    margin-top: 0px!important;
}
/* Blog Section*/
.blog-thumb-img {
    height: auto !important;
}
.blog-thumb-img-big {
    height: auto !important;
}
}
 @media only screen and (min-width: 200px) and (max-width: 480px) {
/*Logo*/
.navbar-brand {
    display: block;
    float: none;
    margin-right: 0;
    padding: 10px 15px;
}
.navbar-brand img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/*Menus*/
.navbar-collapse.in {
    overflow: hidden;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
    border: medium none;
    box-shadow: none;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav > li {
    border-right: 0px none;
}
.navbar-toggle {
    color: #FFFFFF;
    background: #FFFFFF !important;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0;
    margin: 13px auto;
    padding: 7px 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.dropdown-menu {
    border-bottom: none !important;
}
/*Header Contact Info*/
.head-contact-info-left {
    float: none;
    text-align: center;
    margin: 10px 0 17px;
}
.head-contact-info-right {
    float: none;
    text-align: center;
    margin: 10px 0 17px;
}
/*ti-slide Section*/
#ti-slider .btn-tislider {
    padding: 6px 12px;
}
/*Food categor Section*/
.eminence-service-section h1 {
    font-size: 20px!important;
}
.eminence-service-section .ih-item.square.effect13 .info p {
    line-height: 16px;
    padding: 10px !important;
}
/*Callout Section*/
.eminence-callout-section h1 {
    font-size: 42px!important;
}
.eminence-callout-section p {
    padding: 0 0px;
}
.callout-btn1, .callout-btn2 {
    margin: 0 10px 20px !important;
}
/* Product Section */
.product-section h1, .related-product-section h1 {
    font-size: 20px!important;
}
/* Price Callout Section */
.eminence-menu-price-section h1 {
    font-size: 20px!important;
}
.eminence-inner-menu .menu-list h3 {
    font-size: 100% !important;
}
/* Home Blog Section */
.eminence-blog-section h1 {
    font-size: 20px!important;
}
/* Client Section */
.eminence-client-section h1 {
    font-size: 20px!important;
}
/* Footer Section */
.footer-contact-social {
    float: none!important;
    ;
}
/* single-product-Section */    
.product-details-right {
    margin-top: 0px!important;
}
}
 @media only screen and (min-width: 320px) and (max-width: 480px) {
/* menu*/
.dropdown-menu {
    border-bottom: none !important;
}
/* logo*/
.navbar-default .navbar-brand {
    margin: 0 auto;
    text-align: center;
}
/* Top Details*/
.head-contact-info-left {
    float: none;
    text-align: center!important;
    margin: 10px 0 17px;
    float: none!important;
}
.head-contact-info-right {
    float: none;
    text-align: center!important;
    margin: 10px 0 17px;
    float: none!important;
}
/* ti-slider*/
#ti-slider .slide-caption h1  {
    font-size: 180% !important;
    line-height: 1em !important;
}
.eminence-slider-wrapper .owl-controls .owl-buttons .owl-prev,.eminence-slider-wrapper .owl-controls .owl-buttons .owl-next {
    width: 30px !important;
    height: 30px !important;
    font-size: 200% !important;
    line-height: 10px !important;
}
.eminence-slider-wrapper .owl-controls .owl-buttons div i{
    font-size: 20px !important;
    line-height: 10px !important;
}
/* Blog Section*/
.blog-thumb-img {
    height: auto !important;
}
.blog-thumb-img-big {
    height: auto !important;
}
.blog .blog-post .entry .meta {
    margin-left: 0px !important;
}
.blog .blog-post .entry .blog-img {
    width: 100% !important;
}
.pull-left {
    float: none;
}
.blog .blog-post .entry h3 {
    margin-left: 0px !important;
}
.blog .blog-post .entry hr {
    margin-left: 0px !important;
}
.blog .blog-post .entry p {
    margin-left: 0px !important;
}
.comments > .media-left, .media-right, .media-body {
    display: table-row;
}
}
 @media (min-width: 481px) and (max-width: 520px) {
/* single-product-Section */    
.product-details-right {
    margin-top: 0px!important;
}
}
 @media (min-width: 561px) and (max-width: 620px) {
/* Blog Section*/
.blog-thumb-img {
    height: auto !important;
}
.blog-thumb-img-big {
    height: auto !important;
}
}

 @media (min-width: 641px) and (max-width: 660px) {
.blog-thumb-img-big {
    height: auto;
}
}
@media screen and (min-width: 1024px) {
.ti-slider-inner {
}
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
.ti-slider-inner p {
    width: auto;
}
}
@media screen and (min-width: 530px) and (max-width: 1024px) {
/*--------------- ti-slider ---------------*/
.ti-slider-inner {
    min-width: auto !important;
    width: auto !important;
}
}
@media screen and (min-width: 240px) and (max-width: 767px) {
/*--------------- ti-slider ---------------*/
.ti-slider-inner {
    min-width: auto !important;
    width: auto !important;
}
#ti-slider .slide-caption .description {
    font-size: 180%;
    line-height: 1em;
    margin: 0 auto;
    width: 100% !important;
}
#ti-slider .slide-caption h1  {
    font-size: 180% !important;
    line-height: 1em !important;
}
}
/* Text Html */
/* Service */
.box.highlight {
	padding-left: calc(4em + 30px);
}

.icon.major {
			text-align: center;
			cursor: default;
			background-color: #37c0fb;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
			color: #fff;
			border-radius: 100%;
			display: inline-block;
			width: 5em;
			height: 5em;
			line-height: 5em;
			box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			margin: 0 0 2em 0;
		}

.icon.major:before {
			font-size: 36px;
}

@media screen and (max-width: 1680px)
.row.\32 00\25 > * {
    padding: 80px 0 0 80px;
}

.box.highlight {
    text-align: center;
}

wrapper.style1 {
    background: #fff;
}
.wrapper {
    padding: 5em 0 3em 0;
}

.section-title {
    font-size: 54px;
	    color: #3c3d41;
    text-transform: capitalize;
    letter-spacing: 1px
}
.title-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.title-wrap p {
    font-size: 18px;
    padding-top: 5px;
    color: #656b6f;
}

@media (min-width: 1200px) {
.title-wrap p, .testimonials-content > p {
    margin-left: auto;
    margin-right: auto;
    width: 46%;
}
}

.wpb_wrapper {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
	padding-bottom: 45px;
}


/*  Addidtional css  section    page section  * ******************************************************************************************************/

.emc_contnet p {
    text-align: justify;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 27px;
    margin: 0 0 20px;
    word-wrap: break-word;
}



/*service sections */

.emc_service_heading {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.emc_service_section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.emc_service_heading h2 {
    color: #242526;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 40px;
}

.emc_service_heading p  {
    color: #727272;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.emc_service_icons {
    margin-top: 60px;
}
.emc_service {
    text-align: center;
    padding-bottom: 50px;
}
