/**
 * This is main css file for theme. It is broken into following sections:
 * 1.  General styles
 * 2.  Forms styles
 * 3.  Footer styles
 * 4.  Parallax styles
 * 5.  Search Results styles
 * 6.  Blog styles
 * 7.  Shop Catalog styles
 * 8.  Categories Grid styles
 * 9.  Product Single styles
 * 10. Widgets styles
 * 11. Page header styles
 * 12. Off-canvas styles
 * 13. Portfolio styles
 * 14. Shortcodes styles
 * 15. Visual Composer Shortcodes styles
 * 17. Newsletter Popup
 * 18. Static Content
 * 19. About Us Page
 * 20. Banner Store
 * 21. Tabs Store
 * 22. Widgets Instagram
 * 23. Team Member
 */
/*------------------------------------------------------------------



/* ==========================================================================
   1. General styles
   ========================================================================== */
body {
	font-size: 13px;
}
.row {
    padding: 0 20px;
    max-width: 106.25rem;
}
.row .row {
	padding: 0;
}
a:active,
a:focus
{
	outline: 0;
}

h1, h2, h3, h4, h5,h6
{
	letter-spacing: 1px;
}

h1{
	font-size: 1.875rem;
	line-height: 1.33333em;
}

h2{
	font-size: 1.6875rem;
	line-height: 1.259259em;
}


h3{
	font-size: 1.4375rem;
	line-height: 1.391304em;
}


h4{
	font-size: 1.125rem;
	line-height: 1.55555em;
}

h5{
	font-size: 1rem;
	line-height: 1.625em;
}

h6{
	font-size: 0.875rem;
	line-height: 1.71428em;

}
.label {
    background: none;
}
.single .entry-title
{
    font-size:1.875rem;
	font-weight: 900;
    line-height: 1.13em;
}

.entry-title
{
    text-align:center;
}

.page-title
{
	font-size: 2.5rem;
    font-weight: 200;
    margin: 0 !important;
    padding: 40px 0 0 0;
    text-align: center;
    letter-spacing: 2px;
}
.entry-header .page-title {
    font-size: 2.25rem;
    padding: 80px 0 65px;
    text-align: center;
}
.page-title.blog-listing {
    font-size: 2.25rem;
    text-align: center !important;
}
.page-title.on-shop:after,
.page-title.blog-listing:after,
.page-title.portfolio:after
{
	display: none;
}
.contact {
	font-size:1.875rem;
	color:#bea275;
}

p {
	font-size: 14px;
    line-height: 1.7rem;
    margin-bottom: 10px;
}

ul li ul,
ul li ol,
ul, ol, dl {
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    list-style-position: outside;
}

table
{
	table-layout: auto;
	border-collapse: collapse !important;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
	background: none;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
	line-height: 1.8rem;
}

table tr td
{
	font-size: 1.125rem;
}

.bypostauthor {
}

.clear
{
    clear:both;
}
.text-align-center{
	text-align:center!important;
}
.letter-spacing-1 {
	letter-spacing: 1px;
}
.letter-spacing-2 {
	letter-spacing: 2px;
}
.letter-spacing-3 {
	letter-spacing: 3px;
}
.letter-spacing-5 {
	letter-spacing: 5px;
}
.letter-spacing-6 {
    letter-spacing: 6px;
}
.letter-spacing-7 {
    letter-spacing: 7px;
}
.letter-spacing-8 {
    letter-spacing: 8px;
}
.letter-spacing-9 {
    letter-spacing: 9px;
}
.letter-spacing-10 {
    letter-spacing: 10px;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-line-height{
	line-height:0 !important;
	
}
.text-uppercase {
    text-transform: uppercase;
}
.owl-carousel {
	width: auto;
	margin-left:-15px !important;
	margin-right:-15px !important;
}

.owl-theme .owl-controls {
   margin-top: 0;
}

.owl-theme .owl-controls .owl-page span
{
	width: 6px;
	height: 6px;
	margin: 5px 3px;
}
.owl-theme .owl-pagination {
	margin-top: 15px;
}
.owl-theme .owl-controls .owl-page span {
	    background: transparent;
    border: 1px solid #8a8a8a;
}
.slider-items-products {
    position: relative;
}
.slider-items-products .item {
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div a {
    opacity: 1;
	font-size:30px;
	color:#b1b1b1;
}



.owl-controls .owl-buttons .owl-prev{
	position:absolute;
	top:40%;
	left:-15px;
}

.owl-controls .owl-buttons .owl-next{
	position:absolute;
	top:40%;
	right:-15px;
	
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    display: inline-block;
}
.preset_style_default .owl-pagination {
    display: none;
}
.slider-items-products .add_to_wishlist:before, .slider-items-products .yith-wcwl-wishlistaddedbrowse a:before, .slider-items-products .yith-wcwl-wishlistexistsbrowse a:before {
	bottom: 4px !important;
	left: 0px !important;
}
.hidden-buttons .owl-buttons {
	opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.hidden-buttons:hover .owl-buttons {
	opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.fr-thumbnail-loading-background,
.fr-loading-background
{
	opacity: 1;
	background: #fff;
}

.fr-thumbnail-loading-background,
.fr-loading-background,
.yith-wcwl-add-button:after,
.owl-item.loading
{
	background-image: url('../images/ajax-loader.gif') !important;
	background-position: center;
	background-repeat: no-repeat;
}

.dropcap {
    float: left;
    font-size: 75px;
    font-weight: 900;
    line-height: 60px;
    padding: 8px 18px 5px 0px;
}

.blog .dropcap {
    float: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
}
/* ==========================================================================
   2. Forms styles
   ========================================================================== */

input
{
	background: none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"], input[type="week"],
input[type="email"], input[type="number"],
input[type="search"], input[type="tel"],
input[type="time"], input[type="url"],
textarea,
select
{
	font-size: 1rem;
	color: #444;
    background-color: #fff;
	border-width: 1px;
	border-style:solid;
	height: 2.5rem;
	outline: none;
	font-weight: normal;
	margin: 0;
	box-shadow: none;
}

#coupon_code
{
	color: #444;
    background-color: #fff;
	border-width: 1px;
	border-style:solid;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.chosen-container .chosen-results li
{
	font-size: 1rem;
	color: #444;
    background-color: #fff;
	padding: 11px 12px;
	outline: none;
	font-weight: 900;
	margin: 0;
}

input[type="text"]:focus, input[type="password"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="time"]:focus,
input[type="url"]:focus, textarea:focus,
select:focus,
#coupon_code:focus,
.chosen-container-single .chosen-single:focus
{
	color: #444;
	background-color:  #fafafa;
}

.comments_section textarea,
.comments_section input[type="text"],
.comments_section input[type="password"],
.comments_section input[type="date"],
.comments_section input[type="datetime"],
.comments_section input[type="datetime-local"],
.comments_section input[type="month"],
.comments_section input[type="week"],
.comments_section input[type="email"],
.comments_section input[type="number"],
.comments_section input[type="search"],
.comments_section input[type="tel"],
.comments_section input[type="time"],
.comments_section input[type="url"]
{
	background-color: #fff;
	border-color: #ddd;
}

::-webkit-input-placeholder { font-weight: normal; color: #a1a1a1; }
::-moz-placeholder { font-weight: normal; color: #a1a1a1; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { font-weight: normal; color: #a1a1a1; } /* ie */
input:-moz-placeholder { font-weight: normal; color: #a1a1a1; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*button*/

button, .button {
	color:#000;
	font-size:16px;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
    color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: #000 solid 1px;
	border-radius: 0 !important;
	text-align: center;
	background: #000;
	text-shadow: none !important;
	box-shadow: none !important;

	width: 100%;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.mejs-container button,
.mejs-container .button,
.mejs-container input[type="button"],
.mejs-container input[type="reset"],
.mejs-container input[type="submit"]
{
	background-color: transparent !important;
	padding:0 !important;
	min-width:15px !important;
	width:auto !important;
}
button:focus,
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	color: #000;
	border: #000 solid 1px;
	background: #fff;
}

label
{
    font-weight: 400;
    margin-top:8px;
	margin-bottom:1px;
	line-height: 2em;
}

input[type="checkbox"] + label,
input[type="radio"] + label
{
	margin-left: 0;
	margin-right: 0;
}

.check_box_radio,
.check_box {
    left: -9999px;
    position: absolute;
}

.woocommerce form .form-row label.check_label_radio,
.woocommerce-page form .form-row label.check_label,
.check_label_radio,
.check_label {
	display: inline-block;
	line-height: 1.1em;
    cursor: pointer;
    vertical-align: middle;
	padding-left: 32px;
	position: relative;
	text-indent: 0;
}

.check_label_radio
{
	 font-size: 1rem;
	 line-height: 1.3em;
	 padding-top: 1px;
	 text-transform: uppercase;
}

.check_label_radio:before
{
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 3px;

	background-image: url("../images/radio.png");
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 16px 40px;
	background-position: 0 0;

	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	overflow: hidden;
}


.check_label
{
	font-weight: normal;
	font-size: 0.875em;
	padding-top: 0px;
	text-transform: none;
	margin: 0 0 15px;
	line-height: 20px !important;
}

.check_label:before
{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0px;
	background-image: url("../images/checkbox.png");
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 20px 40px;
	background-position: 0 0;
}

.check_box_radio:checked + .check_label_radio:before
{
    background-position: 0px -24px;
}

.check_box:checked + .check_label:before {
    background-position: 0px -20px;
}

/* select2 */

.big-select:hover
{
	background-color:transparent;
}

.big-select:focus
{
	outline: none;
}

.select2-container,
.big-select,
.select.big-select
{
	font-size: 1rem !important;
	border: none;
	background-color:transparent;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:0;
	margin:0;
	width:auto !important;
	font-weight: normal;
	opacity:1;
	width: auto;
	line-height: 1;
	height: 40px;

}

select.big-select
{
	/*border: 1px solid #EEEEEE;*/
    font-size: 13px !important;
    font-weight: bold;
    padding: 9px 11px 11px;
    text-transform: uppercase;
    width: 100% !important;
	max-width: 320px;
}

.variations select.big-select
{
	font-size: 1.5rem !important;
	text-transform: none;
	padding: 0 20px 0 0;
	width: auto !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container .select2-choice
{
	background: none;
	border: none;
	filter:none;
	padding: 0;
	padding-left: 10px;
	padding-right: 15px;
	box-shadow: none;
	height: auto;
	line-height: 40px;
}
.woocommerce-ordering .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-ordering .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-ordering .select2-container .select2-choice {
	line-height: 12px;
}
.select2-container .select2-choice > .select2-chosen
{
	margin: 0;
}

.select2-container .select2-choice .select2-arrow
{
	background: none;
	background-image: none;
	filter:none;
	border: none;
	border-radius: 0;
	font-size: 0.692em;
	box-shadow: none;
}

.select2-container .select2-choice .select2-arrow:before
{
	content: "\f107";
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.select2-search {
	padding: 15px;
}
.select2-results
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.select2-drop {
	min-width: 250px !important;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
}

.select2-drop.select2-drop-above
{
	margin-bottom: 6px;
}

.select2-drop.select2-drop-above.select2-drop-active
{
	border: 1px solid #f3f3f3;
	border-radius: 0;
	box-shadow: none !important;
}
.select2-results .select2-highlighted {
	background: #000;
	color:#fff;
	border-radius: 0;
}
.select2-results {
	background: #fff;
}
.select2-results .select2-result-label
{
	padding: 10px 16px;
}

.select2-offscreen, .select2-offscreen:focus {
    border: 0 none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 26px !important;
    left: 0 !important;
    margin: 0 !important;
    outline: 0 none !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 1px !important;
}


.woocommerce-ordering select.big-select
{
	max-width: none;
	height: 33px;
    border: #f3f3f3 solid 1px;
}
.woocommerce-ordering .select2-container .select2-choice > .select2-chosen {
	line-height: 30px;
}
.woocommerce-ordering .select2-arrow b{
	display: none !important;
}
.catalog-ordering .big-select
{
    font-size: 0.8125rem !important;
	line-height: 30px;

}
.woocommerce-ordering .select2-container .select2-choice .select2-arrow {
	top:9px;
}
.catalog-ordering .select2-container
{
	border: #f3f3f3 solid 1px;
	line-height: 32px;
	height: 32px;
}

.catalog-ordering .select2-container .select2-choice
{
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: none;
	line-height: 30px;
	padding-left: 10px;
}

.catalog-ordering .select2-container .select2-choice .select2-arrow
{
	font-size: 18px;
    top: 0;
}
.catalog-ordering .select2-container .select2-choice .select2-arrow:before
{
	display: block;
}
.catalog-ordering .select2-container .select2-choice .select2-arrow b {
	display: none;
}
.woocommerce.archive .select2-drop,
.woocommerce-page.archive .select2-drop {
	min-width: 250px !important;
	border: #f0f0f0 solid 1px;
	margin-top: 9px;
	margin-left: -15px;
	box-shadow: none;
	border-radius: 0;
	background: #ffffff;
}
.woocommerce.archive .select2-drop,
.woocommerce-page.archive .select2-drop {
	margin-left: 0;
	margin-top: 0;
}
.woocommerce.archive .select2-results li,
.woocommerce-page.archive .select2-results li {
	border-bottom: 1px solid #f0f0f0;
	line-height: 32px;
}
.woocommerce.archive .select2-results li:last-child,
.woocommerce-page.archive .select2-results li:last-child {
	border-bottom: 0;
}
.variations .select2-container
{
	padding-top: 9px;
}

.variations .select2-container .select2-choice > .select2-chosen
{
	line-height: 20px;
}

.variations .select2-container .select2-choice .select2-arrow:before
{
	line-height: 23px;
}

.cart-collaterals select{
	color: rgba(0, 0, 0, 0.75);
	font-weight: bold;
}

.select2-search input.select2-active
{
	background: none;
}

.select2-container.select2-container-disabled,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-arrow
{
	background: none;
	border: none;
}
/* ==========================================================================
   3. Footer styles
   ========================================================================== */
.archive #site-footer {
	margin-top: 30px;
}
.site-footer-first-widget-area
{
	display: none;
	margin-bottom: 30px;
}
.site-footer-first-widget-area .widget {
	margin-bottom: 20px;
}

#site-footer .copyright_text
{
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	display: block;
	margin: 0;
}

#site-footer .copyright_text a
{
	display: inline-block;
	line-height: 1.1;
}

#site-footer .widget h3 {
	font-size: 16px !important;
    font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	border: 0;
	letter-spacing: 1px;
}
#site-footer .widget h3:after {
    border: none;
}
#site-footer .widget li:last-child
{
	padding-bottom: 0;
}

#site-footer .button.checkout.wc-forward
{
	margin-bottom: 0;
}
#site-footer .widget {
	margin: 0;
}
/* Footer Social Links */
.footer-social-links {
	text-align:center;
	padding:28px 0;
}
.footer-social-links a {
	display: inline-block;
	color:#868686;
	font-size:14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: #868686 solid 1px;
	margin:0 10px;
	border-radius: 50%;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.footer-social-links a:hover {
	border-color: #000;
	color:#000 !important;
}
.site-footer-copyright-area {
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid #e2e2e2;
}
.footer-menu {
	text-align: center;
	margin-bottom: 20px;
}
.footer-menu .main-navigation {
	display: inline-block;
	margin: 0 auto;
}
.footer-menu .main-navigation ul li a {
	padding: 0 12px;
}
.super-nova-newsletter {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	background: #000;
	z-index: 999;
}
.super-newsletter-text {
	color:#fff;
	padding: 20px;
}
.super-newsletter-form  label {
	display: none;
}
.super-newsletter-form  .nsu-form input.nsu-field, .super-newsletter-form  .nsu-form input.nsu-field:focus {
	float: left;
	height: 38px;
	line-height: 38px;
	font-style: normal;
	width: 70%;
}
.super-newsletter-close {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 30px;
	color:#fff;
}
/* ==========================================================================
   4. Parallax styles
   ========================================================================== */

.parallax-container
{
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-size: cover !important;
    position: relative;
    margin: -120px 0 73px;
    text-align: left;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: 50% 0;
}

.parallax-overlay
{
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background: rgba(0,0,0,0.2) repeat scroll;
}

.parallax-content
{
    padding-bottom: 130px;
}

.parallax-container .entry-title
{
    font-size: 3.125em;
    color: #fff;
    margin: 0;
    padding: 130px 0 39px;
}

.parallax-container p
{
    font-size: 1.125em;
    line-height: 1.666em;
}

/* ==========================================================================
   5. Search results styles
   ========================================================================== */

.search-results
{
	padding-bottom: 90px;
}

.search-results .page-header
{
	margin-bottom: 96px;
}

.search-results-title .page-title
{
	display: block;
	text-align: center;
	margin-top: 2px;
}

.search-results-title.page-title:after,
.search-results-title .page-title:after
{
	display: none;
}

.search_result_item
{
	padding-bottom: 21px;
	margin-bottom: 33px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.search_result_item:last-of-type
{
	border-bottom: none;
}

.search_result_item .entry-title-archive
{
	margin-bottom: 13px;
}
.wpcf7-form p
.search-results #nav-below.paging-navigation
{
	padding-left: 0;
	padding-right: 0;
}

/* ==========================================================================
   6. Blog styles
   ========================================================================== */
.latest_posts_item .date-time{
	float:left;
	margin-right:20px;
}
.latest_posts_item .date-time .date-blog{
	font-size:30px;
	font-weight:500;
	color:#333333;
}

.latest_posts_item .date-time .month-blog{
	font-size:11px;
}
.blog_style_03 .latest_posts_title{
	
	padding-top:15px;
	
}
/* General */
.blog .entry-header-page {
    border-bottom: 0;
    margin-bottom: 60px;
}
.top-page-excerpt,
.top-page-excerpt p
{
	text-align: center;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.content-area
{
    position:relative;
}

#page_wrapper.transparent_header .hasnt_page_title .content-area,
#page_wrapper.transparent_header .content-area.shop-page
{
	margin:0 !important;
}
.page-title-desc {
    color: #b8b8b8;
    font-size: 12px;
	letter-spacing: 3px;
	margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.entry-content:after
{
    content: '';
    display: block;
    clear: both;
}

.entry-header-page
{
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
}

.edit-link
{
	font-size: 0.8125rem;
	text-transform: uppercase;
	font-weight: 900;
}

.single_post .entry_title h2 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}
.entry_meta_archive, .post_meta
{
    font-size: 0.8rem;
    line-height: 1.5em;
    font-style: italic;
    margin-bottom: 15px !important;
}
.list-item {
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 35px;
}
.list-item .list-content {
    overflow:hidden;
}
.list-item .post-img {
	margin-bottom: 15px;
}
.list-item .post-img img {
    width: 100%;
}
.list-item .list-content .post-header {
    text-align:left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
}
.list-item .list-content .post-header .categories_list {
	float: left;
}
.list-item .list-content .post-header .categories_list a {
	font-size: 14px;
}
.list-item .list-content .post-header .categories_list a:hover {
	text-decoration: underline;
}
.list-item .list-content .post-header .entry_date {
	float: right;
}
.list-item .list-content h2.title a {
	font-size:22px;
	line-height: 1.2;
    font-weight: 400;
}
.list-item .list-content .post-entry p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}
.list-item .list-content .post-header .list-meta .post-archives {
    font-style: italic;
}
.list-item .post-header .cat a {
    margin:0 8px 2px 0;
}
.list-item .post-header  {
    margin-bottom:5px;
}
.list-title-divider {
    border-top:2px solid;
    display: block;
    max-width: 45px;
    margin: 15px 0;
    color: #161616;
}
.list-item .list-content .post-entry a.more-link {
	display: none;
}
.single_post.nova_entry .categories_list {
	padding-top: 60px;
	text-align: center;
}
.single_post.nova_entry .entry_meta_archive {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
}
.post_meta
{
    text-align: center;
    margin:0;
	margin-bottom: 80px;
}

.entry_meta_archive a,
.post_meta a
{
    font-weight: normal;
}

.post_meta a
{
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;

	transition: color 0.3s, border-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s;
}

.post_meta a:hover
{
	border-bottom: 1px solid transparent;
}

.entry_meta_archive a:last-child,
.post_meta a:last-child
{
	margin-right: 0;
}

.entry_meta_archive a[rel^="category"],
.post_meta a[rel^="category"]
{
	margin-right: 0;
}


.post_meta:before {

    content: "";
    display: block;
	background: none repeat scroll 0 0 #000;
    height: 3px;
    margin: 24px auto 28px;
    width: 100px;
}

.entry-meta .post_meta
{
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 54px;
}

.entry-meta .post_meta:before
{
    display: none;
    margin-bottom: 31px;
}

.post_tags
{
    text-align: left;
}

.post_tags a
{
	display: inline-block;
    font-size: 11px;
	line-height: 1.2;
	margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px 13px 4px;
    border-width: 1px;
	border-style: solid;
    text-transform: uppercase;
	word-wrap: break-word;

	transition: all .3s;
	-webkit-transition: all .3s;
}

.post_tags a:first-child
{
    margin-left: 0;
}

.post_tags a:hover
{
	border: 1px solid;
    color: #fff;
}
.entry_readmore {
    float: right;
}
.more-link {
    background:#fff;
    font-size: 12px;
    border: #202020 solid 1px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.more-link:hover {
	color: #fff !important;
}
.entry_format {
    position: absolute;
	top: 20px;
    left: 20px;
	width: 55px;
    height: 55px;
    text-align: center;
    z-index: 99;
}
.entry_format span {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #272727;
    background: #ffffff;
	border-radius: 1000px;
    font-size: 20px;
}
.entry_image {
    position: relative;
}
.entry_image iframe {
	max-width: 100%;
}
.nova_entry .content_link {
    height: 100px;
    background: #f3f3f3;
    color: #272727;
    line-height: 50px;
    position: relative;
    text-align: center;
}
.nova_entry .content_link a {
    color: #272727;
    font-size: 18px;
    line-height: 100px;
}
.entry-share {
    margin: 15px 0;
    padding: 15px 0;
    border-top: #ebebeb solid 1px;
    border-bottom: #ebebeb solid 1px;

}

.author-infomations {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    display: none;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.author-info-avatar {

}
.author-info-avatar img {
    border-radius: 100%;
}

.author-info-name {
    margin-bottom: 10px;
}
.author-info-name .info-name {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Blog Listing */

.nova_entry {
    position: relative;
}
.single_post.nova_entry {
    margin: 40px 0 0 0;
    padding: 0;
    border: none;
}
.nova_entry figure {
    margin: 0;
}
.nova_entry .entry_title {
    padding-bottom: 35px;
    padding-top: 10px;
    position: relative;
    text-align: center;
}
.single_post.nova_entry .entry_title h2 {
	font-size: 2rem;
}
.single_post.nova_entry .entry_image img {
	width: 100%;
}
.single_post.nova_entry .entry_date {
    font-size: 13px;
    font-weight: 400;
    padding: 25px 0 40px;
    text-align: center;
}
.single_post.nova_entry .entry_content h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    text-transform: none;	
}
.single_post.nova_entry .entry_content p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
}
.nova_entry .entry_title a[rel~="category"] {
    color: #af5875;
    display: inline-block;
    font-size: 11px;
    margin-top: 10px;
    text-transform: uppercase;
}
.entry-title a
{
    color: #000;
}
.entry-title a:hover
{
    color: #777777;
}

.entry-content h6 img
{
	margin: 15px 0 20px;
}

.entry-thumbnail
{
    margin:0 -30px 22px;
}

.blog-single .drop-cap:first-letter
{
    float:left;
    font-size:6.25em;
    margin-right:0.17em;
    line-height:80%;
    font-weight: 600;
}

.wp-caption
{
    position: relative;
}

.wp-caption-text,
.blog-isotope .entry-content-archive p.wp-caption-text
{
    padding:15px 0 0;
    margin: 0;
}

.wp-caption.alignnone
{
	margin-bottom: 20px;
}

.wp-caption.alignright,
img.alignright,
.wp-caption.alignleft,
img.alignleft
{
	margin-bottom: 10px;
}

.wp-caption.alignleft
{
    margin-right: 0.9375em;
}

.wp-caption.aligncenter
{
	margin-bottom: 16px;
}

blockquote
{
    position: relative;
}

blockquote p {
	font-size: 18px;
	font-family: "Playfair Display", georgia, serif;
	font-style: italic;
    padding-left: 35px;
    position: relative;
	margin-bottom: 0;
}

.nav-next-title:after,
.nav-previous-title:before
{
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.entry-content ins
{
	font-size: 1em;
    background-color: #777777;
    padding: 2px 6px 3px;
}
 .entry-content .woocommerce ins {
    background: none;
}
code
{
	font-size: 1rem;
}

.keystroke, kbd
{
    background-color: #f5f5f5;
    border-color: #dddddd;
	padding: 2px 6px 3px;
}

.post_footer_date
{
    margin:80px 0 50px 0;
}


.content_hr {
	margin:50px 0 100px 0;
	border-color:#eee;
}

.video-container
{
    padding-bottom:65px;
	margin-top: 25px;
    text-align:center;
}

.video-container iframe
{
    margin:0 auto !important;
}

.mejs-container
{
	margin: 20px 0;
}

.mejs-container .mejs-controls > div:last-of-type {
	position: relative;
	clear: both;
	float: right;
	top:   -26px;
}

/* Error 404 */
/* No Search Results */
.error-404,
.no-results
{
	text-align: center;
	margin-top: -30px;
}

.error-404 h1.page-title,
.no-results h1.page-title
{
	font-weight: 300;
    text-align: center;
}

.error-404 h1.page-title
{
    text-transform: none;
	margin-bottom: 23px;
}

.no-results h1.page-title
{
	margin-top: 100px;
	margin-bottom: 30px;
}

.error-404 h1.page-title:after,
.no-results h1.page-title:after
{
	display: none
}

.error-banner {
    padding: 5px 0 30px;
}

.error-banner img {
    max-width: 120px;
}

.error-404 .page-header,
.no-results .page-header
{
	margin-bottom: 0;
}

.no-results-text
{
	margin-bottom: 42px;
}

.no-results-text:before
{
	content: "\f071";
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.error-404 .search-form,
.no-results .search-form
{
	display: block;
	padding-bottom: 47px;
}

.error-404 .search-form:after,
.no-results .search-form:after
{
	content: "";
	display: block;
	clear: both;
}

.error-404 .search-form label,
.no-results .search-form label
{
	display: none;
}

.error-404 input[type="text"],
.error-404 input[type="search"],
.error-404 input[type="submit"],
.no-results input[type="text"],
.no-results input[type="search"],
.no-results input[type="submit"]
{
	float: left;
	height: 50px;
}

.error-404 input[type="text"],
.error-404 input[type="search"],
.no-results input[type="text"],
.no-results input[type="search"]
{
	margin-bottom: 20px;
}


/* Categories List */

.site-content .list-categories-center,
.list-categories-center
{
	margin-left: 0;
	margin-bottom: 5px;
    text-align: center;
    list-style:none;
}

.list-categories-center li
{
    display: inline-block;
}


/* Password Protected Post */

.post-password-form input
{
	margin-bottom: 10px;
}


/* Navigation */
.paging-navigation,
.post-navigation
{
	background: #fafafa;
	position: relative;
	height: 70px;
	margin-top: 50px;
}

.portfolio_content_nav .post-navigation
{
	margin-top: 0;
}

.nav-previous
{
	font-size: 0;
}

.nav-next
{
	font-size: 0;
}

.nav-next a,
.nav-previous a
{
    font-size: 0.875em;
	font-weight: 900;
	display: block;
	background: #fff;
    border: #202020 solid 2px;
	height: 70px;
	text-align: center;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

.nav-next .nav-next-title,
.nav-previous .nav-previous-title,
.nav-next a span,
.nav-previous a span
{
	display: none;
}


.nav-previous.disabled
{
	background: #d7d7d7;
}

.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.nav-next a:before,
.nav-previous a:before
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
}

.paging-navigation:before,
.post-navigation:before,
.nav-previous a:before
{
	content: "\f104";
}

.paging-navigation:after,
.post-navigation:after,
.nav-next a:before
{
	content: "\f105";
}

.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after
{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	color: #ccc;
}

.paging-navigation:before,
.post-navigation:before
{
	left: 25%;
	margin-left: -5px;

}

.paging-navigation:after,
.post-navigation:after
{
	left: 75%;
	margin-left: -5px;
}

.nav-next-title,
.nav-previous-title
{
    position: relative;
}

.nav-previous-title
{
    padding-left: 15px;
}

.nav-next-title
{
    padding-right: 15px;
}

.nav-previous .meta-nav
{
	display: inline-block;
	margin-right: 5px;
}

.nav-next .meta-nav
{
	display: inline-block;
	margin-left: 5px;
}

.nav-previous-title:before,
.nav-next-title:after
{
    font-size: 8px;
}

.nav-previous-title:before
{
    content: "\f053";
    left: 0;
    top:10px;
}

.nav-next-title:after
{
    content: "\f054";
    right: 0;
    top: 10px;
}


/* Paging Navigation */

#nav-below.paging-navigation
{
    text-transform: capitalize;
	margin-bottom: 0px;
}

.paging-navigation .fa
{
    font-size: 0.380em;
    display: none;
    vertical-align: middle;
    padding-bottom: 3px;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next
{
    display: block;
}


/* Comments */

.comment-metadata 
{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.comment-metadata > a {
    color: #8a8a8a;
    font-size: 13px;
    font-style: italic;	
}
.comment-metadata .comment-reply,
.comment-metadata .comment-edit {
	float: right;
}
.comment-metadata .comment-reply a.comment-reply-link,
.comment-metadata .comment-edit a.comment-edit-link {
    color: #272727;
    padding: 7px 10px;
}
.woocommerce .comment-metadata {
    border: none;
}
.woocommerce .comment-text p {
    font-size: 12px;
}
.comment-reply
{
    display: inline-block;

	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.comment-reply i,
.comment-edit-link i
{
    margin-right:5px;
}
.comment-reply-link
{
    font-size:12px;
}
#respond
{
	margin-top: 30px;
}
#commentform p
{
	margin: 0;
	padding: 5px 0;
}
#commentform p label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1px;
    margin-top: 8px;
}
#commentform .comment-notes
{
	padding: 0 0 16px;
}
#commentform .form-submit {
	margin-top: 10px;
}
#commentform .form-submit .button {
    margin-bottom: 0;
    padding: 12px 20px !important;
}
#commentform p input {
    box-shadow: none;
    font-size: 12px;
    height: 37px;
}
#commentform p#nsu-checkbox input {
	height: auto;
}
#commentform p textarea {
    box-shadow: none;
    font-size: 12px;
}
.comment-edit-link
{
	font-size: 12px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.comment-edit-link:hover,
.comment-reply:hover
{
	opacity: 0.8;
}


/* Pingbacks And Trackbacks */

.comment-list .pingback {
	padding-bottom: 29px;
	margin-bottom: 29px;
	border-bottom-width:  1px;
	border-bottom-style: solid;
}

.comment-list .pingback:last-of-type
{
	border-bottom: none;
}

.comment-list .pingback .url
{
	display: block;
	font-weight: 900;
	line-height: 1.5;
	margin: 5px 0;
}

/* ==========================================================================
   7. Shop Catalog styles
   ========================================================================== */
.gridlist-toggle {
	display: none;
}
.nova_gridlist_toggle a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.nova_gridlist_toggle a:hover {
	color:#000 !important;
}
.nova_gridlist_toggle a.active {
	color: #000;
}
.nova_gridlist_toggle #grid {
	margin-right: 7px;
}
.nova_gridlist_toggle #list {
	margin-left: 7px;
}
.nova_gridlist_toggle span {
	font-weight: 300;
	color:#ccc;
}
.nova_gridlist_toggle i.icon {
    margin: 2px -1px 0 1px !important;
}
.products:not(.list) .product_list_button {
    display: none;
}
.filters_button
{
    font-size:1.15em;
    padding:0 1em 1px 1.3em;
    vertical-align:text-bottom;
    position:relative;
    display:inline-block;
}

.filters_button:before
{
    width:16px;
    height:16px;
    content:"";
    position:absolute;
    top:2px;
    left:0;
    display:block;
    font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
    content:"\f0c9";
    font-size:.75em;
}
.product_list_title {
    display: inline-block;
	float: left;
    width: 70%;
    padding: 15px 0 5px 0;
}
.list .product_list_title {
    width: auto;
	display:block;
	float:none;
}
.product_list_price {
    float: right;
    display: inline-block;
    width: 30%;
	overflow:hidden;
	text-align:right;
	margin-bottom: 5px;
    padding: 15px 0 5px 0;
}
.list .product_list_price {
    display: block;
    float: none;
    text-align: left;
    width: auto;
}
.product_list_price .price {
	font-size: 18px;
}
.products.list .product_list_price {
	text-align: left;
}
.products.list .product_list_price .price {
	font-size: 18px;
    letter-spacing: 3px;
}
.products a.button,
.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward
{
	cursor: pointer;
	line-height: normal;
	margin: 0 !important;
    min-width: inherit;
	position: relative;
	text-decoration: none;
	text-align: left;

	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;

	background:none !important;
	border-color: none !important;

	-webkit-appearance: none;
	border: none;

	-webkit-transition: color 300ms ease !important;
	-moz-transition: color 300ms ease !important;
	transition: color 300ms ease !important;
}
.woocommerce-page .products .added_to_cart.wc-forward,
.woocommerce a.added_to_cart {
	font-size: 14px !important;
}
.products a.button
{
	padding:0 !important;
}

.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward
{
	padding:0.2em 0 0em 1.315em !important;
}


.products .product_added_to_cart a.button:before
{
	top: 5px;
}

.product_images_wrapper
{
	position: relative;
}
.product_images_wrapper .product_thumbnail {
	overflow: hidden;
}
.product_images_wrapper .product_thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}
.product_images_wrapper .product_thumbnail img.main_image {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.product_images_wrapper .product_thumbnail img.hover_image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.product_images_wrapper .product_thumbnail .read_more_product:hover img.hover_image {
    opacity: 1;
}

.product_images_hover {
	z-index: 1;
}
ul.products:not(.list) div[itemprop="description"],
ul.products .product_grid_button div[itemprop="description"],
ul.products .product_grid_button hr, ul.products .product_list_button hr {
	display: none;
}
.product_images_wrapper .product_grid_button {
	position: absolute;
	background: #fff;
	bottom: 0;
	right: 0;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    opacity: 0;
	z-index: 9;
}
.product_images_wrapper:hover .product_grid_button {
    opacity: 1;
}
ul.products:not(.list) .product_grid_button {
	display: block;
}
ul.products.list .product_grid_button {
	display: none;
}
.product_grid_button .add_to_cart_button,
.product_grid_button .add_to_wishlist,
.product_grid_button .quickview_button {
	position: relative;
	font-size: 16px;
	display: block;
	border-radius: 0 !important;
}
.product_grid_button .add_to_wishlist i,
.product_grid_button .quickview_button i {
	margin: 13px 13px 13px 13px;
}
.product_grid_button .add_to_cart_button i {
	margin: 13px 12px 13px 13px;
}
.product_grid_button .add_to_cart_button:hover,
.product_grid_button .add_to_wishlist:hover,
.product_grid_button .quickview_button:hover {
	color:#fff !important;
	background-color: #000 !important;
}
.product_grid_button .add_to_cart_button span,
.product_type_external span {
	display: none;
}
ul.products:not(.list) .product_list_button {
	display: none !important;
}
ul.products.list .product_list_button {
	display: block !important;
}
ul.products .product_grid_button .add_to_cart_button.loading {

}
ul.products .product_grid_button .added_to_cart{
	display: none !important;
}
ul.products .product_grid_button .add_to_cart_button.added:after {
	content: "";
	margin: 0;
}
ul.products .product_grid_button .add_to_cart_button.loading:after {
	display: none;
}
ul.products .product_grid_button .add_to_cart_button.loading i.nc-icon-outline.shopping_bag-add-21:before {
	content: "\e6f9";
}ul.products .product_grid_button .add_to_cart_button.added i.nc-icon-outline.shopping_bag-add-21:before {
	content: "\e672";
}

.list .yith-wcwl-add-to-wishlist{
	display:inline-block;
	margin-left:10px;

}
/*button list style*/
.product_list_button a.nova-compare,
.product_list_button .yith-wcwl-add-to-wishlist a:before,
.product_list_button .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    display: none;
	border-radius: 0;
	text-align: center;
	line-height: 28px;
	height: 30px;
}
.products.list .product_list_button a.add_to_wishlist,
.products.list .product_list_button .yith-wcwl-add-button,
.products.list .product_list_button .yith-wcwl-wishlistexistsbrowse,
.products.list .product_list_button .yith-wcwl-wishlistaddedbrowse {
	margin-top: 0px;
}
.jckqvBtn {
	display: none !important;
}
.mfp-close:active {
	top: 0;
}
.active_filters
{
    margin:0 0 15px 0;
}

.active_filters .widget
{
    margin:0;
    padding:0;
}
.product_list_button a, .product_list_button .button {
	font-size: 14px !important;
	color: #272727;
}
.product_list_button .button {
	color:#272727 !important;
}
.product_list_button .nova-compare {
	margin-left: 74px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.products.list .product_list_button .add_to_cart_button,
.products.list .product_list_button .product_type_variable,
.products.list .product_list_button .product_type_external,
.products.list .product_list_button .added_to_cart.wc-forward {
    background: #f0f0f0 !important;
    display: block;
    font-size: 11px !important;
    height: 44px;
    line-height: 44px;
    margin-top: 20px!important;
    text-align: center;
    width: 138px;
	padding: 0 !important;
	color: #272727 !important;
}
.products.list .product_list_button .add_to_cart_button i{
	margin-right:10px;
}
.products.list .product_list_button .add_to_cart_button.added {
	display: none;
}
.products.list .product_list_button .add_to_cart_button:hover,
.products.list .product_list_button .added_to_cart.wc-forward:hover {
	color: #ffffff !important;
}
.products.list .product_list_button .added_to_cart.wc-forward:before {
	content: " ";
}
/* Compare */
.products .compare {
	display: none !important;
}
.products .nova-compare {
	display: inline-block !important;
}
/* Quick View */
#jckqv button:hover,
#jckqv button:focus {
	border:none;
	color:#fff;
}
#jckqv h1 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: left;
}
#jckqv p {
	line-height: 30px;
}
#jckqv .in-stock {
	color: #77a464;
}
#jckqv .price ins {
	font-weight: 300;
}
#jckqv .woocommerce-product-rating .text-rating {
	margin: 3px;
}
#jckqv .quantity {
	width: 50px !important;
}
#jckqv .quantity .qty {
	border-radius: 0;
}
#jckqv .button-qty {
	display: none;
}
#jckqv .button {
	height: 100%;
	line-height: 13px;
}
.jckqv-qty-spinner {
	display: none;
}
#jckqv .compare {
	display: none;
}
.jckqv_slider {
	margin-bottom: 0 !important;
}
/* ==========================================================================
   8. Categories Grid styles
   ========================================================================== */


article .categories_grid {
	margin-bottom: 0px;
}

.categories_grid:before,
.categories_grid:after
{
    content: " ";
    display: table;
}

.categories_grid .category_grid_box,
.category_list .category_grid_box
{
	overflow: hidden;
	position: relative;
	display: block;

	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}

.categories_grid .category_item,
.category_list .category_item
{
	display:table !important;
	width:100%;
	color:#fff;
	position:relative;
	border-spacing:0;
}

.category_item_bkg
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	display: block;

	background-color:#333;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;

	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	max-width: none;
	min-height: 100.6%;

	position: absolute;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

.categories_grid .category_grid_box:hover .category_item_bkg,
.category_list .category_grid_box:hover .category_item_bkg
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.categories_grid .category_name,
.category_list .category_name
{
	width:100%;
	display: table-cell;
	vertical-align: middle;

	line-height:1.333em;
	text-align: center;
	text-transform: uppercase;
	font-weight:700;
    padding: 0 20px;
	background:rgba(0,0,0,0);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
	position: relative;
	z-index: 2;
}

.categories_grid .category_name
{
	 font-size: 1.875rem;
}

.category_list .category_name
{
	font-size: 1.3125rem;
}

.categories_grid .category_name:hover,
.category_list .category_name:hover
{
	width:100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background:rgba(0,0,0,.6);
}


/* ==========================================================================
   9. Product Single styles
   ========================================================================== */

.product_image_zoom_button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    overflow: hidden;
    bottom: 0;
    right: 0;
    padding: 17px 0 0 19px;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product_image_zoom_button:hover {
    color: #fff;
    background: #000;
}

.product_summary_thumbnails_wrapper
{
	display: none;
	padding-left:0px;
	padding-right:0px;
}

.product_infos
{
	z-index: 1;
	transition: margin-top .6s;
	-webkit-transition: margin-top .6s;
}

.product-image-link
{
	display: block;
}

.product-image-link:hover
{
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.product_thumbnails .product_thumbnails_swiper_container
{
    width: 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
	max-height:635px;
    /*padding-top:100px;*/
}
.product_thumbnails .product_thumbnails_swiper_container .swiper-wrapper{
	height:auto!important;
}
.product_thumbnails .swiper-slide
{
    padding-bottom:20px;
	
    padding-right: 5px;
    opacity:.2;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
	cursor: pointer;
}

.product_thumbnails .swiper-slide:last-child
{
    padding-bottom:0;
}

.product_thumbnails .swiper-slide-active
{
    opacity:1;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
	cursor: default;
}

.product_thumbnails img
{
	width:100%;
	height:auto;
}

.product_images .product_thumbnails_swiper_container
{
    width: 100%;
}

.product_images ul,
.product_images ol
{
    margin:0;
    padding:0;
    list-style:none;
}

.product_images .flex-control-nav
{
    bottom: 0px;
    position:relative;
    margin-top:50px;
    z-index:100;
}

.product_images .flexslider
{
    margin:0 !important;
    overflow:hidden;
}

.product_images .flexslider .slides
{
    padding: 0 !important;
    -webkit-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    transition: height 300ms ease;
}

.recently_viewed_in_single h2
{
    font-size:.8em;
    margin:0 0 15px 0;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

.recently_viewed_in_single ul
{
    margin:0;
    padding:0;
    list-style:none;
}

.recently_viewed_in_single li
{
    padding:0;
    margin:0 0 20px 0;
}

.qty
{
    display:none;
    float:left;
    text-transform:uppercase;
    font-size:.8em;
}

.woocommerce #content div.product p.cart
{
	display: inline-block;
	margin-bottom: 19px;
}
.woo-custom-title {
	overflow: hidden;
	position: relative;
}
.woo-custom-title h2 {
    position: relative;
    font-size: 2rem !important;
    font-weight: 300;
	text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* ==========================================================================
   10. Widgets styles
   ========================================================================== */

#secondary.wpb_widgetised_column
{
	padding-right: 0;
}

.wpb_widgetised_column .widget
{
    margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.widget:first-child
{
	padding-top: 0;
}

.widget:last-child
{
	border-bottom: none;
}

.wpb_widgetised_column table tr td,
.wpb_widgetised_column .widget_layered_nav ul li a,
.wpb_widgetised_column .widget_layered_nav ul li span,
.wpb_widgetised_column .widget_layered_nav ul li a,
.wpb_widgetised_column .widget_calendar,
.wpb_widgetised_column .widget_calendar caption
{
	color: inherit !important;
}

.widget h3,
.wpb_wrapper .widget h3
{
    position: relative;
	font-size:16px !important;
    font-weight: 600;
	margin-bottom: 30px;
	padding: 0 15px 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.widget h3 > div.a,
.wpb_wrapper .widget h3 > div.a {
    display: inline-block;
    background: #fff;
    padding-right: 15px;
}
.widget-title-line {
    margin-top: -10px;
    width: 100%;
    height: 1px;
    border-bottom: #cdcdcd solid 1px;
}
.wpb_widgetised_column .textwidget {
	margin-top: 30px;
}
.wpb_widgetised_column .images-block {
	margin-top: 30px;
}
.widget form > div
{
    padding-top: 18px;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"]
{
	width: 100%;
	min-width: inherit;
}

.widget > ul,
.woocommerce .widget_layered_nav > ul,
.widget > form
{
    margin: 0;
}

.widget:first-child ul,
.widget:first-child form
{
    display: block;
}

.woocommerce .widget_layered_nav ul li,
.widget ul li
{
    margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f3f3f3;
}

.widget ul li:last-child,
.woocommerce-page .widget_layered_nav ul li:last-child
{
    margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.widget > ul > li:first-child,
.woocommerce .widget_layered_nav > ul > li:first-child
{
	padding-top: 7px;
}
.product_list_widget li {
    border: none !important;
}
.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu
{
    border: none;
}

.widget.widget_layered_nav,
.widget.widget_layered_nav_filters
{
	padding-bottom: 38px;
}

.woocommerce .widget_layered_nav ul li.chosen,
.woocommerce-page .widget_layered_nav ul li.chosen,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li
{
	color: #fff;
}

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li
{
	float: none;
	display: inline-block;
	padding-left: 0;
	padding-bottom: 0;
	margin: 0 5px 0 0;
}

.widget ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span
{
    text-transform: capitalize;
    line-height: 1.5em;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span
{
	float: none;
	padding: 0;
}
.widget_categories ul li a {
    font-size: 12px;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a
{
	padding: 7px 13px 8px 13px;
	border: none;
	line-height: 1;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	font-weight: bold !important;
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before
{
	content: "\f00d";
	display: inline-block;
	float: left;
	font:normal normal normal 13px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 5px 0 0;
	opacity: 0.5;

	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce-page .widget_layered_nav_filters ul li a:hover
{
	opacity: 1;
}

.woocommerce .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce .widget_layered_nav_filters ul li a:hover:before,
.woocommerce-page .widget_layered_nav_filters ul li a:hover:before
{
	color: #fff;
	opacity: 0.9;
}

.widget_layered_nav_filters .amount
{
	color: #fff;
	margin-top: 0;
	margin-left: 3px;
}

.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count
{
    display: none;
}


/* Text Widget */

.textwidget p:last-child
{
	margin-bottom: 0;
}


/* Search */

.site-search
{
    display: table;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);

	position: fixed;
	top:0;
	left: 0;

	z-index: -1;
	opacity: 0;

	transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
	-webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open
{
	z-index: 9999;
	opacity: 1;

	transition: opacity .5s, z-index 0s;
	-webkit-transition: opacity .5s, z-index 0s;
}

.site-search #searchform > div,
.site-search .widget_search .search-form
{
	border: none;

	width: 50%;
	margin-top: 300px;

	position: fixed;
	top: 50%;
	margin-top: 300px;
	left: 50%;
}

.site-search #searchform > div,
.site-search .widget_search .search-form,
.submit_icon
{
	opacity: 0;

	transition: margin-top .5s, opacity .5s;
	-webkit-transition:  margin-top .5s, opacity .5s;
}

.site-search.open #searchform > div,
.site-search.open .widget_search .search-form
{
	margin-top: -25px;
}

.site-search.open #searchform > div,
.site-search.open .widget_search .search-form,
.site-search.open .submit_icon
{
	opacity: 1;

	transition: margin-top .5s, opacity .5s;
	-webkit-transition:  margin-top .5s, opacity .5s;
}

.site-search #searchform > div,
.site-search .search-form div
{
	padding-top: 0;
}

.site-search .widget_search .search-form:after
{
	display: none;
}

.site-search #s,
.site-search .widget_search .search-field
{
	color: #000;
	background: none;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 30px;
	font-weight: 900;
	padding: 6px 15px;
	height: auto;
}

.site-search #s::-webkit-input-placeholder { font-weight: 900;color: #a1a1a1; }
.site-search #s::-moz-placeholder { font-weight: 900; color: #a1a1a1;} /* firefox 19+ */
.site-search #s:-ms-input-placeholder { font-weight: 900;color: #a1a1a1; } /* ie */
.site-search #s:-moz-placeholder { font-weight: 900;color: #a1a1a1; opacity: 1; }

.site-search .search-form .search-field::-webkit-input-placeholder { font-weight: 900;color: #a1a1a1; opacity: 1; }
.site-search .search-form .search-field::-moz-placeholder { font-weight: 900; color: #a1a1a1; opacity: 1;} /* firefox 19+ */
.site-search .search-form .search-field:-ms-input-placeholder { font-weight: 900;color: #a1a1a1; opacity: 1;} /* ie */
.site-search .search-form .search-field:-moz-placeholder { font-weight: 900;color: #a1a1a1; opacity: 1; }

.search-form .search-field::-webkit-input-placeholder { opacity: 0; }
.search-form .search-field::-moz-placeholder { opacity: 0; } /* firefox 19+ */
.search-form .search-field:-ms-input-placeholder { opacity: 0; } /* ie */
.search-form .search-field:-moz-placeholder { opacity: 0; }

.site-search #s:focus,
.site-search .search-field:focus
{
	background: none !important;
}

.widget_search .search-form
{
	border-width: 1px;
	border-style: solid;
	position: relative;
}

.widget_search .search-form:after
{
	content: "\f002";
	display: inline-block;
	vertical-align: middle;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.widget_search .search-form:after,
.submit_icon,
.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 2;
	overflow: hidden;
	font-size: 16px;
	cursor: pointer;
	color: #000;
}

.widget_search .search-field
{
	background: #fff;
	border: none;
}

.widget_search .search-field:focus
{
	background: #fff;
}

.site-search .widget_product_search #searchsubmit,
.site-search .widget_product_search .search-submit,
.site-search .widget_search .search-submit,
.submit_icon
{
	top: 10px;
	right: 15px;
}

.widget_search input[type="submit"].search-submit
{
	width: 40px;
}

.submit_icon
{
	font-size: 24px;
}

.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit,
.widget_product_search #searchsubmit:hover,
.widget_search #searchsubmit:hover,
.widget_product_search .search-submit:hover,
.widget_search .search-submit:hover
{
	background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
}

#site-footer .widget_search .search-field
{
	border: none;
}

#site-footer a,
.widget a,
.woocommerce .widget_layered_nav ul li a,
.social_media
{
	opacity: 1;

	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.widget a.ui-slider-handle:hover,
.widget .tagcloud a:hover,
#site-footer .widget a.ui-slider-handle:hover,
#site-footer .widget .tagcloud a:hover
{
	opacity: 1;
}

.widget_shopping_cart .buttons a:hover
{
	opacity: 1;
}
/* ==========================================================================
   11. Page header styles
   ========================================================================== */
.page-header-style-1 .woocommerce-breadcrumb {
	text-align: center;
}
.has_big_img.page-header-style-1 .woocommerce-breadcrumb {
	text-align: left;
}
/* ==========================================================================
   12. Off-canvas styles
   ========================================================================== */
.left-off-canvas-menu {
    background: #fff;
    width: 300px;
}
.right-off-canvas-menu {
    color: #272727;
}
.offcanvas_content_left {
    padding: 30px;
}
.move-right > .inner-wrap {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -ms-transform: translate(300px, 0);
    -ms-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
.move-right .exit-off-canvas,
.move-right .exit-off-canvas:hover {
    background:  rgba(0,0,0,0.3);
    box-shadow: none;
    z-index: 9999;
}
.left-off-canvas-menu .widget-title-line {
	display: none;
}
/* ==========================================================================
   13. Portfolio styles
   ========================================================================== */

.portfolio-container .content-area
{
	min-height: 0;
}

.portfolio-isotope
{
	position: relative;
}

.portfolio-isotope:after
{
	content: "";
	display: block;
	clear: both;
}

.portfolio-box,
.portfolio_related_item
{
	width: 100%;
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;

	/*overflow: hidden;*/

	padding-bottom: 100%;
}

.portfolio-grid-sizer,
.portfolio-box.width2
{
	width: 100%;
}

.portfolio-box.width2.height2
{
	width: 100%;
}

.portfolio-box.hidden
{
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.portfolio-box-inner
{
	position: relative;
	display: block;
	height: 100%;
    position: absolute;
    width: 100%;
}


/* Portfolio Filters */

.portfolio-filters .filters-group.list-categories-center
{
	margin-bottom: 20px;
}

.filters-group li span
{
  
    font-size: 14px;
    letter-spacing: 2px;
    padding:0 10px;
	
    position:relative;
	display: inline-block;
	cursor: pointer;

	
}
.filters-group li span:after{
	content: "";
    height: 1px;
    left: 110%;
    position: absolute;
    top: 50%;
    -webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
    transition: width 500ms ease 0s, left 500ms ease 0s;
    width: 0;
	
}
.filters-group .filter-item:hover  span:after,.filters-group .is-checked span:after{
	
	left: -5%;
    -webkit-transition: width 500ms ease 0s;
    transition: width 500ms ease 0s;
    width: 110%
}

/* Portfolio Hover Effect */

.hover-effect-link
{
	display: block;
	overflow: hidden;
	margin: 0;
	background: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 100%;

	position: absolute;
	z-index: 1;
}

.hover-effect-link .hover-effect-thumb
{
	display: block;
	opacity: 1;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	max-width: none;
	min-height: 100.6%;

	position: absolute;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(-30px,0, 0);
	transform: translate3d(-30px,0,0);
}

.hover-effect-content .hover-effect-title,
.hover-effect-content .hover-effect-text {
	margin: 0;
}

.hover-effect-content .hover-effect-title,
.wpb_wrapper h2.hover-effect-title
{
	color: #fff !important;
	font-size: 1.375rem;
	line-height: 1.2em;
	font-weight: 900;

	position: absolute;
	bottom: 28px;
	left: 0px;
	padding: 40px 40px 5px;
	transform :none !important;
	text-align: left;

	transition: all .3s !important;
	-webkit-transition: all .3s !important;
}

.hover-effect-content .hover-effect-text,
.wpb_wrapper .hover-effect-text
{
	color: #fff !important;
	opacity: 0;
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;

	position: absolute;
	bottom: 0;

	padding: 0px 40px 33px;
	text-align: left;

	transition: all .45s !important;
	-webkit-transition: all .45s !important;
}

.hover-effect-content:hover .hover-effect-thumb
{
	opacity: 0.15;

	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hover-effect-content:hover .hover-effect-text
{
	opacity: 1;

	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


/* Portfolio Boxed */

.boxed-page .hover-effect-content .hover-effect-title,
.boxed-page .wpb_wrapper h2.hover-effect-title
{
	font-size: 1.375rem;
}

.boxed-page .wpb_wrapper .portfolio-isotope-container
{
	margin: 0;
}


/* Portfolio Single */
.portfolio-single-title {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.portfolio-single-featured-img
{
	height: 760px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}

.portfolio_single_list_cat
{
	display: block;
	text-align: center;
}

.portfolio_single_list_cat a
{
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 900;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.project-detail-title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: #f2f2f2 solid 1px;
}
.project-detail {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.project-detail li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 10px;
}
.page-portfolio-single .social-icons {
    text-align: left;
}
.portfolio_content_nav .nav-next .nav-next-title,
.portfolio_content_nav .nav-previous .nav-previous-title
{
	display: none;
}
.portfolio_related {
    margin-top: 20px;
}
.portfolio_related_title {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

/* Portfolio 2 */

.portfolio-item .portfolio-title {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    
    margin-top: 25px;
}
.portfolio-item .img_link{
    display: block;
    position: relative;
    z-index: 1;
}
.portfolio-item .img_link:after{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
   
      
    transition: background 0.4s ease;
	transform: scale(0.96,0.95);
}
.portfolio-item .img_link:after:hover{
	
}
.portfolio-item .img_link img{
    margin: 0 auto;
}
.portfolio-item .text_link{
    display: block;
    margin-bottom: 3em;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.portfolio-item .icon_box {
    display: block;
    position: absolute;
    z-index: 12;
    width: 50px;
    height: 50px;
    line-height: 50px;
    
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    
	border:1px solid #ffffff;
    color: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
   
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-item :hover .icon_box{
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.portfolio-item:hover .img_link:after{
    background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-masonry-style .portfolio-item:hover .img_link:after,
.portfolio-fitrows-style .portfolio-item:hover .img_link:after{
    display: none !important;
}
.portfolio-item .img_link .portfolio-title {
    display: block;
    position: absolute;
    z-index: 12;
	width: 100%;
	margin-bottom: 0;
	top: calc(50% + 20px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	color: #ffffff;
	text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-item:hover .img_link .portfolio-title {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.portfolio-fullwidth-style .portfolio-item .icon_box {
	margin-top: 10px;
}
.portfolio-fullwidth2-style .portfolio-item .icon_box {
	margin-top: 25px;
}
.portfolio-fullwidth-style .portfolio-item .img_link .portfolio-title {
	top: auto;
	bottom: calc(50% + 35px);
}
.portfolio-fullwidth2-style .portfolio-item .img_link .portfolio-title {
	top: auto;
	bottom: 50%;
	font-size: 18px;
	padding-bottom: 35px;
	margin-bottom: 25px;
}
.portfolio-fullwidth2-style .portfolio-item .img_link .portfolio-title:after {
	content: " ";
	width: 50px;
	height: 10px;
	position: absolute;
	left: calc(50% - 28px);
	bottom: 0;
    -webkit-transform: skew(148deg); 
    -moz-transform: skew(148deg); 
    transform: skew(148deg);
}
.portfolio-masonry-style .portfolio-item .img_link .portfolio-title,
.portfolio-fitrows-style .portfolio-item .img_link .portfolio-title {
    background: #af5875;
    padding: 22px;
	top: auto;
	bottom: 0;
}

.portfolio-item .img_link .portfolio-title .icon_box1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.portfolio-grid-style .portfolio-item,
.portfolio-masonry-style .portfolio-item,
.portfolio-fitrows-style .portfolio-item {
	margin-bottom: 10px;
}
.portfolio-fullwidth-style .portfolio-item,
.portfolio-fullwidth2-style .portfolio-item {
	padding: 0;
	margin: 0;
}
.portfolio-fullwidth-style ul.portfolio-default-isotope,
.portfolio-fullwidth2-style ul.portfolio-default-isotope {
	margin: 0;
}
@media only screen and (min-width: 64.0625em) {
	.portfolio-item.width2 {
		width: 50%;
	}
	.portfolio-item.width3 {
		width: 75%;
	}
}


.full-width-page .wpb_wrapper .portfolio-isotope-container
{
	margin-left: -30px !important;
	margin-right: -30px !important;
}

.full-width-page .boxed-row .wpb_wrapper .portfolio-isotope-container
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}


/* ==========================================================================
   14. Shortcodes styles
   ========================================================================== */
/* Revolution Slider */
.tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.2) !important;
}
/* Social Media Profiles */

.site-social-icons-shortcode {
	vertical-align: middle;
	clear:both;
	margin: 5px -15px 15px -15px;
	display: block;
}

.site-social-icons-shortcode ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
    line-height: 1em;
	font-size:24px !important;
}

.site-social-icons-shortcode ul.left {
	text-align:left;
}

.site-social-icons-shortcode ul.center {
	text-align:center;
}

.site-social-icons-shortcode ul.right {
	text-align:right;
}

.site-social-icons-shortcode:before,
.site-social-icons-shortcode:after,
.site-social-icons-shortcode ul:before,
.site-social-icons-shortcode ul:after
{
	content:" ";
	display:table;
	clear:both;
}

.site-social-icons-shortcode ul li {
	padding: 5px 10px;
	display:inline-block;
}

.site-social-icons-shortcode ul li a {
    font-size: 16px !important;
    color: #333 !important;
}

.site-social-icons-shortcode ul li a i {
	-webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.site-social-icons-shortcode ul li a:hover i {
	opacity:.7;
}

.site-social-icons-shortcode ul li span {
	display:none;
}

/*------Home 5------*/
.block-home-5 .style_2 {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.block-home-5 .style_2 h2.title {
    padding-bottom: 20px;
    margin: 0;
}
.block-home-5 .style_2 h2.title:after {
    border-bottom: 2px solid red;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -22.5px;
    position: absolute;
    width: 45px;
}
/*------Home 0------*/
.home0-play-icon .aio-icon{
	border:1px solid #ffffff;
	
	
}
.banner-home-0 .wpb_column {
	padding-left:0px!important;
	padding-right:0px!important;
}
.banner2-home-0 .bb-description h2,.banner2-home-0 .bb-description h4,.banner2-home-0 .bb-description h5,.banner2-home-0 a.bb-link{
	color:#ffffff;
	font-weight:100;
}
.banner2-home-0 .bb-description h2{
	font-size:48px;
}
.banner2-home-0 .bb-description h4{
	font-size:30px;
}
.banner2-home-0 .bb-description h5,.banner2-home-0 a.bb-link{
	font-size:18px;
}
.banner2-home-0 .bb-description{
	position:relative;
}
.banner2-home-0 .bb-description:after{
	content:"";
	width:160px;
	height:2px;
	background:#ffffff;
	position:absolute;
	bottom:0;
	left: calc(50% - 80px);
	display:inline-block;
	
}
.banner3-home-0 .bb-description h2,.banner3-home-0 .bb-description h3,.banner3-home-0 .bb-description h4,.banner3-home-0 .bb-description h5{
	color:#ffffff;
	font-weight:200;
}
.home0-newsletter .nsu-form{
	margin:0;
}
.home0-newsletter .nsu-form input.nsu-field{
	    width: 450px;
    float: left;
	    height: 45px!important;
    line-height: 45px!important;
}
.home0-newsletter .nsu-form p{
	text-align:left;
}
.home0-newsletter .nsu-form input.nsu-submit{
	padding: 19px 30px;
    margin-left: 10px;
	    text-transform: uppercase;
}


.home0-tab-style .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    margin-bottom: 50px;
}
.home0-tab-style .vc_tta.vc_general .vc_tta-tab > a, 
.home0-tab-style .vc_tta.vc_general .vc_tta-tab.vc_active > a {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
}
.home0-tab-style .vc_tta.vc_general .vc_tta-tab > a .vc_tta-title-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 20px;
    text-align: left;	
}

.home0-tab-style .vc_tta.vc_general .vc_tta-tab{
	margin-right:30px;
}
.home0-tab-style .vc_tta.vc_general .vc_tta-tab span:after{
	content:"";
	position:absolute;
	height:100%;
	width:1px;
	background:#aaa;
	display:inline-block;
	right:-16px;
	top:0;
	
}
.home0-tab-style .vc_tta.vc_general .vc_tta-tab:last-child  span:after{
	background:transparent;
}

.home0-tab-style .vc_tta.vc_general .vc_tta-tab a{
	color:#aaa;
}
.home0-tab-style .vc_tta-tabs-list .vc_active a {
	color:#000000!important;
}
.home0-tab-style .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.home0-tab-style .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
}

.home0-tab-style .vc_tta.vc_general .vc_tta-panel-body {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    overflow: unset;
    -webkit-transition: none 0s ease 0s ;
    transition: none 0s ease 0s ;
}
/*------Home 8------*/
.banner-style-1 .ult-new-ib-desc {
    display: inline-block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}
.banner-style-1 .ult-ib-effect-style1 img {
	-ms-transform: translate3d(0px, 0px, 0px); /* IE 9 */
    -webkit-transform: translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
    transform: translate3d(0px, 0px, 0px);
	
	-ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
 
 	-ms-transition: all 0.3s ease 0s; /* IE 9 */
    -webkit-transition: all 0.3s ease 0s; /* Chrome, Safari, Opera */
    transition: all 0.3s ease 0s;
}
.banner-style-1 .ult-ib-effect-style1:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}
.banner-style-1 .ult-new-ib-desc h2 {
	-ms-transform: translate3d(0px, 0px, 0px); /* IE 9 */
    -webkit-transform: translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
    transform: translate3d(0px, 0px, 0px);
    
    background-color: #fff;
    color: #333333;
    display: inline-block;
    font-weight: normal;
    line-height: 40px;
    padding: 0 20px;	
}
.banner-style-1 .bb-description > div {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%);
    width: 100%;	
}
.banner-style-1 .bb-description > div h2, 
.banner-style-1 .bb-description > div h3 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
}
.banner-style-1 .bb-description > div h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.banner-style-1 .bb-description > div h2:after {
    border-bottom: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;	
}
.banner-style-1 .bb-description > div h1 {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    line-height: 70px;
}

.hand-made .wpb_wrapper {
    display: inline-block;
    margin: 0 auto;
}
.hand-made .wpb_wrapper ul.link-text1,
.hand-made .wpb_wrapper ul.link-text2 {
	display: inline-block;
	float: left;
	margin: 0;
}
.hand-made .wpb_wrapper ul.link-text1 {
	margin-right: 105px;
}
.hand-made .wpb_wrapper ul.link-text1 li,
.hand-made .wpb_wrapper ul.link-text2 li {
	text-align: left;
	list-style: none;
}
.hand-made .wpb_wrapper ul.link-text1 li a,
.hand-made .wpb_wrapper ul.link-text2 li a {
	font-size: 0.8888 rem;
	text-transform: uppercase;
	line-height: 40px;
}

/* Button */

.nova-button {
	display: inline-block;
	font-size: 12px;
  	
	font-weight: normal;
	line-height: 18px;
	height: auto;
	color: #FFFFFF;
	padding: 14px 35px;
	margin: 0;
	border: 0;
	position: inherit;
	overflow: hidden;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	vertical-align: inherit;
	max-width: 100%;
	text-transform: uppercase;
	transition:			color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-moz-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	-webkit-transition:	color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
	position:relative!important;
	
}
.nova-button:hover {
	text-decoration: none!important;
	color: #fff;
	transition-duration:			200ms;
	-moz-transition-duration:		200ms;
	-webkit-transition-duration:	200ms;
}

.nova-button.stroke {
	color: #202020;
	border: 1px solid #202020;
}
.nova-button.stroke.white {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.nova-button.stroke:hover {
	color: #fff;
}
.nova-button.larger {
	padding: 0px 36px 0px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-weight: normal;
}
.nova-button.larger i {
	line-height: 50px;
	padding: 0 15px;
	margin-right: 10px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 18px;
}

.nova-button.default {
	padding: 15px 30px;
	border-radius: 0px;
	background: #202020;
}
.nova-button.default:hover{
	background:#202020;
}
.nova-button i {
	
	font-size: 20px;
	
}
.nova-button.icon-only i{
	margin-left: 0;
}
.nova-button.small {
	font-size: 11px;
	line-height: 18px;
	padding: 8px 10px;
}
.nova-button.small.icon-text {
	padding: 8px 10px;
}
.nova-button.small i{
	margin-left: 5px;
}
.nova-button.small.icon-only i {
	margin-left: 0;
}
.nova-button.medium {
	font-size: 15px;
	line-height: 18px;
	padding: 12px 45px;
	
    border-width: 1px !important;
}

.nova-button.medium.icon-text {
	    padding: 15px 85px 15px 35px;
}
.nova-button.medium.icon-only {
	padding: 15px 25px;
}
.nova-button.medium i{
	position: absolute;
    top: 0;
    right: 0;
    padding: 14px 23px;
    border-left: 1px solid #262626;
}
.nova-button.medium.icon-only i{
	margin-left: 0;
}
.nova-button.large {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	padding: 17px 38px;
	text-transform: uppercase;
    border-width: 2px !important;
}
.nova-button.large.icon-text {
	padding: 15px 40px;
}
.nova-button.large.icon-only {
	padding: 15px 25px;
}
.nova-button.large i{
	margin-left: 20px;
}
.nova-button.large.icon-only i{
	font-size: 20px;
	margin-left: 0;
}
.nova-button.primary {
	color: #202020;
	background: #ff9601;
}
.nova-button.primary:hover {
	-webkit-box-shadow: inset 0px 80px 20px 50px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 80px 20px 50px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 80px 20px 50px rgba(0, 0, 0, 0.2);
}
.nova-button.secondary {
	color: #fff !important;
	background: #202020;
}
.nova-button.primary:hover {
	-webkit-box-shadow: inset 0px 80px 20px 50px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 80px 20px 50px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 80px 20px 50px rgba(0, 0, 0, 0.2);
}
.nova-button.circle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.nova-button.long-shadow {
	-webkit-box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 5px 2px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 5px 2px 0px rgba(0, 0, 0, 0.25);
}
.nova-button.black {
	color:#202020;
	background: #fff;
	border: #202020 solid 2px;
}
.nova-button.black:hover {
	color: #fff;
	background:#202020;
}
.nova-button.white {
	color:#fff;
	background:#202020;
	border: #fff solid 2px;
}
.nova-button.white:hover {
	color: #202020;
	background:#fff;
}
.icon-button {
	border: #ffffff solid 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.icon-button:hover {
	border: #ffffff solid 2px;
	background: #fff;
	color: #9f824a;
}
.icon-button.big {
	font-size: 72px;
	width: 160px !important;
	height: 160px !important;
	padding: 40px;
	min-width: 160px !important;
	text-align: center;
}
.white-button {
    color:#ffffff !important;
}
/* Blog Posts */

.post-home7 .latest_posts_item{
	    background: #f3f4f6;
}
.post-home7 .latest_posts_item .categories_list{
	padding:0 20px;
}
.post-home7 .latest-post-shortcode-wrapper .latest_posts_title{
	padding:0 20px;
}
.post-home7 .latest_posts_content{
	padding:0 20px;
	padding-bottom:20px;
}

.latest-post-shortcode-wrapper {
	margin: 30px 0px 20px 0px;	
}

.latest-post-grid .latest_posts_item {
	float: left !important;
	margin: 0;
}

.latest-post-grid .latest_posts_image_container {
	margin-bottom: 10px;
}

.latest-post-grid .latest_posts_content .post_excerpt_sumary {
    font-weight: 300;
    padding-bottom: 30px;
}

.latest-post-grid .latest_posts_item .categories_list {
    margin: -5px 0 10px;
}

.latest-post-grid .latest-post-shortcode-wrapper .latest_posts_title {
    margin-bottom: 20px;
}

.latest_posts_item {
	margin: 0 15px;
}

.latest_posts_title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
	transition: color 0.35s;
	-webkit-transition: color 0.35s;
}
.latest_posts_item .categories_list {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.latest-post-shortcode-wrapper .latest_posts_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}
.latest-post-shortcode-wrapper .entry_categories_list {
    font-size: 11px;
    text-transform: uppercase;
}
.latest-post-shortcode-wrapper .entry_categories_list a:hover {
    text-decoration: underline;
}
.latest-post-shortcode-wrapper .entry_meta_archive {
    font-size: 14px;
    margin-bottom: 20px !important;
}
.blog-4-columns .entry_meta_archive {
	text-align: left;
}
.latest-post-shortcode-wrapper .entry_meta_archive {
	display: none;
}
.latest-post-shortcode-wrapper .entry_meta_archive,
.latest-post-shortcode-wrapper .entry_meta_archive a
{
	transition: color 0.35s;
	-webkit-transition: color 0.35s;
}
.latest-post-shortcode-wrapper .post_excerpt_sumary {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
}
.latest_posts_item.gallery {
	margin: 0 !important;
}
.latest_posts_overlay {
	background: #000;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;

	opacity: 0;

	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
}
.latest_posts_link:hover .latest_posts_overlay {
	opacity: 0.6;
}
.latest_posts_image_container {
    display: block;
    height: 255px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.blog-4-columns .latest_posts_image_container {
	height: 265px;
}
.latest_posts_image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;

	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	max-width: none;

	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

.latest_posts_link:hover .latest_posts_image
{
	-webkit-transform: translate3d(0px,0, 0);
	transform: translate3d(0px,0,0);
	-ms-transform: none;
}

.grabbing .latest_posts_item:hover .latest_posts_image
{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}

.latest_posts_no_image
{
	background: #f5f5f5;
	height: 350px;
	width: 100%;
	display: block;
}
.post_excerpt_sumary {
	margin-top: 20px;
}
.post_read_more {
	margin: 20px 0 0 0;
}
.latest-post-shortcode-wrapper .owl-pagination {
	position: absolute;
	top: -50px;
	left: 47.7%;
	margin-top: 0;
}
.latest-post-shortcode-wrapper .owl-theme .owl-controls .owl-page span {
    border: 2px solid #FFF;
    display: block;
    height: 15px;
    margin: 5px;
    width: 15px;
}
.latest-post-shortcode-wrapper .owl-theme .owl-controls .owl-page:hover span {
    background-color: #FFF;
    border: 2px solid #333;
}
.latest-post-shortcode-wrapper .owl-theme .owl-controls .owl-page.active span {
    background-color: #FFF;
    border: 2px solid #333;
}

/* Gallery */

.gallery {
    margin:0 0 30px 0 !important;
    overflow: hidden;
}

.gallery br
{
    display: none;
}

.gallery br:last-of-type
{
    display: block;
}

.gallery dl,
.gallery dt {
    margin:0 !important;
}

.gallery .gallery-item
{
    width: 50% !important;
    padding-bottom: 50%;
	overflow: hidden;
}

.gallery-columns-1 .gallery-item
{
    width: 100% !important;
}

.gallery-item {
    margin:0 !important;
    opacity: 1;
    position: relative;
}

.gallery-item:hover
{
    cursor: pointer;
}

.gallery-icon {

	width: 100.6%;
	min-height: 100.6%;

	padding:0 !important;

	position: absolute !important;
	left: 0;
	top: 0;
    z-index: 2;
}

.gallery-item:last-of-type .gallery-icon
{
    width: 100%;
}

.gallery-icon a
{
	display: block;

	width: 100%;
    height: 100%;

	position: absolute;
	left: 0;
	top: 0;
}

.gallery-icon img
{
    border:0 !important;

	width: 100%;
	max-width: none;
	min-height: 100.6%;

	position: absolute;
	left: 0;
	top: 0;
}

.gallery-item .gallery-caption,
.gallery-caption-trigger
{
	display: none;
}

/* Animated Heading */

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* Block Title */

.navas_block_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.navas_block_title h2.title {
	display: inline-block;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.navas_block_sub_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.navas_block_sub_title h2.title {
	color: #c2c2c2;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 45px 0;
	text-transform: none;
    letter-spacing: 2px;
}

.navas_block_title.style_1 h2 {
    float: left;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 15px 15px 0;
    position: relative;
    text-transform: uppercase;
}
.navas_block_title.style_1 h2:after {
    border-bottom: 2px solid #202020;
    bottom: -2px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    width: 45px;
}
.navas_block_sub_title.style_1 {
	display: none;
}
.navas_block_title.style_home_4{
	text-align:left;
	
}
.navas_block_title.style_home_4 h2{
	padding-left:0px;
	position:relative;
	text-transform:capitalize;
	font-size:2rem;
	
}
.navas_block_title.style_home_4 h2:after{
	border-bottom:1px solid #dfe0e4;
	content:"";
	position:absolute;
	width:100000px;
	margin-left:20px;
	top:19px;
	
}
/* Tesmonials List */

.nova-testimonial-list-wrapper .woo-custom-title {
    text-align: center;
}
.nova-testimonial-list-wrapper .woo-custom-title h2 {
    background-color: #fff;
    color: #333333;
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 40px;
    z-index: 1;
}
.nova-testimonial-list-wrapper  .woo-custom-title h2:after {	
    border-color: #cdcdcd;	
    display: none;
    left: calc(50% - 28px);
}
.nova-testimonial-list-wrapper .icon-title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
}
.nova-testimonial-list-wrapper ul li {
	list-style: none;
}
.testimonial_list_item {
	text-align: center;
}
.testimonial_list_item img {
	margin-bottom: 25px;
}
.testimonial_list_item .testimonial_thumbnail {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px;
}
.testimonial_list_item .testimonial_text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 auto 45px;
    max-width: 1130px;
    width: 100%;
}
.testimonials-style03 .testimonial_list_item .testimonial_text {
	color: #505050;
}
.testimonial_list_item .testimonial_author {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}
.testimonials-style03 .testimonial_list_item .testimonial_author {
	color: #808080;
}
.testimonial_list_item .title_position {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
}
.nova-testimonial-list-wrapper .owl-theme .owl-controls {
	margin-top: 15px;
}
.nova-testimonial-list-wrapper .owl-theme .owl-controls .owl-page span {
    display: block;
    height: 10px;
    margin: 5px;
    width: 10px;
    opacity: 0.5;
}
.nova-testimonial-list-wrapper .owl-theme .owl-controls .owl-page:hover span {
    opacity: 1;
}
.nova-testimonial-list-wrapper .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
}
.nova-testimonial-grid-wrapper .testimonial_list_item_inner {
    position: relative;
    padding-left: 130px;
}
.nova-testimonial-grid-wrapper .testimonial_thumbnail {
    border: 3px solid #dcdcdc;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
    height: 100px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}

.nova-testimonial-grid-wrapper .testimonial_text {
    line-height: 2.2em;
    font-size: 0.8125rem;
    font-weight: 300;
}
.white-text .testimonial_text {
    color:#fff !important;
}
.nova-testimonial-grid-wrapper .testimonial_author{
	font-size: 0.75rem;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.nova-testimonial-grid-wrapper .testimonial_author span{
	color: #999999;
	text-transform: none;
}
.white-text .testimonial_author,
.white-text .testimonial_text {
    color:#fff !important;
}
.nova-testimonial-grid-wrapper .title_position {
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
}
/* Newsletter */
.newletter {
    margin: 35px auto 0;
    max-width: 1170px;
    overflow: hidden;
    padding: 0 220px;
}
.newletter h3 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 1.1875rem;
    font-weight: 600;
    margin: 5px 125px 0 0;
}
.newletter .nsu-form {
	float: left;
}
.newletter .nsu-form p {
	margin: 0;
}
.newletter .nsu-form input.nsu-submit {
    background-color: transparent !important;
    border: 1px solid #e5e5e5;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 300px;
    letter-spacing: 3px;
    line-height: 32px;
    padding: 0 1rem !important;
    position: absolute;
    top: 0;
}
.nsu-form {
    position: relative;
}
.nsu-form label {
    text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:200;
}
.newletter .nsu-form input.nsu-field, .newletter .nsu-form input.nsu-field:focus {
    font-size: 0.75rem;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: none;
}
.nsu-form input.nsu-field, .nsu-form input.nsu-field:focus {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    height: 50px;
    letter-spacing: 3px;
    line-height: 50px;
    padding-left: 20px;
    
    border: 1px solid #E5E5E5;
    box-shadow: none;
	font-style:italic;
	
}
.nsu-form input.nsu-field::-webkit-input-placeholder {
    color: #fff;
}

.nsu-form input.nsu-field:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.nsu-form input.nsu-field::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.nsu-form input.nsu-field:-ms-input-placeholder {
    color: #fff;
}
.nsu-form p{
	text-align:center;
}
.nsu-form input.nsu-submit  {    
    background-color: transparent !important;
    border: 1px solid #e5e5e5;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 5px;
    padding: 15px 30px;
}
.parallax-newsletter .vc_row p {
	margin: 0 !important;
}
.parallax-newsletter .wpb_wrapper h3 {
    color: #ffffff;
    font-size: 1.1875rem;
    margin-left: 30px;
    margin-top: 35px;
}
.parallax-newsletter .nsu-form {
    margin-top: 30px;
}
.parallax-newsletter .nsu-form {
    max-width: 410px;
}
.parallax-newsletter .nsu-form input.nsu-field, 
.parallax-newsletter .nsu-form input.nsu-field:focus {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}
.parallax-newsletter .nsu-form input.nsu-submit, 
.parallax-newsletter .nsu-form input.nsu-submit:hover {
    border: 1px solid #e5e5e5;
    padding: 14px 20px !important;
    top: 0;
}

.newletter-home-3 img {
	margin: 0 auto;
}
.newletter-home-3 h3 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 3px;
    padding-top: 25px;
    text-align: center;
}
.newletter-home-3 .newletter-content {
    color: #b8b8b8;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 950px;
    text-align: center;
}
.newletter-home-3 .nsu-form{
   width: 570px;
   padding-top:45px
}

.newletter-home-3 .nsu-form input.nsu-submit, .newletter-home-3 .nsu-form input.nsu-submit{
	width:150px;
	line-height: 27px;
	width: 150px;
	top: 46px;
}
.newletter-home-3 .plane {
    border-bottom: 1px solid #fff;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    text-align: center;
    width: 125px;
}

/* Add to Cart Button */

.wpb_wrapper .add_to_cart_inline
{
	border: none !important;
	padding: 0 0 35px !important;
	margin: 0;
}

.wpb_wrapper .add_to_cart_inline:after
{
	content: "";
	display: block;
	clear: both;
}

.wpb_wrapper .add_to_cart_inline .amount
{
	display: inline-block;
    font-size: 1.875rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 23px;

	position: relative;
}

.wpb_wrapper .add_to_cart_inline del .amount
{
	color: inherit;
	font-size: 1.3125rem;
	display: inline;
}

.wpb_wrapper .add_to_cart_inline ins
{
	background-color: transparent;
}

.wpb_wrapper .add_to_cart_inline .add_to_cart_separator
{
	content: "";
	display: block;
	clear: both;
}

.wpb_wrapper .product.woocommerce .add_to_cart_button:before,
.wpb_wrapper .product.woocommerce .added_to_cart_button:before
{
	display: inline-block;
	margin-right: 6px;
	font: normal normal normal 13px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: relative;
	top: 0px;
}

.wpb_wrapper .product.woocommerce .add_to_cart_button:before
{
	content: "\f067";
}

.wpb_wrapper .product.woocommerce .added_to_cart_button:before
{
	content: "\f00c";
}

.add_to_cart_inline .add_to_cart_button.vc_btn_rounded.loading,
.add_to_cart_inline .add_to_cart_button.vc_btn_square.loading
{
	opacity: 0.8;
}

.add_to_cart_inline .add_to_cart_button.loading span,
.add_to_cart_inline .add_to_cart_button.loading:before
{
	opacity: 0;
}

.add_to_cart_inline .add_to_cart_button:after
{
	content: "";
	display: inline-block;
	width: 30px;
	height: 14px;
	border-radius: 7px;
	opacity: 0;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;

	background:url('../images/preloader-white-bg-32.gif') center no-repeat rgba(255,255,255,1);

	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.add_to_cart_inline .add_to_cart_button.loading:after
{
	opacity: 1;
}

.wpb_wrapper .product.woocommerce  .add_to_cart_button.added:first-of-type
{
	display: none;
}

.wpb_wrapper .product.woocommerce  .add_to_cart_button.added:before
{
	content: "\f00c";
	display: inline-block;

	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: relative !important;
	right: auto !important;
	left: auto !important;
}

.shortcode_single_product li {
	width:100% !important;
}

/* Look Book Slider */

.nova-lookbook-list-wrapper ul li {
	list-style: none;
}
.lookbook_image_container,
.lookbook_content_container {
	position: relative;
	float: left;
	width: 50%;

}
.lookbook_content_container {
	background: #ccc;
	min-height: 480px;
	padding: 68px 30px 0;
}
.lookbook_content h4 {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 2.5px;
	margin-bottom: 7px;
	text-transform: none;
}
.lookbook_content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 2.5px;
	margin: 0 0 35px;
	text-transform: uppercase;
}
.lookbook_content .lookbook_summary {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 65px;
}
.lookbook_content .lookbook_readmore {
	margin-top: 60px;
}
.nova-lookbook-list-wrapper .owl-pagination {
	position: absolute;
	top: -50px;
	left: 47.7%;
	margin-top: 0;
}
.nova-lookbook-list-wrapper .owl-theme .owl-controls .owl-page span {
    border: 2px solid #FFF;
    display: block;
    height: 15px;
    margin: 5px;
    width: 15px;
}
.nova-lookbook-list-wrapper .owl-theme .owl-controls .owl-page:hover span {
    background-color: #FFF;
    border: 2px solid #333;
}
.nova-lookbook-list-wrapper .owl-theme .owl-controls .owl-page.active span {
    background-color: #FFF;
    border: 2px solid #333;
}

/* Brands Slider */
.navas_block_title.style_2 h2.title {
    color: #fff;
    float: none;
    font-size: 2.5rem !important;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.navas_block_title.style_2 h2.title:after {
	display: none;
}
.ult-item-wrap .border-bottom-right {
	border-right: 1px solid rgba(97, 97, 97, 0.3);
	border-bottom: 1px solid rgba(97, 97, 97, 0.3);
	
}
.ult-item-wrap .border-right {
	border-right: 1px solid rgba(97, 97, 97, 0.3);
}
.ult-item-wrap .border-bottom {
	border-bottom: 1px solid rgba(97, 97, 97, 0.3);
}
.brand-style03 .slick-slider .slick-dots {
	margin: 11px auto;
}
.nova-brands-slider-shortcode {

}
.nova-brands-slider-shortcode .client-item {
	
	display: block;
    margin: 0 15px;
}
.vc_brand .nova-brands-slider-shortcode .client-item {
    border: 1px solid #e1e1e1;
    display: block;
    margin: 0 15px;
}
/* Social Share */

.social-icons {
    text-align: center;
    font-size: 20px;
}
.social-icons a {
    margin-right: 15px;
}
/* Mega Menu Posts */
.mega-menu-post:after,
.mega-menu-post:before {
    content: '';
    display: table;
}
.mega-menu-post:after {
    clear: both;
}
.mega-menu-post .entry-media {
    float: left;
    margin-right: 15px;
}
.mega-menu-post .entry-media img {
    max-width: 100%;
    height: auto;
}
.mega-menu-post .entry-main {
    overflow: hidden;
}
.mega-menu-post .entry-header {
    margin: 0 0 15px;
}

.mega-menu-post .entry-title {
    text-align: left;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.mega-menu-post .entry-content {
    color: #858585;
    margin: 0 0 20px;
}
.mega-menu-post .entry-more {
    color: #ffffff;
    text-transform: uppercase;
}
.mega-menu-post .entry-more:hover {
    text-decoration: underline;
}

/* Products List */
.navas_products_slider.preset_style_2 {
    margin-top: 30px;
}

.preset_style_2 .owl-controls {
    position: absolute;
    top: -50px;
    left: calc(50% - 42px);
}
.preset_style_2 .owl-buttons div.owl-prev,
.preset_style_2 .owl-buttons div.owl-next {
    position: static;
    float: left;
    margin-top: 0;
}
.preset_style_2 .owl-buttons div.owl-next {
    margin-left: 20px;
}
.preset_style_2 .owl-next:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 30px;
    width: 20px;
    height: 1px;
    background: #ebebeb;
}
.preset_style_2 .owl-theme .owl-controls .owl-buttons div a {
    width: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #272727;
    background:#fff;
    border: #ebebeb solid 1px;
}
.preset_style_2 .owl-theme .owl-controls .owl-buttons div a:hover {
    color: #fff;
}
.preset_style_2 .hidden-buttons .owl-buttons {
    opacity:  1 !important;
}
.hidden-action .product_images_hover {
    display:none;
}

/* Nova Video Banner */
.nova-video-banner {
	position: relative;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.nova-video-banner video {
	position: absolute;
	top: 50%;
	width:100%;
	bottom: auto;
	left: 0;
	right: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nova-video-banner .nova-video-banner-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.nova-video-banner .nova-video-banner-desc {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	letter-spacing: 2px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nova-video-banner .nova-video-banner-desc h2.nova-video-banner-title {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.nova-video-banner .nova-video-banner-desc .nova-video-banner-content {
    font-weight: 200;
    margin: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.nova-video-banner .nova-video-banner-desc .nova-video-banner-play {
    cursor: pointer;
    display: inline-block;
    margin: 60px 0 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.nova-video-banner .nova-video-banner-desc .nova-video-banner-play i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
	font-size: 5rem;
	color: #ffffff;
	text-align: center;
	padding-left: 5px;
}

/* Nova Video Banner 2 */
.nova-video-banner-2 {
	position: relative;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background:#555;
}
.nova-video-banner-2 video {
	position: absolute;
	top: 50%;
	width:100%;
	bottom: auto;
	left: 0;
	right: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nova-video-banner-2 .nova-video-banner-overlay-2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	
}
.nova-video-banner-2 .nova-video-banner-desc-2 {
	
}
.nova-video-banner-2 .nova-video-banner-desc-2 h2.nova-video-banner-title-2 {
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.nova-video-banner-2 .nova-video-banner-desc-2 .nova-video-banner-content-2 {
    font-weight: 200;
    margin: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.nova-video-banner-2 .nova-video-banner-desc-2 .nova-video-banner-play-2 {
    cursor: pointer;
   
  
}
.nova-video-banner-2 .nova-video-banner-desc-2 .nova-video-banner-play-2 i.icomoon-play-o {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
	font-size: 5rem;
	color: #ffffff;
	text-align: center;
	
	position: absolute;
	top: 40%;	
	left: 40%;	
	z-index: 2;

}
.nova-video-banner-2 .nova-video-banner-desc-2 .nova-video-banner-play-2 i.icomoon-pause-o{
	color:#ffffff;
	font-size:30px;
	position: absolute;
	bottom: 2%;
	
	left: 2%;
	
	z-index: 2;
	
	

}
/* ==========================================================================
   15. Visual Composer Shortcodes styles
   ========================================================================== */

/* General */

.wpb_wrapper #products-grid {
	
}

.full-width-page .wpb_wrapper .gallery,
.full-width-page .wpb_alert.wpb_content_element,
.full-width-page .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .wpb_wrapper #map_container,
.full-width-page .wpb_wrapper .wpb_revslider_element,
.full-width-page .wpb_wrapper .portfolio-isotope-container
{
	margin-left: -30px !important;
	margin-right: -30px !important;
}

.full-width-page .boxed-row .wpb_wrapper .gallery,
.full-width-page .boxed-row .wpb_alert.wpb_content_element,
.full-width-page .boxed-row .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .boxed-row .wpb_wrapper #map_container,
.full-width-page .boxed-row .wpb_wrapper .wpb_revslider_element,
.full-width-page .boxed-row .wpb_wrapper .portfolio-isotope-container
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wpb_wrapper .owl-wrapper-outer .gallery
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wpb_tabs.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_tour.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_accordion.wpb_content_element .wpb_alert.wpb_content_element
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.wpb_wrapper .wpb_content_element .gallery
{
	margin-bottom: -35px !important;
}

.wpb_revslider_element.wpb_content_element
{
	margin-bottom: 0;
}

.wpb_gmaps_widget.wpb_content_element
{
	margin-bottom: 0;
}

.wpb_wrapper .site-social-icons-shortcode ul li a {
    color: inherit;
}


/* Visual Composer Rows */
.row-full-style {
	margin-right: -0.9375rem !important;
	margin-left: -0.9375rem !important;
	width: auto !important;
}
.vc_row-fluid {
    position: relative;
}

.vc_row-fluid.parallax {
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.vc_row-fluid .cms-bg-overlay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.full-width-page .row-fluid
{
	margin: 0 -15px;
}

.full-width-page .row {
	max-width:none;
	background-repeat: no-repeat;
	background-position: center top;
}

.full-width-page .boxed-row
{
	max-width: 106.25rem;
	margin:0 auto;
	padding: 0 20px;
}

.full-width-page .row
{
	padding: 0;
}


.full-width-page .row .boxed-row .row,
#tab-description .boxed-row .row
{
	margin-left: 0;
	margin-right: 0;
}

.hasnt_page_title .content-area
{
	padding:0;
}


/* Adjust Columns Height */

.columns_auto_height > div > .column_container
{
	background-size: 0 !important;
	min-height: 200px;
}

.columns_auto_height.height_balanced .column_container
{
	 background-size: cover !important;
}


/* Separators */

.wpb_wrapper .vc_separator h2,
.wpb_wrapper .vc_separator div
{
	padding: 0;
	white-space: normal;
	font-weight: 900;
}

.wpb_wrapper .vc_separator .vc_sep_holder
{
	display: none;
}

.vc_separator_align_center
{
	text-align: center;
}

.vc_separator_align_right
{
	text-align: right;
}

.vc_separator_align_left
{
	text-align: left;
}

.vc_sep_subtitle {
	display:block;
	text-align:center;
	margin-top:-35px;
	margin-bottom:35px;
}

.vc_sep_no_border .vc_sep_holder .vc_sep_line
{
	border-top-style:none !important;
}


/* Tabs & Tour Sections */ 

.vc_tta.vc_general .vc_tta-panels {
	z-index: 4;
}
.vc_tta.vc_general .vc_tta-panel-body {
    box-sizing: inherit;
    height: 100%;
    overflow: visible;
    padding: 0;
}
.tab-home-4 .vc_tta-panel-body {
	padding-top:0px!important;
}
.tab-home-4  #products-grid{
	
}
.vc_tta.vc_general .vc_tta-tab {
    margin-right: 30px;
}
.tab-home-4 .vc_tta-tab{
	margin-right:20px!important;
	
}
.tab-home-4 .vc_tta-panels{
	background:transparent!important;
	border:none!important;
	
}
.tab-home-4 .vc_tta-tab > a{
	
	border: none!important;
	background-color: transparent!important;
	padding: 15px;
    padding-left: 10px!important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none !important;
    padding: 14px 0;
    letter-spacing: 1px;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a:hover {
    background: none;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    color: #333;
    border: none !important;
    border-bottom: #333 solid 2px !important;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px 0;
}
/* Tabs/Accordions/Toggles/Tour fix - jQuery ui */

.wpb_tabs .ui-widget-content,
.wpb_accordion .ui-widget-content,
.wpb_tour .ui-widget-content
{
    border: none;
}

.wpb_tabs .ui-widget-header,
.wpb_accordion .ui-widget-header,
.wpb_tour .ui-widget-header
{
    border:none;
	background: none;
}

.wpb_tabs .ui-state-default,
.wpb_tabs .ui-widget-content .ui-state-default,
.wpb_tabs .ui-widget-header .ui-state-default,
.wpb_accordion .ui-state-default,
.wpb_accordion .ui-widget-content .ui-state-default,
.wpb_accordion .ui-widget-header .ui-state-default
{
    border: none;
}

.wpb_accordion .ui-accordion .ui-accordion-header .ui-icon
{
	font-size: 1rem;
	line-height: 1;
    left: auto;
    margin-top: 0;
    text-indent: 0;
    overflow: visible;
}

.wpb_tabs .ui-corner-all,
.wpb_accordion .ui-corner-all
{
    border-radius: 0;
}

.wpb_tabs .wpb_tabs_nav:after
{
    visibility: visible;
}

.wpb_tabs .ui-tabs .ui-tabs-nav li
{
    top: 0;
}

.wpb_tabs .ui-tabs .ui-tabs-nav li a
{
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

.wpb_tour .ui-helper-reset,
.wpb_tabs .ui-helper-reset,
.wpb_accordion .ui-helper-reset
{
	line-height: 1.714em;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li
{
	border: none;
}
.vc_toggle {
    border: #ededed solid 2px;
    padding: 20px;
}
.vc_toggle_title {
    position: relative;
}
.vc_toggle_title > h4 {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.vc_toggle_title .vc_toggle_icon {
    position: absolute;
    right: 0;
}
/* Message Boxes */

.wpb_alert.wpb_content_element
{
	border-radius: 0;
}

.wpb_alert.wpb_content_element.wpb_alert-info,
.wpb_alert.wpb_content_element.wpb_alert-warning,
.wpb_alert.wpb_content_element.wpb_alert-success,
.wpb_alert.wpb_content_element.wpb_alert-danger
{
	border: none;
	padding: 22px 30px;
	text-shadow: none;
}

.wpb_alert.wpb_content_element.wpb_alert-info
{
	color: #1e85be;
	border-top: 2px solid #1e85be;
	background: #f4f9fc;
}

.wpb_alert.wpb_content_element.wpb_alert-warning
{
	color: #fca103;
	border-top: 2px solid #fca103;
	background: #fffaf2;
}

.wpb_alert.wpb_content_element.wpb_alert-success
{
	color: #8fae1b;
	border-top: 2px solid #8fae1b;
	background: #f9fbf3;
}

.wpb_alert.wpb_content_element.wpb_alert-danger
{
	color: #b81c23;
	border-top: 2px solid #b81c23;
	background: #fdf8f8;
}


.wpb_alert.wpb_content_element .messagebox_text
{
	padding-left: 27px;
	position: relative;
	background: none;
}

.wpb_alert.wpb_content_element .messagebox_text:before
{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 4px;
	top: 2px;
}

.wpb_alert.wpb_content_element.wpb_alert-info .messagebox_text:before
{
	content: "\f129";
}

.wpb_alert.wpb_content_element.wpb_alert-warning .messagebox_text:before
{
	content: "\f12a";
}

.wpb_alert.wpb_content_element.wpb_alert-success .messagebox_text:before
{
	content: "\f00c";
	left: 0px;
}

.wpb_alert.wpb_content_element.wpb_alert-danger .messagebox_text:before
{
	content: "\f00d";
	left: 1px;
}


/* Buttons */

.vc_btn.vc_btn_xs,
.vc_btn.vc_btn_sm,
.vc_btn.vc_btn_md,
.vc_btn.vc_btn_lg
{
	border-radius: 0;
	font-size: 0.8125rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	/*background: #314381;*/
	border: none;
	min-width: 170px;
	width: auto;
	position: relative;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	transition: padding 0.3s, min-width 0.3s, opacity 0.3s;
	-webkit-transition: padding 0.3s, min-width 0.3s, opacity 0.3s;
}

.vc_btn.vc_btn_xs
{
	min-width: 100px;
}

.vc_btn.vc_btn_xs:hover
{
	min-width: 120px;
}

.vc_btn.vc_btn_sm:hover,
.vc_btn.vc_btn_md:hover,
.vc_btn.vc_btn_lg:hover
{
	min-width: 190px;
}

.button_text
{
	position: relative;
	z-index: 5;
}

.vc_btn.vc_btn_rounded:before,
.vc_btn.vc_btn_rounded_outlined:before,
.vc_btn.vc_btn_rounded_outlined .outlined_background,
.vc_btn.vc_btn_xs.vc_btn_rounded,
.vc_btn.vc_btn_sm.vc_btn_rounded,
.vc_btn.vc_btn_md.vc_btn_rounded,
.vc_btn.vc_btn_lg.vc_btn_rounded,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined
{
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.vc_btn.vc_btn_xs
{
	padding: 8px 16px 7px;
}

.vc_btn.vc_btn_xs:hover
{
	padding: 8px 26px 7px;
}

.vc_btn.vc_btn_sm
{
	padding: 15px 24px 13px;
}

.vc_btn.vc_btn_sm:hover
{
	padding: 15px 34px 13px;
}

.vc_btn.vc_btn_md
{
	padding: 22px 36px 19px;
}

.vc_btn.vc_btn_md:hover
{
	padding: 22px 46px 19px;
}

.vc_btn.vc_btn_lg
{
	padding: 30px 48px 27px;
}

.vc_btn.vc_btn_lg:hover
{
	padding: 30px 58px 27px;
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined
{
	padding: 8px 15px 7px;
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined:hover
{
	padding: 8px 25px 7px;
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined
{
	padding: 13px 22px 11px;
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined:hover
{
	padding: 13px 32px 11px;
}

.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined
{
	padding: 20px 34px 17px;
}

.vc_btn.vc_btn_md.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined:hover
{
	padding: 20px 44px 17px;
}

.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined
{
	padding: 27px 45px 24px;
}

.vc_btn.vc_btn_lg.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined:hover
{
	padding: 27px 55px 24px;
}

.vc_btn.vc_btn_xs.vc_btn_square:hover,
.vc_btn.vc_btn_sm.vc_btn_square:hover,
.vc_btn.vc_btn_md.vc_btn_square:hover,
.vc_btn.vc_btn_lg.vc_btn_square:hover
{
	border:none;
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined
{
	position: relative;
	background: none !important;
}

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined
{
	border: 1px solid;
}

.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined
{
	border: 2px solid;
}

.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined
{
	border: 3px solid;
}

.outlined_background
{
	opacity: 0;
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	z-index: 2;

	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.vc_btn.vc_btn_xs.vc_btn_link,
.vc_btn.vc_btn_sm.vc_btn_link,
.vc_btn.vc_btn_md.vc_btn_link,
.vc_btn.vc_btn_lg.vc_btn_link
{
	background: none !important;
	padding: 0;
	margin: 5px 0;
	padding-bottom: 1px;
	min-width: 0;
	border-bottom: 2px solid;
	width: auto;

	transition: border 0.3s;
	-webkit-transition: border 0.3s;
}

.vc_btn.vc_btn_link:hover
{
	border-bottom: 2px solid transparent;
}


/* Contact Form 7 */
.contact-information {
	margin-top: 50px;
}
.contact-information h2.title {
    font-size: 24px;
    margin-bottom: 28px;
}
.contact-information .contact-content div.label {
    color: #757575;
    padding: 0;
    text-align: left;
    width: 100%;
}
.contact-information .contact-content div.label > div {
    float: left;
    font-size: 14px;
    line-height: 36px;
    max-width: 150px;
    width: 100%;
}
.contact-information .contact-content div.label > p {
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 5px;
}
.contact-form-1 h2.title {
    font-size: 24px;
    margin-bottom: 28px;
	text-align:center;
	padding-top:40px;
}
.contact-form-1 .space_input input{
	
	width:96%!important;
}
.contact-form-1 input[type="submit"]:hover{
	border:2px solid #cbcbcb!important;
	background:none!important;
	color:#000!important;
}
.contact-form-1 input[type="submit"]{
	background:#000000!important;
	color:#ffffff;
	border:none!important;
	
	float:none;
	padding:0 80px!important;
	height:40px;
}
.contact-form-1 input,.contact-form-1 textarea{
	background:#f4f4f4;
}
.wpcf7-form .form-1-submit{
	text-align:center;
}
{
	margin-bottom:1px;
	line-height: 2em;
	margin-top: 16px;
}
.wpcf7-form input {
    border: 1px solid #cbcbcb;
    box-shadow: none;
    height: 2.25rem;
}
.wpcf7-form textarea {
    border: 1px solid #cbcbcb;
    box-shadow: none;
	height: 8.125rem;
}	
.wpcf7-form p:first-of-type
{
	margin-top: 1px;
}

.wpcf7-form p label
{
	margin-top: 0px;
}
.wpcf7-form-control.wpcf7-submit {
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin: 10px 0 100px;
    padding: 0 25px !important;
}

/* Toggles */

.wpb_wrapper .wpb_toggle,
#content .wpb_wrapper h4.wpb_toggle
{
	font-weight: 900;
	/*color: #000;*/
	background: none;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.5265rem;
	padding-left: 30px;
	margin-bottom: 18px;
}

.wpb_wrapper .wpb_toggle:last-of-type,
#content .wpb_wrapper  h4.wpb_toggle:last-of-type
{
	margin-bottom: 0;
}

.wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content,
#content .wpb_wrapper  h4.wpb_toggle:last-of-type + .wpb_toggle_content
{
	margin-top: 8px;
}

.wpb_wrapper .wpb_toggle:before,
#content .wpb_wrapper h4.wpb_toggle:before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 19px;
	height: 18px;
	color: #fff;
}

.wpb_wrapper .wpb_toggle:after,
#content .wpb_wrapper h4.wpb_toggle:after
{
	content: "\f067";
	font: normal normal normal 13px/1 FontAwesome;
	color: #fff;
	speak: none;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left:4px;
	top: 10px;
}


.wpb_wrapper .wpb_toggle_title_active:after,
#content .wpb_wrapper h4.wpb_toggle_title_active:after
{
	content: "\f068";
	font: normal normal normal 13px/1 FontAwesome;
	speak: none;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left:4px;
	top: 10px;
}


.wpb_wrapper .wpb_toggle_content
{
	margin-top:-5px;
	margin-bottom: 28px;
	padding-left: 30px;
}

.wpb_wrapper .last_toggle_el_margin
{
	margin: 0;
}

/* Accordions */

.wpb_heading.wpb_accordion_heading
{
	margin: 0px;
}

.wpb_accordion_section.group
{
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header
{
	margin: 0;
	background: none;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active
{
	border-bottom:none;

}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus
{
	outline: 0;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon
{
	top: 20px;
	right: 0px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon
{
	cursor: pointer;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon
{
	cursor:default;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before
{
	font-size: 12px;
	width: 100%;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: relative;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before
{
	content: "\f063";
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before
{
	content: "\f062";
	top: -1px;
}

.wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title
{
	display: block;
	font-weight: 400;
	letter-spacing: 2px;
	cursor: pointer;
    text-transform: uppercase;
	background: none;
	font-size: 14px;
	line-height: 1.4rem;
	padding: 20px 30px 20px 20px;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title
{
	border-bottom: none;
	cursor: default;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .accordion_title,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content
{
	padding-left: 0;
}

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title:hover
{
	cursor: default;
}

.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom:34px;
}
.wpb_wrapper .products-grid {
    margin-bottom: 0 !important;
}
/* Google Maps */

.wpb_gmaps_widget.wpb_content_element  .wpb_wrapper
{
	padding: 0;
}

#map_container
{
	position: relative;
}

#map_container img {
	max-width: none;
}

.map_button_wrapper
{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
}

#map_button
{
	display: block;
	font-size: 0.8125rem;
	font-weight:700;
	text-transform: uppercase;
	text-align: center;
	min-width: 150px;
	background-color: #fff;
    padding: 1rem 1rem 1rem;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#map_button:hover
{
	background-color: #000;
	color: #fff;
}



/* Progress Bars */

.wpb_heading.wpb_progress_bar_heading
{
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 21px;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar
{
	margin-bottom: 13px;
	box-shadow: none;
	border-radius: 0;
	background: none;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label
{
	font-size: 0.875rem;
	text-transform: capitalize;
	padding: 14px 0px;
	text-shadow: none !important;
	display: block;
	color: inherit !important;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar:before
{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #f4f4f4;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.6;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_label_units
{
	float:right;
	opacity: 1;
	margin-left: 10px;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar
{

	height: 5px;

	border-bottom:none;
	border-radius: 0;

	position: absolute;
	bottom: 0;
	left: 0;
	top:auto;
}

.vc_progress_bar .vc_single_bar .vc_bar{
	bottom:0!important;
	position:absolute;
}
/* Pie Charts */

.wpb_wrapper .vc_pie_chart[data-pie-color] .vc_pie_chart_back
{
	border-color: inherit;
	border-width: 5px;
	opacity: 0.15;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value
{
    font-size: 2.3125rem;
}

.vc_pie_wrapper.with_title .vc_pie_chart_value
{
    margin-top: -11px;
}

.wpb_heading.wpb_pie_chart_heading
{
    font-size: 0.9375rem;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    max-width: 80%;
    left: 10%;
}

.vc_pie_chart.without_pie
{
	font-weight: bold;
}

.vc_pie_chart.without_pie .vc_pie_chart_back {
    display: none;
}

.vc_pie_chart.without_pie canvas {
    visibility:hidden;
    display: none;
}

.vc_pie_chart.without_pie .vc_pie_chart_value
{
    font-size: 37px;
    position: relative;
    line-height: 1 !important;
    height: auto !important;
    margin-bottom: 18px;
	font-weight:400;
}

.vc_pie_chart.without_pie .vc_pie_wrapper.with_title .vc_pie_chart_value
{
    margin-top: 0;
}

.vc_pie_chart.without_pie .wpb_heading.wpb_pie_chart_heading
{
    font-size: 15px;
    position: relative;
}


/* Separator */

.vc_content_hr {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ddd;
	margin: 0 0 35px;
}

.vc_brand .vc_content_hr {
	border-top-width:1px;
	border-top-style:dashed;
	border-top-color:#ddd;
	margin: 0 0 35px;
}

/* Blog Posts */

.wpb_wrapper .latest-post-shortcode-wrapper {
	margin-top: 0;
}

/* Ultimate VC Addon */
.top-icon .aio-icon-header h3.aio-icon-title {
    font-weight: 300;
    margin: 35px 0 10px;
    
}
.aio-icon-description {
    font-style: normal;
    letter-spacing: 2px;
}
.flip-box-wrap {
    margin-bottom: 0;
}
.flip-box-wrap .ifb-front, .flip-box-wrap .ifb-back {
    width: 101%;
}
.flip-box.navas h3 {
    letter-spacing: 5px;
    font-weight: 400;
    font-size: 18px;
}
.flip-box.navas p {
    font-style: italic;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;

}
.ultimate-page-03 .column_container .wpb_wrapper {
	position: relative;
}
.ultimate-page-03 .column_container .wpb_wrapper:after {
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}
.ultimate-page-03 .column_container:last-child .wpb_wrapper:after {
	display: none;
}

/* Interactive Banner */
.banner-top .ult-banner-block .mask .bb-description {
	padding: 2rem 2.25rem;
	text-align: left;
	-ms-transform: translateY(45%); /* IE 9 */
    -webkit-transform: translateY(45%); /* Chrome, Safari, Opera */
	transform: translateY(45%);
}
.banner-top .ult-banner-block .mask .bb-description br {
	margin-bottom: 15px;
}
.collapse .ult-banner-block {
    margin-bottom: 0;
}
.collapse .ult-banner-block.box-latest {
    margin-top: -5px;
}

/* Interactive Banner 2 */
.ult-ib-effect-style10 h2 {
    display: inline-block;
    margin: 95px 35px 0;
    padding: 10px 20px;
    background: #fff;
}
.banner-home-2 .ult-ib-effect-style10 h2 {
    background-color: rgba(255, 255, 255, 1);
    font-size: 1.125rem;
    margin: 67px 35px 0;
    padding: 15px 40px;
    transform: translate3d(0px, 0px, 0px);
}

.navas-home-2ult-ib-resp .ult-new-ib-title {
    width: 100%;
    background:rgba(255,255,255,1);
    font-weight: 600 !important;
    letter-spacing: 3px;
    color:#282828;
    bottom:50%;
}
.box-latestult-ib-resp {
    margin-bottom: 0;
}

/*banner home-06*/

.banner-home06 a.bb-link{
	border: 1px solid #333333;
    padding: 10px 30px;
    line-height: 15px;
}
.banner-home06 a.bb-link:hover{
	color:#ffffff!important;
	background:#56ac53!important;
	border:1px solid #56ac53;
	
}
.banner-home06 h3{
	position:relative;
	display:inline-block;
	padding-top:55px;
}
.banner-home06 h3:after{
	
	    border-bottom: 2px solid #56ac53;
    content: "";
    left: 30%;
   
    position: absolute;
    bottom: -10px;
    width:40%;
	
	
}

.banner-home06 .no-effect .mask,.no-effect .mask{
	transform:none!important;
	-webkit-transform: none!important;
	
}
/*banner home-07*/

.banner-home07 .ult-banner-block a.bb-link{
	width:170px!important;
	height:38px!important;
	text-align:center!important;
	line-height:38px!important;
	margin-top:15%;
}


/*banner home-08*/
.banner-home08 {
	text-align: center;
    padding-top: 22%;
}
.banner-home08 .bn_08{
	
	    display: inline-block;
    background: rgba(50,47,44,0.7);
    border: 7px solid rgba(82,77,72,0.8);
    padding: 10px 25px;
}
.banner-home08 .bn_08 h2{
	font-size: 65px;
    font-weight: 200;
    color: #ffffff;
}
.banner-home08 .bn_08 h4{
	
	font-size: 20px;
    font-weight: 100;
    color: #ffffff;
}

/*banner home-10*/
.banner-home10 .no-effect .bb-description {
    font-size: 30px;
    font-weight: normal;
    margin: -22.5px 0 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.banner-home10 .bb-description h3 {
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
    padding-top: 70px;
    position: relative;
}
.banner-home10 .bb-description h3:after {	
    border-bottom: 2px solid #fff;
    bottom: -10px;
    content: "";
    left: 30%;
    position: absolute;
    width: 40%;
}
.banner-home10 .bb-description p {
	font-size: 14px;
}
.banner-home10 .no-effect .mask {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}


/* home11*/

.link-home11 .ult_crlink:after{
	content: "\f178";
	font-family: "FontAwesome";
	font-size:17px;
	color:#ac0615;
	margin-left:10px;
}
.ult-new-ib{
	background:#fff!important;
}
/*home 12*/
.home12-banner1{
	
	padding-left:80px;
	border-left:2px solid #ffffff;
}
/* Advanced Tabs */
.ult_tabitemname {
    padding-top: 35px;
}
.ult_tab_display_text {
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

}
.ult_tabmenu.style1 a.ult_a {
    padding: 14px 0;
    margin: 0 10px;
}
.ult_tabmenu.style1 .current a.ult_a {
    border-bottom: #333 solid 2px;
}
.ult_tabmenu.style3>li.ult_tab_li a {
    padding: 14px 0;
    margin: 0 10px;
}
.ult_tabmenu.style3 .current a.ult_a {
    border-bottom: #333 solid 2px;
}
.ult_tabmenu.style3 {
    border: none;
}
.ult_tabmenu.style3>li.ult_tab_li:before {
    display: none;
}
/*home 13*/

 .aio-icon-header+.aio-icon-description{
	font-family: 'Raleway',	sans-serif ;
	letter-spacing:0;
}

/*home-14*/
 .icon-box-home14 .left-icon .aio-icon-left .aio-icon{
	padding: 20px;
    background: #f5f5f5;
}
.icon-box-home14-2 .wpb_wrapper{
	padding-left:25px;
	padding-top:30px;
    background: #ffffff;
}
.custom_heading_home14:before{
	content:"";
	border-top:3px solid #ffffff;
	width:60%;
	text-align:center;
}
/*home-15*/

.icon-box-home15 .aio-icon-component{
	border:1px solid #c5c4c4;
	padding-left:20px;
	padding-top:30px;
}

/*home-16*/
.home-person .vc_single_bar:before{
	background:#6d6d6d!important;
}
.info-box-HomePerson .aio-icon-box{
	    border: 1px solid #737373;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-bottom:0px!important;
}
.info-box-HomePerson .wpb_column{
	padding-left:0px;
	padding-right:0px;
}
.Contact-HomePerson input,.Contact-HomePerson textarea{
	background:#2e2e2e!important;
	border:1px solid #cbcbcb !important;
	color:#ffffff!important;
	font-size:14px;
}
.Contact-HomePerson .wpcf7-form p{
	color:#cbcbcb;
}
   
	.timeline-line o:before{
		 content: "\f233";
		 font-family: "FontAwesome";
		 position: absolute;
		left: -8px;
		font-size: 25px;
		top: -30px;
	}
	.timeline-line z:before{
		content: "\f078";
		 font-family: "FontAwesome";
		 position: absolute;
		left: -8px;
		font-size: 25px;
	}
	.timeline-line o, .timeline-line z{
		
		background:transparent;
	}
	.timeline-wrapper .timeline-dot{
		    background-color: #505050;
	}
/* ==========================================================================
   17. Newsletter Popup
   ========================================================================== */
.yithpopup_overlay {
    z-index: 9998;
}
.yithpopup_wrapper {
    border-radius: 0;
    z-index: 9999;
    padding: 35px 30px 35px 30px;
}
#yith-popup-border {
    margin: 0;
}
.yithpopup_wrapper a.close {
    top: 0;
    right: 0;
}
h2#yith-popup-title {
    text-transform: uppercase;
    letter-spacing: 1px;
}
#yith-popup-message {
    min-height: 10px;
    color:#717171;
    font-size: 14px !important;
    text-align: center;
}
.yith-popup-newsletter-form {
    height: auto;
}
.yith-popup-newsletter-form fieldset {
    border: none;
}
.newsletterfields {
    text-align: center;
}
.newsletterfields li {
    display: inline-block;
    margin: 5px auto;
}
div#yith-popup-right.yith-popup-full input.name-field.text-field, div#yith-popup-right.yith-popup-full input.email-field.text-field {
    width: 300px;
}
.submit-field.newslettersubmit.button, input.submit-field.newslettersubmit,
.submit-field.newslettersubmit.button:hover, input.submit-field.newslettersubmit:hover{
    font-size: 14px !important;
    letter-spacing: 1px;
}

/* ==========================================================================
   18. Static Content
   ========================================================================== */
.collapse .wpb_single_image {
    margin-bottom: 0;
}
.site-footer-first-widget-area .logo-ft {
    padding: 22px 0 10px;
    text-align: center;
}
.footer-slogan {
    font-weight: 300;
    font-style: italic;
}

/* ==========================================================================
   19. About Us Page
   ========================================================================== */
 .about-us .welcomenavas{
	margin-bottom: 35px;
}
.about-us .align-icon {
    border: 1px solid #bea275;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    height: 3.4375rem;
    margin: 0 auto;
    width: 3.4375rem;
}
.about-us .align-icon .aio-icon {
	padding-top: 0.75rem;
}
.icon-infor-mation .about-us .wpb_wrapper h2.welcomenavas {
	margin: 0;
}
.icon-infor-mation .aio-icon.none {
    height: 0;
    line-height: 0.7rem;
    width: 1rem;
}
.icon-infor-mation .aio-icon i {
    font-size: 16px;
}
.icon-infor-mation span.uavc-list-desc {
    color: #505050;
    font-size: 0.875rem;
}
.faq-accodition .vc_tta.vc_general .vc_tta-panel {
    border-bottom: 1px solid #d4d4d4;
    padding-left: 15px;
}
.faq-accodition .vc_tta-panel-heading,
.faq-accodition .vc_tta-panel-body {
	background-color: transparent !important;
	border: 0 !important;
}
.faq-accodition .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding: 20px 0;
}
.faq-accodition .vc_tta.vc_tta-accordion .vc_tta-panel:first-child .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    margin-top: -20px;
}
.faq-accodition .vc_tta.vc_general .vc_tta-panel-title > a {
    color: #474746 !important;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
}
.faq-accodition .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a .vc_tta-title-text {
    padding-left: 20px;
}
.faq-accodition .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 0;
}
.faq-accodition .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 10px 0 0 20px;
}  

/* ==========================================================================
   20. Banner Store
   ========================================================================== */
.dashed .ult-banner-block, 
.dashed .wpb_row .wpb_column .wpb_wrapper .ult-banner-block {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.dashed .navas_block_title h2.title {
	font-size: 0.875rem;
}
.dashed .navas_block_sub_title h2.title {
	font-size: 0.75rem;	
}
.dashed .navas_block_sub_title.style_4{
    border-bottom: 1px dashed #b8b8b8;
    height: 40px;
    margin: 0 auto 40px;
    width: 170px;
}
.ult-banner-block .mask{
	opacity:1;
}
.banner-1 .mask .bb-description{
    text-align:left;
    padding-top: 110px;
}
.banner-1 .mask .bb-description h1{
	color: #393737;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size:1.875rem;
}
.banner-1 .mask .bb-description h4{
    color: #646464;
    font-size: 1.125rem;
    letter-spacing: 1px;
}
.banner-2 .mask .bb-description{
    padding-top: 50px;
	text-align:right;
}
.banner-2 .mask .bb-description h2{
	font-size:1.875rem;
	color:#1b1818;
	letter-spacing:1px;
}
.banner-2 .mask .bb-description h1 {
    color: #646464;
    font-size: 1.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner-3 .mask .bb-description{
    padding-top: 150px;
    text-align: right;
    letter-spacing: 1px;
}
.banner-3 .mask .bb-description h2{
    color: #393737;
    font-size: 3.75rem;
}
.banner-3 .mask .bb-description h4{
	font-size: 1.5rem;
	color:#646464;
	font-style:italic;
}
.banner-4 .mask .bb-description {
    letter-spacing: 1px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}
.banner-4 .mask .bb-description h1 {
    color: #393737;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.banner-4 .mask .bb-description h4{
	color: #646464;
	font-size:18px;
}
.banner-5 .mask .bb-description {
    border: 1px solid #fff;
    bottom: 10px;
    left: 10px;
    padding-left: 65px;
    padding-top: 120px;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 10px;
}
.banner-5 .mask .bb-description h2 {
    color: #716e6e;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.banner-5 .mask .bb-description h4{
	font-size: 1.125rem; 
	color:#716e6e; 
	letter-spacing:2px;
	padding-bottom:70px;
}
.banner-5 .mask .bb-description h6 {
    color: #666666;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    max-width: 520px;
}

/* ==========================================================================
   21. Tabs Store
   ========================================================================== */
.navas_block_title.style_3 {
    margin-bottom: 30px;
    position: relative;
}
.navas_block_title.style_3 h2.title {
    display: inline-block;
    font-size: 2.5rem;
    padding: 0 30px;
    position: relative;
    text-transform: none;
}

.navas_block_title.style_5 {
    margin-bottom: 30px;
    position: relative;
}
.navas_block_title.style_5 h2.title:before,
.navas_block_title.style_5 h2.title:after {
    border-bottom: 1px solid #ededed;
    content: " ";
    height: 0;
    position: absolute;
    top: 50%;
    width: 1000px;
}
.navas_block_title.style_5 h2.title:before {
	left: -1000px;
}
.navas_block_title.style_5 h2.title:after {
	right: -1000px;
}
.navas_block_title.style_5 h2.title {
    display: inline-block;
    font-size: 2rem;
    padding: 0 90px;
    position: relative;
    text-transform: none;
}

.tab-style-03 .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    margin-bottom: 65px;
}
.tab-style-03 .vc_tta.vc_general .vc_tta-tab > a, 
.tab-style-03 .vc_tta.vc_general .vc_tta-tab.vc_active > a {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
}
.tab-style-03 .vc_tta.vc_general .vc_tta-tab > a .vc_tta-title-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 20px;
    text-align: left;	
}
.tab-style-03 .vc_tta.vc_general .vc_tta-tab > a .vc_tta-title-text:after {
    background-color: #000;
    content: "";
    height: 1px;
    left: 110%;
    position: absolute;
    top: 50%;
    -webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
    transition: width 500ms ease 0s, left 500ms ease 0s;
    width: 0;
}
.tab-style-03 .vc_tta.vc_general .vc_tta-tab > a:hover .vc_tta-title-text:after, 
.tab-style-03 .vc_tta.vc_general .vc_tta-tab.vc_active > a .vc_tta-title-text:after {
    left: -15%;
    -webkit-transition: width 500ms ease 0s;
    transition: width 500ms ease 0s;
    width: 130%;
}
.tab-style-03 .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
.tab-style-03 .vc_tta.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
}

.tab-style-03 .vc_tta.vc_general .vc_tta-panel-body {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    overflow: unset;
    -webkit-transition: none 0s ease 0s ;
    transition: none 0s ease 0s ;
}

.tabs-center-home-3 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.tabs-home3 .ult_tab_section .ult-span-text {
	letter-spacing: 2px;
}
.tabs-home3 .ult_tabitemname {
	padding: 12px 0;
}
.tabs-home3 {
	text-align: center;
}
.tabs-home3 ul.ult_tabmenu.style1.Style_5 {
	display: inline-block;
	list-style: none;
	margin: 0 auto;
	width: auto;
	padding-bottom:10px;
}
ul.ult_tabmenu li.ult_tab_style_5.current a.ult_a:after {
    border-color: #75962f;
    border-style: solid;
    border-width: 2px;
    bottom: 5px;
    content: "";
    left: -1px;
    position: absolute;
    right: 0;
    transform: translate3d(0px, 150%, 0px);
    transition: transform 0.5s ease 0s;
    width: 101.5%;
}
.tabs-home3 .ult_tabmenu.style1 li.ult_tab_li {
	float: none;
}
ul.ult_tabmenu.style1.Style_5 li.ult_tab_li {
    overflow: visible;
}
ul.ult_tabmenu.style1.Style_5 a.ult_a {
    border: 1px solid #e1e1e1 !important;
    display: inline-block;
    line-height: 48px;
    padding: 0 15px;
    position: relative;
    -webkit-transition: background-color 0.3s ease 0s; /* Safari */
    transition: background-color 0.3s ease 0s;
    width: auto;
    min-width: 150px;
}
li.ult_tab_li.ult_tab_style_5:last-child{
 border: 0 !important
}
.tabs-home3 li.ult_tab_style_5 a.ult_a::after {
	border-width: 0;
}
.tabs-home3 ul.ult_tabmenu.style1.Style_5 span.ult_tab_main {
    height: 100%;
    position: relative;
}

.brand-style03 .ult-carousel-wrapper li > .ultsl-radio-unchecked:after {
	background-color: #FFF;
    content: "";
    height: 1px;
    left: 110%;
    position: absolute;
    top: 40.5%;
    -webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
    transition: width 500ms ease 0s, left 500ms ease 0s;
    width: 0;
}
.brand-style03 .ult-carousel-wrapper li:hover > .ultsl-radio-unchecked:after,
.brand-style03 .ult-carousel-wrapper li.slick-active > .ultsl-radio-unchecked:after {
    left: -15%;
    -webkit-transition: width 500ms ease 0s;
    transition: width 500ms ease 0s;
    width: 120%;
}

.testimonials-single .wpb_single_image {
	margin-bottom: 25px !important;
}
.testimonials-style h2 {
    color: #999;
    font-style: italic;
    font-weight: 400 !important;
}
.testimonial_author .icon-testimonial:before{
    color: #B8B8B8;
    content: "\f10e";
    float: right;
    font-family: "FontAwesome";
    font-size: 20px;
    margin-top: -20px;
    padding-right: 70px;
}

/* ==========================================================================
   22. Widgets Instagram
   ========================================================================== */
.footer-instagram-img {
    background-color: #f5f5f5;
    position: relative;
    text-align: center;
}
.footer-instagram-img h3.widget-title {
    border-bottom: 2px solid #333333 !important;
    border-top: 1px solid #333333 !important;
    color: #333333 !important;
    display: inline-block;
    font-weight: 300 !important;
    margin: 50px 0 !important;
    padding: 5px 0 !important;
    text-transform: none !important;
} 
.footer-instagram-img ul li {
    border: 0 none !important;
    float: left;
    padding: 0 !important;
    width: 16.6666%;
}
.footer-instagram-img ul li img {
	width: 100%;
}
#sb_instagram #sbi_load {
	display: none !important;
}

/* ==========================================================================
   23. Team Member
   ========================================================================== */
.nova-team-member-wrapper.team-style01 {
	
}
.nova-team-member-wrapper.team-style01 .team-member {
	padding: 0 0.975rem 1.25rem;
}
.nova-team-member-wrapper.team-style01 .team-grid-box {
    margin-top: 15px;
    overflow: hidden;
}
.nova-team-member-wrapper.team-style01 .team-grid-box .team-title {
    display: inline-block;
    float: left;
    line-height: 16px;
    margin: 0 5px 0 0;
}
.nova-team-member-wrapper.team-style01 .team-grid-box .team-title a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.nova-team-member-wrapper.team-style01 .team-grid-box .team-position {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 7px;
}

.nova-team-member-wrapper.team-style01 .team-social-list {
    display: inline-block;
    margin: 8px 0 0;
    width: 100%;
}
.nova-team-member-wrapper.team-style01 .team-social-list li {
	list-style: none;
	float: left;
	margin-right: 25px;
}
.nova-team-member-wrapper.team-style01 .team-social-list li a {
	font-size: 14px;
}

.team-member.team-detail {
    display: block;
    padding-bottom: 110px !important;
}
.team-member.team-detail .team-thumbnail img {
	width: 100%;
}
.team-member.team-detail .team-position {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;	
}
.team-member.team-detail .team-content {
    margin-bottom: 10px;	
}
.team-member.team-detail .team-social-list {
	display: inline-block;
    margin: 8px 0 0;
    width: 100%;
}
.team-member.team-detail .team-social-list li {
	list-style: none;
	float: left;
	margin-right: 25px;
}
.ult-banner-block a.bb-link {
	padding: 0.8em 1em;
}
/* ==========================================================================
   Clear Fix
   ========================================================================== */
.clearfix {content: " ";display: table; }









