/*------------------------------------------------------------------
[Table of contents]
	
	General
	Forms
		select2
	Footer
	Search Results
	Blog
		General
		Post Meta
		Tags
		Blog Listing
		Standard Post Format
		Parallax Container
		Error 404
		No Search Results
		Categories List
		Password Protected Post
		Navigation
		Paging Navigation
		Comments
		Pingbacks And Trackbacks
	Shop Catalog 	
	Categories Grid	
	Product Single	
	Widgets	
		Text Widget
		Search
	Off-canvas Left	
	Off-canvas Right
	Portfolio
		Portfolio Filters
		Portfolio Hover Effect
		Portfolio Boxed
		Portfolio Single
		Portfolio Related Items
	Shortcodes
		Social Media Profiles
		Blog Posts
		Gallery
		Banner
		Icon Box
		Add to Cart Button
	Visual Composer Shortcodes
		General
		Visual Composer Rows
			Adjust Columns Height
		Separators
		Tabs & Tour Sections
		Tabs/Accordions/Toggles/Tour fix - jQuery ui
		Message Boxes
		Buttons
		Contact Form 7
		Toggles
		Accordions 
		Google Maps
		Progress Bars
		Pie Charts
		Separator
		Blog Posts

[/Table of contents]
-------------------------------------------------------------------*/


/**********************************************************************************/
/* General ************************************************************************/
/**********************************************************************************/

#wpadminbar {
	display:none;
}

#wpadminbar .dashicons-portfolio:before {
	content: "\f108";
	top:2px;
}

.row {
	padding:0 20px;
	max-width: 1400px !important;
}

.row .row {
	padding:0;
}

.st-container
{
	overflow-x: hidden;
}

a:active,
a:focus
{
	outline: 0;
}

h1, h2, h3, h4, h5,h6
{
	font-weight: 900;
}

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;

}

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

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

.page-title
{
	font-size:1.875em;
	margin: -0.13em 0 15px;
  text-transform: uppercase;
	text-align: left;
	font-weight: 900;
	padding: 15px 0;
}

.old_page-title:after
{
	content: "";
	display: block;
	width: 90px;
	height: 2px;
	margin: 23px auto 21px;
}

.page-title.on-shop:after,
.page-title.blog-listing:after,
.page-title.portfolio:after
{
	display: none;
}

p {
	font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 10px;
}

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

table
{
	table-layout: auto;
}

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;
}

.owl-carousel
{
	width: auto;
	margin-left:-10px !important;
	margin-right:-10px !important;
}

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

.owl-theme .owl-controls .owl-page span
{
	width: 6px;
	height: 6px;
	margin: 5px 3px;
}

.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/preloader-white-bg-32.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;
}


/**********************************************************************************/
/* Forms  *************************************************************************/
/**********************************************************************************/

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: 900;
	margin: 0;
}

#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; }

/*button*/

button, .button {
text-transform:uppercase;
color:#fff !important;
font-size:13px !important;
}

.button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
    color: #fff;
	background: none !important;
	font-size: 0.875rem;
	font-weight: 700;
	
	border: none;
	border-radius: 0 !important;
	
	text-align: center;
	text-transform: uppercase;
	
	text-shadow: none !important;
	box-shadow: none !important;
	
	width: 100%;
	min-width: 220px;
	padding: 1rem 1rem 1rem !important;
	
	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:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	color: #fff !important;
}

label
{
    text-transform:uppercase;
    font-size:.8125rem;
    font-weight: bold;
    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: 1.5rem !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;
	font-weight: 900;
	padding: 0;
	padding-right: 26px;
	box-shadow: none;
	height: auto;
	line-height: 1;
}

.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;
	line-height: 1em;
	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-top: 5px;
}

.select2-search input
{
	padding: 6px 8px 7px !important;
}

.select2-results
{
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}

.select2-drop {
	min-width: 250px !important;
	border: none;
	margin-top: 9px;
	margin-left: -15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

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

.select2-drop.select2-drop-above.select2-drop-active
{
	border: 0;
	border-radius: 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.select2-results .select2-result-label 
{
	padding: 3px 16px 4px;
}

.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;
	padding: 12px 0px 12px 0;
	height: 40px;
}

.catalog-ordering .big-select,
.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher
{
    font-size: 0.8125rem !important;
    font-weight: bold;
    text-transform: uppercase;
}

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher
{
	margin-right: 23px;
}

.catalog-ordering .select2-container
{
	padding-top: 12px;
	line-height: 40px;
	height: 40px;
}

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher
{
	height: 43px;
	line-height: 43px;
	padding-top: 15px;
}

.catalog-ordering .select2-container .select2-choice
{
	font-weight: bold;
}

.catalog-ordering .select2-container .select2-choice .select2-arrow
{
	font-size: 18px;
    line-height: 24px;
}

.select2-container.topbar-language-switcher .select2-choice .select2-arrow,
.select2-container.wcml_currency_switcher .select2-choice .select2-arrow
{
	font-size: 13px;
    line-height: 1em;
}

.catalog-ordering .select2-container .select2-choice .select2-arrow:before
{
	display: block;
	line-height: 13px;
}

.woocommerce.archive .select2-drop,
.woocommerce-page.archive .select2-drop {
	margin-top: 1px;
}

.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;
}


/*Select2 on Checkout and MyAccount*/

.country_select.select2-container,
.state_select.select2-container
{
	display: block;
  
	border-style: solid;
    border-width: 1px;
	background: none repeat scroll 0 0 #fff;
	
	width: 100% !important;
	height: auto;
}

.country_select.select2-container .select2-choice > .select2-chosen,
.state_select.select2-container .select2-choice > .select2-chosen
{
    font-size: 1rem;
	font-weight: bold;
	line-height: 20px;
	color: #444;
	padding: 0.5rem;
	height: 38px;
}

.woocommerce-account .select2-drop,
.woocommerce-checkout .select2-drop
{
	margin: 0px;
}

.woocommerce-account .select2-drop.select2-drop-above,
.woocommerce-checkout .select2-drop.select2-drop-above
{
	margin-top: -36px;
}

.country_select.select2-container .select2-choice .select2-arrow,
.state_select.select2-container .select2-choice .select2-arrow
{
	color: #444;
	top: 11px;
}

/**********************************************************************************/
/* Footer *************************************************************************/
/**********************************************************************************/

#site-footer {
	margin: 50px 0 0;
	overflow: hidden;
}

.site-footer-widget-area
{
	display: none;
	margin-top: -2px;
	margin-bottom: 40px;
}

.site-footer-widget-area > .row
{
	border-bottom: 1px solid #ddd;
}

.trigger-footer-widget-area
{
	text-align: center;
	margin: -55px 30px 40px;
	border-bottom: 1px solid #ddd;
}

#site-footer .copyright_text
{
	padding: 30px 0 0;
	border-top: 1px solid #818181;
}

#site-footer .copyright_text a
{
	display: inline-block;
	line-height: 1.1;
	border-bottom: 1px solid;
}


#site-footer .footer-nav {
  margin: 30px auto 65px;
  max-width: 1100px;
}

#site-footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 12px;
  text-align: center;
}

#site-footer .footer-nav ul li {
  display: inline-block; 
  width: 14%;
  margin: 0 1%;
}

#site-footer .footer-nav ul li .icon-holder {
  height: 75px;
  line-height: 75px;
}

#site-footer .footer-nav ul span.title {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

#site-footer .footer-nav img {
  max-width: 48px;
  vertical-align: middle;
}

.trigger-footer-widget-icon
{
	display: inline-block !important;
	padding: 9px 20px;
	margin-bottom: 1px;
}

.trigger-footer-widget-icon:before
{
	content: "\f141";
	display: inline-block;
	font-size: 24px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

.trigger-footer-widget-icon:hover
{
	cursor: pointer;
}

.trigger-footer-widget-icon.active:hover
{
	cursor: default;
}

#site-footer .widget li:last-child
{
	padding-bottom: 0;
}

#site-footer .button.checkout.wc-forward
{
	margin-bottom: 0;
}

.footer_socials_wrapper
{
	text-align: center;
	margin-bottom: 21px;
	margin-left: 0;
}

.footer_socials_wrapper li {
    display: inline-block;
	font-size: 24px;
	margin: 0 15px 15px;
}

#site-footer .footer_socials_wrapper {
  display: block;
  margin: 20px 0 0;
}

#site-footer .footer_socials_wrapper a {
  border-bottom: none;
}

.footer-navigation-wrapper
{
	text-align: center;
}

.footer-navigation-wrapper ul
{
	list-style: none;
	display: inline-block;
	text-align: center;
	line-height: 14px;
	margin-bottom: 19px;
	margin-top: -2px;
	margin-left: 0;
}

.footer-navigation-wrapper ul:after
{
	content: "";
	display: block;
	clear: both;
}

.footer-navigation-wrapper ul li
{
	display: block;
	margin: 0px 0px 15px 0;
}

.footer-navigation-wrapper ul li:last-child
{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.footer-navigation-wrapper ul li a
{
	font-size: 15px;
	line-height: 1;
}


/**********************************************************************************/
/* Search results *****************************************************************/
/**********************************************************************************/

.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;
}

.search-results #nav-below.paging-navigation
{
	padding-left: 0;
	padding-right: 0;
}


/**********************************************************************************/
/* Blog ***************************************************************************/
/**********************************************************************************/


/* General */

.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 .page-title-hidden .content-area,
#page_wrapper.transparent_header .content-area.blog-single,
#page_wrapper.transparent_header .content-area.shop-page
{
	/*padding:0 !important;*/
	margin:0 !important;
}

.entry-content:after
{
    content: '';
    display: block;
    clear: both;
}

.entry-header-page
{
	margin-bottom: 45px;
}

.entry-header-page .list_categories {
  float: right;
  margin: 30px 0 0;
}

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


/* Post Meta */

.post_meta_archive,
.post_meta
{
    font-size: 0.825rem;
    line-height: 1.5em;
}

.post_meta
{
    text-align: center;
    margin:0;
	margin-bottom: 80px;
}

.post_meta_archive a,
.post_meta a
{
	margin-right: 16px;
	margin-left: 4px;
    text-transform: uppercase;
	font-weight: 900;
}

.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;
}

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

.post_meta_archive a
{
    font-weight: bold;
}

.post_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;
}


/* Tags */

.post_tags
{
    text-align: center;
}

.post_tags a
{
	display: inline-block;
    font-size: 12px;
	line-height: 1.2;
    font-weight: bold;
	margin-bottom: 10px;
    margin-left: 10px;
    padding: 6px 13px 4px;
    border-width: 1px;
	border-style: solid;
    border-radius: 13px;
    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;
}


/* Blog Listing */

.blog-isotop-container #filters
{
	display: none;
}

.blog-isotope
{
	position: relative;
	margin: 0 -1.5%;
}

.featured-artists .blog-isotope, .blog-items.blog-isotope  {
	margin: 0;
}

.blog-isotope .wpb_row,
.blog-isotope .wpb_content_element,
.blog-isotope ul.wpb_thumbnails-fluid > li,
.blog-isotope .last_toggle_el_margin,
.blog-isotope .wpb_button
{
	margin-bottom: 0;
}

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

.blog-post,
.grid-sizer
{
	width: 100%;
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.blog-post.hidden
{
	opacity: 0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.blog-post-inner
{
	position: relative;
	background: #efefef;
	padding: 15px;
	border-top: 1px solid #8c8c8c;
}

.page-title-desc,
.page-type
{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
	line-height: 1.5;
}

.entry-title-archive
{
    font-size: 1.875rem;
    line-height: 1.1333em;
    margin-bottom: 17px;
	font-weight: 900;
}

h1.entry-title-archive
{
	margin-top: 0;
}


.artist-bio + [data-readmore-toggle], selector[data-readmore] {
  display: block;
  width: 100%;
	color: rgba(130, 195, 199, 0.8);
}

.thumbnail_archive
{
	display: block;
	margin-top: 8px;
	
	transition: color 0.35s;
	-webkit-transition: color 0.35s;
}

div.blog-post:first-of-type
{
	margin-top: -100px;
}

.entry-title-archive a
{
    color: #000;
}

.taxonomy-description
{
    text-align: center;
}

.blog-isotop-container
{
    padding: 0;
	margin-left: -30px;
	margin-right: -30px;
}

.blog-post
{
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    padding-bottom: 3%;
}

.blog-post .blog-post-inner
{
	padding-bottom: 37px;
}

.post_meta_archive,
.entry-title-archive span,
.gallery-title,
.entry-content-archive
{
	margin-left: 30px;
	margin-right: 30px;
}

.entry-title-archive span{
	display: block;
}

.thumbnail_archive_container
{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}

.thumbnail_archive_container:before
{
	content: "";
	display: block;
	
	/*background: #000;*/
	opacity: 0;
	
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	
	transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
}

.entry-title-archive .thumbnail_archive_container
{
	margin-left: 0;
	margin-right: 0;
}

.thumbnail_archive_container {
	text-align: center;
}

.thumbnail_archive img
{
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

}

.thumbnail_archive:hover .thumbnail_archive_container:before
{
}

.thumbnail_archive:hover img
{
	-webkit-transform: translate3d(0px,0, 0);
	transform: translate3d(0px,0,0);
}

.post_meta_archive
{
    text-align: left;
    margin-bottom: 13px;
}

.more-link
{
    font-weight: bold;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 13px;
    display: block;
	
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.more-link:hover
{
	opacity: 0.8;
}

.blog-isotope .entry-content-archive h1,
.blog-isotope .entry-content-archive h2,
.blog-isotope .entry-content-archive h3,
.blog-isotope .entry-content-archive h4,
.blog-isotope .entry-content-archive h5
{
	font-size: 1rem;
	line-height: 1.625em;
    margin-bottom: 10px;
}

.blog-isotope .entry-content-archive h6
{
	display: none;
}

.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive p,
.blog-isotope .entry-content-archive ul,
.blog-isotope .entry-content-archive ol,
.blog-isotope .entry-content-archive dl
{
	font-size: 1rem;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.blog-isotope .larger
{
    text-align: left !important;
}

.blog-isotope .gallery-caption
{
    display: none;
}

.entry-content-archive .gallery
{
    display: none;
}

.blog-post .video-container
{
	padding-bottom: 32px;
	margin-top: 23px;
}

.blog-post.audio iframe
{
	margin-top: 15px;
}

.blog-post .wp-caption
{
    display: inline-block;
    height: auto !important;
}


/* Standard Post Format */

.single-post-header.with-thumb
{
	margin-top: -85px;
	margin-bottom:50px;
	position: relative;
}

.single-post-header.with-thumb .title
{
	padding: 125px 0 55px 0;
}

.single-post-header-bkg
{
	width:100%;
	height:100%;
	
	opacity: 0;
	background-size:cover;
	background-position: center 0px;
	
	position:absolute;
	left:0;
	top:0;
	
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.single-post-header-bkg.loaded
{
	opacity: 1;
}

.single-post-header-overlay
{
	content:"";
	display:block;
	
	width:100%;
	height:100%;
	
	background:#000;
	opacity:0.3;
	position:absolute;
	left:0;
	top:0;
	transition:  all 0.3s;
	-webkit-transition:  all 0.3s;
}

.single-post-header.with-thumb .entry-title,
.single-post-header.with-thumb .post_meta,
.single-post-header.with-thumb .post_meta a
{
	color: #fff;
}

.single-post-header.with-thumb .post_meta a:hover
{
	color: #fff !important;
}

.single-post-header.with-thumb .post_meta:before
{
	background: #fff;
}

.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: bold;
}

.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:before
{
    content:"\f10d";
    left: -2px;
    top: 4px;
}

blockquote p {
	font-size: 1.875rem;
    line-height: 1.333em;
    padding-left: 30px;
    position: relative;
	margin-bottom: 0;
}

.nav-next-title:after,
.nav-previous-title:before,
blockquote: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;
}
 
.entry-content ins
{
	font-size: 1em;
    background-color: #777777;
    padding: 2px 6px 3px;
}

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;
}


/**********************************************************************************/
/* Parallax Container *************************************************************/
/**********************************************************************************/

.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;
}


/* 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
{
	line-height: 1;
	font-weight: 900;
}

.error-404 h1.page-title
{
	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;
}

.error-404-text
{
	margin-bottom: 35px;
}

.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-centered,
.list-centered
{
	margin-left: 0;
	margin-bottom: 5px;
    text-align: center;
    list-style:none;
}

.list-centered li
{
    display: inline-block;
}

.list-centered li a
{
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
	margin-bottom: 10px;
	margin: 0 12px 5px;
    padding: 5px 0px;
    border-bottom-width: 1px;
	border-bottom-style:solid;
    background: none;
    text-transform: uppercase;
	display: inline-block;
	
	transition: color 0.3s, border-color 0.2s;
	-webkit-transition: color 0.3s, border-color 0.3s;
}

.list-centered li a:hover
{
	border-bottom: 1px solid transparent;
}


/* 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
{
	margin-left: -30px;
	margin-right: -10px;
	font-size: 0;
}

.nav-next
{
	margin-left:  -9px;
	margin-right: -30px;
	font-size: 0;
}

.nav-next a,
.nav-previous a
{
    font-size: 0.875em;
	font-weight: 900;
	display: block;
	background: #f5f5f5;
	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 */

.comments_section
{
    border-top-width: 1px;
	border-top-style: solid;
}

.with-sidebar .comments_section
{
    background:none;
}

.comment-author
{
    margin-bottom: 0px;
	font-weight: 900;
}

.comment-metadata
{
	margin-top: -5px;
    margin-bottom: 17px;
}

.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:13px;
    font-weight: bold;
	text-transform: uppercase;
}

#respond
{
	margin-top: 20px;	
}

#commentform p
{
	margin: 0;
	padding: 5px 0;
}

#commentform .comment-notes
{
	padding: 0 0 16px;
}

#commentform .form-submit {
	text-align:left;
	margin-top: 10px;
}

.comment-edit-link
{
	font-size: 0.8125rem;
	text-transform: uppercase;
	font-weight: 900;
	
	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;
}


/**********************************************************************************/
/* Shop Catalog *******************************************************************/
/**********************************************************************************/

.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_after_shop_loop {
	height:33px;
	overflow:hidden;
	margin-top: -0.3em;
}

.product_after_shop_loop_switcher {
	height:66px;
	overflow:hidden;
	-webkit-transition: -webkit-transform .3s ease;                  
    -moz-transition: -moz-transform .3s ease;                 
    -o-transition: -o-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;          
    transition: transform .3s ease;
	-moz-transform: rotate(0);
	-webkit-transform: translateZ(0);
}

.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
	transform: translateY(-33px);
	-ms-transform: translateY(-33px);
	-webkit-transform: translateY(-33px);
}

.products li.product_added_to_cart .product_after_shop_loop_switcher {
	transform: translateY(-33px);
	-ms-transform: translateY(-33px);
	-webkit-transform: translateY(-33px);
	
	-webkit-transition: none;                  
    -moz-transition: none;                 
    -o-transition: none;
    -ms-transition: none;          
    transition: none;
}

.product_after_shop_loop .price,
.product_after_shop_loop .price ins
{
	font-size: 0.875rem;
	line-height:16px;
}

.product_after_shop_loop .price ins
{
	background: none;
	padding: 0;
	padding-left: 4px;
}

.product_after_shop_loop_price {
	height:33px;
	overflow:hidden;
}

.product_after_shop_loop_buttons {
	height:33px;
	overflow:hidden;
}

.product_thumbnail_wrapper
{
	position: relative;
}

.product_thumbnail.with_second_image
{
	position: relative;
}

.product_thumbnail_background
{
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	
	-webkit-transition: opacity 0ms ease 0.3s !important;
	-moz-transition: opacity 0ms ease 0.3s !important;
	transition: opacity 0ms ease 0.3s !important;
}


.product_thumbnail.with_second_image:hover .product_thumbnail_background
{
	opacity: 1;
	
	-webkit-transition: opacity 0ms ease 0s !important;
	-moz-transition: opacity 0ms ease 0s !important;
	transition: opacity 0ms ease 0s !important;
	
}

.product_thumbnail.with_second_image.second_image_loaded img {
    
	opacity: 1 !important;
	
	transform: translateZ(0) rotate(0);
	-webkit-transform: translateZ(0) rotate(0);
	
	-webkit-transition: opacity 300ms ease 0s !important;
	-moz-transition: opacity 300ms ease 0s !important;
	transition: opacity 300ms ease 0s !important;
}

.product_thumbnail.with_second_image.second_image_loaded:hover img {

    opacity: 0 !important;
	
	-webkit-transition: opacity 300ms ease 0.05s !important;
	-moz-transition: opacity 300ms ease 0.05s !important;
	transition: opacity 300ms ease 0.05s !important;
	
}

.active_filters
{
    margin:0 0 15px 0;
}

.active_filters .widget
{
    margin:0;
    padding:0;
}


/**********************************************************************************/
/* Categories Grid ****************************************************************/
/**********************************************************************************/

.categories_grid {
	/*margin:30px 0 0px 0;*/
}

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,
.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);
}


/**********************************************************************************/
/* Product Single *****************************************************************/
/**********************************************************************************/

.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;
}

.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 .swiper-slide
{
    padding-bottom:20px;
    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%;
    /*height:708px;*/
}

.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
{
	margin-bottom: 19px;
}
 

/**********************************************************************************/
/* Widgets ************************************************************************/
/**********************************************************************************/

.wpb_widgetised_column
{
	margin-bottom: 150px;
	padding-right: 30px;
}

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

.wpb_widgetised_column .widget
{
    border-bottom-width: 1px;
	border-bottom-style: solid;
    margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 43px;
}

.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_filters ul li a,
.wpb_widgetised_column .widget_layered_nav_filters ul li span,
.wpb_widgetised_column .widget_calendar,
.wpb_widgetised_column .widget_calendar caption
{
	color: inherit !important;
}
		
.widget h3,
.wpb_wrapper .widget h3
{
	font-size:14px !important;
	font-weight:bold;
	
    margin: 0px 0 15px;
	padding:0;
	
	position: relative;
	text-transform:uppercase;
}

.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: 10px;
	padding-bottom: 0;
}

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

.widget > ul > li:first-child,
.woocommerce .widget_layered_nav > ul > li:first-child
{
	padding-top: 7px;
}

.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 5px 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;
}

.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;
	color: inherit;
	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 .woocommerce-product-search,
.site-search .widget_search .search-form
{
	border: none;
	
	width: 50%;
	margin-top: 300px;
	
	position: fixed;
	top: 50%;
	margin-top: 300px;
	left: 50%;
}

.site-search .woocommerce-product-search,
.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 .woocommerce-product-search,
.site-search.open .widget_search .search-form
{
	margin-top: -25px;
}

.site-search.open .woocommerce-product-search,
.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 .woocommerce-product-search,
.site-search .search-form div
{
	padding-top: 0;
}

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

.site-search .widget_product_search .search-field,
.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;
}

.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; }

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

.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; }

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

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

.woocommerce-product-search
{
	position: relative;
}

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

.widget_search .search-form:after,
.woocommerce-product-search: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,
.woocommerce-product-search:after,
.submit_icon,
.widget_product_search input[type="submit"],
.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 input[type="submit"],
.site-search .widget_product_search .search-submit,
.site-search .widget_search .search-submit,
.submit_icon
{
	top: 10px;
	right: 15px;
	padding-top: 0 !important;
}

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

.submit_icon
{
	font-size: 24px;
}

.widget_product_search input[type="submit"],
.widget_product_search input[type="submit"]:hover,
.widget_search #searchsubmit,
.widget_search .search-submit,
.widget_search #searchsubmit: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;
}

#site-footer a:hover,
.widget a:hover,
.social_media:hover
{
	opacity: 0.7;
}

.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;
}
 
/**********************************************************************************/
/* Off-canvas Left *****************************************************************/
/**********************************************************************************/

.offcanvas_content_left {
	background:#fff;
	padding:30px;
	min-height:100%;
}

.offcanvas_content_left.wpb_widgetised_column
{
	margin-bottom: 0;
}

#button_offcanvas_sidebar_left {
	width:5px;
	height:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999999;
}

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#button_offcanvas_sidebar_left {
		z-index:0;
		width:0;
	}
	
	#button_offcanvas_sidebar_left i {
		left:0px !important;
	}
}

/* IE9 CSS styles */
.ie9 #button_offcanvas_sidebar_left {
	z-index:0;
	width:0;
}

.ie9 #button_offcanvas_sidebar_left i {
	left:0px !important;
}

#button_offcanvas_sidebar_left i {
	display:block;
	max-width:17px;
	position:fixed;
	top:250px;
	left:5px;
	padding:10px 8px 10px 5px;
	color:#fff;
	font-size:20px;
	cursor:pointer;
}

.st-menu-open #button_offcanvas_sidebar_left {
	display:none;
}


/**********************************************************************************/
/* Off-canvas Right *****************************************************************/
/**********************************************************************************/

.offcanvas_content_right li.open-offcanvas {
	display:none;
}


/**********************************************************************************/
/* Portfolio **********************************************************************/
/**********************************************************************************/

.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-centered
{
	margin-bottom: 90px;
}

.filters-group li
{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 2px;
	margin-bottom: 10px;
	margin: 0 12px 5px;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	
	transition: color 0.3s, border-color 0.2s;
	-webkit-transition: color 0.3s, border-color 0.3s;
}

.filters-group li:hover
{
	border-bottom: 1px solid transparent;
}


/* 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);
}

/* filter Safari ( from 5+ till 6.1)  from Chrome: */
@media screen and (-webkit-min-device-pixel-ratio:0) { 

    /* Safari only override */
    ::i-block-chrome, .hover-effect-link .hover-effect-thumb {
		width: 110%;
		
		-webkit-transform: translate3d(-5%,0, 0);
		transform: translate3d(-5%,0,0);
    }
	
	::i-block-chrome, .hover-effect-content:hover .hover-effect-thumb
	{		
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	::i-block-chrome, .main-navigation ul ul
	{
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

.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-featured-img
{
	height: 760px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
}

.portfolio_single_list_cat
{
	display: block;
	text-align: left;
	font-size: 14px;
}

.portfolio_single_list_cat a
{
	display: inline-block;
	font-weight: 300;
	padding-bottom: 10px;
}

.portfolio_single_list_cat a:hover {
	color: #000 !important;
}

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

.portfolio_single_list_cat b {
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 5px;
}

/* Portfolio Related Items */

.portfolio-related-container
{
	background: #f5f5f5;
	overflow: hidden;
}

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

.portfolio_related_item
{
	position: relative;
}

.portfolio_related_item.empty
{
	display: none;
}

.portfolio_related_item.empty .hover-effect-link
{
	background: none;
	cursor: default;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/**********************************************************************************/
/* Shortcodes *********************************************************************/
/**********************************************************************************/

/* 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 15px;
	/*float:left;*/
	display:inline-block;
}

.site-social-icons-shortcode ul li a {
    color: #222;
}

.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;
}


/* Blog Posts */

.from-the-blog-wrapper {
	margin: 30px 0px 0px 0px;
}

.from_the_blog_item {
	padding: 0 15px;	
}

.from_the_blog_link,
.from-the-blog-wrapper .post_meta_archive,
.from-the-blog-wrapper .post_meta_archive a,
.from_the_blog_title
{
	color: inherit;
}

.from_the_blog_title {
	display: block;
	font-weight: 900;
	text-align: center;
	font-size: 1.875rem;
	line-height: 1.1333em;
	margin: 0 0 15px;
	
	transition: color 0.35s;
	-webkit-transition: color 0.35s;
}

.from-the-blog-wrapper .post_meta_archive
{
	text-align: center;
}

.from-the-blog-wrapper .post_meta_archive,
.from-the-blog-wrapper .post_meta_archive a
{
	color: inherit;
	
	transition: color 0.35s;
	-webkit-transition: color 0.35s;
}

.from-the-blog-wrapper .post_meta_archive span
{
	opacity: 0.55;
}

.from_the_blog_item.gallery {
	margin: 0 !important;
}

.from_the_blog_overlay
{
	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;
}

.from_the_blog_link:hover .from_the_blog_overlay
{
	opacity: 0.6;
}

.from_the_blog_img_container
{
	display: block;
	overflow: hidden;
	position: relative;
	height: 245px;
	width: 100%;
	margin-bottom: 22px;
	
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}	

.from_the_blog_img
{
	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);
	
	/*
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
	
	-webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    transform-style: preserve-3d; */
}

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

.grabbing .from_the_blog_item:hover .from_the_blog_img
{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
}

.with_thumb_icon {
	position: absolute;
	width:50px;
	height: 50px;
	display: block;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 50px;
	z-index: 3;
}

.no_thumb_icon {
	line-height: 245px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 3;
}


.no_thumb_icon:before,
.with_thumb_icon:before {
	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;
	z-index: 3;
}

.with_thumb_icon:before {
	font-size: 18px;
}

.no_thumb_icon:before {
	font-size: 78px;
}

.from_the_blog_item.standard .with_thumb_icon {
	display: none;
}

.no-thumb.standard .no_thumb_icon:before {
	content: "\f15c";
}

.no_thumb.status .no_thumb_icon:before,
.from_the_blog_item.status .with_thumb_icon:before 
{
	content: "\f075";
}

.no_thumb.link .no_thumb_icon:before,
.from_the_blog_item.link .with_thumb_icon:before
{
	content: "\f0c1";
}

.no_thumb.video .no_thumb_icon:before,
.from_the_blog_item.video .with_thumb_icon:before
{
	content: "\f16a";
}

.no_thumb.audio .no_thumb_icon:before,
.from_the_blog_item.audio .with_thumb_icon:before
{
	content: "\f001";
}

.no_thumb.aside .no_thumb_icon:before,
.from_the_blog_item.aside .with_thumb_icon:before
{
	content: "\f15b";
}

.no_thumb.quote .no_thumb_icon:before,
.from_the_blog_item.quote .with_thumb_icon:before
{
	content: "\f10d";
}

.no_thumb.image .no_thumb_icon:before,
.from_the_blog_item.image .with_thumb_icon:before
{
	content: "\f03e";
}

.no_thumb.gallery .no_thumb_icon:before,
.from_the_blog_item.gallery .with_thumb_icon:before
{
	content: "\f00a";
}

.no_thumb .from_the_blog_img
{
	line-height: 245px;
}

.from_the_blog_noimg
{
	background: #f5f5f5;
	height: 245px;
	width: 100%;
	display: block;
}



/* 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;
}


/* Banner */

.shortcode_banner_simple_height {
	
	cursor:pointer;
	margin-bottom:30px;
	clear:both;
	
	position: relative;
	
}

.shortcode_banner_simple_height_inner
{
    
    padding:15px;
    
    overflow: hidden;
    position: relative;
	
    backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
}

.shortcode_banner_simple_height_inner:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	z-index: 3;
}

.shortcode_banner_simple_height_inner:hover:before
{
	background:rgba(0,0,0,.3);
}

.shortcode_banner_simple_height_bkg
{
    	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	display: block;
	
	background-color:#f5f5f5;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	
	z-index: 2;
}

.shortcode_banner_simple_height:hover .shortcode_banner_simple_height_bkg
{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.shortcode_banner_simple_height:hover {
	background-size: 115%;
}

.shortcode_banner_simple_height_inside {
	padding:20px;
	text-align:center;
	border:2px solid #fff;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	display: table;
	width:100%;
	box-sizing: border-box;
	
	position: relative;
	z-index: 5;
}

.shortcode_banner_simple_height_content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	position: relative;
	z-index: 999;
}

.shortcode_banner_simple_height_inside h3 {
	padding:0;
	margin:0;
	font-weight:900;
	font-size:1.4375rem;
	line-height: 1.391em;
}

.shortcode_banner_simple_height_inside h3 strong {
	font-size:28px;
}

.shortcode_banner_simple_height_inside h3 a {
	text-decoration:underline;
}

.shortcode_banner_simple_height_inside h4 {
	padding:0;
	margin:0;
	font-size:1rem;
	font-weight: normal;
	line-height: 1.5em;
}

.shortcode_banner_simple_height_inside h4 a {
	text-decoration:underline;
}

.shortcode_banner_simple_height_sep {
	width:20%;
	height:2px;
	background:#fff;
	margin:5px auto;
}

.shortcode_banner_simple_height_bullet {
		
	width:180px;
	height:180px;
	background:#000;
	
	border-radius: 50%;
	text-align:center;
	display: none;
	text-transform:uppercase;
	color:#fff;
	line-height:1.3em;
	
	position:absolute;
	top:50%;
	margin-top: -90px;
	right:30px;
	z-index: 999;
	
}

.shortcode_banner_simple_height_bullet strong {
	font-size:18px;
	line-height:1.5em;
}

.shortcode_banner_simple_height_bullet span {
	display: table-cell;
	vertical-align: middle;
	padding:20px;
}


/* Icon Box */

.shortcode_icon_box {
	position:relative;
	padding-bottom: 35px;
	cursor: default;
}

.shortcode_icon_box.icon_position_top {
	text-align:center;
}

.shortcode_icon_box.icon_position_left {
	padding-left:50px;
}

.shortcode_icon_box.icon_position_right {
	padding-right:73px;
}

.icon_box_title {
	font-size:1.4375rem;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 11px;
}

.icon_box_content
{
	margin-top: 3px;
	margin-bottom: -7px;
}

.icon_position_top.icon_style_normal .icon_wrapper
{
	margin-bottom: 20px;
}

.with_separator .icon_box_title:after
{
	content: "";
	display: block;
	width: 50px;
	height: 0px;
	border-bottom: 2px solid;
	margin: 22px 0 19px;
}

.with_separator.icon_position_top .icon_box_title:after
{
	margin: 22px auto 19px;
}

.shortcode_icon_box .icon_wrapper {
	overflow:hidden;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}

.icon_position_top.icon_style_outlined .icon_wrapper,
.icon_position_top.icon_style_bg_color .icon_wrapper
{
	width:140px;
	height:140px;
	margin:0 auto;
	padding-top:33px;
}

.shortcode_icon_box.icon_position_left .icon_wrapper
{
	width:50px;
	height:50px;
	padding-top:14px;
	position:absolute;
	top:0px;
	left:0;
}

.shortcode_icon_box.icon_position_right .icon_wrapper
{
	width:50px;
	height:50px;
	padding-top:14px;
	position:absolute;
	top:6px;
	right:0px;
}

.icon_position_right.icon_style_normal .icon_wrapper
{
	padding-top: 0;
}

.shortcode_icon_box.icon_position_top .icon {
	font-size:72px;
	line-height:72px;
}

.shortcode_icon_box.icon_position_left .icon
{
	font-size:22px;
	line-height:22px;
}

.shortcode_icon_box.icon_position_left .icon_box_content, 
.shortcode_icon_box.icon_position_left .icon_box_title
{
    padding-left: 20px;
}

.shortcode_icon_box.icon_position_left .icon_box_read_more
{
    margin-left: 20px;
}

.shortcode_icon_box.icon_position_right .icon
{
	font-size:22px;
	line-height:22px;
}

.shortcode_icon_box.icon_style_normal .icon_wrapper,
.shortcode_icon_box.icon_style_outlined .icon_wrapper {
	background:none !important;
}

.shortcode_icon_box.icon_style_outlined .icon_wrapper {
	border-width:2px;
	border-style:solid;
}

.shortcode_icon_box.icon_position_top.icon_style_bg_color .icon_wrapper,
.shortcode_icon_box.icon_position_top.icon_style_outlined .icon_wrapper
{
	margin:0 auto 32px auto;
}

.shortcode_icon_box .icon_box_read_more {
	display:inline-block;
	color: inherit;
	padding:5px 0px;
	text-transform:uppercase;
	font-weight:900;
	font-size:13px;
	border-bottom: 2px solid transparent;
	
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.shortcode_icon_box .icon_box_read_more:hover {
	border-bottom: 2px solid;
	border-color: inherit;
}


/* 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;
}


/**********************************************************************************/
/* Visual Composer Shortcodes  ****************************************************/
/**********************************************************************************/

/* General */

.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h5,
.wpb_wrapper h6,
.wpb_wrapper h1 a,
.wpb_wrapper p
{
	color: inherit !important;
	text-transform: none;
}

.wpb_wrapper #products-grid {
	margin-top:5px;
}

.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 */

.vc_row-fluid.parallax {
	/*background-size: cover*/
	background-position:center center;
	background-repeat:no-repeat;
}

.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:1300px;
	margin:0 auto;
}

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


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

.boxed-row .vc_row-fluid .vc_row-fluid,
#tab-description .boxed-row .vc_row-fluid .vc_row-fluid
{
	margin-left: -10px;
	margin-right: -10px;
}

.page-title-hidden .content-area
{
	padding:0;
}

.content-area {
    margin-top: 65px;
}


/* Adjust Columns Height */

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

.adjust_cols_height.height_adjusted .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 */

.wpb_tabs.wpb_content_element #products-grid
{
	margin-top: 0;
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align:center;
	background: none;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav
{
	width: 100%;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav  li
{
	display:block;
	float: none;
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li:after,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after
{
	content: "";
	display: block !important;
	width: 100%;
	height: 1px;
	background: #eee;
	
	position: absolute;
	bottom: 0;
	
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child
{
	margin-left: 0;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:hover
{
	background: none;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li.ui-tabs-active,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active
{
	background: none;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a
{
	display: inline-block;
	font-size: 0.9375rem;
	padding: 14px 0 11px;
	font-weight: 900;
	color: #a1a1a1;
	text-shadow: none;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
	
	position: relative;
	z-index: 2;
}

.wpb_tabs.wpb_content_element .wpb_tabs_nav li a
{
	white-space: normal;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li a
{
	font-size: 0.8125rem;
	font-weight: bold;
	text-transform: uppercase;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a:hover
{
	color: #777;
}

.wpb_tour.wpb_content_element .wpb_tabs_nav  li.ui-tabs-active a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a
{
	color: #000;
	background: none;
	border-bottom: 3px solid;	
}

.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab
{
	width: 100%;
	padding: 21px 0 30px 0;
	
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav
{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span
{
	padding-top: 20px;
	border-top: 1px solid #ddd;
	width: 50%;
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a
{
	font-size: 0.875rem;
	border-bottom: none;
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:before,
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:after
{
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_prev_slide a:before
{
	content: "\2190";
	margin-right: 8px;
}

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_next_slide a:after
{
	content: "\2192";
	margin-left: 8px;
}

.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab

{
	background:none;
	border:0;
	padding:20px 0;
	margin:0;
	
	-webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -ms-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
	
	/*-webkit-animation-name: flipY;
    -moz-animation-name: flipY;
    -o-animation-name: flipY;
    animation-name: flipY;*/
	
	-webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* 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;
}
 
.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;
}


/* 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;
	border:0;
}

.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: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 */

.wpcf7-form p
{
	text-transform:uppercase;
	font-size:.8125rem;
	font-weight: bold;
	margin-bottom:1px;
	line-height: 2em;
	margin-top: 16px;
}

.wpcf7-form p:first-of-type
{
	margin-top: 1px;
}

.wpcf7-form p label
{
	margin-top: 0px;
}

.wpcf7-form-control.wpcf7-submit
{
	margin-bottom: 10px;
}

/* 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: 500;
	/*color: #000;*/
	cursor: pointer;
	background: none;
	font-size: 1.125rem;
	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;
}


/* 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;
	top: 0;
	left: 0;
	opacity: 0.6;
}

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_label_units
{
	font-weight: 900;
	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;
	top: 0;
	left: 0;
}


/* 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;
}

.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;
}


/*Single Image*/

.wpb_single_image .vc_single_image-wrapper
{
	max-width: 100%;
}


/* Blog Posts */

.wpb_wrapper .from-the-blog-wrapper {
	margin-top: 0;
}

.boxed-row .wpb_wrapper .from-the-blog-wrapper {
	margin: 0px -30px 0px;
}


.off-canvas-wrap,
.inner-wrap, nav.tab-bar,
.left-off-canvas-menu,
.left-off-canvas-menu *,
.right-off-canvas-menu,
.move-right a.exit-off-canvas,
.move-left a.exit-off-canvas {
	-webkit-backface-visibility:visible;
}

/* Custom Styles */

.statement-description {
  line-height: 24px;
}

.amount, .price_label {
  font-family: 'Montserrat', sans-serif;
}

.out_of_stock_badge_loop, .out_of_stock_badge_single {
  display: none !important;
}

.widget.widget_price_filter .price_slider_amount .button {
  width: 55px;
}

body .transparent_header .single-post-header .title, body #page_wrapper.transparent_header .shop_header .page-title {
  padding-top: 40px;
}

body .shop_header {
  margin-bottom: 0;
}

/* Smart Forms */


/*	
--------------------------------------------------
@Start smart forms
-------------------------------------------------- 
*/

/* Gotham A google font import 
--------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Gotham A:400,300);

html, body{
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline; 
	font: inherit;
}

/* @backgrounds :: modify or add yours below 
------------------------------------------------------------------- */
.darkbg{ background:#6C82A2 url(../images/dark.png) repeat fixed; }
.woodbg{ background:#E6CCA6 url(../images/wood.png) repeat fixed; }

/* @form wrappers 
---------------------------------- */
.smart-wrap{ padding:0 20px; }
.smart-forms, 
.smart-forms *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smart-forms {
	font-family:  "Gotham A", Arial, Helvetica, sans-serif;
	line-height: 1.231;
	font-weight: 400;
	font-size: 14px;
	color: #626262;
}

.smart-forms ul {
	list-style: none;
	margin: 0;
}

.smart-forms ul label {
	display: none;
}

.modal .smart-forms input[type=text], .modal .smart-forms textarea {
	margin-bottom: 20px;
}

.smart-forms .validation_message {
	display: none;
}

.validation_error {
	margin: 0 0 15px;
	color: red;
}

.smart-container{
	background:#fff;
	margin:50px auto;	
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	 
}

/* @form container width 
/* @if you want to change the form container width change the values below 
/* @alternatively you can add yours eg .wrap4{ max-width:200px; } 
---------------------------------------------------------------------------- */
.wrap-0{ max-width:952px; }
.wrap-1{ max-width:852px; }
.wrap-2{ max-width:652px; }
.wrap-3{ max-width:452px; }

/* @form helper classes 
--------------------------------------------------------------- */
.smart-forms .section{ margin-bottom:22px; }
.smart-forms .smart-link{ color:#4c4c4c; text-decoration:none; }
.smart-forms .smart-link:hover{ text-decoration: underline; }
.smart-forms .tagline{ height:0; border-top:1px solid #CFCFCF; text-align:center;  }
.smart-forms .tagline span{ 
	text-transform:uppercase; 
	display:inline-block;
	position:relative;
	padding:0 15px; 
	background:#fff; 
	color:#4c4c4c;
	top:-10px;  
}

/* @form label + field :: field class is useful for validation 
---------------------------------------------------------------------- */
.smart-forms .field{ display:block; position:relative; }
.smart-forms .field-icon i { color:#BBB; position:relative; }
.smart-forms .field-label { display: block; margin-bottom: 7px; }
.smart-forms .field-label.colm{ padding-top:12px; }
.smart-forms .field-label em{ 
	color:#e74c3c;
	font-size:14px;
	font-style:normal;
	display:inline-block;
	margin-left:4px;
	position:relative; 
	top:3px;  
}

/* @form header section 
----------------------------------------- */
.smart-forms .form-header{ 
	overflow:hidden;
	position:relative;
	padding:25px 30px;
	-webkit-border-radius:5px 5px 0 0 ;
	-moz-border-radius:5px 5px 0 0 ;
	-o-border-radius:5px 5px 0 0 ;
	border-radius:5px 5px 0 0 ;
}
	
.smart-forms .form-header h4 { 
	font-family:"Gotham A", Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:300; 
	font-size:32px; 
	padding:0;
	margin:0;
		 
}

.smart-forms .form-header h4 i { 
	font-size:38px;
	position:relative; 
	margin-right:10px;
	top:2px; 
}

/* @header themes :: primary + lite 
---------------------------------------------- */
.smart-forms .header-primary {	
	background-color:#4c4c4c;
	border-top:1px solid #A7D065;  
	border-bottom:5px solid #3c9b39;
}

.smart-forms .header-lite{ 
	background:#F3F5FA;
	border-top:1px solid #A7D065; 
	border-bottom:1px solid #D9DDE5; 
}

.smart-forms .header-lite:before{
	content:"";
	background-color:#4c4c4c;  
	position:absolute;
	height:8px;  
	z-index:1; 
	top:0px;
	right:0;  
	left:0;
}

.smart-forms .header-primary h4{ color:#fff; }
.smart-forms .header-lite h4{ color:#5D6A87; padding-top:5px; }

/* @remove rounded corners form headers 
----------------------------------------------------------------- */
.smart-flat, 
.smart-flat .form-header{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

/* @form body + footer 
------------------------------------------------------------------- */	
.smart-forms .form-body{ padding: 20px 0 0; padding-bottom:20px; }
.smart-forms .form-footer {
	overflow:hidden;
	padding:20px 25px;
	padding-top:25px;
	background: #F5F5F5;   	
	background: #F5F5F5 url(../images/foobg.png) top left repeat-x;
}

/* @crossbrowser placeholder styling :: modern browsers only IE10+
------------------------------------------------------------------------ */
.smart-forms input[type=search] { -webkit-appearance: textfield; }
.smart-forms ::-webkit-search-decoration, 
.smart-forms ::-webkit-search-cancel-button { -webkit-appearance: none; }
.smart-forms input:invalid { -moz-box-shadow: none; box-shadow: none;  }
.smart-forms input::-webkit-input-placeholder,
.smart-forms textarea::-webkit-input-placeholder { color: #AAAAAA; }
.smart-forms input:focus::-webkit-input-placeholder,
.smart-forms textarea:focus::-webkit-input-placeholder { color: #D6DBE0; }
.smart-forms input:-moz-placeholder,
.smart-forms textarea:-moz-placeholder { color: #AAAAAA; }
.smart-forms input:focus:-moz-placeholder,
.smart-forms textarea:focus:-moz-placeholder { color: #D6DBE0; }
.smart-forms input::-moz-placeholder,
.smart-forms textarea::-moz-placeholder { color: #AAAAAA; opacity: 1; }
.smart-forms input:focus::-moz-placeholder,
.smart-forms textarea:focus::-moz-placeholder { color: #D6DBE0; opacity: 1; }
.smart-forms input:-ms-input-placeholder,
.smart-forms textarea:-ms-input-placeholder { color: #AAAAAA; }
.smart-forms input:focus:-ms-input-placeholder,
.smart-forms textarea:focus:-ms-input-placeholder { color: #D6DBE0; }

/* @element general styling :: fonts :: adjust accordingly
------------------------------------------------------------- */
.smart-forms label, 
.smart-forms input,
.smart-forms button,
.smart-forms select,  
.smart-forms textarea {
	margin: 0;  
	font-size: 14px;
	font-family:  "Gotham A", Arial, Helvetica, sans-serif;
	font-weight:400;
	color: #626262;
	outline:none;
}

/* @remove browser specific styling
----------------------------------------------- */
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms input[type="button"],
.smart-forms input[type="submit"],
.smart-forms input[type="search"],
.smart-forms .select-multiple select {
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius:0px;
	border-radius: 0px;
}

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

/* @labels font-size styling :: adjust to fit your needs 
--------------------------------------------------------- */
.smart-forms .switch, 
.smart-forms .option,
.smart-forms .field-label{ font-size:14px; }

/* @prevent user selection for usability purposes
----------------------------------------------------- */
.smart-forms .radio,
.smart-forms .button,  
.smart-forms .checkbox,
.smart-forms .select .arrow,
.smart-forms .switch > label,
.smart-forms .ui-slider .ui-slider-handle{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* @universal rules for all elements 
---------------------------------------------------- */
.smart-forms .radio,
.smart-forms .button,
.smart-forms .tooltip,
.smart-forms .checkbox,  
.smart-forms .gui-input,
.smart-forms .notification,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select{ 
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	outline:none;
}

/* @control border-size :: color etc for these elements 
----------------------------------------------------------- */
.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select{
	background: #fff;
	position: relative;
	vertical-align: top;
	border: 1px solid #CFCFCF;
	display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
	color: #000;
	outline:none;
	height: 42px;
	width: 100%;
	*zoom: 1;
}

/* @styling inputs and textareas 
------------------------------------------- */
.smart-forms .gui-input, 
.smart-forms .gui-textarea { padding:10px; }
.smart-forms .gui-textarea {    
    resize: none;
	line-height: 19px;
	overflow: auto;
	max-width:100%;
    height: 96px;
}

/* @hint below textareas 
---------------------------------------- */
.smart-forms .input-hint {
    padding: 10px;
	display: block;
	margin-top: -1px;
	line-height: 16px;
	position: relative; 
    background: #F5F5F5;
    border: 1px solid #CFCFCF;	   
	font-family:Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
    font-size: 11px;
    color: #999;
}

/* @form selects :: dropdowns 
-------------------------------------------------- */
.smart-forms .select { border:0; z-index:10; }
.smart-forms .select > select {
	display: block;
    padding:9px 10px; 
    color: #626262;
    background: #F5F5F5;   	
     border: 1px solid #CFCFCF;	
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:normal;
	outline:none;
	text-indent: 0.01px;
    text-overflow: ''; 
	z-index:10;
	margin: 0;	
}

.smart-forms .select > select::-ms-expand { display: none; }
.smart-forms .select .arrow {
	position: absolute;
	top: 9px;
	right: 4px;
	width: 24px;
	height: 24px;
	color:#9F9F9F;
	pointer-events:none;
	z-index:16;
}

.smart-forms .select .arrow:after,
.smart-forms .select .arrow:before {
	content: '';
	position: absolute;
	font:12px "Consolas", monospace;
	font-style:normal;
	pointer-events:none;
	display:none\9;
	left:5px;
	
}

.smart-forms .select .arrow:before { content:'\25BC'; bottom:4px; }
.smart-forms .select .double:after { content:'\25B2'; top:-1px;  }
.smart-forms .select .double:before { content:'\25BC'; bottom:-1px; }
.smart-forms .select-multiple select { 
	width:100%; 
	height: 123px;
	padding: 10px;
}

/* @file inputs :: file uploaders 
-------------------------------------------------------- */
.smart-forms .file{ display:block; width:100%; }
.smart-forms .file .gui-file{
	width:100%;
	height:100%;
	cursor:pointer;
	padding:8px 10px;
	position:absolute;
	-moz-opacity:0;
	opacity: 0;
	z-index:11;
	bottom:0;	
	right:0;
}

.smart-forms .file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	z-index:10;
}

/* @form element :hover state 
-------------------------------------------- */
.smart-forms .gui-input:hover,
.smart-forms .gui-textarea:hover,
.smart-forms .select > select:hover,
.smart-forms .select-multiple select:hover, 
.smart-forms .gui-input:hover ~ .input-hint,
.smart-forms .file .gui-file:hover + .gui-input,
.smart-forms .gui-textarea:hover ~ .input-hint{
	border-color: #6bb5ce;
}

/* @form element :focus state 
-------------------------------------------------------- */
.smart-forms .gui-input:focus,
.smart-forms .gui-textarea:focus,
.smart-forms .select > select:focus,
.smart-forms .select-multiple select:focus{ 
    color: #3c3c3c;
    background: #fff;
	border:1px solid #4c4c4c;
	-webkit-box-shadow:0px 0px 3px #4c4c4c inset; 
	-moz-box-shadow:0px 0px 3px #4c4c4c inset;  
	-o-box-shadow:0px 0px 3px #4c4c4c inset;	
	box-shadow:0px 0px 3px #4c4c4c inset;
    outline: none; 

}

.smart-forms .select > select:focus {	
	z-index:10;
	z-index:20\9;
}

.smart-forms .gui-textarea:focus{  height: 120px; }
.smart-forms .select > select:focus { z-index:10; z-index:20\9; }
.smart-forms .gui-input:focus ~ .field-icon i,
.smart-forms .gui-textarea:focus ~ .field-icon i{ color:#4c4c4c; }
.smart-forms .select-multiple select:focus, 
.smart-forms .gui-input:focus ~ .input-hint,
.smart-forms .gui-textarea:focus ~ .input-hint, 
.smart-forms .file .gui-file:focus + .gui-input{ border-color: #4c4c4c; }
.smart-forms .select > select:focus + .arrow{ color:#4c4c4c; }


/* @radio + checkbox option elements 
----------------------------------------------------- */ 
.smart-forms .option {
    position: relative;	
	padding-right:15px;    
	display: inline-block;
    vertical-align: middle;
}
.smart-forms .option > input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
	left: 0;
}

.smart-forms .checkbox, 
.smart-forms .radio { 
	position:relative;
	margin-right:2px;
	background: #fff;
	display: inline-block;
    border: 3px solid #CFCFCF;	
	height: 21px;
	width: 21px;
	top:10px;	
}

.smart-forms .checkbox {
  top: 6px;
}

.smart-forms .checkbox:before, 
.smart-forms .radio:before {
    content: '';
    display: none;
}

.smart-forms input:checked + .checkbox:before, 
.smart-forms input:checked + .radio:before {
    display: block;
}

.smart-forms .checkbox:before {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 6px;
    height: 3px;
    border: solid #4c4c4c;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms input:checked + .checkbox, 
.smart-forms input:checked + .radio{ border: 3px solid #4c4c4c; }
.smart-forms .radio { 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
 
}
.smart-forms .radio:before {
    margin: 4px;
    width: 7px;
    height: 7px;
    background: #4c4c4c;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
}


/* @radio + checkbox :hover state 
-------------------------------------------------- */
.smart-forms input:hover + .checkbox, 
.smart-forms input:hover + .radio{
    border-color:#6bb5ce;
	
}

/* @radio + checkbox :focus state 
--------------------------------------------------- */
.smart-forms input:focus + .checkbox, 
.smart-forms input:focus + .radio{ border-color: #4c4c4c; }
.smart-forms input:focus + .radio:before{ background: #4c4c4c; }
.smart-forms input:focus + .checkbox:before{ border-color: #4c4c4c; }

/* @toggle switch elements 
-------------------------------------------------- */
.smart-forms .switch { 
	cursor:pointer; 
	position: relative; 
	padding-right:10px;
    display: inline-block;
	margin-bottom:5px;
	height: 26px;
}
.smart-forms .switch > label {
	cursor:pointer;
    display: inline-block;
    position: relative;
    height: 25px;
	width: 58px;
	color: #fff;
    font-size: 10px;
    font-weight: bold;
	line-height: 20px;
    text-align: center;
    background: #D7D7D7;
    border: 2px solid #D7D7D7;
	text-transform: uppercase;
	font-family:Helvetica, Arial, sans-serif;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
	
}
.smart-forms .switch > label + span{ display:inline-block; padding-left:5px; position:relative; top:-7px; }
.smart-forms .switch > label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    right: 3px;
    width: 33px;
}

.smart-forms .switch > label:after {
	content:"";	
    margin: 1px;
    width: 19px;
    height: 19px;
	display: block;
    background: #fff;
}

.smart-forms .switch > input {
	-webkit-appearance: none;
	position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
	left: 0;
	top: 0;
   
}

/* @toggle switch focus state 
-------------------------------------------------------------- */
.smart-forms .switch > input:focus { outline: none; }
.smart-forms .switch > input:focus + label { color: #fff; border-color: #C7C7C7; background:#C7C7C7; }
.smart-forms .switch > input:focus + label:after { background: #fff; }

/* @toggle switch normal state 
--------------------------------------------------------------- */
.smart-forms .switch > input:checked + label {
    border-color: #4c4c4c;
	background: #4c4c4c; 
	padding-left: 33px;
	color: white;
}

.smart-forms .switch > input:checked + label:before {
    content: attr(data-on);
    left: 1px;
	top:1px;
}

.smart-forms .switch > input:checked + label:after {
    margin: 1px;
    width: 19px;
    height: 19px;
    background: white;
}

/* @toggle switch normal state focus 
--------------------------------------------------------------------------------- */
.smart-forms .switch > input:checked:focus + label { background: #3c9b39; border-color: #3c9b39; }
.smart-forms .switch-round > label { 
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px; 
}
.smart-forms .switch-round > label + span{ top:-2px; }
.smart-forms .switch-round > label:before { width: 33px; }
.smart-forms .switch-round > label:after {
    width: 19px;
	color:#D7D7D7;
	content: "\2022";
	font:20px/20px Times, Serif;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}

.smart-forms .switch-round > input:checked + label { padding-left: 33px; }
.smart-forms .switch-round > input:checked + label:after{ color:#4c4c4c; }

/* @buttons 
----------------------------------------------------- */
.smart-forms .button {
    border: 0;
	height: 42px;
	color: #243140;
	line-height: 1;
	font-size:15px; 
    cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
    background: #DBDBDB;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.smart-forms .button:hover { color: #243140; background: #E8E8E8; }
.smart-forms .button:active{ color: #1d2938; background: #C4C4C4; }
.smart-forms a.button, 
.smart-forms span.button, 
.smart-forms label.button { line-height: 42px; text-decoration: none; }
.smart-forms .button i{ font-size:14px; }
.smart-forms .button-list .button{ margin-bottom:5px; }

/* @primary button theme
-------------------------------------------- */
.smart-forms .btn-primary {  background-color: #4c4c4c;  }
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus { background-color: #6bb5ce; }
.smart-forms .btn-primary:active{ background-color: #3c9b39; }
.smart-forms .btn-primary, 
.smart-forms .btn-primary:hover,
.smart-forms .btn-primary:focus, 
.smart-forms .btn-primary:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }

/* @rounded buttons 
-------------------------------------------- */
.smart-forms .btn-rounded{ 
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;  
}

/* @left + right buttons :: look like IOS
-------------------------------------------- */
.smart-forms .button-left, 
.smart-forms .button-right {
    position: relative;
	z-index:9;
}

.smart-forms .button-left:before, 
.smart-forms .button-right:before {
    content:'';
    z-index:-1;
    width: 32px;
    height: 32px;
	position: absolute;
    background-color: inherit;
	border-color: inherit;	
    border: none;
	top: 5px;
}

.smart-forms .button-left {
    border-left-width: 0; 
	padding: 0 18px 0 7px;
    -webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin-left:20px;
}

.smart-forms .button-left:before {
    left: -15px;
    -webkit-border-radius: 2px 5px 0 5px;
	-moz-border-radius: 2px 5px 0 5px;
	-o-border-radius: 2px 5px 0 5px;
	border-radius: 2px 5px 0 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smart-forms .button-right {
    padding: 0 7px 0 18px;
    border-right-width: 0;
    -webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	margin-right:20px;
}

.smart-forms .button-right:before {
    right: -15px;
    -webkit-border-radius: 5px 2px 5px 0;
	-moz-border-radius: 5px 2px 5px 0;
	-o-border-radius: 5px 2px 5px 0;
	border-radius: 5px 2px 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* @left right button pointed button shapes 
------------------------------------------------ */
.smart-forms .btn-pointed.button-left, 
.smart-forms .btn-pointed.button-right{ 
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px; 
	border-radius:22px;  
}

.smart-forms .btn-rounded.button-left{ 
	-webkit-border-radius: 0 22px 22px 0;
	-moz-border-radius: 0 22px 22px 0;
	-o-border-radius: 0 22px 22px 0; 
	border-radius: 0 22px 22px 0;  
}

.smart-forms .btn-rounded.button-right{
	-webkit-border-radius: 22px 0 0 22px;
	-moz-border-radius: 22px 0 0 22px;
	-o-border-radius: 22px 0 0 22px;
	border-radius: 22px 0 0 22px; 
}

/* @push buttons
------------------------------------------------ */
.smart-forms .pushed { 
	-webkit-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);
	position:relative;
}

.smart-forms .pushed:active{
	-webkit-box-shadow:inset 0 -0.15em 0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
	box-shadow:inset 0 -0.15em  0 rgba(0,0,0,0.2);
	top:2px;
}

.smart-forms .pushed.button-left:before {
	-webkit-box-shadow:inset 0.35em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);
	box-shadow:inset 0.35em 0 0 rgba(0,0,0,0.2);	
}

.smart-forms .pushed:active.button-left:before{
	-webkit-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
	box-shadow:inset 0.2em 0  0 rgba(0,0,0,0.2);
}

.smart-forms .pushed.button-right:before {
	-webkit-box-shadow:inset  -0.35em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
	-o-box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);
	box-shadow:inset -0.35em 0  0  rgba(0,0,0,0.2);	
}

.smart-forms .pushed:active.button-right:before{
	-webkit-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
	-moz-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
	-o-box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
	box-shadow:inset -0.2em 0  0 rgba(0,0,0,0.2);
}

/* @adjust buttons in form footer
------------------------------------------------ */
.smart-forms .form-footer .button{ margin-right:10px; margin-bottom:5px; }
.smart-forms .align-right .button{ margin-right:0; margin-left:10px; }

/* @social buttons :: facebook :: twitter :: google +
---------------------------------------------------- */
.smart-forms .twitter, 
.smart-forms .twitter:hover, 
.smart-forms .twitter:focus,
.smart-forms .facebook, 
.smart-forms .facebook:hover, 
.smart-forms .facebook:focus,
.smart-forms .googleplus,
.smart-forms .googleplus:hover, 
.smart-forms .googleplus:focus { color:#fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); } 
.smart-forms .facebook { background-color:#3b5998; }
.smart-forms .twitter { background-color:#00acee;  }
.smart-forms .googleplus { background-color:#dd4b39; }
.smart-forms .facebook:hover, 
.smart-forms .facebook:focus { background-color:#25385F;  }
.smart-forms .twitter:hover, 
.smart-forms .twitter:focus { background-color:#00749F;  }
.smart-forms .googleplus:hover, 
.smart-forms .googleplus:focus { background-color:#8D2418;  }
.smart-forms .span-left{ padding-left:52px; text-align:left; }
.smart-forms .btn-social { position:relative; margin-bottom:5px;  }
.smart-forms .btn-social i{ font-size:22px; position:relative; top:2px;    }
.smart-forms .btn-social span{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-o-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;	
	display:inline-block; 
	text-align:center; 
	position:absolute;
	width:42px; 
	left:0; 
}

.smart-forms .twitter span{ background-color:#009AD5; }
.smart-forms .facebook span{ background-color:#31497D; }
.smart-forms .googleplus span{ background-color:#C03121; }

/* @rating and review star widget :: with hover back afetr selecting
------------------------------------------------------------------------ */
.smart-forms .rating { overflow: hidden; }
.smart-forms .rating.block { display:block; margin:10px 0; }
.smart-forms .rating label{color: #A2A6A8;} 
.smart-forms .rating label i{ font-size:17px; text-align:center; color:inherit;  }
.smart-forms .rating label span{ font:22px/22px Times, Serif; }
.smart-forms .rating-star{ margin-left:4px; }
.smart-forms .rating-input { position: absolute; left:-9999px; top: auto; }
.smart-forms .rating:hover .rating-star:hover,
.smart-forms .rating:hover .rating-star:hover ~ .rating-star,
.smart-forms .rating-input:checked ~ .rating-star { color: #4c4c4c;	}
.smart-forms .rating-star, 
.smart-forms .rating:hover .rating-star {	
	width: 18px;
	float: right;
	display: block;
	cursor:pointer;
	color: #A2A6A8;	
}


/* @smart widget
   @this widget helps us to position an element eg button or label or span
   @the positions can either be left or right while the input stays 100%
   @you ca use this to rapidly create search widgets, newsletter subscribe etc 
---------------------------------------------------------------------------------*/
.smart-forms .smart-widget, 
.smart-forms .append-picker-icon, 
.smart-forms .prepend-picker-icon { position: relative; display:block; }
.smart-forms .smart-widget .field input, 
.smart-forms .append-picker-icon input, 
.smart-forms .prepend-picker-icon input { width: 100%; }

.smart-forms .append-picker-icon button, 
.smart-forms .prepend-picker-icon button,
.smart-forms .smart-widget .button { 
	border:1px solid #CFCFCF;
	background: #F5F5F5;
    position: absolute;
	cursor: pointer;
	color: #626262;
	height: 42px;
    top: 0;
}

.smart-forms .sm-right .button, 
.smart-forms .append-picker-icon button{ border-left:0; }
.smart-forms .sm-left .button, 
.smart-forms .prepend-picker-icon button{ border-right:0; }

.smart-forms .sm-left .button, 
.smart-forms .prepend-picker-icon button { left:0; }
.smart-forms .sm-right .button, 
.smart-forms .append-picker-icon button {  right:0; }

/* @smart widget buttons - to left 
------------------------------------------------- */
.smart-forms .sml-50, 
.smart-forms .prepend-picker-icon { padding-left: 50px; } 
.smart-forms .sml-50 .button, 
.smart-forms .prepend-picker-icon button{ width: 50px; }
.smart-forms .sml-80{ padding-left: 80px; } 
.smart-forms .sml-80 .button { width: 80px; }
.smart-forms .sml-120{ padding-left: 120px; } 
.smart-forms .sml-120 .button { width: 120px; }

/* @smart widget buttons - to right 
------------------------------------------------- */
.smart-forms .smr-50, 
.smart-forms .append-picker-icon{ padding-right: 50px; } 
.smart-forms .smr-50 .button, 
.smart-forms .append-picker-icon button{ width: 50px; }
.smart-forms .smr-80{ padding-right: 80px; } 
.smart-forms .smr-80 .button { width: 80px; }
.smart-forms .smr-120{ padding-right: 120px; } 
.smart-forms .smr-120 .button { width: 120px; }


/* @icon append (right) :: prepend (left)
------------------------------------------------- */
.smart-forms .append-icon, 
.smart-forms .prepend-icon{
    display: inline-block;
    vertical-align: top;
    position: relative;
	width:100%;
}

.smart-forms .append-icon .field-icon, 
.smart-forms .prepend-icon .field-icon{
	top:0;
	z-index:4;
	width:42px;
	height:42px;
	color: inherit;
	line-height:42px;
	position:absolute;
	text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
}

.smart-forms .append-icon .field-icon i, 
.smart-forms .prepend-icon .field-icon i{ 
	position:relative;
	font-size:14px;
}

.smart-forms .prepend-icon .field-icon{ left:0;  }
.smart-forms .append-icon .field-icon{ right:0; }
.smart-forms .prepend-icon > input, 
.smart-forms .prepend-icon > textarea{ padding-left:36px; }
.smart-forms .append-icon > input, 
.smart-forms .append-icon > textarea{ padding-right:36px; padding-left:10px;  }
.smart-forms .append-icon > textarea{ padding-right:36px; }

/* @tooltips on inputs + textareas 
------------------------------------------------- */ 
.smart-forms .tooltip {
	position: absolute;
	z-index: -1;
	opacity: 0;
	color: #fff;	
	width: 184px;
	left: -9999px;
	top:auto;
	font-size: 11px;
	font-weight:normal;
	background: #333333;
	-webkit-transition: margin 0.6s, opacity 0.6s;
	-moz-transition: margin 0.6s, opacity 0.6s;
	-ms-transition: margin 0.6s, opacity 0.6s;
	-o-transition: margin 0.6s, opacity 0.6s;
	transition: margin 0.6s, opacity 0.6s;
}

.smart-forms .tooltip > em{ padding:12px; font-style:normal; display:block; position:static; }
.smart-forms .tooltip:after { content: ''; position: absolute; }
.smart-forms .gui-input:focus + .tooltip,
.smart-forms .gui-textarea:focus + .tooltip { opacity: 1; z-index: 999; }

/* @tooltip left
------------------------------------------------- */
.smart-forms .tip-left { top:1px; margin-right:-20px; }
.smart-forms .tip-left:after {
	top:12px;
	left: 100%;
	border-left: 8px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left,
.smart-forms .gui-textarea:focus + .tip-left {
	margin-right:5px;
	right: 100%;
	left: auto;
}

/* @tooltip right
------------------------------------------------- */
.smart-forms .tip-right { top:1px; margin-left:-20px; }
.smart-forms .tip-right:after {
	top:12px;
	right: 100%;
	border-right: 8px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
}

.smart-forms .gui-input:focus + .tip-right,
.smart-forms .gui-textarea:focus + .tip-right { left: 100%; margin-left:5px; }

/* @tooltip right-top
------------------------------------------------- */
.smart-forms .tip-right-top { bottom: 100%; margin-bottom: -20px; }
.smart-forms .tip-right-top:after {
	top: 100%;
	right: 12px;
	border-top: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right-top,
.smart-forms .gui-textarea:focus + .tip-right-top {
	right: 0;
	left: auto;
	margin-bottom: 10px;
}

/* @tooltip left-top
------------------------------------------------- */
.smart-forms .tip-left-top { bottom: 100%; margin-bottom: -20px; }
.smart-forms .tip-left-top:after {
	top: 100%;
	left: 12px;
	border-top: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left-top,
.smart-forms .gui-textarea:focus + .tip-left-top {
	left: 0;
	right: auto;
	margin-bottom: 10px;
}

/* @tooltip right-bottom
------------------------------------------------- */
.smart-forms .tip-right-bottom { top: 100%; margin-top: -20px; }
.smart-forms .tip-right-bottom:after {
	right: 12px;
	bottom: 100%;
	border-bottom: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-right-bottom,
.smart-forms .gui-textarea:focus + .tip-right-bottom {
	margin-top: 10px;
	left: auto;
	right: 0;
}

/* @tooltip left-bottom
------------------------------------------------- */
.smart-forms .tip-left-bottom { top: 100%; margin-top: -20px; }
.smart-forms .tip-left-bottom:after {
	left: 12px;
	bottom: 100%;
	border-bottom: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.smart-forms .gui-input:focus + .tip-left-bottom,
.smart-forms .gui-textarea:focus + .tip-left-bottom {
	margin-top:10px;
	right: auto;
	left: 0;
}

/* @lists
-------------------------------------------------------------- */
.smart-forms .smart-list{ list-style:none; margin:0; padding:0; }
.smart-forms .smart-list li{ margin-bottom:20px; }

/* @notification messages | info | error | warning | success
-------------------------------------------------------------- */
.smart-forms .form-msg{ display:none; }
.smart-forms .notification { color: #444; padding:15px; position:relative; }
.smart-forms .notification p{ margin:0; padding:0 15px; padding-left:5px; line-height:normal;  }
.smart-forms .notification .close-btn{
	margin-top: -7px;
	padding: inherit;
	position: absolute;
	text-decoration:none; 
    font: bold 20px/20px Arial, sans-serif;
	opacity: 0.65; 	
	color: inherit;
    display: block;    
    right:1px;
	top:14%;
}

.smart-forms .notification .close-btn:hover{ opacity: 1; }
.smart-forms .alert-info { color:#163161; background-color: #cfe6fc; }
.smart-forms .alert-success { color:#336633; background-color: #d2f7ad; }
.smart-forms .alert-warning { color: #CC6600; background-color: #fae7a2; }
.smart-forms .alert-error { color:#990000; background-color: #FBDBCF; }

/* @validaion - error state
------------------------------------- */
.smart-forms .state-error .gui-input,
.smart-forms .state-error .gui-textarea,
.smart-forms .state-error.select > select,
.smart-forms .state-error.select-multiple > select,
.smart-forms .state-error input:hover + .checkbox, 
.smart-forms .state-error input:hover + .radio,
.smart-forms .state-error input:focus + .checkbox, 
.smart-forms .state-error input:focus + .radio,
.smart-forms .state-error .checkbox, 
.smart-forms .state-error .radio{
	background:#FEE9EA;
	border-color:#DE888A;
}

.smart-forms .state-error .gui-input:focus,
.smart-forms .state-error .gui-textarea:focus,
.smart-forms .state-error.select > select:focus,
.smart-forms .state-error.select-multiple > select:focus{
	-webkit-box-shadow:0px 0px 3px #DE888A inset;
	-moz-box-shadow:0px 0px 3px #DE888A inset;
	-o-box-shadow:0px 0px 3px #DE888A inset;
	box-shadow:0px 0px 3px #DE888A inset;
}

.smart-forms .state-error .gui-input ~ .field-icon i,
.smart-forms .state-error .gui-textarea ~ .field-icon i{  color: #DE888A; }
.smart-forms .state-error.select .arrow { color: #DE888A; }
.smart-forms .state-error.select > select:focus + .arrow{ color:#DE888A; }
.smart-forms .state-error .gui-input ~ .input-hint,
.smart-forms .state-error.file .gui-file:hover + .gui-input, 
.smart-forms .state-error .gui-textarea ~ .input-hint { border-color:#DE888A; }
.smart-forms .state-error + em{ 
	display: block!important;
	margin-top: 6px;
	padding: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-size:0.85em;
	color:#DE888A;
}

/* @validaion - success state 
-------------------------------------------------- */
.smart-forms .state-success .gui-input,
.smart-forms .state-success .gui-textarea,
.smart-forms .state-success.select > select,
.smart-forms .state-success.select-multiple > select,
.smart-forms .state-success input:hover + .checkbox, 
.smart-forms .state-success input:hover + .radio,
.smart-forms .state-success input:focus + .checkbox, 
.smart-forms .state-success input:focus + .radio, 
.smart-forms .state-success .checkbox, 
.smart-forms .state-success .radio{
	background:#F0FEE9;
	border-color:#A5D491;
}

.smart-forms .state-success .gui-input:focus,
.smart-forms .state-success .gui-textarea:focus,
.smart-forms .state-success.select > select:focus,
.smart-forms .state-success.select-multiple > select:focus{ 
	-webkit-box-shadow:0px 0px 3px #A5D491 inset; 
	-moz-box-shadow:0px 0px 3px #A5D491 inset; 
	-o-box-shadow:0px 0px 3px #A5D491 inset; 
	box-shadow:0px 0px 3px #A5D491 inset; 
}

.smart-forms .state-success .gui-input ~ .field-icon i,
.smart-forms .state-success .gui-textarea ~ .field-icon i{  color: #A5D491; }
.smart-forms .state-success.select .arrow { color: #A5D491; }
.smart-forms .state-success.select > select:focus + .arrow{ color:#A5D491; }
.smart-forms .state-success .gui-input ~ .input-hint,
.smart-forms .state-success.file .gui-file:hover + .gui-input, 
.smart-forms .state-success .gui-textarea ~ .input-hint { border-color:#A5D491; }

/* @disabled state 
----------------------------------------------- */
.smart-forms .button[disabled],
.smart-forms .state-disabled .button,
.smart-forms input[disabled] + .radio,
.smart-forms input[disabled] + .checkbox,
.smart-forms .switch > input[disabled] + label{
	cursor: default;
	opacity:0.5;
}

.smart-forms .gui-input[disabled],
.smart-forms .gui-textarea[disabled], 
.smart-forms .select > select[disabled], 
.smart-forms .select-multiple select[disabled],
.smart-forms .gui-input[disabled] ~ .input-hint,
.smart-forms .file .gui-file[disabled] + .gui-input,
.smart-forms .file .gui-file[disabled]:hover + .gui-input, 
.smart-forms .gui-textarea[disabled] ~ .input-hint {    
	background-color: #f4f6f6;
	border-color: #d5dbdb!important;
	cursor: default;
	color: #d5dbdb;
	opacity:0.7;
}

.smart-forms input[disabled] ~ .field-icon i,
.smart-forms textarea[disabled] ~ .field-icon i,
.smart-forms .select > select[disabled] + .arrow{ 
	opacity:0.4; 
}

/* @datepicker - requires jquery ui
----------------------------------------------- */
.ui-datepicker {
	width: 18em;
	margin-top:8px;
	display: none;
	background: #fff;
	position:relative;
	font: 14px/1.55  "Gotham A", Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	border:1px solid #CFCFCF;
	z-index:9999!important;		
	text-align: center;
	color: #666;
	
}

.ui-datepicker a { color: #404040; text-align:center; }
.ui-datepicker .ui-state-disabled span{ color:#DBDBDB;}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	background: #F5F5F5;
	border-bottom:1px solid #CFCFCF;
	line-height: 27px;
	font-size: 15px;
	padding: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 34px;
	height: 34px;
	display: block;
	font-size: 14px;
	position: absolute;
	text-decoration: none;
	cursor: pointer;
	color:#4c4c4c;
	top:20.5%;
}

.ui-datepicker .ui-datepicker-prev { left: 2px;  }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-title { 
	margin: 0 2.3em; 
	line-height: 1.8em; 
	text-align: center;
	color:#4c4c4c; 
}

.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	margin: 0 0 .4em;
	border-collapse: collapse;
}

.ui-datepicker th {
	padding: .5em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td { border: 0; padding:2px 5px; }
.ui-datepicker td span,
.ui-datepicker td a {
	padding: .25em;
	display: block;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {  background:#F5F5F5; }
.ui-datepicker .ui-state-disabled span:hover{ background:none; }
.ui-datepicker-today a, .ui-datepicker-today a:hover, 
.ui-datepicker .ui-state-highlight {
	font-weight: 700;
	background: #4c4c4c!important;
	color:#fff;
}

/* @multiple calendars || not responsive use carefully 
--------------------------------------------------------------- */
.cal-widget .ui-datepicker { width: 100%; margin-top:0; }
.cal-widget .ui-datepicker:before{ display:none; }
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.333%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; font-size: 0; }

/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker-buttonpane{ border-top:1px solid #CFCFCF; padding:10px;  }
.ui-datepicker-buttonpane button {
	padding: 8px 12px;
	margin-right: .2em;
	position: relative;
	line-height: normal;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	vertical-align: middle;
	background: #DBDBDB;
	text-align: center;
	overflow: visible;	
	cursor: pointer;
	color: #243140;
	border:0;
}

/* @ ui buttons :hover, :active states 
---------------------------------------------------------------- */
.ui-datepicker-buttonpane button:hover { color: #243140; background: #E8E8E8; }
.ui-datepicker-buttonpane button:active{ color: #1d2938; background: #C4C4C4; }
.ui-monthpicker .ui-datepicker-header{ margin-bottom:3px; }

/* @ui slider - requires jquery ui
------------------------------------------------------*/
.smart-forms .slider-wrapper, 
.smart-forms .sliderv-wrapper{ 
	background:#E5E5E5; 
	position:relative; 
}

.smart-forms .ui-slider {
	position: relative;
	text-align: left;
}

.smart-forms .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.5em;
	height: 1.5em;
	cursor: default;
	background:#fff;
	border:3px solid #4c4c4c;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;	
	-ms-touch-action: none;
	touch-action: none;
	margin-top:-3px;
	outline:none;
}

.smart-forms .ui-slider .ui-slider-handle:before{
	content: '';
    width: 7px;
    height: 7px;
	position:absolute;
    background-color: #4c4c4c;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	z-index: 2;	
	left:4px;
	top:4px;
}

.smart-forms .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color: #4c4c4c;
}

.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle,
.smart-forms .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.smart-forms .ui-slider-horizontal { height: .5em; }
.smart-forms .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.smart-forms .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.smart-forms .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.smart-forms .ui-slider-horizontal .ui-slider-range-max { right: 0; }
.smart-forms .ui-slider-vertical, 
.smart-forms .sliderv-wrapper { width: .5em; height: 100px; }
.smart-forms .ui-slider-vertical .ui-slider-handle { left: -.45em; margin-left: 0; margin-bottom: -.6em; }
.smart-forms .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.smart-forms .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.smart-forms .ui-slider-vertical .ui-slider-range-max { top: 0; }
.smart-forms .slider-input{  color:#f6931f!important; border:0; background:none; }
.smart-forms .slider-group .sliderv-wrapper{ height:150px; float:left; margin:15px 15px;   }
.smart-forms .ui-slider .ui-state-active {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/* @ui slider tooltip
------------------------------------------------------*/
.smart-forms .slider-tip {
	display: block;
	position: absolute;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif ;
	background: #333333;
	padding:10px;
	color: #fff;
}

.smart-forms .slider-wrapper .slider-tip{ top: -50px; left:-15px; }
.smart-forms .slider-wrapper .slider-tip:after { 
	content: ''; 
	position: absolute; 
	top: 98%;
	left: 35%;
	border-top: 8px solid #333333;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;	
}

.smart-forms .sliderv-wrapper .slider-tip{ left: 30px; top:-12px; }
.smart-forms .sliderv-wrapper .slider-tip:after{ 
	content: ''; 
	position: absolute;
	top:30%;
	right: 98%;
	border-right: 8px solid #333333;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
}

/* @ui slider themes
------------------------------------------------------*/
.smart-forms .yellow-slider .ui-slider .ui-slider-handle{ border-color:#faa226; }
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before,
.smart-forms .yellow-slider .ui-slider .ui-slider-range { background-color: #faa226;  }
.smart-forms .red-slider .ui-slider .ui-slider-handle{ border-color:#ee4f3d; }
.smart-forms .red-slider .ui-slider .ui-slider-handle:before,
.smart-forms .red-slider .ui-slider .ui-slider-range { background-color:#ee4f3d;  }
.smart-forms .purple-slider .ui-slider .ui-slider-handle{ border-color:#9464e2; }
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before,
.smart-forms .purple-slider .ui-slider .ui-slider-range { background-color:#9464e2;  }
.smart-forms .blue-slider .ui-slider .ui-slider-handle{ border-color:#00acee; }
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before,
.smart-forms .blue-slider .ui-slider .ui-slider-range { background-color:#00acee;  }
.smart-forms .black-slider .ui-slider .ui-slider-handle{ border-color:#505558; }
.smart-forms .black-slider .ui-slider .ui-slider-handle:before,
.smart-forms .black-slider .ui-slider .ui-slider-range { background-color:#505558;  }
.smart-forms .green-slider .ui-slider .ui-slider-handle{ border-color:#0E993C; }
.smart-forms .green-slider .ui-slider .ui-slider-handle:before,
.smart-forms .green-slider .ui-slider .ui-slider-range { background-color:#0E993C;  }

/* @ui timepicker - requires jquery ui
------------------------------------------------------*/
.ui-timepicker-div .ui-widget-header {
	position: relative;
	background: #F5F5F5;
	line-height: 27px;
	font-size: 15px;
	padding: 10px;
 }
 
.ui-timepicker-div dl { text-align: left; border:1px solid #CFCFCF; border-width:1px 0 0 0; padding:15px 10px; margin:0; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 20px 40%; }
.ui-timepicker-div dl .ui_tpicker_hour, 
.ui-timepicker-div dl .ui_tpicker_minute, 
.ui-timepicker-div dl .ui_tpicker_second,  
.ui-timepicker-div dl .ui_tpicker_millisec{ background:#E5E5E5;  position:relative; top:6px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* @progress bars 
------------------------------------------------------*/
.smart-forms .progress-section{ display:none; } 
.smart-forms .progress-bar {
    position: relative;
    background:#E5E5E5; 
}

.smart-forms .progress-bar .percent { 
	position:absolute; 
	display:inline-block; 
	top:-3px; 
	right:-24px; 
	font-size:9px; 
	color:#93A2AA; 
}
.smart-forms .progress-bar > .bar {   
	width:60%; 
	height:7px;
	display: block;
	background-size: 16px 16px;	
	background-color: #bdc3c7; 
}

/* @progress bar themes
----------------------------------------------------------- */
.smart-forms .bar-primary > .bar  { background-color: #4c4c4c; }
.smart-forms .bar-blue > .bar     { background-color: #00acee; }
.smart-forms .bar-black > .bar    { background-color: #505558; }
.smart-forms .bar-green > .bar    { background-color: #0E993C; }
.smart-forms .bar-purple > .bar   { background-color: #9464e2; }
.smart-forms .bar-red > .bar      { background-color: #ee4f3d; }
.smart-forms .bar-yellow > .bar   { background-color: #faa226; }

/* @progress bar strips + animation IE10+ 
----------------------------------------------------------- */
.smart-forms .ui-slider .ui-slider-range,  
.smart-forms .progress > button[type="submit"], 
.smart-forms .progress > button[type="submit"]:hover,
.smart-forms .progress-bar > .bar{
    background-size: 16px 16px;
    background-image: -webkit-linear-gradient(top left,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
					  
    background-image: -moz-linear-gradient(top left,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
					  
    background-image: -o-linear-gradient(top left,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
					  
    background-image: linear-gradient(to bottom right,  
					  transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, 
					  transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}

.smart-forms .progress > button[type="submit"], 
.smart-forms .progress > button[type="submit"]:hover,  
.smart-forms .progress-animated > .bar{
	-webkit-animation: sfprogress .6s linear infinite;
	-moz-animation: sfprogress .6s linear infinite;
	-o-animation: sfprogress .6s linear infinite;
    animation: sfprogress .6s linear infinite;
}

.smart-forms .progress > button[type="submit"]:hover{ cursor:wait; }

@-webkit-keyframes sfprogress {
    from { background-position: 0 0; }
	to { background-position: -16px 0; }
}


@-moz-keyframes sfprogress {
	from { background-position: 0 0; }
	to { background-position: -16px 0; }
}

@-o-keyframes sfprogress {
	from { background-position: 0 0; }
	to { background-position: -16px 0; }
}

@keyframes sfprogress {
    from { background-position: 0 0; }
	to { background-position: -16px 0; }
}


/* @google map :: block elements 
----------------------------------------------------------------------- */
.smart-forms .map-container{ padding:10px; border: 1px solid #CFCFCF; }
.smart-forms #map_canvas{ width:100%; height:300px; overflow:hidden;  }
.smart-forms .block{ display:block; }

/* @form grid
----------------------------------- */ 

/* @form rows 
--------------------------------- */
.smart-forms .frm-row{ margin:0 -10px;  }
.smart-forms .slider-group:before,
.smart-forms .slider-group:after,
.smart-forms .frm-row:before,
.smart-forms .frm-row:after { display: table; content: ""; line-height: 0; }
.smart-forms .slider-group:after, 
.smart-forms .frm-row:after{ clear: both; }

/* @form columns 
----------------------------------- */
.smart-forms .frm-row .colm{ 
	min-height:1px; 
	padding-left:10px; 
	padding-right:10px; 
	position:relative; 
	float:left; 
}

.smart-forms .frm-row .colm1{width:8.33%;}
.smart-forms .frm-row .colm2{width:16.66%;}
.smart-forms .frm-row .colm3{width:25%;}
.smart-forms .frm-row .colm4{width:33.33%;}
.smart-forms .frm-row .colm5{width:41.66%;}
.smart-forms .frm-row .colm6{width:50%;}
.smart-forms .frm-row .colm7{width:58.33%;}
.smart-forms .frm-row .colm8{width:66.66%;}
.smart-forms .frm-row .colm9{width:75%;}
.smart-forms .frm-row .colm10{width:83.33%;}
.smart-forms .frm-row .colm11{width:91.66%;}
.smart-forms .frm-row .colm12{width:100%; }
.smart-forms .frm-row .colm1-5{width:20%;}
.smart-forms .frm-row .colm1-8{width:12.5%;}

/* @spacers 
--------------------------------------- */
.smart-forms .spacer{ 
	border-top:1px solid #CFCFCF; 
	display:block;
	height:0; 
}

/* @margin spacers :: modify accordingly 
-------------------------------------------- */
.smart-forms .spacer-t10{ margin-top:10px; }
.smart-forms .spacer-b10{ margin-bottom:10px; }
.smart-forms .spacer-t15{ margin-top:15p; }
.smart-forms .spacer-b15{ margin-bottom:15px; }
.smart-forms .spacer-t20{ margin-top:20px; }
.smart-forms .spacer-b20{ margin-bottom:20px; }
.smart-forms .spacer-t25{ margin-top:25px; }
.smart-forms .spacer-b25{ margin-bottom:25px; }
.smart-forms .spacer-t30{ margin-top:30px; }
.smart-forms .spacer-b30{ margin-bottom:30px; }
.smart-forms .spacer-t40{ margin-top:40px; }
.smart-forms .spacer-b40{ margin-bottom:40px; }

/* @padding spacers :: modify accordingly 
-------------------------------------------------- */
.smart-forms .frm-row .pad-l10{ padding-left:10px; }
.smart-forms .frm-row .pad-r10{ padding-right:10px; }
.smart-forms .frm-row .pad-l20{ padding-left:20px; }
.smart-forms .frm-row .pad-r20{ padding-right:20px; }
.smart-forms .frm-row .pad-l30{ padding-left:30px; }
.smart-forms .frm-row .pad-r30{ padding-right:30px; }
.smart-forms .frm-row .pad-l40{ padding-left:40px; }
.smart-forms .frm-row .pad-r40{ padding-right:40px; }

/* @border spacers + text adjust
-------------------------------------------------- */
.smart-forms .bdl { border-left:1px solid #CFCFCF;   }
.smart-forms .bdr { border-right:1px solid #CFCFCF;  }
.smart-forms .fine-grey{ color:#999; }
.smart-forms .small-text{ font-size:11px; font-style:normal;  }
.smart-forms .text-align{ height:42px; line-height:42px; }

/* @element alignment
-------------------------------------------------- */
.smart-forms .align-right{ text-align:right; }
.smart-forms .align-center{ text-align:center; }

/* @simple price boxes :: depend on grid
-------------------------------------------------- */
.smart-forms .price-box{ 
	padding:30px; 
	text-align:center;
	position:relative; 
	border:1px solid #CFCFCF;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.05); 
}

.smart-forms .price-box p{ line-height:1.5em; color:#526066; margin-bottom:0; }
.smart-forms .price-box h5{ text-transform:uppercase; font-weight:300; margin:0; font-size:15px; color:#B0B2B9; letter-spacing:2px  }
.smart-forms .price-box h4{ font-size:60px; font-weight:300; margin:0; color:#626262; }
.smart-forms .selected-box h4{ color:#4c4c4c; }
.smart-forms .price-box h4 sup{ position:relative; font-size:30px; vertical-align:top; top:15px; }
.smart-forms .price-box h4 .per-month{font-size:14px; }
.smart-forms .expand{ height:50px; line-height:50px!important; border-radius:3px; }

/* @simple price boxes ribbon IE8+
----------------------------------------- */
.smart-forms .ribbon,
.smart-forms .ribbon-large{
	width:75px;
	height:78px;
	overflow:hidden;
	position:absolute;
	right: -2px;
	top: -2px;
	z-index:1;
}

.smart-forms .ribbon-inner{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;	
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #4c4c4c;
	letter-spacing:4px;
	text-align:center;
	position:relative;
	font-weight:700;
	font-size:14px;
	padding:7px 0;
	width:100px;
	color:#fff;
	z-index:1;
	left:3px;
	top:6px;
}

.smart-forms .ribbon-inner:before,
.smart-forms .ribbon-inner:after{
	content:"";
	border-top:3px solid #3c9b39;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	position:absolute;
	bottom:-3px;
}

.smart-forms .ribbon-inner:before{ left:0px; }
.smart-forms .ribbon-inner:after{ right:0px; }
.smart-forms .ribbon-large{ width:115px; height:118px; }
.smart-forms .ribbon-large .ribbon-inner{
	width:160px;
	left:-8px;
	top:28px;
}

/* @captcha refresh button + icon 
-------------------------------------------------- */
.smart-forms .sfcode{ padding-left:24px; }
.smart-forms .captcode{ padding:0; position:relative; }
.smart-forms .captcode img{ position:relative; top:1px;}
.smart-forms .refresh-captcha{ 
	position:absolute;
	background:#4c4c4c;
	border:3px solid #3C9B39;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
	right:-15px;
	height:32px;
	width:32px; 
	top:4px; 
}

.smart-forms .refresh-captcha i{ 
	position:absolute; 
	text-align:center; 
	line-height:26px;
	font-size:17px; 
	color:#fff;
	left:24%;
}

/* @captcha refresh button themes
-------------------------------------------------- */
.smart-forms .refresh-black    { background:#505558; border-color: #333333; }
.smart-forms .refresh-blue     { background:#00acee; border-color: #0087bb; }
.smart-forms .refresh-green    { background:#0E993C; border-color: #0B792F; }
.smart-forms .refresh-purple   { background:#9464e2; border-color: #7639da; }
.smart-forms .refresh-red      { background:#ee4f3d; border-color: #e42914; }
.smart-forms .refresh-yellow   { background:#faa226; border-color: #e88a05; }

/* Firefox select fix - select arrow hack  disabled on FF 30+
-------------------------------------------------------------- */
@-moz-document url-prefix() {
	.smart-forms .select:before{ 
		content: '';
		pointer-events:none;		
		-moz-transition:none;
		transition:none;
		position: absolute; 
		background: #F5F5F5; 
		width: 36px;
		right:1px;
		top:1px; 
		bottom:1px;
		z-index:99;  
	}
	
	.smart-forms .select > select:focus,
	.smart-forms .select > select:hover,
	.smart-forms .select:hover select,
	.smart-forms .select:hover:before{ 
		background: #fff;
		-moz-transition:none;
		transition:none;		
		-moz-box-shadow:none;  	
		box-shadow:none;		
	}
	
	.smart-forms .select .arrow {  z-index:100;  }
	.smart-forms .state-error.select > select:focus,
	.smart-forms .state-error.select > select:hover,
	.smart-forms .state-error.select:hover select,
	.smart-forms .state-error.select:hover:before,	
	.smart-forms .state-error.select:before { background:#FEE9EA;  }
	.smart-forms .state-success.select > select:focus,
	.smart-forms .state-success.select > select:hover,
	.smart-forms .state-success.select:hover select,
	.smart-forms .state-success.select:hover:before,		
	.smart-forms .state-success.select:before { background:#F0FEE9;  }	
			
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.smart-forms .select .arrow:after,
	.smart-forms .select .arrow:before { display:block; }
}

/* @Fix old of versions android + ios
------------------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
        .smart-forms .option, 
        .smart-forms .rating, 
        .smart-forms .switch, 
		.smart-forms .captcode { -webkit-animation: bugfix infinite 1s; }
        @-webkit-keyframes bugfix { 
            from { padding: 0;  } 
            to { padding: 0; } 
        }
		.smart-forms .switch { margin-right:10px;  margin-bottom:5px; }
		.smart-forms .option { margin-right:15px; }					
}

/* @responsiveness for tablets + smart mobile 
-------------------------------------------------- */
@media (max-width: 600px) {
	.smart-forms .frm-row{ margin:0;  }
	.smart-forms .frm-row .colm{  width: 100%; float:none; padding:0; }
	.smart-forms .bdl { border-left:0;  }
	.smart-forms .bdr { border-right:0; }
	.smart-forms .align-right{ text-align: left; }
}

@charset "utf-8";

/* @Third party plugins customization for smart-forms 
------------------------------------------------------------ */

/* @jquery numeric spepper || added css adjustments for IE8+
-------------------------------------------------------------------- */
.stepper-wrap {
    position: relative;
    display:block;
    font: 11px Arial, sans-serif;
}

.stepper-wrap input {
    text-align: right;
	padding-right:20px;
}

.stepper-btn-wrap {
    position: absolute;
    top: 0;
    right: -34px;
    width: 34px;
    height: 100%;
    overflow: hidden;
	background: #F5F5F5;
    border: 1px solid #ccc;
    border-width:1px 1px 1px 0;
	-webkit-background-clip: padding-box;        
    -moz-background-clip: padding;
	background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stepper-btn-wrap a {
    display: block;
    height: 50%;
    overflow: hidden;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-indent:-9999px;	
	background:#F5F5F5;
    cursor: default;
    color: #666;
}

.stepper-btn-wrap a:hover { 
	background:#F9F9F9;
}

.stepper-btn-up:before, 
.stepper-btn-dwn:before{
    content: '';
	border: 4px dashed; 
	pointer-events: none;
	border-color: #9F9F9F transparent;
	border-color: #9F9F9F rgba(255, 255, 255, 0);
    position: absolute;
	right:14px;
	z-index:1;
	height:0;  
	top:32%;
	width:0;
}

.stepper-btn-up:before { 
	border-bottom-style: solid; 
	border-top: none; 
}

.stepper-btn-dwn:before { 
	margin-top: 10px; 
	border-top-style: solid; 
	border-bottom: none; 
}

/* Spectrum color picker plugin || adjusted for smart-forms
----------------------------------------------------------------- */
.sp-container {
	position:absolute;
    display:inline-block;
    *display: inline;    
	z-index: 9999994;
    overflow: hidden;
    *zoom: 1;
	left:0; 
	top:0;

}

.sp-container.sp-flat { position: relative; }
.sp-top {
  position:relative;
  display:inline-block;
  width: 100%;
}

.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue { top:33px; height: 77.5%; }
.sp-fill { padding-top: 80%; }
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top { margin-bottom: 18px; }
.sp-alpha-enabled .sp-alpha { display: block; }
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner { border: solid 1px #333; }
.sp-clear { display: none; }
.sp-clear.sp-clear-display { background-position: center; }
.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

.sp-dd,
.sp-clear,
.sp-alpha,
.sp-slider,
.sp-dragger,
.sp-preview,    
.sp-alpha-handle,
.sp-container, .sp-replacer,
.sp-container.sp-dragging .sp-input, 
.sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container { display: none; }
.sp-container.sp-buttons-disabled .sp-button-container { display: none; }
.sp-palette-only .sp-picker-container { display: none; }
.sp-palette-disabled .sp-palette-container { display: none; }
.sp-initial-disabled .sp-initial { display: none; }

.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.sp-1 { height:17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }
.sp-2 { height:16%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }
.sp-3 { height:17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }
.sp-4 { height:17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }
.sp-5 { height:16%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }
.sp-6 { height:17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }
.sp-hidden { display: none !important; }

.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #CFCFCF;
    padding: 0;
}
.sp-container, 
.sp-container button, 
.sp-container input, 
.sp-color, 
.sp-hue, 
.sp-clear{
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-top{ margin-bottom: 3px; }
.sp-color, .sp-hue, .sp-clear{ border: solid 1px #666; }
.sp-input-container { float:right; width: 100px; margin-bottom: 4px; }
.sp-initial-disabled  .sp-input-container { width: 100%; }
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   background:transparent;
   border-radius: 3px;
   width: 100%;
   color: #222;
   margin: 0;
}

.sp-input:focus  { border: 1px solid orange; }
.sp-input.sp-validation-error{
    border: 1px solid red;
    background: #fdd;
}

.sp-picker-container, 
.sp-palette-container{
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container{ width: 172px; border-left: solid 1px #fff; }
.sp-palette-container{ border-right: solid 1px #ccc; }
.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover, 
.sp-palette .sp-thumb-el.sp-thumb-active { border-color: orange; }
.sp-thumb-el{ position:relative; }
.sp-initial{ float: left; border: solid 1px #333; }

.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display { background-position: center; }
.sp-button-container { float: right; }
.sp-replacer {
	cursor:pointer;
	overflow:hidden;
    padding: 4px 10px;    
	position: absolute; 
    background: #F5F5F5;
	vertical-align: middle;
	border: solid 1px #CFCFCF;
	border-width:1px 1px 1px 0;
    display:inline-block;
	*display: inline;
	height: 100%;
	color: #333;
	margin:0;
	*zoom: 1; 
	right:0;
}

.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #aaa;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:12px;
	color:#9F9F9F;
	position:relative;
	top:6px;
}
.sp-preview{
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
	margin-top:6px;
    float:left;
    z-index: 0;
}

.sp-palette{
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el{
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container{
    padding-bottom:0;
}
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel{
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover{
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, 
.sp-palette span.sp-thumb-active{
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el{
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, 
.sp-alpha-inner, 
.sp-thumb-inner{
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner{
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner{
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
background-repeat:no-repeat;
background-position: center;
background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.sfcolor{ padding-right:63px; }
.sfcolor .gui-input + .sp-replacer{ 
	width:63px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    box-sizing: border-box;	 
}

/* Featured Slider */

#slider {
  /* background: url(../images/bg-blur.jpg) no-repeat bottom center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slider img {
	max-height: 400px;
	width: auto;
	vertical-align: middle;
	display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#slider .slides > div {
	overflow: hidden;
	visibility: hidden;
}

#slider .slick-slider.slick-initialized.slides > div {
	visibility: visible;
}

#slider .slides .artist-info {
	margin: 40px 0 0;
}

#slider .slides .artist-info p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

#slider .slides .artist-image {
	text-align: right;
	height: 400px;
}

#slider .slides .artist {
	border-top:  1px solid #000;
	padding: 12px 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

#slider .slides h4 {
	font-size: 46px;
	line-height: 46px;
	font-weight: 700;
	margin: 25px 0;
}

#slider h4 {
	margin: 0;
}

.button.blue {
	background-color: #fff !important;
	border: 1px solid #000;
	color: #000 !important;
}

.button.blue:hover {
	background: rgba(130, 195, 199, 0.8) !important;
	color: #fff !important;
}

.single-portfolio .page-title {
	text-transform: uppercase;
}

.diary-excerpt {
	text-align: justify;
}

.diary-title {
	height: 35px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

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

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 100px;
}

.slick-dots
{
    position: absolute;
    bottom: -60px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
    margin: 0;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 1px solid #8c8c8c;
    outline: none;
    background: transparent;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li.slick-active button
{
    background: #8c8c8c;
}

/* Home */

.view-all-diary {
	color: #939393;
	text-align: right;
	text-transform: uppercase;
	padding-right: 1.5%;
	font-weight: 500;
	float: right;
	margin: 12px 0 0;
}

.view-all-diary:hover {
	color: rgba(130, 195, 199, 0.8);
}

.shop-spotlight {
	background-color: #efefef;
	padding: 0 25px 40px;
	border-top: 1px solid #000;
	text-align: center;
	margin: 0 0 0 10%;
}

.shop-spotlight h3 {
	padding: 24px 0 50px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.shop-spotlight h4, h4.entry-title-archive {
	font-size: 18px;
	margin: 0 0 24px;
}

.shop-spotlight img {
	max-width: 240px;
	width: 100%;
	margin: 0 0 25px;
}

.home-footer {
	margin: 50px 0 60px;
}

.contact-excerpt {
	text-align: justify;
}

/* Modal */

.modal-overlay {
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.modal-overlay .modal-container {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: table;
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.modal-overlay .holder {
  display: table-cell;
  vertical-align: middle;
}

.modal-overlay .modal {
  background: white;
  position: relative;
  width: 90%;
  max-width: 410px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.12,0.4,0.29,1);
  -webkit-transition: all 400ms cubic-bezier(0.12,0.4,0.29,1.455);
  -moz-transition: all 400ms cubic-bezier(0.12,0.4,0.29,1.455);
  -o-transition: all 400ms cubic-bezier(0.12,0.4,0.29,1.455);
  transition: all 400ms cubic-bezier(0.12,0.4,0.29,1.455);
  padding: 35px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
}

.modal-overlay.on  {
  opacity: 1;
  visibility: visible;
}

.modal-overlay h4 {
  font-size: 24px;
  margin: 0 0 20px;
  text-transform: none;
}

.modal-overlay .modal .close {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  color: #CFCFCF;
  z-index: 10;
  padding: 10px;
  font-size: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.modal-overlay .modal .close:hover {
  color: #000;
}

.modal-overlay .modal .icon-close:before {
  content: "\f00d";
  font-family: 'FontAwesome';
}

.modal-overlay.on .modal {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#signup-modal form {
  margin: 0;
}

#inquire-modal form .state-error + em {
  display: none !important;
}

#inquire-modal form input[type=submit] {
  color: #fff;
}

#inquire-modal textarea#comment {
  height: 100px;
}

/* Instagram Feed */

#instagram-feed {
  border-top: 18px solid #818181;
  background-color: #fff;
  padding: 18px 0;
}

#sb_instagram {
  max-width: 1100px;
  margin: 0 auto;
}

#instagram-feed ul {
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin: 0;
  padding: 0;
}

#instagram-feed li {
  display: inline-block;
  margin: 0 1%;
  white-space: nowrap;
}

#instagram-feed li img {
  max-width: 85px;
}

p.stock {
	display: none;
}

/* Featured Artists */

body .portfolio_content_nav {
	float: right;
	width: 50%;
}

body .portfolio_content_nav #nav-below {
	padding: 0 1.5% 0 0;
	border: none;
}

body .entry-header-portfolio-single .artist-info {
	padding: 0 0 65px;
	margin: 0;
}

body .portfolio_content_nav .nav-next a span, body .portfolio_content_nav .nav-previous a span  {
	font-size: 0.875rem;
	font-weight: 400;
}

.portfolio_content_nav nav > .row > div {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

body.page-template-page-home #page_wrapper.sticky_header .content-area, body.page-template-page-home #page_wrapper.transparent_header .content-area {
  margin-top: 0;
}

.featured-artists-header.row {
  background-color: #efefef;
  text-align: center;
  padding: 50px 0 30px;
  margin: 0 0 65px;
  max-width: 99999px !important;
}

.view-all-artists {
	color: #939393;
	text-align: right;
	text-transform: uppercase;
	padding-right: 1.5%;
	display: block;
	margin-bottom: 15px;
	font-weight: 500;
}

.view-all-artists:hover {
	color: #000;
}

.featured-artists-header h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}

.featured-artists .featured-artist-single {
	padding-bottom: 3%;
}

.featured-artists .featured-artist-single:last-child {
	float: left;
}

.featured-artists .featured-artist-single a, .featured-artists .blog-post a {
  display: block;
  position: relative;
  text-align: center;
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(130, 195, 199, 0.8);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -o-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -webkit-transition:all .2s ease-out;
  transition:all .2s ease-out;
  opacity: 0;
}

.featured-artists .slick-slide a {
  position: relative;
  display: block;
  text-align: center;
}

.featured-artists .featured-artist-single a:hover .post-overlay, .featured-artists .blog-post a:hover .post-overlay, .featured-artists .slick-slide a:hover .post-overlay {
  opacity: 1;
}

.page-portfolio-single .post-overlay1 {
	opacity: 1;
}

.page-portfolio-single a:hover .post-overlay1 {
	background: rgba(130, 195, 199, 1);
}

.featured-artists .featured-artist-single img {
	width: 100%;
}

.post-overlay .details {
  position: relative;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translateY(-50%);
}

.post-overlay .details h6 {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}

/* Section Styles */

.section-header {
  border-top: 1px solid #8c8c8c;
  padding: 24px 0 0;
  margin: 0 0 50px;
}

#a-z {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	line-height: 24px;
}

#a-z a:hover {
	color: rgba(130, 195, 199, 0.8);
}

.letter-group {
	margin: 0 0 50px;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}

.letter-group .letter-cell {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #000;
}

.sidebar-column {
  background: #f2f2f2;
  padding: 25px 25px 0 0;
}

body .language-and-currency-offcanvas {
	display: none !important;
}

.blog-title-index {
	font-size: 20px;
	line-height: 28px;
	min-height: 60px;
}

.blog-isotope .blog-post .entry-content-archive {
	font-size: 16px;
	line-height: 24px;
}

.sidebar-column .widget p {
	font-size: 16px;
}

/* Sidebar */

.sidebar-column .post_tags {
	text-align: left;
}

.sidebar-column #sb_instagram #sbi_images {
	padding: 0 !important;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
	padding: 0 5% 15px 0 !important;
	width: 50%;
}

.wc-authorize-net-aim-new-payment-method-form .form-row {
	width: 100% !important;
	padding: 0 !important;
}

#wc-authorize-net-aim-exp-month, #wc-authorize-net-aim-exp-year {
	width: 47% !important;
}

#wc-authorize-net-aim-csc {
	width: 35% !important;
}

@media (max-width: 480px) {

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
		width: 25% !important;
	}
	
	#site-footer .footer-nav ul li {
		width: 46%;
	}
	
	.shop-spotlight {
		margin-left: 0;
	}
	
	.full-width-page .columns .columns {
		margin: 0 0 40px;
	}
	
	#slider .columns .columns {
		margin-bottom: 0;
	}
	
	#slider .slides .artist-image {
		height: auto;
		margin-top: 0;
		margin-bottom: 25px;
	}
	
	#slider img {
		top: 0;
		transform: none;
	}
	
	.slick-slider {
		margin-bottom: 0;
	}
	
	.slick-dots {
		position: absolute;
		bottom: auto;
		top: 0;
	}
	
	body .shop-row {
  	margin-bottom: 0;
	}
	
	.shop-row .slick-dots {
   position: relative;
   top: auto;
  }
	
	#slider .slides h4 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.featured-artists-header .entry-header-page {
		margin-bottom: 0;
	}
	
	#site-footer {
		margin: 0;
	}
	
	#site-footer .footer-nav {
		margin: 30px 0;
	}

}

@media only screen and (min-width: 0) and (max-width: 63.9375em) {
	.content-area {
		padding: 25px 0 0;
	}
	
	body .portfolio_content_nav {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0 auto 6px;
	}
	
	body .portfolio_content_nav #nav-below {
		padding: 0;
		border-top: none;
	}
	
	.entry-header-portfolio-single .artist-info {
		text-align: center;
	}
	
	.entry-header-portfolio-single .artist-info .columns {
		margin: 15px 0;
	}
	
	.entry-header-portfolio-single h1 {
		text-align: center;
		border-top: none;
	}

	#a-z {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
	
	.sidebar-column {
		padding: 25px;
	}

}

@media only screen and (min-width: 0) and (max-width: 43.9375em) {

	.fr-ui-outside .fr-side {
		display: none;
	}

}