/*-------------------------------------
[Master Stylesheet]
Project: Johnblack Photographer HTML

[Table of contents]

1. Base theme Grid
2. Typography
3. Forms and Listings
4. Plugins CSS
	4.1 Isotope Filtering
	4.2 Isotope CSS3 transitions
	4.3 Nivo
5. SPRITE BUTTONS
6. FULLSCREEN SLIDER
7. FLOW GALLERY
8. HEADER
9. CONTENT AREA
10. FOOTER
11. 404 PAGE
12. SEARCH
13. PASSWORD PROTECTED
14. COUNT DOWN
	14.1 Template CSS
	14.2 jQuery Countdown styles 2.0.0.
15. KENBURNS
16. BACKGROUND IMAGE
17. GRID GALLERY
18. STRIP TEMPLATE
19. MODULES
	19.1 Accordion & Toggles
	19.2 Counter
	19.3 Icon Boxes
	19.4 Featured Items
	19.5 Gallery Module
	19.6 Promo text
	19.7 Custom buttons
	19.8 Team
	19.9 Dividers
	19.10 Tabs
	19.11 Testimonials
	19.12 Partners
	19.13 Message Box
	19.14 Price Tables
	19.15 Before After
	19.16 Icon Shortcode
20. PORTFOLIO
	20.1 Filter
	20.2 Portfolio Listing
21. BLOG LISTING
22. SINGLE
	22.1 Base Classes
	22.2 Comments
	22.3 Page pagination
23. WIDGETS
	23.1 widget search
	23.2 Featured Posts Widget
	23.3 Menus & Lists Widgets
	23.4 RSS
	23.5 Widget Calendar
	23.6 Tag Cloud
	23.7 Flickr Widget
	23.8 Mailchimp
24. ANIMATION
25. PRELOADER
26. Theme Unit
27. Swipebox Popup
28. CUSTOM CLASSES
---------------------------------------*/
/* GRID */
body {
	padding:0;
	margin:0;
	overflow-x:hidden !important;
	position: relative;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container:before,
.container:after {
	display: table;
	content: " ";
}
.container:after {
	clear: both;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.row:before,
.row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}

[class*=span] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*base*/
p {
	margin:0 0 35px 0;
	padding:0;
}

a,
a:hover,
a:focus {
	text-decoration:none;
	outline:none !important;
}

p a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

img {
	vertical-align:top;
	outline:none !important;
	max-width:100%;
	height:auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear:both;
	height:0;
	font-size:0
}

.custom_bg {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-position:center;
}

.custom_bg.img_bg {
	background-size:cover;
}

form,
body,
iframe {
	margin:0;
	padding:0;
}

iframe {
	vertical-align: top;
	width:100%;
	display:block;
	padding:0;
	margin:0;
	border:0;
}

img,
table,
iframe {
	border:0;
}

table {
	border-collapse:collapse;
}

table td {
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap:break-word;
}

p:empty {
	display:none;
	margin: 0;
}

/* H E A D E R */
.main_header {
	position:relative;
	width: 100%;
	z-index:500;
	transition: background-color 400ms;
	-webkit-transition: background-color 400ms;
}

.header_parent_wrap {
	padding-right: 29px;
	padding-left: 29px;
	position: relative;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/1286.jpg);
	border-bottom: 2px solid #FFD74F;
	height: 60px;
}

.page_with_abs_header .header_holder {
	display: none !important;
}

.header_holder {
	display: none;
}

.fixed_show .header_holder {
	display: block;
}

.page_with_abs_header .main_header {
	position: absolute;
}

.fixed_show .main_header,
.page_with_abs_header.fixed_show .main_header,
.fixed_show.page_with_abs_header .main_header {
	position: fixed;
	left: 0;
	top: 0;
	transition: top 350ms, background-color 400ms;
	-webkit-transition: top 350ms, background-color 400ms;
}

.admin-bar.fixed_show .main_header,
.admin-bar.page_with_abs_header.fixed_show .main_header,
.admin-bar.fixed_show.page_with_abs_header .main_header {
	top: 32px;
}

.page-template-page-background.admin-bar.fixed_show .main_header,
.page-template-page-background.admin-bar.page_with_abs_header.fixed_show .main_header,
.page-template-page-background.admin-bar.fixed_show.page_with_abs_header .main_header {
	transition: none;
	-webkit-transition: none;
}

.logo_sect {
	float: left;
	display: block;
	vertical-align: top;
}

.logo_sect .logo {
	display: block;
}

.main_header .fright {
	margin-top: -15px;
	transition: margin 500ms;
	-webkit-transition: margin 500ms;
}

header nav,
.lang_selector,
.top_search {
	display: inline-block;
	vertical-align: top;
}

header nav,
.lang_selector {
	padding-top: 19px;
	padding-right: 0;
	padding-left: 0;
}

header nav.hide_nav {
	display: none !important;
}

header nav ul.menu {
	line-height: 0;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul li {
	padding: 0;
	margin: 0;
}

header nav ul.menu > li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index:5;
	margin-right: 20px;
}

header nav ul.menu > li.menu-item-has-children {
	margin-right: 33px;
}

header nav ul.menu > li:last-child {
	margin-right: 16px;
}

header nav ul.menu > li.menu-item-has-children:last-child {
	margin-right: 30px;
}

header nav ul.menu > li > a {
	line-height: 25px;
	padding: 0;
	display: block;
	position: relative;
	background: none;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	text-transform: uppercase;
}

header nav ul.menu > li.current-menu-ancestor > a:before,
header nav ul.menu > li.current-menu-item > a:before,
header nav ul.menu > li.current-menu-parent > a:before {
	position: absolute;
	bottom: 4px;
	height: 1px;
	left: 0;
	width: 100%;
	content: '';
}

header nav ul.menu > li.menu-item-has-children > a:after {
	position: absolute;
	top: 0;
	right: -14px;
	content: "\f107";
	display:inline-block;
	font-family: 'FontAwesome';
	font-weight:normal;
}

header nav ul.menu .sub-nav {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 16px) !important;
	opacity: 0 !important;
	font-size: 0;
	line-height: 0;
	z-index:555;
	box-shadow: none;
	visibility: hidden;
	transition: all 200ms;
	-webkit-transition: all 200ms;
}

header nav ul.menu .sub-nav:before {
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: -20px;
	width: 100%;
}

header nav ul.menu .sub-nav:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	position: absolute;
	left: 13px;
	top: -7px;
	content: '';
}

header nav ul.menu .sub-nav .sub-nav:after {
	display: none;
}

header nav ul.menu > li:hover > .sub-nav {
	opacity: 1 !important;
	visibility: visible !important;
}

header nav ul.menu > li:hover > .sub-nav .sub-menu li > .sub-nav {
	top: -12px !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

header nav ul.menu > li:hover > .sub-nav .sub-menu li:hover > .sub-nav {
	top: -12px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

header nav ul.menu .sub-nav .sub-nav {
	top: -5px !important;
}

header nav ul.menu .sub-menu {
	padding: 12px 0 18px 0;
	width: 161px;
	display:inline-block;
	vertical-align:top;
	margin:0;
	position:relative;
}

header nav ul.menu > li > .sub-nav .sub-menu li > .sub-nav {
	left: 162px;
	margin: 0;
}

header nav ul.menu > li:last-child > .sub-nav .sub-menu li > .sub-nav,
header nav ul.menu > li:nth-last-child(2) > .sub-nav .sub-menu li > .sub-nav,
header nav ul.menu > li:nth-last-child(3) > .sub-nav .sub-menu li > .sub-nav {
	left: -162px;
}

header nav ul.menu > li:last-child > .sub-nav {
	left: auto;
	right: -14px;
}

header nav ul.menu > li:last-child > .sub-nav:after {
	left: auto;
	right: 13px;
}

header nav ul.sub-menu li {
	text-align: left;
	position: relative;
	padding: 3px 20px;
	margin:0;
}

header nav ul.sub-menu li:before,
header nav ul.sub-menu li:after {
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 1px;
	content: '';
}

header nav ul.sub-menu li:after {
	left: auto;
	right: -1px;
}

header nav ul.sub-menu li a {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	position:relative;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

header nav ul.sub-menu li.menu-item-has-children a {
	padding-right: 12px;
}

header nav ul.sub-menu li.menu-item-has-children li a {
	padding-right: 0;
}

header nav ul.sub-menu li.menu-item-has-children li.menu-item-has-children a {
	padding-right: 12px;
}

header nav ul.sub-menu li.menu-item-has-children > a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "\f107";
	display:inline-block;
	font-family: 'FontAwesome';
	font-weight:normal;
}

.logo_sect span {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
}

@media only screen and (min-width: 901px) {
	.logo_sect,
	.logo_sect img,
	.logo_sect span {
	transition: all 500ms !important;
	-webkit-transition: all 500ms !important;
	}

	.has_fw_slider .logo_sect,
	.has_fw_slider .logo_sect img,
	.has_fw_slider .logo_sect span,
	.has_fw_slider .header_parent_wrap,
	.has_fw_slider .main_header,
	.has_fw_slider .main_header .fright {
		transition: none !important;
		-webkit-transition: none !important;
	}

	.has_fw_slider.sticky_after_slider .main_header {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		transition: all 400ms !important;
		-webkit-transition: all 400ms !important;
	}

	.has_fw_slider.small_sticky .main_header {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.logo_sect img,
	.has_fw_slider.sticky_after_slider .main_header .logo_sect img {
		width: auto !important;
	}

	.small_sticky .logo_sect,
	.has_fw_slider.sticky_after_slider .logo_sect {
		height: 40px !important;
	}

	.small_sticky .logo_sect img,
	.has_fw_slider.sticky_after_slider .logo_sect img {
		max-height: 40px !important;
	}

	.small_sticky .logo_sect span,
	.has_fw_slider.sticky_after_slider .logo_sect span {
		height: 40px !important;
		line-height: 40px !important;
	}

	.small_sticky .header_parent_wrap,
	.has_fw_slider.sticky_after_slider .header_parent_wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.small_sticky .main_header .fright,
	.has_fw_slider.sticky_after_slider .main_header .fright {
		margin-top: -1px;
	}
}

/* Language Selector */
.lang_selector {
	position:relative;
	padding-left: 21px;
	line-height: 25px;
}

.lang_selector:before {
	position:absolute;
	left: 0;
	top: 50%;
	height: 10px;
	width: 1px;
	content: '';
	margin-top: 0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.lang_selector.open:before {
	display: none;
}

.lang_selector .language_list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.lang_selector.open .language_list {
	display: block;
}

.lang_selector .language_list li,
.lang_selector a {
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	cursor: pointer;
	opacity: 1;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.lang_selector.open a {
	display: none;
}

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

.text-left,
.text-left .bg_title {
	text-align: left;
}

.text-right,
.text-right .bg_title {
	text-align: right;
}

/* Top Search */
.top_search {
	position: relative;
	height: 45px;
}

.top_search form input[type="text"] {
	margin: 0 21px 0 0;
	padding: 10px 0;
	width: 0;
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	line-height: 25px;
	opacity: 0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	color: #666c77;
	font-style: normal;
}

.top_search.ct-search-open form input[type="text"]:focus::-webkit-input-placeholder {
	color: #666c77 !important;
}
.top_search.ct-search-open form input[type="text"]:focus:-moz-placeholder {
	color: #666c77 !important;
}
.top_search.ct-search-open form input[type="text"]:focus::-moz-placeholder {
	color: #666c77 !important;
}
.top_search.ct-search-open form input[type="text"]:focus:-ms-input-placeholder {
	color: #666c77 !important;
}
.top_search.ct-search-open form input[type="text"]:-ms-input-placeholder {
	color: #666c77 !important;
}

.s_submit,
.top-icon-search {
	cursor: pointer;
	margin: 0 !important;
	padding: 0 !important;
	width: 16px !important;
	height: 16px !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right: 0;
	z-index: 10;
	background: none !important;
}

.top-icon-search:after {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top:-1px;
	font-family: 'FontAwesome';
	font-weight:normal;
	content:"\f002";
	font-size: 16px;
	line-height: 17px;
	text-indent: 0;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.top-icon-search {
	z-index: 90;
}

.top_search.ct-search-open .top-icon-search {
	z-index: 1;
	pointer-events: none;
}

.top_search.ct-search-open form input[type="text"] {
	width: 370px;
	background: #2c3036;
	margin-right: 21px;
	padding: 8px 21px 12px 21px;
	opacity: 1;
}

.light_color_scheme .top_search.ct-search-open form input[type="text"] {
	background: #fafafa;
}

.top_search form {
	width: 16px;
}

.top_search.ct-search-open form {
	width: 407px;
}

/* Transparent Header */
.page_with_abs_header {
	position: relative;
}

.wrapper {
	overflow:hidden;
	text-align: left;
	position: relative;
	display: block;
	padding: 143px 0 0 0;
	margin:0;
}

.has_fw_slider .wrapper {
	padding-top: 0 !important;
}

/* T Y P O G R A P H Y */
h1,
h2,
h3,
h4,
h5,
h6 {
	padding:0;
	margin:0 0 22px 0;
	text-transform: uppercase;
}

h2,
h6 {
	text-transform: none;
}

h1 {
	margin-bottom: 18px;
}

h3,
.bg_title h2 {
	margin-bottom: 25px;
}

.module_content .bg_title h2,
.module_text_area .bg_title h2 {
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 27px;
}

.alignleft {
	margin: 0 30px 20px 0;
	float: left;
}

.alignright {
	margin: 0 0 20px 30px;
	float: right;
}

.aligncenter {
	float: none;
	text-align: center;
}

.large-text {
	font-size: 24px;
}

.small-text {
	line-height: 24px;
	font-size: 16px;
}

/* Page Title */
.page_title h1 {
	margin: 0;
	padding-top: 0;
	padding-right: 108px;
	padding-left: 0;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Arial;
}

.page_title h1:after {
	position: absolute;
	width: 74px;
	height: 2px;
	top: 50%;
	right: 0;
	content: '';
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin-top: -15px;
}

/* Highlighter */
.highlighted_dark,
.highlighted_colored {
	background: #434449;
	color: #fff;
}

.highlighted_light {
	background: #c7cad0;
	color: #434449;
}

/* Blockquotes */
blockquote {
	padding: 0 0 0 30px;
	margin: 0;
	position: relative;
	border: 0;
	font-size:24px;
	line-height: 30px;
}

blockquote:after,
.scroll_pane_wrap .span6 blockquote:before {
	display:none;
}

blockquote:before {
	position:absolute;
	left:0;
	top:3px;
	font-family: 'Iconano';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e090";
	font-size: 22px;
}

.scroll_pane_wrap .span6 blockquote {
	padding-left: 0;
	font-weight: 400;
}

/* Dropcap */
.dropcap {
	display:inline-block;
	float:left;
	font-size:50px;
	line-height:42px;
	margin:8px 10px 0 0;
	width:auto;
	height:auto;
	text-transform:uppercase;
	font-weight: 900;
}

.small-text .dropcap,
.textwidget .dropcap {
	margin-top: 4px;
}

/*FORMS*/
select,
input[type="date"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	display: block;
	width: 100%;
	background: #2c3036;
	color: #666c77;
	text-shadow: none;
	font-size: 18px;
	line-height: 22px;
	padding: 11px 20px;
	font-style: normal;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 0;
	margin: 0 0 6px 0;
	-webkit-appearance: none !important;
	outline: none;
	box-shadow: none;
}

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

input[type="number"],
input[type="color"] {
	width: auto;
}

input[type="color"] {
	width: 45px;
	height: 45px;
	padding: 0;
	border: none;
	margin: 0;
	background: none;
	line-height: 40px;
}

textarea {
	height: 159px;
	resize:none;
	margin-bottom: 20px;
}

select[multiple="multiple"] {
	height: auto;
	border-radius: 5px;
}
select[multiple="multiple"] option:last-child {
	margin-bottom: 8px;
	border-radius: 5px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	height: 45px;
	color: #c6c9ce;
	line-height: 20px;
	padding: 12px 19px 13px 19px;
	border-radius: 5px;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	background: #666c77;
	vertical-align: top;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	transition: color 300ms, background-color 300ms;
	-webkit-transition: color 300ms, background-color 300ms;
}

.light_color_scheme input[type="button"],
.light_color_scheme input[type="reset"],
.light_color_scheme input[type="submit"] {
	color: #ffffff;
	background: #a7acb6;
	border-radius: 5px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
}

input,
textarea {
	outline: none;
}

.contact-form-01 .row {
	margin-left: -3px;
	margin-right: -3px;
}

.contact-form-01 [class*="span"] {
	padding-left: 3px;
	padding-right: 3px;
}

/* Placeholder */
::-webkit-input-placeholder {
	opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1 !important;
}

:-ms-input-placeholder {
	opacity: 1 !important;
}

/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent !important;
}

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

/* Default listing */
.contentarea ul,
.port_1col_article ul {
	list-style: none;
	padding:0;
	margin:0;
}

.contentarea ul li,
.port_1col_article ul li {
	padding:0 0 6px 0;
	margin: 0;
}

.contentarea ul > li:before,
.port_1col_article ul > li:before {
	content: "";
	padding: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 13px 19px 0 0;
}

.contentarea ol,
.port_1col_article ol {
	margin: 0;
	counter-reset: li;
	list-style: none;
	padding: 0;
}

.contentarea ol li,
.port_1col_article ol li {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
}

.contentarea ol > li:before,
.port_1col_article ol > li:before {
	content: counter(li) '.';
	counter-increment: li;
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 0 0;
}

.contentarea ol ol,
.contentarea ul ul,
.contentarea ol ul,
.contentarea ul ol,
.port_1col_article ol ol,
.port_1col_article ul ul,
.port_1col_article ol ul,
.port_1col_article ul ol {
	margin-left: 20px;
	padding-top: 6px;
	margin-bottom: 0;
}

.contentarea ol li:last-child,
.contentarea ul li:last-child,
.port_1col_article ol li:last-child,
.port_1col_article ul li:last-child {
	padding-bottom: 0;
}

.port_1col_article ol,
.port_1col_article ul {
	margin-bottom: 40px;
}

.portfolio_grid_title a,
.product_grid_title a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.port_1col_img a {
	position: relative;
	display: block;
}

.portfolio_fadder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(54, 59, 67, 0.1);
	opacity: 0;
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
}

.port_1col_img a:hover .portfolio_fadder {
	opacity: 1;
}

.page-template-page-with-slider .contentarea ul li {
	padding: 0;
}

.page-template-page-with-slider .contentarea ul li:before {
	display: none;
}

/**** Isotope Filtering ****/
.isotope-item {
	z-index:2;
}

.isotope-hidden.isotope-item {
	pointer-events:none;
	z-index:1;
}

/**** Isotope CSS3 transitions ****/
.isotope,.isotope .isotope-item {
	-webkit-transition-duration:.8s;
	-moz-transition-duration:.8s;
	transition-duration:.8s;
}

.isotope {
	-webkit-transition-property:height,width;
	-moz-transition-property:height,width;
	transition-property:height,width;
}

.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform,opacity;
	-moz-transition-property:-moz-transform,opacity;
	transition-property:transform,opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
	-webkit-transition-duration:0;
	-moz-transition-duration:0;
	transition-duration:0;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}

/* Nivo */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}

.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	vertical-align:top;
}

.nivo-main-image {
	display:block;
	position:relative!important;
	width:100%!important;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img {
	display:block;
}

.nivo-caption {
	position:absolute;
	overflow:hidden;
	display:none;
}

.nivo-html-caption {
	display:none;
}

.nivo-controlNav {
	display:none !important;
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	text-align:center;
	z-index:99;
}

.nivo-controlNav a {
	text-indent: -9999px !important;
	overflow:hidden;
	display:inline-block;
	width:8px;
	height:8px;
	background: none;
	opacity:1;
	margin:5px 10px 0 10px;
	line-height: 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px #ffffff solid;
	position: relative;
	cursor:pointer;
}

.nivo-controlNav a:after {
	width:4px;
	height:4px;
	display:none;
	background:#fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 1px;
	content: '';
}

.nivo-controlNav a.active:after {
	display: block;
	cursor:default;
}

.slider-wrapper {
	position:relative;
}

.oneImage .nivo-controlNav {
	display:none!important;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	position:absolute;
	width:100%;
	height:100%;
	display:block !important;
	left:0;
	top:0;
	z-index:33;
}

.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav {
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 100;
	margin-top: -6px;
	height: 13px;
	width: 27px;
	background-image: url("../img/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 1 !important;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	cursor: pointer;
	text-indent: -9999px;
	display:block !important;
}

.nivo-directionNav .nivo-nextNav {
	left: auto;
	right: 20px;
	background-position: -27px 0;
}

.light_color_scheme .nivo-directionNav .nivo-prevNav,
.light_color_scheme .nivo-directionNav .nivo-nextNav {
	background-position: 0 -70px;
}

.light_color_scheme .nivo-directionNav .nivo-nextNav {
	background-position: -27px -70px;
}

.nivo-directionNav .nivo-prevNav:hover,
.nivo-directionNav .nivo-nextNav:hover {
	opacity: 0.8 !important;
}

.nivo-directionNav .nivo-prevNav:before,
.nivo-directionNav .nivo-nextNav:before {
	position: absolute;
	left: 36px;
	top: 0;
	line-height: 13px;
	height: 13px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	content: attr(data-count);
	opacity: 1 !important;
	text-indent: 0;
}

.light_color_scheme .nivo-directionNav .nivo-prevNav:before,
.light_color_scheme .nivo-directionNav .nivo-nextNav:before {
	color: #363b43;
}

.nivo-directionNav .nivo-nextNav:before {
	left: auto;
	right: 36px;
}

.hide_text:before {
	display: none !important;
}

.oneImage .nivo-directionNav a,
.oneImage .nivo-directionNav a:before {
	display:none!important;
}

.nivoSlider:after {
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0,0,0, 0.05);
	z-index: 10;
}

/* F U L L S C R E E N   S L I D E R */
.fs_gallery_slider,
.contacts_map {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.fs_gallery_slider:before,
.fs_gallery_slider:after,
.gallery_kenburns:after,
.fw_background:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 25%;
	width: 100%;
	content: '';
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.34) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.34) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.34) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 20;
}

.light_color_scheme .fs_gallery_slider:before,
.light_color_scheme .fs_gallery_slider:after,
.light_color_scheme .gallery_kenburns:after,
.light_color_scheme .fw_background:after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fs_gallery_slider:after {
	top: auto;
	bottom: 0;
	height: 44%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 81%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.4) 81%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.4) 81%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.light_color_scheme .fs_gallery_slider:after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 81%, rgba(255,255,255,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 81%,rgba(255,255,255,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 81%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fs_gallery_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.fs_gallery_container li:before {
	display: none;
}
.fs_gallery_container .fs_slide iframe {
    z-index: 5;
    position: absolute;
	left:50%;
}
.fs_gallery_container.fade {
	opacity: 1 !important;
}
.fs_gallery_container.fade li,
.fs_gallery_container li {
	position: absolute;
	left: 6px;
	top: -1px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	opacity: 0;
	background-position: center !important;
	transition: opacity 1500ms;
	-webkit-transition: opacity 1500ms;
}
.fs_gallery_container.fade li.current-slide,
.fs_gallery_container li.current-slide {
	opacity: 1;
}
.no_fit.fs_gallery_container li {
	background-size: cover !important;
}
.fit_always.fs_gallery_container li {
	background-size: contain !important;
}
.fit_width.fs_gallery_container li {
	background-size: 100% auto !important;
}
.fit_height.fs_gallery_container li {
	background-size: auto 100% !important;
}
.fs_gallery_container.zoom li {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.zoom li.current-slide {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fs_gallery_container.slide_left li {
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_right li {
	-ms-transform: translate(50%, 0);
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_top li {
	-ms-transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_bottom li {
	-ms-transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}
.fs_gallery_container.slide_top li.current-slide,
.fs_gallery_container.slide_bottom li.current-slide,
.fs_gallery_container.slide_left li.current-slide,
.fs_gallery_container.slide_right li.current-slide {
	opacity: 1;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity 1000ms, transform 1000ms;
	-webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
}

/* FS Gallery Thumbs */
.fs_thmb_viewport {
	display: block;
	width: 100%;
	height: 120px;
	position: absolute;
	transition: bottom 350ms;
	-webkit-transition: bottom 350ms;
	z-index: 66;
}

.fs_thmb_viewport div.label {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);







	-webkit-translateX(-50%);
	top: -30px;
	z-index: 35;
	line-height: 28px;
	padding: 1px 16px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 50px;
	-webkit-border-radius: 5px 5px 0 0;
	cursor: pointer;
	font-weight: normal;
	color: #FBBD24;
	background-image: url(../img/1286.jpg);
	border-color: #FBC02D;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Arial;
}

.light_color_scheme .fs_thmb_viewport div.label {
	background: rgba(255,255,255, 0.55);
	color: rgba(54,59,67, 0.5);
}

.fs_thmb_viewport div.label i {
	font-size: 19px;
	padding-top: 1px;
	line-height: 27px;
	display: block;
}

.fs_thmb_wrapper {
	position: relative;
	overflow: hidden;
	height: 120px;
	display: block;
}

.fs_thmb_viewport .fs_thmb_list {
	position: absolute;
	left: 0;
	top: 0;
	height: 120px;
	z-index: 30;
	padding: 0;
	margin: 0;
	transition:left 500ms, transform 500ms;
}
.fs_thmb_viewport .fs_thmb_list.hovered {
	transition:left 100ms;
}

.fs_thmb_viewport .fs_thmb_list li {
	display: inline-block;
	float: left;
	width: 200px;
	height: 120px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.fs_thmb_viewport .fs_thmb_list li:before {
	display: none;
}

.fs_thmb_viewport .fs_thmb_list li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #191919;
	content: '';
	opacity: 0.57;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;;
}

.light_color_scheme .fs_thmb_viewport .fs_thmb_list li:after {
	background: #f6f7f8;
	opacity: 0.28;
}

.fs_thmb_viewport .fs_thmb_list li:hover:after,
.fs_thmb_viewport .fs_thmb_list li.current-thmb:after {
	opacity: 0;
}

.fs_thmb_viewport .fs_thmb_list li img {
	width: 100%;
	height: auto;
}

.fs_thmb_viewport.hide_me {
	bottom: -150px !important;
}

/* FS Gallery Buttons */
.fs_controls {
	position: absolute;
	right: 30px;
	transition: bottom 350ms;
	-webkit-transition: bottom 350ms;
	z-index: 40;
	line-height: 16px;
	bottom:90px;
}

.fs_controls.hide_me {
	bottom: 30px !important;
}

.fs_title_wrapper.hide_me {
	bottom: 27px !important;
}

.fs_controls a {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	line-height: 16px;
	margin-left: 19px;
	transition: all 350ms;
	-webkit-transition: all 350ms;
	color: #fff;
	font-size: 15px;
}

.light_color_scheme .fs_controls a {
	color: #363b43;
}

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

.fs_controls a.fs_play_pause .icon-Play {
	display: block;
}
.fs_controls a.fs_play_pause .icon-Pause {
	display: none;
}
.fs_controls a.fs_play_pause.fs_state_play .icon-Pause {
	display: block;
}
.fs_controls a.fs_play_pause.fs_state_play .icon-Play {
	display:none;
}
.fs_slider_prev,
.fs_slider_next {
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 100;
	margin-top: -6px;
	height: 13px;
	width: 27px;
	background-image: url("../img/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.fs_slider_prev:hover,
.fs_slider_next:hover {
	opacity: 0.8;
}

.fs_slider_next {
	left: auto;
	right: 30px;
	background-position: -27px 0;
}

.light_color_scheme .fs_slider_prev,
.light_color_scheme .fs_slider_next {
	background-position: 0 -70px;
}

.light_color_scheme .fs_slider_next {
	background-position: -27px -70px;
}

.fs_slider_prev:after,
.fs_slider_next:after {
	position: absolute;
	left: 36px;
	top: 0;
	line-height: 13px;
	height: 13px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	content: attr(data-count);
	opacity: 1 !important;
}

.light_color_scheme .fs_slider_prev:after,
.light_color_scheme .fs_slider_next:after {
	color: #363b43;
}

.fs_slider_next:after {
	left: auto;
	right: 36px;
}

.hide_text:after {
	display: none !important;
}

.fs_controls .info_btn {
	line-height: 14px;
	padding-top: 2px;
}

.fs_controls .info_btn span {
	font-size: 16px;
	line-height: 14px;
}

/* FS Gallery Caption */
.fs_title_wrapper {
	position: absolute;
	left: 30px;
	width: 50%;
	bottom:90px;
	transition: all 350ms;
	-webkit-transition: all 350ms;
	z-index: 40;
}

.fs_title_wrapper.hide_me,
.fs_title_wrapper.show_hide_info {
	opacity: 0 !important;
	visibility: hidden;
}

.fs_title_wrapper.hide_me.show_hide_info {
	opacity: 1 !important;
	visibility: visible;
}

.fs_title_wrapper h1,
.fs_title_wrapper h3 {
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #fff;
	opacity: 0;
	font-family: Arial;
}
.gallery_started .fs_title_wrapper h1,
.gallery_started .fs_title_wrapper h3 {
	opacity:1;
}

.light_color_scheme .fs_title_wrapper h1,
.light_color_scheme .fs_title_wrapper h3 {
	color: #363b43;
}

.fs_title_wrapper h1 {
	line-height: 25px;
	font-size: 35px;
	margin-bottom: 7px;
}

.fs_title_wrapper h3 {
	font-size: 18px;
	line-height: 16px;
	padding-top: 8px;
	position: relative;
}

.fs_title_wrapper h3:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 2px;
	background: #fff;
	content: '';
}

.light_color_scheme .fs_title_wrapper h3:before {
	background: #363b43;
}

.fs_title_wrapper h3:empty:before {
	display: none;
}

/* FS Update */
.fs_controls,
.fs_title_wrapper {
	bottom:90px;
}
.fs_thmb_viewport  {
	bottom: -60px;
}
.thmbs_showed .fs_controls,
.thmbs_showed .fs_title_wrapper {
	bottom:210px;
}
.thmbs_showed .fs_thmb_viewport  {
	bottom:60px;
}
.hide_title .fs_title_wrapper {
	opacity:0;
}

.fs_gallery_page .fs_controls {
	transition: bottom 350ms;
	-webkit-transition: bottom 350ms;
}
.fs_gallery_page .page-template-page-fullscreen-slider .footer, 
.fs_gallery_page .single-gallery .footer,
.fs_gallery_page .footer,
.fs_gallery_page .main_header {
	transition: top 350ms, transform 350ms, opacity 350ms!important;
	-webkit-transition: top 350ms, transform 350ms, opacity 350ms!important;
}
.fs_gallery_page .fs_title_wrapper,
.fs_gallery_page .fs_thmb_viewport {
	transition: bottom 350ms, transform 350ms, opacity 350ms;
	-webkit-transition: bottom 350ms, transform 350ms, opacity 350ms;
}
.fs_gallery_page.hide_fs_controls .main_header {
	transform:translateY(-100%);
	opacity:0;
}
.fs_gallery_page.hide_fs_controls .fs_controls {
	bottom:30px;
}
.fs_gallery_page.hide_fs_controls .footer,
.fs_gallery_page.hide_fs_controls .fs_thmb_viewport,
.fs_gallery_page.hide_fs_controls .fs_title_wrapper {
	transform:translateY(120%);
	opacity:0;
}
.fs_gallery_page.hide_fs_controls .footer {
	transform:translateY(100%);
}

@media only screen and (min-width: 901px) {
	.page-template-page-fullscreen-slider,
	.single-gallery {
		overflow: hidden;
	}

	.page-template-page-fullscreen-slider .footer,
	.single-gallery .footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 300;
		transition: bottom 350ms;
		-webkit-transition: bottom 350ms;
	}
}

.page-template-page-with-slider .fs_gallery_wrapper,
.page-template-page-with-slider .fs_gallery_container,
.page-template-page-with-slider .fs_gallery_slider,
.contacts_map {
	width: 45.6%;
}
.page-template-page-with-slider .fs_slider_next {
	right:auto;
	left:45.6%;
	transform:translateX(-100%);
	margin-left:-36px;
}

.page-template-page-with-slider .fs_controls,
.page-template-page-with-slider .fs_thmb_viewport {
	display: none !important;
}

.page-template-page-with-slider .fs_title_wrapper {
	bottom: 27px !important;
}

/* jScrollPane */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	width: 100% !important;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
}

.jspCap {
	display: none;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspCorner {
	float: left;
	height: 100%;
}

.scroll_pane_wrap {
	width: 100%;
	overflow: hidden;
}

.contacts_map iframe,
.contacts_map > div {
	height: 100%;
}

.gmnoprint,
.gm-style-cc,
.gm-svpc {
	display: none;
}

.gm-bundled-control,
.gmnoprint .gmnoprint {
	display: block;
}

.scroll_pane_wrap,
.jspContainer,
.jspPane {
	outline: none !important;
}

.jspPane {
	left: 0 !important;
}

/* Gallery Albums */
.gallery_albums {
	padding-right: 30px;
	margin-top: -24px;
}
.portfolio-listing-item {
	padding: 24px 0 0 30px;
	width: calc(25% - 0.5px);
}

/* C O N T E N T   A R E A */
.no-sidebar .left-sidebar-block,
.no-sidebar .right-sidebar-block {
	display: none !important;
}

.left-sidebar .right-sidebar-block {
	display: none !important;
}

.left-sidebar .left-sidebar-block {
	display: block !important;
	float: left !important;
	margin-left: 0;
}

.left-sidebar .posts-block {
	float: right !important;
	width: 100%;
}

.right-sidebar .left-sidebar-block {
	display: none !important;
}

.right-sidebar .right-sidebar-block {
	display: block !important;
}

.right-sidebar-block,
.left-sidebar-block {
	text-align: left;
	padding-top:0;
	margin-top:2px;
	margin-bottom: 20px;
}

.right-sidebar-block,
.left-sidebar-block,
.fl-container.hasRS,
.posts-block.hasLS,
.fl-container {
	position:relative;
	min-height:1px;
	padding-right:15px;
	padding-left:15px;
}

.right-sidebar-block,
.left-sidebar-block,
.fl-container.hasRS,
.posts-block.hasLS {
	padding-bottom:20px;
}

/* F O O T E R */
.footer {
	padding:0;
}

.footer_wrapper {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../img/footer.jpg);
	padding-bottom: 15px;
}

.copyright,
.foot_info_block {
	font-size: 10px;
	float: left;
	letter-spacing: 1px;
	font-weight: 400;
}

.foot_info_block {
	float:right;
}

/* Footer Widgets */
.prefooter_wrapper {
	margin-left:-30px;
	overflow:hidden;
}

.footer_widget {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:25%;
	padding-left:30px;
	float:left;
}

.pre_footer {
	padding-top: 63px;
	padding-bottom: 30px;
}

/* 4 0 4   P A G E */
.wrapper_404 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.wrapper_404:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(31,34,40, 0.33);
	z-index: 1;
}

.light_color_scheme .wrapper_404:after {
	background: rgba(255,255,255, 0.05);
}

@media only screen and (min-width: 901px) {
	.error404 .wrapper:after,
	.global_count_wrapper:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 25%;
		content: '';
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.23) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.23) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.23) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		z-index: 10;
	}
	.error404.light_color_scheme .wrapper:after,
	.light_color_scheme .global_count_wrapper:after {
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);
	}
}

.wrapper_404 .container,
.absolute_container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	margin: 0;
	z-index: 20;
}

.wrapper_404 h1,
.wrapper_404 h2 {
	color: #fff;
}

.light_color_scheme .wrapper_404 h1,
.light_color_scheme .wrapper_404 h2 {
	color: #363b43;
}

.wrapper_404 .shortcode_button {
	margin: 0;
}

.wrapper_404 h2 {
	margin-bottom: 49px;
}

.wrapper_404 h1 {
	padding-top: 43px;
	padding-bottom: 21px;
	margin-bottom: 25px;
	line-height: 100px;
	font-size: 112px;
	position: relative;
}

.wrapper_404 h1:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -18px;
	width: 37px;
	height: 2px;
	background: #c3c7cc;
	content: '';
}

.light_color_scheme .wrapper_404 h1:after {
	background: #363b43;
}

.height_100percent {
	margin: 0;
	min-height: 500px;
	position: relative;
}

/* P A S S W O R D   P R O T E C T E D */
.pp_block {
	text-align:center;
	max-width: 1170px;
	padding: 0 30px 67px 30px;
	margin-left: auto;
	margin-right: auto;
}

.pp_wrapper {
	max-width: 557px;
	margin-left: auto;
	margin-right: auto;
}

.pp_title {
	padding: 4px 30px 12px 30px;
}

.post-password-form label {
	font-size:0;
	line-height:0;
	padding-top: 0;
	padding-bottom: 0;
}

/* C O U N T   D O W N */
.global_count_wrapper {
	text-align: center;
	overflow: hidden;
	position:relative;
	width:100%;
}

.global_count_wrapper .logo_sect {
	position: absolute;
	float: none;
	left: 29px;
	top: 29px;
	z-index: 20;
}

/* Coming bottom */
.coming_bottom {
	position:absolute;
	left:30px;
	right: 30px;
	bottom: 8%;
	z-index: 20;
}

.coming_soon_title {
	padding-bottom: 45px;
}

.coming_soon_form {
	padding-top: 100px;
	padding-bottom: 0;
	max-width: 371px;
	margin: 0 auto;
	text-align: left;
}

.coming_soon_form form {
	padding-right: 109px;
	position: relative;
}

.coming_soon_form input {
	margin-bottom: 20px;
}

.coming_soon_title h1 {
	font-size: 30px;
	font-weight: 900;
	line-height: 32px;
	margin-bottom: 0;
}

.coming_soon_title p {
	position: relative;
	padding-top: 31px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 4.7px;
	line-height: 18px;
}

.coming_soon_title p:after {
	position: absolute;
	left: 50%;
	top: 13px;
	width: 37px;
	height: 2px;
	content: '';
	margin-left: -18px;
}

.coming_soon_form input[type="button"],
.coming_soon_form input[type="reset"],
.coming_soon_form input[type="submit"] {
	display: block;
	width: 109px;
	position: absolute;
	right: 0;
	top: 0;
	background: #2c3036;
	color: #c6c9ce;
}

.coming_soon_form input[type="button"]:hover,
.coming_soon_form input[type="reset"]:hover,
.coming_soon_form input[type="submit"]:hover {
	color: #fff;
}

.coming_soon_form select,
.coming_soon_form input[type="date"],
.coming_soon_form input[type="url"],
.coming_soon_form input[type="search"],
.coming_soon_form input[type="number"],
.coming_soon_form input[type="month"],
.coming_soon_form input[type="week"],
.coming_soon_form input[type="time"],
.coming_soon_form input[type="datetime"],
.coming_soon_form input[type="datetime-local"],
.coming_soon_form input[type="color"],
.coming_soon_form input[type="text"],
.coming_soon_form input[type="email"],
.coming_soon_form input[type="tel"],
.coming_soon_form input[type="password"],
.coming_soon_form textarea {
	background: rgba(44,48,54, 0.34);
	color: #fff;
	padding-bottom: 12px;
}

.light_color_scheme .coming_soon_form select,
.light_color_scheme .coming_soon_form input[type="date"],
.light_color_scheme .coming_soon_form input[type="url"],
.light_color_scheme .coming_soon_form input[type="search"],
.light_color_scheme .coming_soon_form input[type="number"],
.light_color_scheme .coming_soon_form input[type="month"],
.light_color_scheme .coming_soon_form input[type="week"],
.light_color_scheme .coming_soon_form input[type="time"],
.light_color_scheme .coming_soon_form input[type="datetime"],
.light_color_scheme .coming_soon_form input[type="datetime-local"],
.light_color_scheme .coming_soon_form input[type="color"],
.light_color_scheme .coming_soon_form input[type="text"],
.light_color_scheme .coming_soon_form input[type="email"],
.light_color_scheme .coming_soon_form input[type="tel"],
.light_color_scheme .coming_soon_form input[type="password"],
.light_color_scheme .coming_soon_form textarea {
	background: rgba(54,59,67, 0.5);
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.countdown-section {
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-right: 95px;
	padding-top: 30px;
	position: relative;
}

.countdown-section:last-child {
	margin-right: 0 !important;
}

.countdown-section:after {
	position: absolute;
	right: -48px;
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
}

.countdown-section:last-child:after {
	display: none;
}

.countdown-period {
	font-size: 18px;
	line-height: 20px;
	font-weight: 200 !important;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	text-transform: uppercase;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.countdown-amount {
	font-size: 80px;
	line-height: 60px;
	padding: 0;
}

.coming_soon_form .wpcf7-validation-errors {
	display: none !important;
}

/* K E N B U R N S */
canvas#kenburns {
	position:absolute;
	display:block;
	left:0;
	top:0;
}

.page-template-page-kenburns .wrapper,
.page-template-page-background .wrapper,
.error404 .wrapper {
	padding-top: 0 !important;
}

/* B A C K G R O U N D   I M A G E */
.fw_background {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	padding:0;
	position: relative;
}

.fw_background.bg_image {
	background-size:cover;
	background-position:center;
}

.fw_background iframe {
	position:absolute;
	top:-75px;
	left:50%;
	width:100%;
	height:100%;
	display:block;
}

/* G R I D   G A L L E R Y */
.fw_grid_gallery {
	position:relative;
	z-index:10;
}

.fw_grid_module {
	overflow:hidden;
}

.fw_grid_module .hideme {
	display:none!important;
}

.fw_grid_module .fw_grid_item {
	display:inline-block;
	float:left;
	position:relative;
}

.fw_grid_module .fw_grid_item img {
	width:100%;
	height:auto;
}

/* M O D U L E S */
/*accordion & toggles*/
.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
	display: none;
}

.shortcode_accordion_shortcode,
.shortcode_toggles_shortcode {
	margin: 0;
}

h6.shortcode_accordion_item_title,
h6.shortcode_toggles_item_title {
	margin: 0 0 1px 0 !important;
	padding: 14px 20px 14px 71px !important;
	position: relative;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background:#2c3036;
	border-radius:0;
	-webkit-border-radius:0;
	z-index: 1;
	line-height: 21px;
}

.light_color_scheme h6.shortcode_accordion_item_title,
.light_color_scheme h6.shortcode_toggles_item_title {
	background:#fafafa;
}

.ui-accordion-header-icon {
	display: none;
}

.shortcode_accordion_item_title .ico,
.shortcode_toggles_item_title .ico {
	display: block;
	left: 0;
	top: 0;
	width: 49px;
	height: 100%;
	position: absolute;
	z-index:5;
}

.shortcode_accordion_item_title .ico:before,
.shortcode_toggles_item_title .ico:before,
.shortcode_accordion_item_title .ico:after,
.shortcode_toggles_item_title .ico:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #666c77;
	width: 14px;
	height: 2px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.light_color_scheme .shortcode_accordion_item_title .ico:before,
.light_color_scheme .shortcode_toggles_item_title .ico:before,
.light_color_scheme .shortcode_accordion_item_title .ico:after,
.light_color_scheme .shortcode_toggles_item_title .ico:after {
	background: #a7acb6;
}

.shortcode_accordion_item_title .ico:after,
.shortcode_toggles_item_title .ico:after {
	width: 2px;
	height: 14px;
}

.shortcode_accordion_item_title.state-active .ico:after,
.shortcode_toggles_item_title.state-active .ico:after {
	display: none;
}

.shortcode_accordion_item_body,
.shortcode_toggles_item_body {
	padding: 24px 0 33px 0;
	position: relative;
	z-index: 5;
	font-size: 16px;
	line-height: 24px;
}

.module_accordion .shortcode_accordion_item_body p,
.shortcode_toggles_shortcode p {
	margin: 0 0 15px 0 !important;
}

.module_accordion .shortcode_accordion_item_body p:last-child,
.shortcode_toggles_shortcode p:last-child {
	margin-bottom: 0 !important;
}

/* Counter */
.counter_wrapper {
	text-align: center;
}

.stat_temp {
	width: 0 !important;
	display: none !important;
}

.counter_ico {
	display: inline-block;
	margin: 0 auto 13px auto;
	line-height: 61px;
	font-size: 38px;
}

.stat_count {
	margin-bottom: 0;
	font-size:72px;
	line-height:62px;
}

.counter_title {
	margin-bottom: 15px;
}

.light_color_scheme .counter_ico {
	color: #a7acb6;
}

/* Map */
#map-canvas img {
	max-width: none;
	max-height:none;
}

.module_google_map iframe {
	width: 100%;
	height: 650px;
}

.right-sidebar .module_google_map iframe,
.left-sidebar .module_google_map iframe {
	height: 590px;
}

/* Image Boxes */
.int_banner_wrap {
	overflow:hidden;
	position: relative;
}

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

.int_banner_overlay,
.int_banner_link {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: 0.4;
}

.int_banner_link {
	opacity: 1;
	background: none;
	text-indent: -9999px;
	z-index: 10;
}

.int_banner_title {
	position:absolute;
	z-index:6;
	left: 30px;
	right: 30px;
	top: 50%;
	text-align: left;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.int_banner_title h2 {
	margin:0;
	color:#fff;
	text-transform: uppercase;
}

.index_number {
	position:absolute;
	z-index:4;
	left: -60px;
	top: 47.5%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	font-size: 225px;
	line-height: 185px;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	color: rgba(255,255,255, 0.15);
}

.int_banner_wrap:hover .int_banner_title,
.int_banner_wrap:hover .index_number {
	top: 62px;
	transform:none;
	-webkit-transform:none;
}

.int_banner_wrap:hover .index_number {
	top: -23px;
}

.int_banner_descr {
	position:absolute;
	z-index:5;
	left: 30px;
	right: 90px;
	text-align: left;
	bottom: -48px;
	color: #fff;
	opacity: 0;
	line-height: 24px;
	font-size: 16px;
	transition:bottom 400ms, opacity 300ms;
	-webkit-transition:bottom 400ms, opacity 300ms;
}

.int_banner_descr p {
	margin-bottom: 0;
}

.int_banner_wrap:hover .int_banner_descr {
	bottom:27px;
	opacity:1;
}

.int_banner_descr:after {
	position:absolute;
	left: 0;
	top: -18px;
	width: 34px;
	height: 2px;
	background: #fff;
	content: '';
}

/*Featured Items*/
.featured_posts {
	margin-left:-15px;
	margin-right:-15px;
}

.featured_posts .featured_item {
	padding:0 15px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.items2.featured_posts .featured_item {
	width:50%;
}

.items3.featured_posts .featured_item {
	width:33.33%;
}

.items4.featured_posts .featured_item {
	width:25%;
}

.featured_item .blog_post_preview {
	width: 100%;
}

/* Gallery Module */
.list-of-images {
	font-size:0;
	line-height:0;
	margin:-30px 0 0 -30px;
}

.fw_block.wall_wrap .list-of-images {
	margin-left: 0;
	width: calc(100% - 30px);
}

.list-of-images.with_title_block {
	margin-top: -24px;
}

.gallery_item,
.portfolio_item {
	display: inline-block;
	vertical-align: top;
}

.list-of-images .item_padding {
	padding: 30px 0 0 30px;
}

.list-of-images.with_title_block .item_padding {
	padding-top: 24px;
}

/* Fade Link */
.img_block {
	display: block;
	position: relative;
}

.img_block img,
.team_img img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery_overlay,
.img_overlay,
.item_link {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0, 0.05);
	z-index:5;
	opacity: 0;
	transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
}

.gallery_overlay {
	background:rgba(54,59,67, 0.56);
}

.item_link {
	background: none;
	opacity: 1;
	z-index: 10;
	text-indent: -9999px;
}

.img_block:hover .gallery_overlay,
a:hover .img_overlay {
	opacity: 1;
}

.view_link {
	display:block;
	height: 40px;
	width: 40px;
	position:absolute;
	left:50%;
	top:50%;
	margin: -20px 0 0 -20px;
}

.view_link:after {
	display:block;
	content: "\e02f";
	font-family: 'Iconano';
	font-size:40px;
	color:#ffffff;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:13;
	transition:opacity 400ms;
	-webkit-transition:opacity 400ms;;
	opacity:0;
}

.view_link.video_zoom:after {
	content: "\e023";
}

.img_block:hover .view_link:after {
	opacity:0.5;
}

.img_block:hover .view_link:hover:after {
	opacity:1;
}

.img_block,
.img_block img {
	border-radius:0;
	-webkit-border-radius:0;
}

/* Items Grid */
.sponsors_works.items1 li,
.list-of-images.items1 .gallery_item,
.list-of-images.items1 .portfolio_item,
.featured_items .items1 li,
.shortcode_diagram.items1 li,
.module_iconboxes .items1 .shortcode_iconbox {
	width: 100%;
}

.sponsors_works.items2 li,
.list-of-images.items2 .gallery_item,
.list-of-images.items2 .portfolio_item,
.featured_items .items2 li,
.shortcode_diagram.items2 li,
.module_iconboxes .items2 .shortcode_iconbox,
.module_team .items2 li {
	width: calc(50% - 0.5px);
}

.sponsors_works.items3 li,
.list-of-images.items3 .gallery_item,
.list-of-images.items3 .portfolio_item,
.featured_items .items3 li,
.shortcode_diagram.items3 li,
.module_iconboxes .items3 .shortcode_iconbox,
.module_team .items3 li {
	width: calc(33.33% - 0.5px);
}

.sponsors_works.items4 li,
.list-of-images.items4 .gallery_item,
.list-of-images.items4 .portfolio_item,
.featured_items .items4 li,
.shortcode_diagram.items4 li,
.module_iconboxes .items4 .shortcode_iconbox,
.module_team .items4 li {
	width: calc(25% - 0.5px);
}
/* BG Start */
.module_line_trigger {
	background-position: 0 0;
	background-repeat: repeat;
	position: relative;
}

.module_line_trigger.bg_cover {
	background-repeat: no-repeat;
	background-size: cover;
}

/* Custom Buttons */
.shortcode_button {
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	-webkit-border-radius:0;
	margin: 0 0 20px 0;
	border:none;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	position: relative;
	line-height: 16px;
	font-weight:400;
	text-transform: uppercase;
	transition: color 400ms, background 400ms;
	-webkit-transition: color 400ms, background 400ms;
}

.shortcode_button i,
.shortcode_button span {
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.icon-none {
	padding: 0 !important;
}

.shortcode_button.btn_small {
	padding: 10px 15px 11px 15px;
}

.shortcode_button.btn_normal {
	padding: 14px 19px 15px 19px;
}

.shortcode_button.btn_large {
	padding: 19px 25px 20px 25px;
	font-size: 14px;
}

.shortcode_button.btn_small.btn_type18,
.shortcode_button.btn_small.btn_type19 {
	padding-top: 8px;
	padding-bottom: 9px;
}

.shortcode_button.btn_normal.btn_type18,
.shortcode_button.btn_normal.btn_type19 {
	padding-top: 12px;
	padding-bottom: 13px;
}

.shortcode_button.btn_large.btn_type18,
.shortcode_button.btn_large.btn_type19 {
	padding-top: 17px;
	padding-bottom: 18px;
}

.shortcode_button.btn_type18,
.shortcode_button.btn_type19 {
	border-style: solid;
	border-width: 2px;
	background: none;
	transition: color 400ms, background 400ms, border-color 400ms;
	-webkit-transition: color 400ms, background 400ms, border-color 400ms;
}

.shortcode_button.btn_type1 {
	background: #2c3036;
	color: #c6c9ce;
}

.shortcode_button.btn_type2 {
	background: #666c77;
	color: #c6c9ce;
}

.shortcode_button.btn_small.btn_type4 {
	font-size: 14px !important;
}

.shortcode_button.btn_type4 {
	background: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 16px !important;
}

.shortcode_button.btn_large.btn_type4 {
	font-size: 18px !important;
}

.shortcode_button.btn_type4:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 2px;
	content: '';
	transition: width 400ms;
	-webkit-transition: width 400ms;
}

.shortcode_button.btn_type4:hover:before {
	width: 100%;
}

.shortcode_button.btn_type3 {
	background:#a5a5a5;
}

.shortcode_button.btn_type5 {
	color:#c6c9ce;
}

.shortcode_button.btn_type6 {
	background:#1ca7a2;
}

.shortcode_button.btn_type7 {
	background:#319749;
}

.shortcode_button.btn_type8 {
	background:#74b027;
}

.shortcode_button.btn_type9 {
	background:#bf9c10;
}

.shortcode_button.btn_type10 {
	background:#c47530;
}

.shortcode_button.btn_type11 {
	background:#b83f3f;
}

.shortcode_button.btn_type12 {
	background:#e15a77;
}

.shortcode_button.btn_type13 {
	background:#b741a5;
}

.shortcode_button.btn_type14 {
	background:#8f23c2;
}

.shortcode_button.btn_type15 {
	background:#612ab3;
}

.shortcode_button.btn_type16 {
	background:#304dc1;
}

.shortcode_button.btn_type17 {
	background:#369ac9;
}

.shortcode_button.btn_type18 {
	border-color: #eff0f0;
	color: #eff0f0;
}

.shortcode_button.btn_type19 {
	border-color: #363b43;
	color: #363b43;
}

.shortcode_button.btn_type1:hover,
.shortcode_button.btn_type1:focus,
.shortcode_button.btn_type2:hover,
.shortcode_button.btn_type2:focus,
.shortcode_button.btn_type3:hover,
.shortcode_button.btn_type3:focus,
.shortcode_button.btn_type18:hover,
.shortcode_button.btn_type18:focus,
.shortcode_button.btn_type19:hover,
.shortcode_button.btn_type19:focus {
	color: #fff;
}

.shortcode_button:hover,
.shortcode_button:focus,
.shortcode_button.btn_type5:hover,
.shortcode_button.btn_type5:focus {
	color: #c6c9ce;
	background: #2c3036;
}

.icon-none,
.fa-none {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* Module Iconboxes Grid */
.iconboxes_container {
	overflow: hidden;
	font-size: 0;
}

.module_iconboxes .shortcode_iconbox {
	padding: 0;
	margin: -2px 0 0 -2px;
	display: inline-block;
	vertical-align: top;
	border: 2px #2a2e34 solid;
	border-bottom: none;
	border-right: none;
}

.light_color_scheme .module_iconboxes .shortcode_iconbox {
	border-color: #f4f5f6;
}

.module_iconboxes .divider_disabled .shortcode_iconbox {
	border-color: rgba(0,0,0, 0) !important;
}

.iconbox_wrapper {
	padding: 45px 25px 44px 25px;
	position: relative;
	text-align: center;
}

.iconbox_wrapper .ico {
	margin: 0 auto 18px auto;
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	font-size: 40px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.iconbox_title {
	margin-bottom: 16px;
	font-size: 22px;
}

.shortcode_iconbox .iconbox_body,
.shortcode_iconbox .iconbox_body p {
	word-wrap: break-word;
	font-size: 16px;
	line-height: 24px;
}

.shortcode_iconbox .iconbox_body p {
	margin-bottom:0;
}

.hide_paging .pagerblock,
.hide_paging .load_more_works {
	display: none !important;
}

.iconbox_wrapper .iconbox_icon-image {
	margin: 0 auto 18px auto;
	display: inline-block;
	vertical-align: top;
}

.iconbox_wrapper .iconbox_icon-image img {
	width: 100%;
	height: auto;
}

.module_iconboxes .type2 .shortcode_iconbox {
	margin: 0 !important;
	border: none !important;
}

.type2 .iconbox_wrapper {
	padding: 96px 80px 103px 80px;
}

.icon_box_divider {
	display: none;
}

.type2.divider_enabled .icon_box_divider {
	display: inline-block;
	width: 34px;
	height: 2px;
	background: #fff;
	margin: 8px auto 28px auto;
}

.type2 .iconbox_wrapper .iconbox_icon-image {
	margin-bottom: 33px;
}
.iconbox_icon-image {
	width: 40px;
}
.type2 .iconbox_title {
	text-transform: uppercase;
}

/*promotext*/
.promoblock_wrapper {
	padding: 66px 0;
	position:relative;
	text-align: center;
}

.promo_button_block {
	padding-top: 43px;
}

.promo_button_block a {
	margin-bottom: 0 !important;
}

.promo_text_block p {
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 7px;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 4.7px;
}

.promo_text_main_title {
	margin-bottom:0;
	line-height: 46px;
	font-size: 48px;
	font-weight: 900;
}

.promo_button_block .shortcode_button.btn_type4 {
	margin: 0;
	border: 2px #fff solid;
	font-weight: 400 !important;
	color: #fff !important;
	transition: all 400ms !important;
	-webkit-transition: all 400ms !important;
}

.promo_button_block .shortcode_button:before {
	display: none;
}

.promo_button_block .shortcode_button.btn_small.btn_type4 {
	padding: 8px 13px 9px 13px !important;
	font-size: 12px !important;
}

.promo_button_block .shortcode_button.btn_normal.btn_type4 {
	padding: 12px 17px 13px 17px !important;
	font-size: 12px !important;
}

.promo_button_block .shortcode_button.btn_large.btn_type4 {
	padding: 17px 23px 18px 23px !important;
	font-size: 14px !important;
}

.promo_button_block .shortcode_button.btn_type4:hover,
.promo_button_block .shortcode_button.btn_type4:focus {
	background: #2c3036 !important;
	border-color: #2c3036 !important;
}

/* Team */
.module_team ul {
	list-style: none !important;
	margin: -30px 0 0 -30px;
	padding: 0;
	font-size: 0;
}

.module_team ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.module_team ul li:before,
.module_team ul li:after {
	display: none;
}

.team_item_wrap {
	padding: 30px 0 0 30px;
}

.team_img {
	position: relative;
	overflow: hidden;
}

.team_img:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	content: '';
	background: rgba(54,59,67, 0.5);
}

.team_icons_wrapper {
	position: absolute;
	left: 29px;
	right: 10px;
	top: 25px;
	z-index: 10;
	line-height: 25px;
	font-size: 16px;
}

.team_icons_wrapper a {
	display: inline-block;
	vertical-align: top;
	line-height: 25px;
	font-size: 16px;
	margin: 0 18px 5px 0;
	color: rgba(255,255,255, 1);
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.team_icons_wrapper a:hover {
	color: rgba(255,255,255, .5);
}

.team_title {
	position: absolute;
	z-index: 15;
	left: 30px;
	right: 30px;
	bottom: 18px;
}

.team_title h4 {
	margin: 0;
	text-transform: none;
	line-height: 19px;
}

.team_title h2 {
	margin-bottom: 7px;
	padding-bottom: 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.team_title h2:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 14px;
	height: 2px;
	background: #fff;
	content: '';
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.team_img:hover .team_title h2:after {
	width: 100%;
}

.team_title h4,
.team_title h2 {
	color: #fff;
}

/* Dividers */
article.contentarea hr,.module_cont hr {
	border:none;
	margin:0;
	display:block;
	height:37px;
	position: relative;
}

article.contentarea hr:after,
.module_cont hr:after {
	position: absolute;
	left: 50%;
	top: 4px;
	width: 34px;
	height: 2px;
	margin-left: -17px;
	background: #363b43;
	content: '';
}

hr.type1:after {
	background: #eff0f0 !important;
}

/*Tabs*/
.all_heads_cont {
	text-align: left;
}

.all_heads_cont:after {
	display: none;
}

.shortcode_tab_item_title {
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	margin:0 1px 0 0;
	cursor: pointer;
	color: #666c77;
	background: #363b43;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 17px 30px 15px 30px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.light_color_scheme .shortcode_tab_item_title {
	color: #a7acb6;
	background: #fafafa;
}

.shortcode_tab_item_title.active,
.shortcode_tab_item_title:hover {
	color:#fff;
}

.all_head_sizer,
.all_body_sizer {
	position: relative;
	z-index: 20;
}

.all_body_sizer {
	z-index: 15;
}

.all_body_cont {
	padding:0;
}

.all_body_cont img {
	max-width:100%;
	height:auto;
}

.shortcode_tab_item_body {
	display:none;
	padding:28px 0 11px 0;
	line-height: 24px;
	font-size: 16px;
}

.shortcode_tab_item_body p {
	margin-bottom: 15px;
}

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

/*Testimonials*/
.module_testimonial .module_inner {
	padding-left: 70px;
	padding-right: 70px;
}

.testimonial_wrapper {
	position:relative;
	padding-top: 71px;
}

.testimonial_wrapper:after {
	position:absolute;
	top: 0;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	line-height: 40px;
	font-family: 'Iconano';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e090";
	font-size: 42px;
}

.slick_testim_info p {
	line-height: 43px;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	padding-bottom: 21px;
	margin-bottom: 21px;
	position: relative;
}

.slick_testim_info p:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 2px;
	content: '';
	margin-left: -10px;
}

.testimonial_item,
.testimonial_nav_info {
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.slick-center .testimonial_nav_info {
	margin-left: 0;
	margin-right: 0;
}

.slick_testim_info span {
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}

.slick_testim_info p,
.slick_testim_info span {
	color: #c7cad0;
}

.testimonial_light_scheme .slick_testim_info p,
.testimonial_light_scheme .slick_testim_info span {
	color: #fff;
}

.testimonial_light_scheme .slick_testim_info p:after {
	background: #fff;
}

.testimonial_wrapper.testimonial_light_scheme:after {
	color: #fff;
}

.testimonial_dark_scheme .slick_testim_info p,
.testimonial_dark_scheme .slick_testim_info span {
	color: #363b43;
}

.testimonial_dark_scheme .slick_testim_info p:after {
	background: #363b43;
}

.testimonial_wrapper.testimonial_dark_scheme:after {
	color: #363b43;
}

.testimonial_dark_scheme .slick-prev,
.testimonial_dark_scheme .slick-next {
	background-position: 0 -70px;
}

.testimonial_dark_scheme .slick-next {
	background-position: -27px -70px;
}

/*Partners*/
.module_partners ul {
	list-style: none !important;
	margin: -30px 0 0 -30px;
	padding: 0;
	font-size: 0;
}

.module_partners ul li:before {
	display: none;
}

.module_partners ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.module_partners ul li .item_wrapper {
	padding: 30px 0 0 30px;
}

.module_partners ul li a {
	display: block;
	position:relative;
}

.module_partners ul li img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.module_partners ul li a:hover img {
	opacity: 0.8;
}

/* Skills */
.module_skills .skills_list {
	padding:10px 0 0 0 !important;
	list-style:none !important;
	margin:0 -30px 0 0 !important;
}

.module_skills .skills_list li {
	margin: 0 27px 0 0;
	padding:0;
	display: inline-block;
	vertical-align: top;
}

.module_skills .skills_list li:before,
.module_skills .skills_list li:after {
	display: none;
}

.skill_li h6 {
	line-height:19px;
	padding: 3px 0 5px 0;
	margin: 0;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.module_skills .skills_list li .diagram_bar {
	position:relative;
	height: 2px;
}

.module_skills .skills_list li .skill_div {
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	height:2px;
}

h2.skill_percent {
	font-size: 30px;
	margin-bottom: 0;
	line-height:40px;
}

/* Price Tables */
.price_table_wrapper {
	margin: -30px 0 0 -30px;
}

.module_price_table .price_item {
	display: inline-block;
	text-align: left;
	margin-right:-3px;
	vertical-align:top;
}

.price_item_wrapper {
	margin: 30px 0 0 30px;
}
.price_item {
	width:calc(33.333333333333% - 0.5px);
}

.price_item_head {
	padding:43px 40px 45px 40px;
	position: relative;
	z-index: 20;
}

.price_item_head:after {
	position: absolute;
	width: 37px;
	height: 2px;
	left: 40px;
	bottom: 29px;
	content: '';
	background: rgba(195,199,204, 0.4);
}

.price_item_title {
	padding-bottom:7px;
}

.price_item_title h2 {
	margin-bottom: 0;
	line-height: 47px;
	font-size: 48px;
	text-transform: uppercase;
}

.price_item_period h4 {
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 0;
}

.price_item_body {
	padding:0 40px 41px 40px;
}

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

.price_item_body ul li {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
}

.price_item_body ul li:before {
	display: none;
}

.price_item_btn {
	padding:24px 40px 25px 40px;
}

.price_item_btn a {
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 12px 45px 9px 0;
	line-height: 24px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.price_item_btn a:after {
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 5;
	height: 13px;
	width: 27px;
	background-image: url("../img/sprite.png");
	background-position: -27px 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 0.45;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	content: '';
}

.price_item_btn a:hover {
	color: #fff;
}

.price_item_btn a:hover:after {
	opacity: 1;
	right: -5px;
}

.price_item_cost {
	float: right;
}

.price_item_cost h1 {
	font-size: 52px;
	line-height: 45px;
	padding:0;
	margin:0;
	color:#fff;
}

.price_item_cost h1 span {
	display:inline-block;
	vertical-align:top;
	font-size: 28px;
	line-height: 29px;
	color: #fff;
	font-weight: 200;
	padding-top: 1px;
}

/* Price Colors */
.price_item_period h4,
.price_item_btn a {
	color: #eaeef3;
}

.price_item_wrap {
	background-color: #6470a7;
}

.price_item_title h2 {
	color: #838dbc;
}

.price_item_body ul li {
	color: #b0b8da;
}

.price_item_btn {
	background: #616ca1;
}

.popular .price_item_wrap {
	background-color: #7264a7;
}

.popular .price_item_title h2 {
	color: #8c7ec2;
}

.popular .price_item_body ul li {
	color: #b9b1ec;
}

.popular .price_item_btn {
	background: #6e61a1;
}

/* B L O G   L I S T I N G */
.blog_post_preview {
	margin-bottom: 50px;
	text-align: left;
}

.blog_post_preview p {
	margin-bottom: 17px;
}

.blog_post_preview.standard-post-format .blog_content,
.blog_post_preview.quote-post-format .blog_content,
.blog_post_preview.audio-post-format .blog_content,
.blogpost_user_meta,
.featured_posts .blog_post_preview {
	background: #2c3036;
	padding: 27px 31px 45px 32px;
}

.light_color_scheme .blog_post_preview.standard-post-format .blog_content,
.light_color_scheme .blog_post_preview.quote-post-format .blog_content,
.light_color_scheme .blog_post_preview.audio-post-format .blog_content,
.light_color_scheme .blogpost_user_meta,
.light_color_scheme .featured_posts .blog_post_preview {
	background: #fafafa;
}

.blog_post_preview.standard-post-format_with-img .blog_content {
	background: none !important;
	padding: 27px 0 0 0;
}

.featured_posts .blog_post_preview {
	margin-bottom: 30px;
	padding: 0 !important;
}

.featured_posts .blog_post_preview .blog_content {
	padding: 27px 29px 12px 29px;
}

.featured_posts .blog_post_image {
	margin-bottom: 0 !important;
}

.featured_posts .audio-post-format .blog_post_image {
	margin-bottom: 18px;
}

.blog_post_image {
	position:relative;
	margin-bottom:27px;
}

.blog_post_image img {
	display: block;
	width: 100%;
	height: auto;
	margin:0;
}

.blog_post_title {
	position: relative;
	padding: 0 0 18px 30px;
}

.blog_post_title h2 {
	margin-bottom: 0;
}

.blog_post_title a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.blog_post_format_label {
	position:absolute;
	left:0;
	top:0;
}

.blog_post_format_label:after {
	position:absolute;
	left:0;
	top:1px;
	font-family: 'Iconano';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e090";
	font-size: 20px;
	line-height: 30px;
}

.one-image-format .blog_post_format_label:after {
	content: '\e04d' !important;
}

.standard-post-format .blog_post_format_label:after,
.aside-post-format .blog_post_format_label:after,
.status-post-format .blog_post_format_label:after,
.link-post-format .blog_post_format_label:after,
.chat-post-format .blog_post_format_label:after {
	content: '\e08c';
}

.quote-post-format .blog_post_format_label:after {
	content: '\e090';
}

.image-post-format .blog_post_format_label:after,
.gallery-post-format .blog_post_format_label:after {
	content: '\e025';
}

.audio-post-format .blog_post_format_label:after {
	content: '\e04a';
}

.video-post-format .blog_post_format_label:after {
	content: '\e04c';
}

.blog_post_title:empty {
	display: none;
}

.listing_meta,
.comment-reply-link {
	line-height: 16px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 12px;
	color: #666c77;
	text-transform: uppercase;
}

.listing_meta span {
	display: inline-block;
	vertical-align: top;
}

.listing_meta span:after {
	content: '|';
	line-height: 16px;
	font-weight: 400;
	font-size: 12px;
	padding: 0 4px 0 7px;
}

.listing_meta span:last-child:after {
	display: none;
}

.listing_meta a,
.comment-reply-link {
	color: #666c77;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	text-transform: uppercase;
}

.light_color_scheme .listing_meta,
.light_color_scheme .listing_meta a,
.light_color_scheme .comment-reply-link {
	color: #b9bfc8;
}

.listing_meta span.comments a:after,
.post_share > a:before {
	font-family: 'Iconano';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 10px;
	line-height: 15px;
	padding-left: 7px;
	padding-top: 1px;
}

.learn_more {
	float: left;
	display: inline-block;
	vertical-align: top;
	line-height: 15px;
	position: relative;
	padding-right: 28px;
	font-size: 14px;
	text-transform: uppercase;
	color: #666c77;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.learn_more:hover {
	color: #fff;
}

.light_color_scheme .learn_more {
	color: #a7acb6;
}

.light_color_scheme .learn_more:hover {
	color: #363b43;
}

.learn_more:after {
	position: absolute;
	right: 0;
	top: 3px;
	width: 17px;
	height: 9px;
	content: '';
	background-image: url("../img/sprite.png");
	background-position: -62px 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 0.5;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.light_color_scheme .learn_more:after {
	background-position: -62px -70px;
}

.learn_more:hover:after {
	opacity: 1;
	right: -3px;
}

.text-capitalize {
	text-transform: capitalize;
}

.post_info {
	float: right;
	display: inline-block;
	vertical-align: top;
	line-height: 15px;
}

.post_info > div:last-child {
	margin-left: 10px;
}

.post_share {
	position: relative;
}

.post_share > a {
	color: #666c77;
	display: block;
	position: relative;
	line-height: 15px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.post_share > a:hover,
.post_share:hover > a {
	color: #fff;
}

.light_color_scheme .post_share > a {
	color: #a7acb6;
}

.light_color_scheme .post_share > a:hover,
.light_color_scheme .post_share:hover > a {
	color: #363b43;
}

.post_share > a:before {
	content: "\e0a2";
	font-size: 12px;
	line-height: 15px;
	padding: 0 8px 0 0;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.share_wrap {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 15px) !important;
	opacity: 0 !important;
	font-size: 0;
	line-height: 0;
	z-index:555;
	box-shadow: none;
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background: #363b43;
	width: 41px;
	padding-top: 8px;
	padding-bottom: 9px;
}

.share_wrap:before {
	content: "";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	top: -17px;
	width: 100%;
}

.share_wrap:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	position: absolute;
	left: 13px;
	top: -7px;
	content: '';
	border-color: transparent transparent #363b43 transparent;
}

.isotope .share_wrap,
.portfolio_grid_item .share_wrap,
.wall_wrap .featured_posts .share_wrap {
	top: auto !important;
	bottom: calc(100% + 15px) !important;
}

.isotope .share_wrap:before,
.portfolio_grid_item .share_wrap:before,
.wall_wrap .featured_posts .share_wrap:before {
	top: auto;
	bottom: -17px;
}

.isotope .share_wrap:after,
.portfolio_grid_item .share_wrap:after,
.wall_wrap .featured_posts .share_wrap:after {
	border-width: 7px 7px 0 7px;
	top: auto;
	bottom: -7px;
	border-color: #363b43 transparent transparent transparent;
}

.post_share:hover > .share_wrap {
	opacity: 1 !important;
	visibility: visible !important;
}

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

.share_wrap ul li {
	padding: 5px 5px 6px 5px;
	margin: 0;
	text-align: center;
	line-height: 25px;
}

.share_wrap ul li:before {
	display: none;
}

.share_wrap a span {
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #4d535e;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.share_wrap a:hover .icon-Twitter {
	color: #1aa9e1;
}

.share_wrap a:hover .icon-Facebook {
	color: #3b5a9a;
}

.share_wrap a:hover .icon-Pinterest {
	color: #d0202a;
}

/* Likes */
.disable_likes .likes_block {
	display: none;
}

.likes_block,
.post_share,
.likes_block span {
	display: inline-block;
	vertical-align: top;
	line-height: 15px;
}

.likes_block {
	cursor: pointer;
}

.likes_block.already_liked {
	cursor: default;
}

.likes_block .icon {
	font-size: 12px;
	color: #e07766;
}

.like_count {
	font-size: 12px;
	font-weight: 400;
	padding-left: 3px;
	color: #666c77;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.likes_block:hover .like_count,
.likes_block.already_liked .like_count {
	color: rgba(255,255,255, 0.5);
}

.light_color_scheme .like_count {
	color: #a7acb6;
}

.light_color_scheme .likes_block:hover .like_count,
.light_color_scheme .likes_block.already_liked .like_count {
	color: #363b43;
}

.light_color_scheme .without_title .likes_block:hover .like_count,
.light_color_scheme .without_title .likes_block.already_liked .like_count {
	color: #fff;
}

.blog_post_title .author {
	display: block;
	line-height: 25px;
	padding-top: 7px;
	position: relative;
}

.blog_post_title .author:after {
	position: absolute;
	left: -30px;
	top: 18px;
	width: 20px;
	height: 2px;
	content: '';
}

.stretch,
.video_bg,
.global_count_wrapper,
.colored_sections .row > div,
.strip_template {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pattern {
	background-repeat: repeat;
	background-position:center center;
}

.height_100percent {
	margin: 0;
	min-height: 500px;
	position: relative;
}

.video_bg {
	position: relative;
}

.video_bg iframe {
	opacity:0;
	transition:opacity 500ms;
	position:relative;
	z-index:9;
}
.show_video_now.video_bg iframe {
	opacity:1;
	z-index:11;
}
.video_img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	transition:opacity 500ms;
	z-index:11;
	background-image:url(../img/featured_video-1404x840.jpg);
}
.show_video_now .video_img {
	opacity:0;
	z-index:9;
}
.play-video {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	width: 86px;
	height: 86px;
	margin: -43px 0 0 -43px;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(0,0,0, 0.23);
	text-indent: -9999px;
	transition: opacity 600ms, background 300ms, z-index 500ms;
	-webkit-transition: opacity 500ms, background 300ms;
}
.play-video:hover {
	background: rgba(0,0,0, 0.25);
}

.play-video:after {
	position: absolute;
	left: 36px;
	top: 28px;
	width: 23px;
	height: 30px;
	content: '';
	background-image: url("../img/sprite.png");
	background-position: 0 -25px;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 0.56;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.play-video:hover:after {
	opacity: 1;
}

.show_video_now .play-video {
	opacity:0;
	z-index:-1;
}

.audio-post-format iframe {
	height: 100px;
}

.audio-post-format .pf_output_container {
	background: #f5f5f5;
}

.light_color_scheme .audio-post-format .pf_output_container {
	background: #e5e5e5;
}

/* Pager Block */
ul.pagerblock {
	margin:-3px 0 0 0;
	padding:0;
	list-style:none;
}

ul.pagerblock li:before,
ul.pagerblock li:after {
	display: none;
}

ul.pagerblock li {
	display: inline-block;
	vertical-align:top;
	margin: 0 3px 3px 0;
	padding: 0;
}

ul.pagerblock li a,
ul.pagerblock li span {
	display:block;
	font-size: 12px;
	height:39px;
	width: 39px;
	line-height:39px;
	border:none;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	text-transform: uppercase;
	background: #2c3036;
	color: #666c77;
	text-align: center;
	font-weight: 400;
}

.light_color_scheme ul.pagerblock li a,
.light_color_scheme ul.pagerblock li span {
	background: #f6f7f8;
	color: #a7acb6;
}

ul.pagerblock li a.current {
	cursor:default;
}

.pagerblock li a:hover,
.pagerblock li a:focus,
ul.pagerblock li a.current,
ul.pagerblock li span {
	background: #666c77;
	color: #fff;
}

.light_color_scheme .pagerblock li a:hover,
.light_color_scheme .pagerblock li a:focus,
.light_color_scheme ul.pagerblock li a.current,
.light_color_scheme ul.pagerblock li span {
	background: #a7acb6;
	color: #fff;
}

ul.pagerblock li.prev_page,
ul.pagerblock li.next_page {
	display: none;
}

/* S I N G L E */
.single_post .nivo-directionNav .nivo-prevNav {
	left: 30px;
}

.single_post .nivo-directionNav .nivo-nextNav {
	right: 30px;
}

.pf_output_container img {
	display:block;
	max-width:100%;
	height:auto;
}

.single_post .blog_post_title {
	display: block !important;
}

.gt3_hide {display: none !important;
}

.blogpost_user_meta {
	margin-bottom: 44px;
	position: relative;
	padding-left: 147px;
	min-height: 150px;
}

.blogpost_user_meta .author-ava {
	position: absolute;
	left: 32px;
	top: 32px;
}

.blogpost_user_meta .author-ava img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.author-name h2 {
	margin-bottom: 15px;
	text-transform: capitalize;
}

.author-name h2 a {
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.author-description ul.social_icons {
	padding-top: 13px;
}

.single_contentarea {
	padding-bottom: 49px;
}

.single_contentarea p {
	margin-bottom: 30px;
}

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

.single_contentarea img.alignleft,
.single_contentarea img.alignright {
	margin-top: -8px;
}

.single_contentarea ul,
.single_contentarea ol {
	padding-top: 5px;
	margin-bottom: 34px;
}

.single_contentarea ul li,
.single_contentarea ol li {
	padding-bottom: 7px;
}

.single_post .tagcloud {
	float: left;
	margin-top: -9px;
}

.module_feature_posts .bg_title h2 {
	margin-bottom: 44px;
}

.single_post .module_feature_posts {
	padding-bottom: 15px;
}

.single_post .blog_post_preview {
	margin-bottom: 45px;
}

.featured_posts .blog_post_preview {
	margin-bottom: 30px;
}

/* Post prev_next links */
.prev_next_links {
	padding-bottom:47px;
	padding-top: 23px;
	margin-top: 20px;
	border-top:2px #363b43 solid;
}

.light_color_scheme .prev_next_links {
	border-color:#f4f5f6;
}

.prev_next_links a {
	display: block;
	padding: 0;
}

.prev_next_links a span,
.prev_next_links a b {
	display: block;
}

.prev_next_links .fleft a {
	text-align: left;
}

.prev_next_links .fright a {
	text-align: right;
}

.prev_next_links a b {
	line-height: 26px;
	padding-bottom: 10px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.prev_next_links a span {
	line-height: 16px;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	color: #666c77;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.prev_next_links a:hover span {
	color: #666c77;
}

.light_color_scheme .prev_next_links a span,
.light_color_scheme .prev_next_links a:hover span {
	color: #a7acb6;
}

.prev_next_links .fleft a span {
	padding-left: 27px;
}

.prev_next_links .fright a span {
	padding-right: 27px;
}

.prev_next_links .fleft a:hover span {
	padding-left: 30px;
}

.prev_next_links .fright a:hover span {
	padding-right: 30px;
}

.prev_next_links a span:after {
	position: absolute;
	left: 0;
	top: 3px;
	width: 17px;
	height: 9px;
	content: '';
	background-image: url("../img/sprite.png");
	background-position: -86px 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
}

.prev_next_links .fright a span:after {
	left: auto;
	right: 0;
	background-position: -103px 0;
}

.light_color_scheme .prev_next_links a span:after,
.light_color_scheme .prev_next_links .fright a span:after {
	opacity: 0.6;
}

/* Comments */
#comments {
	padding:0;
}

#comments:empty {
	padding-bottom: 0 !important;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#respond {
	margin: 0 0 30px 0;
	padding-top: 0;
}

#respond form#commentform {
	margin-left: -3px;
	margin-right: -3px;
}

#respond form#commentform [class*="span"],
#respond form#commentform > p {
	padding-left: 3px;
	padding-right: 3px;
}

#respond textarea {
	margin-bottom: 6px;
}

#respond input[type="submit"] {
	margin-top: 14px;
}

#respond p.form-submit {
	margin-bottom: 0;
}

#comments h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ol.commentlist:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	content: '';
}

ol.commentlist li ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

ol.commentlist li {
	margin: 0;
	padding:0;
}

ol.commentlist li:before,
ol.commentlist li:after {
	display:none;
}

ol.commentlist li .stand_comment {
	padding: 30px 0 24px 113px;
	margin-bottom:0;
	border-top:2px #363b43 solid;
}

.light_color_scheme ol.commentlist li .stand_comment {
	border-color: #f4f5f6;
}

ol.commentlist li ul li .stand_comment {
	padding-left: 193px;
}

ol.commentlist li ul li ul li .stand_comment {
	padding-left: 273px;
}

.thiscommentbody {
	position: relative;
	min-height: 102px;
}

ol.commentlist li .commentava {
	left: -113px;
	position: absolute;
	top: 0;
	height:85px;
	width: 85px;
	z-index:5;
}

ol.commentlist li .commentava img {
	display: block;
	height: auto;
	width: 100%;
	border-radius:50%;
	-webkit-border-radius:50%;
}

.comment_info {
	padding-right: 85px;
}

.comment_info h3,
.author_says {
	text-transform: none;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	margin: 0;
}

.author_says {
	padding-left: 8px;
}

.comment_info h3 a {
	line-height: 24px;
	padding-right: 5px;
	text-transform: capitalize;
}

.comment_info h3 {
	text-transform: capitalize;
}

.comment_info a,
#cancel-comment-reply-link {
	transition:color 0.3s;
	-webkit-transition:color 0.3s;
}

.comment_content,
.comment_content p {
	line-height: 25px;
	margin-bottom: 0;
}

.comment-reply-link {
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
}

.comment-reply-link:before {
	font-family: 'Iconano';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 10px;
	line-height: 15px;
	padding-right: 7px;
	padding-top: 1px;
}

/* W I D G E T S */
.sidepanel img,
.sidepanel select {
	max-width:100%;
}

.sidepanel {
	margin-bottom:35px;
}

.sidepanel h3.title:empty {
	display: none;
}

.sidepanel a {
	transition: background-color 300ms, border-color 300ms, color 300ms;
	-webkit-transition: background-color 300ms, border-color 300ms, color 300ms;
}

/* widget search */
.widget_search .search_form,
.sidepanel .mc_form_inside {
	position:relative;
	padding-bottom: 2px;
}

.sidepanel .mc_form_inside {
	padding-bottom: 0;
}

.widget_search .search_form input[type="submit"],
.sidepanel .mc_signup_submit input {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 22px #2c3036 solid;
}

.sidepanel .mc_signup_submit input {
	top: auto !important;
	bottom: 0;
	width: auto !important;
}

.sidepanel .mc_form_inside br {
	display: none !important;
}

.sidepanel #mc_message {
	padding-bottom: 0 !important;
}

.sidepanel #mc_message strong {
	font-weight: 300 !important;
}

.widget_mailchimpsf_widget {
	margin-bottom: 43px;
}

.light_color_scheme .widget_search .search_form input[type="submit"],
.light_color_scheme .sidepanel .mc_signup_submit input {
	border-color: #fafafa;
}

.sidepanel input[type="text"],
.sidepanel input[type="email"],
.sidepanel input[type="tel"],
.sidepanel input[type="password"] {
	padding-bottom: 12px;
}

.sidepanel .title {
	text-transform: uppercase;
	margin-bottom: 22px;
}

/* Featured Posts Widget */
.recent_posts {
	list-style:none;
	margin:0;
	padding:0;
}

.recent_posts li {
	padding:14px 0 29px 0;
	margin:0;
	position:relative;
}

.recent_posts li.with_img {
	padding-left: 112px;
	min-height: 117px;
}

.recent_posts li:last-child {
	padding-bottom: 19px;
}

.recent_posts li.with_img:last-child {
	min-height: 107px;
}

.recent_posts li.with_img img {
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 85px;
	height: 85px;
}

.recent_posts_content > a {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}

.pre_footer h3.title {
	margin-bottom: 20px;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.sidepanel .listing_meta {
	padding-top: 10px;
	padding-left: 2px;
}

.pre_footer .widget_categories > ul {
	margin-top: -3px;
}

.pre_footer .recent_posts li {
	padding:2px 0 27px 0;
	min-height: auto !important;
}

.pre_footer .recent_posts li:last-child {
	padding-bottom: 0;
}

.pre_footer .recent_posts li img {
	display: none;
}

.pre_footer .recent_posts li .recent_posts_content {
	margin-left: -3px;
}

.pre_footer .recent_posts li .listing_meta {
	padding: 1px 0 0 2px;
}

.pre_footer .sidepanel {
	margin-bottom: 30px !important;
}

.pre_footer .textwidget img {
	margin-bottom: 25px;
}

/* Menus & Lists Widgets */
.widget_archive select,
.widget_categories select {
	width: 100%;
}

.sidepanel img,
.sidepanel select {
	max-width: 100%;
}

.widget_text h3.title,
.widget_posts h3.title,
.widget_nav_menu h3.title,
.widget_archive h3.title,
.widget_pages h3.title,
.widget_categories h3.title,
.widget_recent_entries h3.title,
.widget_meta h3.title,
.widget_recent_comments h3.title,
.widget_shopping_cart h3.title,
.widget_product_categories h3.title,
.widget_products h3.title,
.widget_layered_nav_filters h3.title,
.widget_layered_nav h3.title,
.widget_top_rated_products h3.title,
.widget_recent_reviews h3.title,
.widget_recently_viewed_products h3.title {
	padding-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.without_line h3.title {
	padding-bottom: 0;
	border: none;
}

.widget_nav_menu,
.widget_archive,
.widget_pages,
.widget_categories,
.widget_recent_entries,
.widget_meta,
.widget_recent_comments,
.widget_product_categories,
.widget_layered_nav,
.widget_layered_nav_filters {
	margin-bottom: 28px;
}

.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_recent_comments ul li {
	margin: 0;
	padding: 5px 0 10px 14px;
	position: relative;
	line-height: 21px;
}

.widget_nav_menu ul li ul,
.widget_archive ul li ul,
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul,
.widget_recent_comments ul li ul {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
}

.widget_nav_menu ul li ul li:last-child,
.widget_archive ul li ul li:last-child,
.widget_pages ul li ul li:last-child,
.widget_categories ul li ul li:last-child,
.widget_recent_entries ul li ul li:last-child,
.widget_meta ul li ul li:last-child,
.widget_recent_comments ul li ul li:last-child {
	padding-bottom: 0 !important;
}

.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a {
	padding: 0;
	background: none;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
}

.widget_nav_menu ul li:before,
.widget_archive ul li:before,
.widget_pages ul li:before,
.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.widget_meta ul li:before,
.widget_recent_comments ul li:before {
	display: none;
}

.widget_nav_menu ul li:after,
.widget_archive ul li:after,
.widget_pages ul li:after,
.widget_categories ul li:after,
.widget_recent_entries ul li:after,
.widget_meta ul li:after,
.widget_recent_comments ul li:after {
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	transition: background-color 300ms;
	-webkit-transition: background-color 300ms;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.widget_nav_menu,
.widget_nav_menu a,
.widget_archive,
.widget_archive a,
.widget_pages,
.widget_pages a,
.widget_categories,
.widget_categories a,
.widget_recent_entries,
.widget_recent_entries a,
.widget_meta,
.widget_meta a,
.widget_recent_comments,
.widget_recent_comments a {
	line-height: 21px;
	font-size: 14px;
	text-transform: uppercase;
}

/* RSS */
.widget_rss ul {
	padding:0;
	margin:0;
}

.widget_rss li {
	list-style:none;
	padding-left:0;
	position:relative;
}

.widget_rss li:last-child {
	margin-bottom:0;
}

/* Widget Calendar */
.widget_calendar table {
	width: 100%;
	text-align: center;
}

.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 5px;
}

.widget_calendar th {
	font-weight: bold;
	border: none;
}

.widget_calendar table {
	border: none;
}

.widget_calendar table td {
	padding: 0;
	border: none;
}

/* Text Widget */
.widget_text h3.title {
	margin-bottom: 25px;
}

.textwidget {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.textwidget p {
	text-align: left;
}

.textwidget img {
	margin: 0 auto 25px auto;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.textwidget img.rounded {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.textwidget a img {
	margin: 0 auto;
}

/* Tag Cloud */
.tagcloud {
	overflow: hidden;
	margin: 0 -5px 0 0;
}

.tagcloud a {
	position:relative;
	display: inline-block;
	vertical-align:top;
	margin: 0 1px 5px 0;
	padding:5px 10px 7px 10px;
	font-size: 14px !important;
	line-height: 20px !important;
	font-style: normal;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: lowercase;
	border:none;
	color: #c6c9ce !important;
	background-color:#363b43;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.tagcloud a:hover {
	color: #c6c9ce !important;
	background-color:#666c77 !important;
}

.light_color_scheme .tagcloud a {
	color: #a7acb6 !important;
	background-color:#f6f7f8 !important;
}

.light_color_scheme .tagcloud a:hover {
	color: #fff !important;
	background-color:#a7acb6 !important;
}

/* Flickr Widget */
.flickr_widget_wrapper {
	overflow: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 -8px;
	padding:0;
}

.widget_flickr .flickr_badge_image {
	padding: 0 0 8px 8px;
	width: 25%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.widget_flickr .flickr_badge_image a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.widget_flickr .flickr_badge_image img {
	display: block;
	height: auto;
	width: 100%;
}
.widget_flickr .flickr_badge_image a:before,
.sidepanel #sb_instagram .sbi_photo_wrap a:after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0, 0.23);
	transition: all 500ms;
	-webkit-transition: all 500ms;
	opacity: 0;
	content: '';
}
#sb_instagram {
	width:100%;
}
.widget_flickr .flickr_badge_image a:hover:before,
.sidepanel #sb_instagram .sbi_photo_wrap a:hover:after {
	opacity: 1;
}

/* Instagram */
.sidepanel #sb_instagram {
	padding: 0 !important;
}
#sbi_load {
	padding-top: 5px
}
.sidepanel #sbi_images {
	margin: 0 0 0 -8px !important;
	padding: 0 !important;
	width: calc(100% + 8px) !important;
}

.sidepanel #sb_instagram #sbi_images .sbi_item {
	padding: 0 0 8px 8px !important;
	border: none !important;
	margin: 0 !important;
}

.sidepanel #sb_instagram .sbi_photo_wrap a {
	position: relative;
}

/* Mailchimp */
.sidepanel #mc_signup_form {
	padding-top: 0;
}

#mc_message {
	padding-bottom: 10px !important;
}

.sidepanel .mc_header,
.sidepanel #mc_display_rewards {
	display: none;
}
#mc_display_rewards {
	text-align: center;
}

.sidepanel #mc_subheader {
	margin-bottom: 11px;
	padding-top: 0;
	line-height: 24px !important;
	font-size: 16px !important;
}

.sidepanel .mc_input {
	margin: 0;
}

.text_capitalize {
	text-transform: capitalize;
}

.rss-widget-icon {
	vertical-align: baseline;
}

/* A N I M A T I O N */
.loading,
.anim_el.loading {
	opacity:.01!important;	
	z-index:-10!important;
}
.anim_el {
	transition:opacity 500ms!important;
}

.personal_preloader {
	position:fixed;
	left:-100%;
	top:-100%;
	width:1px;
	height:1px;
	z-index:-100;
	opacity:0;
}

.fs_gallery_container li.fs_slide:before {
	content:'';
	width:50px;
	height:50px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-9px 0 0 -25px;
	transform:translate(-50%,-50%);
	border-radius:100%;
	border:rgba(0,0,0,0) 3px solid;
	border-top-color:#ffffff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-animation: sas_preloader 750ms ease-in-out infinite;
	animation: sas_preloader 750ms ease-in-out infinite;
	transition:opacity 400ms, z-index 400ms;
	z-index:-1;
	display:block;
}
.fs_gallery_container .fs_slide:after {
	content:'';
	display:block;
	transition:opacity 600ms;
	z-index:30;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.fs_gallery_container .fs_slide.current-slide:before {
	z-index:55;
}
.fs_gallery_container .fs_slide.block_loaded:before {
	z-index:-10!important;
	opacity:0;
}
.fs_gallery_container .fs_slide.was_showed:after {
	opacity:0;
}
.fs_gallery_container .fs_slide.video_slide:before,
.fs_gallery_container .fs_slide.video_slide:after {
	display:none!important;
}

@keyframes sas_preloader {
	0% {
		transform:rotate(0deg);
	}
	25% {
		transform:rotate(90deg);
	}
	50% {
		transform:rotate(180deg);
	}
	75% {
		transform:rotate(270deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
@-webkit-keyframes sas_preloader {
	0% {
		transform:rotate(0deg);
	}
	25% {
		transform:rotate(90deg);
	}
	50% {
		transform:rotate(180deg);
	}
	75% {
		transform:rotate(270deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

/* Navigation Toggle */
.mobile-navigation-toggle {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	right: 30px;
	height: 24px;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.mobile-navigation-toggle:hover {
	opacity: 0.8;
}
.toggle-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.toggle-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after {
	width: 30px;
	height: 2px;
	border-radius: 2px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.toggle-inner:before,
.toggle-inner:after {
	content: "";
	display: block;
}
.toggle-inner:before {
	top: -10px;
}
.toggle-inner:after {
	bottom: -10px;
}
.mobile-navigation-toggle .toggle-inner {
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle .toggle-inner:before {
	transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.mobile-navigation-toggle .toggle-inner:after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-navigation-toggle.is-active .toggle-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation-toggle.is-active .toggle-inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.mobile-navigation-toggle.is-active .toggle-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Theme Unit */
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:25px;
	border-width:1px;
}

table th,table td {
	padding:8px;
}

strong {
	font-weight:700;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone,
.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
	max-width:100%;
	height:auto;
}

.aligncenter {
	margin:0 auto;
}

dt {
	font-weight:bold;
	text-decoration:underline;
}

dd {
	margin:0;
	padding:0 0 10px;
}

dl.wp-caption {
	border:none;
}

dl.gallery-item {
	text-align: center;
}

dl.gallery-item a {
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
}

pre {
	word-wrap:break-word;
	white-space:pre-wrap;
}

.sidepanel label {
	padding-bottom: 15px;
	display: block;
	float: none;
}

.widget_rss cite {
	text-align: right;
	padding: 10px 0;
	display: block;
	float: none;
}

.widget_rss li:before {
	display: none;
}

.page-link {
	padding-bottom: 50px;
}

.format-gallery .featured_image_standalone,
.gallery-post-format .featured_image_standalone {
	margin-bottom: 27px;
}

/* C U S T O M   C L A S S E S */
.dn {
	display:none;
}

.bypostauthor {
	padding:0;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {
}

.wp-tag-cloud li:before {
	display:none;
}

.sitemap_margin {
	height:40px;
}

.hideme {
	display:none;
}

.ui-loader {
	display:none!important;
}

.bg_size_cover {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.contact_div p {
	margin-bottom:10px;
}

.about_image img {
	margin-top:10px;
}

span.wpcf7-not-valid-tip {
	color:#d61d1d!important;
	display:block!important;
	padding:0 0 31px 0!important;
}

.coming_soon_form span.wpcf7-not-valid-tip {
	padding:0 0 7px 0!important;
}

.coming_soon_form .wpcf7-response-output {
	color: #fff !important;
}

.wpcf7-validation-errors {
	border:0!important;
	margin:10px 0 0!important;
	padding:0!important;
}

.ajax-loader {
	display: none !important;
}

pre {
	white-space:normal;
}

.contentarea embed,
.contentarea iframe {
	width:100%;
}

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

.widget_rss li {
	margin-bottom:20px;
}

.hide_module_title .bg_title {
	visibility: hidden;
}

.search-results .blog_post_preview {
	margin-bottom: 43px;
}

.search-results .blog_post_preview .blog_post_title {
	padding: 0;
}

.search-results .pagerblock {
	padding-bottom: 47px;
}

.search_result_form .search_text {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 12px;
	margin-right: -4px;
	max-width: 400px;
}

.search_result_form .search_submit {
	display: inline-block;
	vertical-align: top;
}

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

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

/*WPML*/
#lang_sel_list {
	float:right!important;
	display:inline-block!important;
	padding:11px 25px 0 0;
	margin-left:-10px;
}

/* Padding & Margin */
.margin80 {
	margin: 80px;
}
/* Top */
.pt5 {
	padding-top: 5px;
}

.pt6 {
	padding-top: 6px;
}

.pt11 {
	padding-top: 11px;
}

.pt70 {
	padding-top: 70px;
}

.pt74 {
	padding-top: 74px;
}

.pt112 {
	padding-top: 112px;
}

.pt170 {
	padding-top: 170px;
}

.pt190 {
	padding-top: 190px;
}

.pt200 {
	padding-top: 200px;
}

.mt_15 {
	margin-top: -15px;
}

.mt_25 {
	margin-top: -25px;
}

.mt_55 {
	margin-top: -55px;
}

/* Right */
.pr75 {
	padding-right: 75px;
}

.pr170 {
	padding-right: 170px;
}

/* Bottom */
.pb0 {
	padding-bottom: 0;
}

.pb5 {
	padding-bottom: 5px;
}

.pb8 {
	padding-bottom: 8px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb21 {
	padding-bottom: 21px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb27 {
	padding-bottom: 27px;
}

.pb29 {
	padding-bottom: 29px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb32 {
	padding-bottom: 32px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb41 {
	padding-bottom: 41px;
}

.pb43 {
	padding-bottom: 43px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb55 {
	padding-bottom: 55px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb63 {
	padding-bottom: 63px;
}

.pb64 {
	padding-bottom: 64px;
}

.pb68 {
	padding-bottom: 68px;
}

.pb74 {
	padding-bottom: 74px;
}

.pb75 {
	padding-bottom: 75px;
}

.pb77 {
	padding-bottom: 77px;
}

.pb80 {
	padding-bottom: 80px;
}

.pb160 {
	padding-bottom: 160px;
}

.pb170 {
	padding-bottom: 170px;
}

.pb190 {
	padding-bottom: 190px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb33 {
	margin-bottom: 33px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb42 {
	margin-bottom: 42px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb57 {
	margin-bottom: 57px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb74 {
	margin-bottom: 74px;
}

.mb76 {
	margin-bottom: 76px;
}

.mb80 {
	margin-bottom: 80px;
}

/* Left */
.pl75 {
	padding-left: 75px;
}

.pl170 {
	padding-left: 170px;
}

.ptb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

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

/* Custom CSS */
.module_cont p:last-child,
.contact-form-01 p {
	margin-bottom: 0;
}

.contact_info .module_content {
	padding-left: 25px;
	position: relative;
}

.contact_info .module_content,
.contact_info .module_content p {
	line-height: 24px;
	font-size: 16px;
}

.contact_info .module_content p {
	margin-bottom: 0;
}

.pre_footer .contact_info .module_content,
.pre_footer .contact_info .module_content p,
.pre_footer .contact_info .module_content a {
	font-size: 14px;
}

.pre_footer .contact_info .module_content {
	margin-bottom: 24px;
}

.pre_footer .contact_info .module_content:last-child {
	margin-bottom: 0;
}

.contact_info span {
	position: absolute;
	left: 0;
	top: 1px;
	line-height: 24px;
	font-size: 19px;
}

.module_blog_listing {
	padding-bottom: 47px;
}

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

ul.social_icons li {
	padding: 0;
	margin: 0 18px 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
}

.contentarea ul.social_icons li {
	margin-right: 15px;
}

ul.social_icons li:before {
	display: none;
}

ul.social_icons li:last-child {
	margin-right: 0 !important;
}

ul.social_icons li a {
	display: block;
	letter-spacing: normal;
}

ul.social_icons a,
ul.social_icons i {
	transition:color 300ms;
	-webkit-transition:color 300ms;
}

ul.social_icons a:hover .fa.fa-twitter,
.contentarea ul.social_icons a .fa.fa-twitter,
.contentarea .author-description ul.social_icons a:hover .fa.fa-twitter {
	color: #1aa9e1;
}

ul.social_icons a:hover .fa.fa-facebook,
.contentarea ul.social_icons a .fa.fa-facebook,
.contentarea .author-description ul.social_icons a:hover .fa.fa-facebook {
	color: #3b5a9a;
}

ul.social_icons a:hover .fa.fa-linkedin,
.contentarea ul.social_icons a .fa.fa-linkedin,
.contentarea .author-description ul.social_icons a:hover .fa.fa-linkedin {
	color: #4975b6;
}

ul.social_icons a:hover .fa.fa-behance,
.contentarea ul.social_icons a .fa.fa-behance,
.contentarea .author-description ul.social_icons a:hover .fa.fa-behance {
	color: #4792e8;
}

ul.social_icons a:hover .fa.fa-pinterest,
.contentarea ul.social_icons a .fa.fa-pinterest,
.contentarea .author-description ul.social_icons a:hover .fa.fa-pinterest {
	color: #d0202a;
}

ul.social_icons a:hover .fa.fa-instagram,
.contentarea ul.social_icons a .fa.fa-instagram,
.contentarea .author-description ul.social_icons a:hover .fa.fa-instagram {
	color: #da445e;
}

.portfolio_grid_wrapper.one_col {
	padding-bottom: 50px;
}

.portfolio_grid_wrapper.one_col.without_pager {
	padding-bottom: 0;
}

.portfolio_grid_wrapper.one_col .pagerblock {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Slick 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;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	outline: none !important;
}
.slick-list:focus {
	outline: none !important;
}
.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;
	outline: none !important;
	cursor: pointer;
}
[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;
}

/* Arrows */
.slick-prev,
.slick-next {
	position:absolute;
	top:50%;
	z-index:50;
	text-indent:-9999px;
	width: 27px;
	height: 13px;
	margin-top:-6px;
	display:block;
	font-size:0;
	line-height:0;
	cursor:pointer;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	outline: none;
	border: none !important;
	background-image: url("../img/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	background-color: transparent;
}

.slick-prev {
	left: -70px;
}

.slick-next {
	right: -70px;
	background-position: -27px 0;
}

.slick-prev:hover,
.slick-next:hover {
	opacity:0.8;
}

/* Swipebox Popup CSS */
html.swipebox-html.swipebox-touch,
html.swipebox-no-touch.swipebox-html {
	overflow-x: hidden !important;
}

#swipebox-overlay img {
	border: none !important;
}

#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#swipebox-container {
	position: relative;
	width: 100%;
	height: 100%;
	cursor:pointer;
}

#swipebox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	padding: 70px;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-slider .slide-loading {
	background: url(../img/placeholder/loader.svg) no-repeat center center;
}

#swipebox-slider .preloader_overlay {
	background: transparent;
	position: static;
}

#swipebox-title {
	display: block;
	width: 100%;
	text-align: center;
}

.swipebox-no-close-button #swipebox-close {
	display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
	opacity: 1;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}
.swipebox-touch #swipebox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
	opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}
@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@media screen and (min-width: 800px) {
	#swipebox-close {
		right: 10px;
	}
}
/* Skin */
#swipebox-overlay {
	background: rgba(0,0,0,0.8);
}

/* GT3 SwipeBox Classes */
.gt3_swipe_box #swipebox-bottom-bar,
.gt3_swipe_box #swipebox-top-bar {
	background:none!important;
	width:100%;
	position:fixed;
	left:0;
	display:block;
	text-align:right;
}
.gt3_swipe_box #swipebox-top-bar {
	height:auto;
	bottom:23px;
	top:auto;
	display:table;
	text-align: center;
}
#swipebox-title {
	display:table-cell;
	height:100%;
	line-height:24px;
	padding:0 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align: top;
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.gt3_swipe_box #swipebox-bottom-bar {
	top:0;
	bottom:auto;
	display:block!important;
}
#swipebox-arrows a#swipebox-close {
	margin-right: 30px!important;
	margin-top: 30px;
	width: 12px;
	height: 12px;
}

#swipebox-arrows a#swipebox-close:after {
	content: "\78";
	font-family: 'Iconano';
	font-size:12px;
	line-height: 12px;
	color:#ffffff;
	position:absolute;
	left:0;
	top:0;
	display: block !important;
}

#swipebox-arrows {
	padding:0;
	display:inline-block;
	margin:0 auto;
}

#swipebox-arrows a {
	width:16px;
	height:14px;
	margin:0;
	display:block;
	float:left;
	transition:opacity 250ms;
	position:relative;
	left:auto;
	top:auto;
	right:auto;
	bottom:auto;
	cursor:pointer;
}
#swipebox-arrows a:before,
#swipebox-arrows a:after {
	content:'';
	display: none !important;
}
#swipebox-arrows a#swipebox-prev,
#swipebox-arrows a#swipebox-next {
	position: fixed;
	top: 50%;
	margin-top: -7px;
}

#swipebox-arrows a#swipebox-next:after,
#swipebox-arrows a#swipebox-prev:after {
	content: "\3e";
	font-family: 'Iconano';
	font-size:12px;
	line-height: 12px;
	color:#ffffff;
	position:absolute;
	left:0;
	top:0;
	display: block !important;
}

#swipebox-arrows a#swipebox-prev {
	left: 30px;
}
#swipebox-arrows a#swipebox-next {
	right: 30px;
}

#swipebox-arrows a#swipebox-prev:after {
	content: "\3c";
}

#swipebox-container .slide.current img {
	position:relative!important;
	z-index:999993!important;
}

#swipebox-arrows a {
	opacity: 1;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

#swipebox-arrows a:hover {
	opacity: 0.7;
}

.image_video_bg_block {
	position: relative;
	overflow: hidden;
}

.image_video_bg_block iframe {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

iframe {
	border: none;
}

.bg_video iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

.single_portfolio ul,
.single_portfolio ol {
	margin-bottom: 0;
}

.pt15 {
	padding-top: 15px;
}

.blog_post_preview.portfolio_item {
	margin-bottom: 15px;
}

.sidepanel .wp-caption-text {
	padding-top: 10px;
}

/* P O R T F O L I O   G R I D */
.portfolio_grid_template .wrapper {
	overflow:visible;
}
.portfolio_title,
.fullscreen_shop_title {
	padding: 0 28px;
}
.portfolio_title h1,
.fullscreen_shop_title h1 {
	padding-bottom:40px;
}
.portfolio_grid_wrapper,
.woocommerce_fullscreen {
	background:#2c3036;
}
.light_color_scheme .portfolio_grid_wrapper,
.light_color_scheme .woocommerce_fullscreen {
	background:#fafafa;
}
.portfolio_grid {
	display:block;
	font-size:0;
	line-height:0;
}
.portfolio_grid_item {
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.portfolio_grid_item:hover {
	z-index:55;
}
.port2cols .portfolio_grid_item {
	width:50%;
}
.port3cols .portfolio_grid_item {
	width:33.33%;
}
.port4cols .portfolio_grid_item {
	width:25%;
}
.port5cols .portfolio_grid_item {
	width:20%;
}
.show_album_content .portfolio_grid_item {
	margin-left:-1px;
	display:block;
}
.with_title .portfolio_grid_content {
	background:#363b43;
	display:block;
	padding:17px 20px 18px 20px;
	display:flex;
}
.light_color_scheme .with_title .portfolio_grid_content {
	background:#f1f2f4;
}
.pgc_left_part,
.pgc_right_part {
	display:inline-flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.pgc_left_part {
	text-align:left;
	flex-grow:3;
}
.pgc_right_part {
	text-align:right;
	flex-grow:1;
}
.pgc_right_part .post_info {
	padding-top:3px;
	padding-left:10px;
	display:flex;
	float:none;
	justify-content: flex-end;
	width:100%;
}
.pgc_right_part .post_info .post_share,
.pgc_right_part .post_info .likes_block {
	display:inline-flex;
	flex-wrap:nowrap;
}
.pgc_right_part .like_count {
	padding-left:8px;
}
.portfolio_grid_title,
.portfolio_grid_title a,
.product_grid_title,
.product_grid_title a {
	font-size:16px;
	line-height:18px;
	margin:0;
}
.portfolio_grid_item .img_block,
.portfolio_grid_item_wrapper {
	position:relative;
}
.portfolio_grid_item .img_block .gallery_fadder,
.packery_item .packery_img_block .packery_fadder {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:rgba(54,59,67, 0);
	transition:background 400ms;
	z-index:11;
}
.portfolio_grid_item .img_block .gallery_fadder:before,
.packery_item .packery_img_block .packery_fadder:before {
	content: "\e02f";
	font-family: 'Iconano';
	font-size:40px;
	color:#ffffff;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:13;
	transition:opacity 400ms;
	opacity:0;
}
.portfolio_grid_item .img_block:hover .gallery_fadder:before,
.packery_item:hover .packery_img_block .packery_fadder:before {
	opacity:0.5;
}
.portfolio_grid_item .img_block:hover .gallery_fadder,
.packery_item:hover .packery_img_block .packery_fadder {
	background:rgba(54,59,67, 0.56);
}
.portfolio_grid_item a.portfolio_grid_href,
.packery_item a.packery_grid_href {
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:15;
}
.portfolio_grid_wrapper .pagerblock,
.woocommerce_fullscreen .pagerblock {
	margin:0;
	padding:30px 30px 30px 30px;
}
.portfolio_grid_wrapper .pagerblock li,
.woocommerce_fullscreen .pagerblock li {
	margin:0 3px 0 0;
}
.portfolio_grid_wrapper ul.pagerblock li a,
.woocommerce_fullscreen ul.pagerblock li a {
	background:#1f2228;
}
.portfolio_grid_wrapper ul.pagerblock li a.current,
.woocommerce_fullscreen ul.pagerblock li a.current {
	background:#666c77;
}
.light_color_scheme .portfolio_grid_wrapper ul.pagerblock li a,
.light_color_scheme .woocommerce_fullscreen ul.pagerblock li a {
	background:#f6f7f8;
	color: #a7acb6;
}
.light_color_scheme .portfolio_grid_wrapper ul.pagerblock li a:hover,
.light_color_scheme .portfolio_grid_wrapper ul.pagerblock li a.current,
.light_color_scheme .woocommerce_fullscreen ul.pagerblock li a:hover,
.light_color_scheme .woocommerce_fullscreen ul.pagerblock li a.current {
	background:#a7acb6;
	color: #fff;
}
.portfolio_grid_item .post_share {
	position:relative;
	z-index:99;
}
.show_album_content .portfolio_grid_item:hover {
	z-index:9;
}
.portfolio_grid_item .post_share .share_wrap {
	z-index:99;
}

/* Filter */
.portfolio_grid_wrapper .filter_block {
	text-align:left;
	padding:15px 30px 17px 32px;
	position:relative;
	z-index:15;
}
.portfolio_grid_wrapper .filter_block ul {
	margin:0;
	padding:0;
}
.portfolio_grid_wrapper .filter_block li {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	display:inline-block;
	margin-right:28px;
}
.portfolio_grid_wrapper .filter_block li a {
	text-transform:uppercase;
	transition:color 300ms;
}
.without_title .portfolio_grid_content {
	position:absolute;
	bottom:0;
	opacity:0;
	left:0;
	width:100%;
	padding:0 18px;
	z-index:17;
	transition:bottom 400ms, opacity 400ms;
	display: flex;
}
.without_title .portfolio_grid_content .portfolio_grid_title,
.without_title .portfolio_grid_content .portfolio_grid_title a,
.without_title .portfolio_grid_content .post_share > a,
.without_title .portfolio_grid_content .post_share > a:hover,
.without_title .portfolio_grid_content .post_share > a:hover:before,
.without_title .portfolio_grid_content .post_share:hover > a:before,
.without_title .portfolio_grid_content .like_count {
	color:#ffffff;
}
.without_title .portfolio_grid_item_wrapper:hover .gallery_fadder:before {
	opacity:0.5;
}
.without_title .portfolio_grid_item_wrapper:hover .gallery_fadder {
	background:rgba(54,59,67, 0.56);
}
.without_title .portfolio_grid_item_wrapper:hover .portfolio_grid_content {
	bottom:17px;
	opacity:1;
}

.fullscreen_style .portfolio_grid_item:hover {
	z-index: 50 !important;
}

.fullscreen_style .portfolio_grid_content,
.packery_item .portfolio_grid_content {
	position:absolute;
	bottom:0;
	opacity:0;
	left:0;
	width:100%;
	padding:0 18px;
	z-index:17;
	transition:bottom 400ms, opacity 400ms;
	display: flex;
}
.fullscreen_style .portfolio_grid_content .portfolio_grid_title,
.fullscreen_style .portfolio_grid_content .portfolio_grid_title a,
.fullscreen_style .portfolio_grid_content .post_share > a,
.fullscreen_style .portfolio_grid_content .post_share > a:hover,
.fullscreen_style .portfolio_grid_content .post_share > a:hover:before,
.fullscreen_style .portfolio_grid_content .post_share:hover > a:before,
.fullscreen_style .portfolio_grid_content .like_count,
.packery_item .portfolio_grid_content .portfolio_grid_title,
.packery_item .portfolio_grid_content .portfolio_grid_title a,
.packery_item .portfolio_grid_content .post_share > a,
.packery_item .portfolio_grid_content .post_share > a:hover,
.packery_item .portfolio_grid_content .post_share > a:hover:before,
.packery_item .portfolio_grid_content .post_share:hover > a:before,
.packery_item .portfolio_grid_content .like_count {
	color:#ffffff;
}
.fullscreen_style .portfolio_grid_item_wrapper:hover .gallery_fadder:before {
	opacity:0.5;
}
.fullscreen_style .portfolio_grid_item_wrapper:hover .gallery_fadder {
	background:rgba(54,59,67, 0.56);
}
.fullscreen_style .portfolio_grid_item_wrapper:hover .portfolio_grid_content,
.packery_item:hover .portfolio_grid_content {
	bottom:17px;
	opacity:1;
}
.port_grid_fs .main_header {
	background:rgba(0,0,0,0)!important;
}
.port_grid_fs .wrapper {
	padding-top:0!important;
}

/* One Column */
.portfolio_grid_wrapper.one_col .filter_block {
	padding-left:0;
}
.portfolio_grid_wrapper.one_col .port_one_col_item {
	font-size:0;
	line-height:0;
	margin-top:42px;
}
.portfolio_grid_wrapper.one_col .port_one_col_item:first-child {
	margin-top:0;
}
.portfolio_grid_wrapper.one_col .port_1col_img {
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding-right:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.portfolio_grid_wrapper.one_col .port_1col_top {
	padding-bottom:18px;
	display:flex;
}
.portfolio_grid_wrapper.one_col .port_1col_top .pgc_right_part .post_info {
	padding-top:5px;
}
.portfolio_grid_wrapper.one_col .port_1col_content {
	display:inline-block;
	vertical-align:top;
	width:50%;
	padding-left:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.portfolio_grid_wrapper.one_col .port_1col_img img {
	display:block;
	width:100%;
	height:auto;
	margin-top:5px;
}
.portfolio_grid_wrapper.one_col .portfolio_grid_title,
.portfolio_grid_wrapper.one_col .portfolio_grid_title a {
	font-size:24px;
	line-height:26px;
}
.portfolio_grid_wrapper.one_col .tags a {
	font-size:14px;
	line-height:16px;
	padding:6px 10px 10px 10px;
	display:inline-block;
	background:#363b43;
	transition:background 400ms, color 400ms;
	margin-right:2px;
}
.portfolio_grid_wrapper.one_col .tags a:hover {
	background:#666c77;
	color:#ffffff;
}
.portfolio_grid_wrapper.one_col .filter_block {
	padding:36px 0 31px 0;
}
.portfolio_grid_wrapper.one_col .pagerblock {
	padding-left:0;
	padding-right:0;
}

.light_color_scheme .portfolio_grid_wrapper.one_col .tags a {
	background:#a7acb6;
	color:#ffffff;
}
.light_color_scheme .portfolio_grid_wrapper.one_col .tags a:hover {
	background:#f1f2f4;
	color:#363b43;
}

/* Animation */
.anim_el.loading {
	opacity: 0;
	transform: translateY(100px);
}
.anim_el {
	transition: all 300ms;
}

/* Shifting Gallery */
html.shift_gallery_page {
	overflow:hidden;
}
.shift_gallery_wrapper,
.shift_gallery {
	position:fixed;
	display:block;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.shift_slide {
	background-size:cover!important;
	transition:top 500ms, opacity 500ms, width 500ms;
	opacity:0;
	display:block;
	width:50%;
	top:0;
	z-index:-1;
	position:absolute;
}
.odd_slide {
	left:0;
}
.even_slide {
	right:0;
}

.shift_slide {
	cursor: zoom-in;
}

.fullview .shift_slide {
	cursor: zoom-out;
}

.shift_even_prev2,
.shift_even_next2,
.shift_odd_prev2,
.shift_odd_next2 {
	z-index:16;
	opacity:1;
}
.shift_odd_prev,
.shift_odd_next,
.shift_even_prev,
.shift_even_next {
	z-index:18;
	opacity:1;
}

.prev_power .shift_odd_next,
.prev_power .shift_even_next,
.next_power .shift_odd_prev,
.next_power .shift_even_prev {
	z-index:18;
}

.prev_power .shift_odd_prev,
.prev_power .shift_even_prev,
.next_power .shift_odd_next,
.next_power .shift_even_next {
	z-index:17;
}

.shift_odd_prev2,
.shift_even_next2 {
	top:-200%
}
.shift_odd_next2,
.shift_even_prev2 {
	top:200%
}
.shift_odd_prev,
.shift_even_next {
	top:-100%
}
.shift_odd_next,
.shift_even_prev {
	top:100%
}
.shift_odd_current,
.shift_even_current {
	top:0;
	z-index:19;
	opacity:1;
}
.shift_gallery_page .footer {
	position:relative;
	z-index:25;
}
/* Buttons */
.shift_btn_prev,
.shift_btn_next {
	width:27px;
	height:13px;
	display:block;
	position:absolute;
	background:url('../img/sprite.png') no-repeat 0 0;
	background-size:300px 150px;
	top:50%;
	left:50%;
	transition:opacity 500ms, z-index 500ms;
}
.light_color_scheme .shift_btn_prev,
.light_color_scheme .shift_btn_next {
	background-position: 0 -70px;
}
.shift_btn_prev {
	transform:rotate(-90deg) translateY(-50%);
	margin-left:14px;
}
.shift_btn_next {
	transform:rotate(90deg) translateY(-50%);
	margin-left:-40px;
}
.odd_alone .shift_btn_next {
	display:none;
}
.even_alone .shift_btn_prev {
	display:none;
}

/* Titles */
.shift_title_wrapper {
	position:absolute;
	top:50%;
	margin:-33px 0 0 0;
}
.shift_title_wrapper h2,
.shift_title_wrapper h4 {
	color:#ffffff;
}
.light_color_scheme .shift_title_wrapper h2,
.light_color_scheme .shift_title_wrapper h4 {
	color:#363b43;
}
.shift_title_wrapper h2 {
	margin-bottom:13px;
	position:relative;
}
.odd_slide .shift_title_wrapper {
	right:50px;
	text-align:right;
}
.even_slide .shift_title_wrapper {
	left:50px;
	text-align:left;
}
.shift_title_wrapper h2:before {
	content:'';
	width:14px;
	height:2px;
	background:#ffffff;
	display:block;
	position:absolute;
	bottom:-6px;
}
.light_color_scheme .shift_title_wrapper h2:before {
	background:#363b43;
}
.odd_slide .shift_title_wrapper h2:before {
	right:0;
}
.shift_title_wrapper h4 {
	text-transform:none;
	line-height:16px;
}
.shift_title:empty,
.shift_title:empty:before {
	display:none;
}
.shift_gallery_wrapper.fullview .shift_slide {
	width:0%;
	z-index:18;
}
.shift_gallery_wrapper.fullview .shift_odd_current.slide_fullview,
.shift_gallery_wrapper.fullview .shift_even_current.slide_fullview {
	width:100%;
	z-index:20;
}
.shift_gallery_wrapper.fullview .shift_btn_prev,
.shift_gallery_wrapper.fullview .shift_btn_next {
	opacity:0;
	z-index:-1;
}
.pp_page .wrapper {
	padding-top:0!important;
	position:relative;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-height:0!important;
}
.pp_page .wrapper_404:after {
	display:none;
}

.pp_page .wrapper_404 {
	left:50%;
	transform:translate(-50%,0);
	z-index:17;
}
.post-password-form p:first-child {
	display:none;
}
.post-password-form p {
	font-size:0;
	line-height:0;
}
.pp_page .footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
.pp_page .wrapper_404 label,
.pp_page .wrapper_404 input[type="password"] {
	width:400px;
	line-height:23px;
	display:inline-block;
	margin:0;
}
.pp_page .pp_block {
	padding:0;
}
.pp_page .wrapper_404 h1 {
	font-size:100px;
	line-height:100px;
}

.flow_gallery .footer {
	position:relative;
	z-index:99;
}
@media only screen and (min-width: 901px) {
	.flow_gallery .wrapper:after,
	.ribbon_slider_page .wrapper:after,
	.port_grid_fs .wrapper:after,
	.shift_gallery_page .wrapper:after {
		position:fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 25%;
		content: '';
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.23) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.23) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.23) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		z-index: 10;
	}
	.flow_gallery .light_color_scheme .wrapper:after,
	.ribbon_slider_page .light_color_scheme .wrapper:after,
	.port_grid_fs .light_color_scheme .wrapper:after,
	.shift_gallery_page .light_color_scheme .wrapper:after {
		position:fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 25%;
		content: '';
		background: -moz-linear-gradient(top,  rgba(255,255,255,0.23) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		z-index: 10;
	}
}

/* R I B B O N   S L I D E R */
.ribbon_slider_page .site_wrapper {
	min-height:0!important;
}
.ribbon_slider_page .main_wrapper {
	padding:0;
}
.ribbon_slider_page header.main_header {
	background:none;
	transition:background 500ms;
}
.ribbon_slider_page header.main_header {
	transition:opacity 500ms, top 500ms;
}
.ribbon_slider_wrapper {
	position:fixed;
	right:auto;
	left:0;
	display:block;
	overflow:hidden;
	width:100%;
}

ul.ribbon_slider {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:13;
}
ul.ribbon_slider li {
	list-style:none;
	padding:0;
	margin:0;
	height:100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	transition: left 600ms, opacity 600ms, z-index 600ms, transform 600ms;
	-webkit-transition: left 600ms, opacity 600ms, z-index 600ms, transform 600ms;
}
ul.ribbon_slider li.ribbon_current,
ul.ribbon_slider li.ribbon_prev2,
ul.ribbon_slider li.ribbon_prev,
ul.ribbon_slider li.ribbon_next,
ul.ribbon_slider li.ribbon_next2 {
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 17;
}
ul.ribbon_slider li:before {
	transition:background 500ms;
}
ul.ribbon_slider li.ribbon_next2:before,
ul.ribbon_slider li.ribbon_prev2:before,
ul.ribbon_slider li.ribbon_prev:before,
ul.ribbon_slider li.ribbon_next:before {
	content:'';
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	position:absolute;
	background:rgba(0,0,0,0.5);
}
.light_color_scheme ul.ribbon_slider li.ribbon_next2:before,
.light_color_scheme ul.ribbon_slider li.ribbon_prev2:before,
.light_color_scheme ul.ribbon_slider li.ribbon_prev:before,
.light_color_scheme ul.ribbon_slider li.ribbon_next:before {
	background:rgba(255,255,255,0.3);
}
ul.ribbon_slider li.ribbon_current:before {
	content:'';
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	position:absolute;
	background:rgba(0,0,0,0);
}
ul.ribbon_slider li.ribbon_prev,
ul.ribbon_slider li.ribbon_next {
	z-index:18;
}
ul.ribbon_slider li.ribbon_current {
	z-index: 19;
}
ul.ribbon_slider li img {
	width:auto;
	height:100%;
	display:block;
	margin:0 0;
}
ul.ribbon_slider li iframe {
	display:block;
	margin:0 25px;
}

.ribbon_nextSlide,
.ribbon_prevSlide {
	width:27px;
	height:13px;
	display:block;
	border-radius:100%;
	transition:opacity 500ms, left 500ms, z-index 500ms;
	z-index:31;
	opacity:1;
	background:url('../img/sprite.png') no-repeat 0 0;
	background-size:300px 150px;
}

.ribbon_prevSlide {
	background-position:0 0;
	position:fixed;
	left:50px;
	top:50%;
	transform:translateY(-50%);
}
.ribbon_nextSlide {
	background-position:-27px 0;
	position:fixed;
	right:50px;
	top:50%;
	transform:translateY(-50%);
}

.light_color_scheme .ribbon_prevSlide {
	background-position:0 -70px;
}

.light_color_scheme .ribbon_nextSlide {
	background-position:-27px -70px;
}

.ribbon_nextSlide:hover,
.ribbon_prevSlide:hover {
	opacity:0.7;
}

.ribbon_title {
	position:fixed;
	left:50px;
	bottom:100px;
	margin:0;
	color:#ffffff;
}

.light_color_scheme .ribbon_title {
	color:#363b43;
}

/* F L O W   G A L L E R Y */
.flow_container,.flow_container li {
	margin:0;
	padding:0;
	list-style:none;
}

.flow_container {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	transition:top 500ms,height 500ms;
}

.flow_container li {
	position:absolute;
	display:block;
	left:50%;
	top:0;
	opacity:0;
	transform:scale(0,0);
	z-index:-5;
	transition:all 500ms;
}

.flow_container li img {
	display:block;
	transition:all 500ms;
}

.flow_container li .flow_fadder {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	transition:background 500ms;
}

.flow_container li.currentStep {
	z-index:27;
	opacity:1;
}

.flow_container li.prevStep,.flow_container li.nextStep {
	z-index:25;
	opacity:1;
	cursor:pointer;
}

.flow_container li.prevStep2,.flow_container li.nextStep2 {
	z-index:23;
	opacity:1;
	cursor:pointer;
}

.mirror_container {
	height:130px;
	position:fixed;
	visibility:hidden;
	z-index:-10;
}

.top_padding_block {
	height:110px;
	position:fixed;
	visibility:hidden;
	z-index:-10;
}

.flow_reflection {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:130px;
	transform:scaleY(-1);
	opacity:.2;
	background-position:0 100%!important;
	background-size:100% auto;
}

.flow_reflection:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.flow_gallery .fs_title_wrapper {
	left:50%;
	transform:translateX(-50%);
	bottom:100px;
	top: auto;
	text-align:center;
	height:auto;
	position:fixed;
}
.flow_gallery .fs_title_wrapper h2 {
	margin:0;
}

/* S T R I P   T E M P L A T E */
.strip-page .footer {
	display:none;
}
.strip-menu,
.strip_template {
	overflow: hidden;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	font-size:0;
	line-height:0;
}
.strip-item {
	width:100%;
	position:relative;
	height:100%;
	display:inline-block;
	vertical-align:text-bottom;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.strip-item:before {
	content:'';
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);
	transition:background 400ms;
}
.light_color_scheme .strip-item:before {
	background:rgba(255,255,255,0.15);
}
.strip_title {
	font-size:24px;
	line-height:26px;
	color:#fff;
	margin-bottom:13px;
	position:relative;
}
.strip_title:before {
	content:'';
	width:14px;
	height:2px;
	background:#ffffff;
	display:block;
	position:absolute;
	bottom:-6px;
	left:50%;
	margin-left:-7px;
}
.strip_caption {
	font-size:14px;
	line-height:16px;
	color:#fff;
}
.light_color_scheme .strip_title,
.light_color_scheme .strip_caption {
	color:#363b43;
}
.light_color_scheme .strip_title:before {
	background:#363b43;
}
.content_strip_wrapper {
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%);
	margin:-33px 0 0 0;
	text-align:center;
	transition:transform 400ms;
	padding:0 20px;
}
.strip-item a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	z-index:15;
}
.strip-item:hover:before {
	background:rgba(0,0,0,0.5);
}
.light_color_scheme .strip-item:hover:before {
	background:rgba(255,255,255,0.3);
}
.strip-item:hover .content_strip_wrapper {
	transform:translate(-50%,-20%);
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.port4cols .portfolio_grid_item,
	.port5cols .portfolio_grid_item {
		width:33.33%;
	}
}
@media only screen and (min-width: 760px) and (max-width: 960px) {
	.port2cols .portfolio_grid_item,
	.port3cols .portfolio_grid_item,
	.port4cols .portfolio_grid_item,
	.port5cols .portfolio_grid_item {
		width:50%;
	}
	.portfolio_grid_wrapper.one_col .port_1col_img,
	.portfolio_grid_wrapper.one_col .port_1col_content {
		width:100%;
		padding:0;
	}
	.portfolio_grid_wrapper.one_col .port_1col_content {
		padding-top:20px;
	}
}
@media only screen and (max-width: 760px) {
	.strip-item	{
		width:100%!important;
	}
	.content_strip_wrapper {
		left:auto;
		right:30px;
		text-align:right;
		transform:none!important;
		padding-right:0;
	}
	.strip_title:before {
		margin-left:0;
		left:auto;
		right:0;
	}
	.strip-menu,
	.strip_template {
		position:static;
	}

	.port2cols .portfolio_grid_item,
	.port3cols .portfolio_grid_item,
	.port4cols .portfolio_grid_item,
	.port5cols .portfolio_grid_item {
		width:100%;
	}
	.portfolio_grid_wrapper.one_col .port_1col_img,
	.portfolio_grid_wrapper.one_col .port_1col_content {
		width:100%;
		padding:0;
	}
	.portfolio_grid_wrapper.one_col .port_1col_content {
		padding-top:20px;
	}
	.portfolio_grid_wrapper.one_col .pgc_left_part,
	.portfolio_grid_wrapper.one_col .pgc_right_part {
		float:none;
		text-align:center;
		margin:0 auto;
	}
	.portfolio_grid_wrapper.one_col .pgc_right_part .post_info {
		text-align:center;
		display:inline-block;
		float:none;
	}
	.mirror_container,
	.flow_reflection {
		height:50px;
	}
	.flow_container {
		transform:scale(0.7,0.7) translateY(-20px);
	}
	.ribbon_prevSlide {
		left:15px;
	}
	.ribbon_nextSlide {
		right:15px;
	}
	.ribbon_title {
		bottom:15px;
		left:0;
		width:100%;
		text-align:center;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:0 15px;
	}
	.shift_slide .shift_title_wrapper {
		position:absolute;
		top:50%;
		margin:-33px 0 0 0;
		opacity:0!important;
		transition:opacity 400ms;
		min-width:300px;
	}
	.slide_fullview.shift_slide .shift_title_wrapper {
		opacity:1!important;
	}

}
.gt3_pre {
	white-space: pre;
}
.all_array_wrapper {
	font-size:0;
	line-height:0;
	padding-top:30px;
}
.all_array_wrapper > div {
	display:inline-block;
	width:12.5%;
}
.all_array_wrapper > div img {
	display:block;
	width:100%;
	height:auto;
}

/* Albums with Filtering  */
.portfolio_grid_isotope,
.fullscreen_style .portfolio_grid {
	overflow:hidden !important;
}

.show_album_content {
	text-align:center;
}
.albums_load_more {
	margin:0 auto 30px auto;
}
.show_album_content .portfolio_grid_item_wrapper {
	position:relative;
}
.show_album_content .portfolio_grid_item_wrapper > a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
}
.show_album_content .portfolio_grid_item_wrapper:hover .gallery_fadder:before {
	opacity:0.5;
}
.show_album_content .portfolio_grid_item_wrapper:hover .gallery_fadder {
	background:rgba(54,59,67, 0.56);
}

/* Preloader */
.gt3_preloader {
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	left:0;
	top:0;
	z-index:9999999;
	transition:opacity 500ms;
}
.gt3_preloader.removePreloader {
	opacity:1;
}
.gt3_preloader .gt3_preloader_content {
	width: 60px;
	height: 60px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.gt3_preloader .arc1,
.gt3_preloader .arc2,
.gt3_preloader .arc3 {
	width: 80%;
	height: 80%;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-animation: panel_icon 2s infinite linear;
	-moz-animation: panel_icon 2s infinite linear;
	animation: panel_icon 2s infinite linear;
	margin: -40% 0 0 -40%;
}

.gt3_preloader .arc2 {
	width: 65%;
	height: 65%;
	margin: -32.5% 0 0 -32.5%;
	-webkit-animation: panel_icon_rotate 2s infinite linear;
	-moz-animation: panel_icon_rotate 2s infinite linear;
	animation: panel_icon_rotate 2s infinite linear;
}

.gt3_preloader .arc3 {
	width: 50%;
	height: 50%;
	-webkit-animation: panel_icon_reverse 1s infinite linear;
	-moz-animation: panel_icon_reverse 1s infinite linear;
	animation: panel_icon_reverse 1s infinite linear;
	margin: -25% 0 0 -25%;
}

.ar_wrap {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

/* Chrome, Safari, Opera */
@keyframes panel_icon {
	0% {transform:rotate(0deg);}
	50% {transform:rotate(180deg);}
	100% {transform:rotate(360deg);}
}

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

@keyframes panel_icon_reverse {
	0% {transform:rotate(0deg);}
	50% {transform:rotate(-180deg);}
	100% {transform:rotate(-360deg);}
}

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

@keyframes panel_icon_rotate {
	0% {transform:rotate(60deg);}
	50% {transform:rotate(240deg);}
	100% {transform:rotate(420deg);}
}

@-webkit-keyframes panel_icon_rotate {
	0% {transform:rotate(60deg);}
	50% {transform:rotate(240deg);}
	100% {transform:rotate(420deg);}
}

.welcome_text {
	font-size: 30px;
	line-height: 48px;
	font-weight: 300;
	padding: 0 50px 18px 50px;
}

.transp_hover:hover {
	background: none !important;
	color: #fff !important;
}

.rev-btn {
	transition: border-color 400ms, background-color 400ms, color 400ms !important;
	-webkit-transition: border-color 400ms, background-color 400ms, color 400ms !important;
}

/*	RS Custom Arrows */
.rev_slider .tparrows.custom {
	text-decoration:none;
	display:block;
	width:27px;
	height:13px;
	position:absolute;
	top:50%;
	z-index:70;
	cursor:pointer;
	box-shadow:none;
	background-image: url("../img/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 1 !important;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-color: transparent !important;
}

.rev_slider .tparrows.custom:before {
	display: none;
}

.rev_slider .tparrows.custom:hover {
	text-decoration:none;
	display:block;
	width:27px;
	height:13px;
	position:absolute;
	top:50%;
	z-index:70;
	cursor:pointer;
	box-shadow:none;
	background-image: url("../img/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 300px 150px;
	opacity: 0.5 !important;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	background-color: transparent !important;
}

.rev_slider .tp-rightarrow.tparrows.custom {
	background-position: -27px 0;
}

.light_color_scheme .rev_slider .tparrows.custom {
	background-position: 0 -70px;
}

.light_color_scheme .rev_slider .tp-rightarrow.tparrows.custom {
	background-position: -27px -70px;
}

.rev_slider .tparrows.custom:after {
	position: absolute;
	left: 36px;
	top: 0;
	line-height: 13px;
	height: 13px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	content: attr(data-count);
	opacity: 1 !important;
}

.light_color_scheme .rev_slider .tparrows.custom:after {
	color: #363b43;
}

.rev_slider .tp-rightarrow.tparrows.custom:after {
	left: auto;
	right: 36px;
}

/* Portfolio packery */
.portfolio_packery {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.packery_item,
.gallery_item.packery_item {
	float: left;
}

.packery_item img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.packery_inner,
.gallery_item.packery_item .item_padding {
	position: relative;
}

.gallery_item.packery_item .view_link {
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	margin: 0;
	z-index: 10;
}

.packery_img_block {
	display: block;
	position: relative;
}

/* Filter */
.module_portfolio .filter_block {
	text-align:center;
	padding:0 40px 50px 40px;
	position:relative;
	z-index:15;
	line-height: 21px;
}
.module_portfolio .filter_block ul {
	margin:0;
	padding:0;
}
.module_portfolio .filter_block li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.module_portfolio .filter_block li:before,
.module_portfolio .filter_block li:after {
	display: none;
}
.module_portfolio .filter_block li li {
	display: inline-block;
	vertical-align: top;
	margin: 0 14px 8px 14px;
	line-height: 21px;
}
.module_portfolio .filter_block a {
	display: block;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

/* Fullwidth featured blog posts */
.wall_wrap .featured_posts {
	margin: 0;
}
.wall_wrap .featured_posts .featured_item {
	padding: 0;
	float: left;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.wall_wrap .featured_posts .blog_post_preview {
	margin-bottom: 0;
	position: relative;
}
.wall_wrap .featured_posts .blog_post_preview .blog_content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 20;
	background: none;
}
.wall_wrap .featured_posts .blog_post_preview .blog_content .listing_meta,
.wall_wrap .featured_posts .blog_post_preview .blog_content .blog_post_title {
	position: absolute;
	left: 32px;
	top: 30px;
	right: 32px;
	margin: 0;
	z-index: 25;
}
.wall_wrap .featured_posts .blog_post_preview .blog_content .listing_meta .comments {
	display: none;
}
.wall_wrap .blog_post_author:after {
	display: none;
}
.wall_wrap .featured_posts .blog_post_preview .blog_content .blog_post_title {
	top: 50px;
	padding: 0;
}
.wall_wrap .featured_posts .blog_post_preview .blog_content .blog_post_title > div {
	display: none;
}
.featured_posts .learn_more,
.featured_posts .post_info {
	 display: none;
}

.wall_wrap .featured_posts .learn_more,
.wall_wrap .featured_posts .post_info {
	position: absolute;
	left: 32px;
	bottom: 27px;
	display: block;
	float: none;
	z-index: 50;
	color: #a7acb6;
}
.wall_wrap .featured_posts .learn_more:hover {
	color: #363b43;
}
.wall_wrap .featured_posts .learn_more:after {
	background-position: -62px -70px;
}

.wall_wrap .featured_posts .post_info {
	left: auto;
	right: 32px;
}

.wall_wrap .featured_posts .post_share > a,
.wall_wrap .featured_posts .like_count {
	color: #a7acb6;
}

.wall_wrap .featured_posts .post_share:hover > a,
.wall_wrap .featured_posts .likes_block:hover .like_count,
.wall_wrap .featured_posts .likes_block.already_liked .like_count {
	color: #363b43;
}

/* Odd */
.wall_wrap .featured_posts .featured_item:nth-child(odd) .blog_post_preview .blog_content {
	background: #f1f2f4;
}
.wall_wrap .featured_posts .featured_item:nth-child(odd) .listing_meta,
.wall_wrap .featured_posts .featured_item:nth-child(odd) .listing_meta a {
	color: #a7acb6;
}
.wall_wrap .featured_posts .featured_item:nth-child(odd) .blog_post_title,
.wall_wrap .featured_posts .featured_item:nth-child(odd) .blog_post_title a {
	color: #363b43;
}

/* Even */
.wall_wrap .featured_posts .featured_item:nth-child(even) .blog_post_preview .blog_content {
	background: rgba(54,59,67, 0.4);
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .listing_meta,
.wall_wrap .featured_posts .featured_item:nth-child(even) .listing_meta a,
.wall_wrap .featured_posts .featured_item:nth-child(even) .blog_post_title,
.wall_wrap .featured_posts .featured_item:nth-child(even) .blog_post_title a {
	color: #fff;
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .listing_meta a:hover,
.wall_wrap .featured_posts .featured_item:nth-child(even) .blog_post_title a:hover {
	color: rgba(255,255,255, 0.7);
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .learn_more {
	color: #fff;
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .learn_more:hover {
	color: rgba(255,255,255, 0.7);
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .learn_more:after {
	background-position: -62px 0;
	opacity: 1;
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .post_share > a,
.wall_wrap .featured_posts .featured_item:nth-child(even) .like_count {
	color: #fff;
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .post_share:hover > a,
.wall_wrap .featured_posts .featured_item:nth-child(even) .likes_block:hover .like_count,
.wall_wrap .featured_posts .featured_item:nth-child(even) .likes_block.already_liked .like_count {
	color: rgba(255,255,255, 0.7);
}
.wall_wrap .featured_posts .featured_item:nth-child(even) .post_share:hover > a:before {
	color: rgba(255, 255, 255, 0.7);
}
.gt3_pre {
	text-align:left;
}
.gt3_temp_class {
	height:100%!important;
	font-size:14px!important;
	line-height:20px!important;
}

/* Back to Top */
.back2top {
	position: fixed;
	z-index: 999;
	width: 40px;
	height: 40px;
	background: #1f2228;
	border-radius: 0;
	-webkit-border-radius: 0;
	display: none;
	bottom: 30px;
	right: 30px;
	text-indent: -9999px;
	transition: background-color 300ms, bottom 400ms;
	-webkit-transition: background-color 300ms, bottom 400ms;
}

.light_color_scheme .back2top {
	background: #a7acb6;
}

.back2top:after {
	position: absolute;
	left: 13px;
	top: 17px;
	width: 14px;
	height: 6px;
	content: '';
	background-image: url("../img/sprite.png");
	background-position: -150px -100px;
	background-repeat: no-repeat;
	background-size: 300px 150px;
}

.packery_item {
	width: 25%;
	float: left;
	overflow: hidden;
}
.grid_item_width2_height2,
.grid_item_width2_height1,
.grid_item_width2 {
	width: 50%;
}

.wall_wrap .module_portfolio,
.wall_wrap .module_gallery {
	margin-right: -4px;
	width: calc(100% + 4px);
}

.packery_img_block {
	background-size: cover;
}

.packery_item .packery_img_block img {
	display: none;
}

.module_gallery .portfolio_packery {
	 font-size: 0;
	line-height: 0;
}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.widget_mailchimpsf_widget .widget-title {
	line-height: 1.4em;
	margin-bottom: 0.75em;
}
#mc_subheader {
	line-height: 1.25em;
	margin-bottom: 18px;
}
.mc_merge_var {
	margin-bottom: 1.0em;
}
.mc_var_label,
.mc_interest_label {
	display: block;
	margin-bottom: 0.5em;
}
.mc_input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.mc_input.mc_phone {
	width: auto;
}
select.mc_select {
	margin-top: 0.5em;
	width: 100%;
}
.mc_address_label {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	display: block;
}
.mc_address_label ~ select {
	width: 100%;
}
.mc_list li {
	list-style: none;
	background: none !important;
}
.mc_interests_header {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.mc_interest label,
.mc_interest input {
	margin-bottom: 0.4em;
}
#mc_signup_submit {
	margin-top: 1.5em;
	width: 80%;
}
#mc_unsub_link a {
	font-size: 0.75em;
}
#mc_unsub_link {
	margin-top: 1.0em;
}
.mc_header_address,
.mc_email_format {
	display: block;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.mc_email_options {
	margin-top: 0.5em;
}
.mc_email_type {
	padding-left: 4px;
}
.mc_display_rewards {
	text-align: center;
}
.thumbnails {
	font-size: 0;
}
#gallery-1 {
	margin: auto;
}
#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#gallery-1 .gt3pg_gallery-caption {
	margin-left: 0;
}
#gallery-1 .gt3pg_gallery-item {
	float: left;
	text-align: center;
	width: 33%;
}
#gallery-1 .gt3pg_gallery-caption {
	margin-left: 0;
}
.widget_mailchimpsf_widget .widget-title {
	line-height: 1.4em;
	margin-bottom: 0.75em;
}
#mc_subheader {
	line-height: 1.25em;
	margin-bottom: 18px;
}
.mc_merge_var {
	margin-bottom: 1.0em;
}
.mc_var_label,
.mc_interest_label {
	display: block;
	margin-bottom: 0.5em;
}
.mc_input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.mc_input.mc_phone {
	width: auto;
}
select.mc_select {
	margin-top: 0.5em;
	width: 100%;
}
.mc_address_label {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	display: block;
}
.mc_address_label ~ select {
	width: 100%;
}
.mc_list li {
	list-style: none;
	background: none !important;
}
.mc_interests_header {
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.mc_interest label,
.mc_interest input {
	margin-bottom: 0.4em;
}
#mc_signup_submit {
	margin-top: 1.5em;
	width: 80%;
}
#mc_unsub_link a {
	font-size: 0.75em;
}
#mc_unsub_link {
	margin-top: 1.0em;
}
.mc_header_address,
.mc_email_format {
	display: block;
	font-weight: bold;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.mc_email_options {
	margin-top: 0.5em;
}
.mc_email_type {
	padding-left: 4px;
}
.skills_number6 .diagram_bar {
	background: #363b43;
}
.skills_number6 .skill_div {
	background: #7f6fad;
	background: -moz-linear-gradient(left, #7f6fad 0%, #aa738d 100%);
	background: -webkit-linear-gradient(left, #7f6fad 0%, #aa738d 100%);
	background: linear-gradient(to right, #7f6fad 0%, #aa738d 100%);
}
.skills_number6 .skill_li h6 {
	color: #666c77;
}
@media only screen and (max-width: 1279px) and (min-width: 769px) {
	.gallery-columns-6 .gt3pg_gallery-item,
	.gallery-columns-9 .gt3pg_gallery-item {
		width: 33%!important;
		max-width: 33%!important;
	}
	.gallery-columns-7 .gt3pg_gallery-item,
	.gallery-columns-8 .gt3pg_gallery-item {
		width: 24.9%!important;
		max-width: 24.9%!important;
	}
}
@media only screen and (max-width: 768px) and (min-width: 668px) {
	.gt3pg_gallery-item,
	.gallery-columns-2 .gt3pg_gallery-item,
	.gallery-columns-4 .gt3pg_gallery-item,
	.gallery-columns-5 .gt3pg_gallery-item,
	.gallery-columns-6 .gt3pg_gallery-item,
	.gallery-columns-7 .gt3pg_gallery-item,
	.gallery-columns-8 .gt3pg_gallery-item,
	.gallery-columns-9 .gt3pg_gallery-item {
		width: 50%!important;
		max-width: 50%!important;
	}
	.gallery-columns-3 .gt3pg_gallery-item {
		width: 100%!important;
		max-width: 100%!important;
	}
}
@media only screen and (max-width: 667px) {
	.gallery-item,
	.gallery-columns-2 .gt3pg_gallery-item,
	.gallery-columns-3 .gt3pg_gallery-item,
	.gallery-columns-4 .gt3pg_gallery-item,
	.gallery-columns-5 .gt3pg_gallery-item,
	.gallery-columns-6 .gt3pg_gallery-item,
	.gallery-columns-7 .gt3pg_gallery-item,
	.gallery-columns-8 .gt3pg_gallery-item,
	.gallery-columns-9 .gt3pg_gallery-item {
		width: 100%!important;
		max-width: 100%!important;
	}
}
#gallery-1 .gt3pg_gallery_wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
#gallery-1 .gt3pg_gallery-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0px;
}

/*// Custom style //*/
.style1 {
	padding-bottom:35px; 
	padding-top:0px;
}
.style2 {
	padding-bottom:47px; 
	padding-top:0px;
}
.style3 {
	padding-bottom:27px; 
	padding-top:4px;
}
.style4 {
	display: none;
}
.style5 {
	padding-bottom: 0px; 
	padding-top: 0px;
}
.style5-title {
	color:#363b43;
}
.style6 {
	padding-bottom:17px; 
	padding-top:0px;
}
.style7 {
	padding-bottom: 0px; 
	padding-top: 21px;
}
.style8 {
	width: 1400px; 
	left: 0px;
}
.style9 {
	margin-bottom:0px; 
	padding-top:0px; 
	background-color:#ffffff;
}
.style10 {
	margin-bottom:0px; 
	padding-top:0px; 
	background-color:#363b43;
}
.style11 {
	padding-bottom:0px; 
	padding-top:0px;
}
.style12 {
	color:#fff !important;
}
.style12-title {
	color:#fff !important;
}
.style13 {
	margin-bottom:0px; 
	padding-top:0px; 
	background-color:#fafafa;
}
.style14 {
	padding-bottom:68px; 
	padding-top:50px;
}
.style15 {
	margin-bottom:0px; 
	padding-top:0px; 
	background-color:#ffffff;
}
.style16 {
	padding-bottom:75px; 
	padding-top:65px;
}
.style17 {
	margin-bottom:0px; 
	padding-top:63px; 
	background-color:#fafafa;
}
.style18 {
	padding-bottom:35px; 
	padding-top:0px;
}
.style18-title {
	color:#363b43
}
.style18-title2 {
	font-weight:200
}
.style19 {
	padding-bottom: 35px; 
	padding-top: 0px;
}
.style19-title {
	color:#363b43;
}
.style19-title2 {
	font-weight:200;
}
.style20 {
	padding-bottom: 65px; 
	padding-top: 0px;
}
.style21 {
	margin-bottom:0px; 
	padding-top:0px; 
	background-color:#93cbe0;
}
.style22 {
	padding-bottom:92px; 
	padding-top:86px;
}
.style23 {
	background: transparent; 
	padding: 0px;
}
.style24 {
	display:none;
}
.style25 {
	padding-bottom:122px; 
	padding-top:129px;
}
.style25-text {
	text-align: center;
}
.style25-text-02 {
	text-align: center; 
	color: #eff0f0;
}
.style25-text-03 {
	text-align: center;
}
.style25-img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.style26 {
	margin-bottom:0px; 
	padding-top:0px;
}
.style27 {
	width: 50px;
}
.style28 {
	padding-bottom: 6px; 
	padding-top: 0px;
}
.style29 {
	margin-bottom: 0px; 
	padding-top: 0px;
}
.style30 {
	padding-bottom: 33px; 
	padding-top: 33px;
}
.style31 {
	padding-bottom: 44px; 
	padding-top: 0px;
}
.style32 {
	padding-bottom: 25px; 
	padding-top: 0px;
}
.style33 {
	padding-bottom: 9px; 
	padding-top: 0px;
}
.style34 {
	padding-bottom:120px; 
	padding-top:0px;
}
.style35 {
	padding-bottom: 92px; 
	padding-top: 86px;
}
.style36 {
	margin-bottom: 35px; 
	padding-top: 0px;
}
.style37 {
	padding-bottom: 27px; 
	padding-top: 3px;
}
.style38 {
	padding-bottom: 70px; 
	padding-top: 47px;
}
.style39 {
	margin-bottom: 44px; 
	padding-top: 0px;  
	background-image:url('../img/promotext_bg.jpg')
}
.style40 {
	padding-bottom: 33px; 
	padding-top: 0px;
}
.style41 {
	padding-bottom: 10px; 
	padding-top: 0px;
}
.style42 {
	padding-bottom: 14px; 
	padding-top: 0px;
}
.style43 {
	padding-bottom: 12px; 
	padding-top: 0px;
}
.style44 {
	padding-bottom: 95px; 
	padding-top: 0px;
}
.style45 {
	padding-bottom: 0px; 
	padding-top: 21px;
}
.style46 {
	padding-bottom:100px; 
	padding-top:0px;
}
.style47 {
	padding-bottom:18px; 
	padding-top:0px;
}
.bg_title-title {
	color:#666c77;
}
.module-block {
	padding-bottom:36px; 
	padding-top:0px;
}
.module-block2 {
	padding-bottom: 34px; 
	padding-top: 0px;
}
.skill_li-in {
	width:calc(33.33% - 32px);
}
.promo_text_block_wrapper-text {
	color:#363b43 !important;
}
.text-title {
	color:#fff !important; 
}
.text-title-02 {
	color:#fff !important;
}
.color1 {
	color: #fff !important;
}
.head-01 {
	text-align:left;
}
.head-02 {
	color:#363b43 !important;
}
.clear-both {
	clear: both;
}
.dis-01 {
	display: block;
}
.dis-02 {
	visibility: hidden !important;
}
.dis-03 {
	margin-bottom: 0px; 
	padding-top: 44px; 
	background-color: #ffffff;
}
.dis-04 {
	margin-bottom: 0px; 
	padding-top: 0px;  
	background-image:url('../img/home_bg2.jpg')
}
.dis-05 {
	margin-bottom: 0px; 
	padding-top: 0px; 
	background-color: #ffffff;
}
.dis-06 {
	margin-bottom: 110px; 
	padding-top: 0px;  
	background-image:url('../img/testimonials_bg.jpg')
}
.dis-07 {
	display: none;
}
.list-01 {
	width: 1400px; 
	left: 0px;
}
.rv-01 {
	background:transparent;
	padding:0px;
}
.slide01 {
	z-index: 5; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 142px; 
	line-height: 130px; 
	font-weight: 700; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
}
.slide02 {
	z-index: 6;
	background-color:rgba(255,255,255,1);
}
.slide03 {
	z-index: 7; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 16px; 
	line-height: 21px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	letter-spacing:6px; 
}
.slide04 {
	z-index: 8; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.slide05 {
	z-index: 9; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(100,112,167,1);
	font-family:Montserrat;
	text-transform:uppercase;
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.slide06 {
	z-index: 5; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 142px; 
	line-height: 130px; 
	font-weight: 700; 
	color: rgba(255,255,255,1);
	font-family: Montserrat;
	text-transform:uppercase;
}
.slide07 {
	z-index: 6;
	background-color:rgba(255,255,255,1);
}
.slide08 {
	z-index: 7; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 16px; 
	line-height: 21px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	letter-spacing:6px;
}
.slide09 {
	z-index: 8; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.slide10 {
	z-index: 9; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(100,112,167,1);
	font-family:Montserrat;
	text-transform:uppercase;
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.slide11 {
	z-index: 5; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 142px; 
	line-height: 130px; 
	font-weight: 700; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
}
.slide12 {
	z-index: 6;
	background-color:rgba(255,255,255,1);
}
.slide13 {
	z-index: 7; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 16px; 
	line-height: 21px; 
	font-weight: 400; 
	color: #fff !important;
	font-family:Montserrat;
	text-transform:uppercase;
	letter-spacing:6px;
}
.slide14 {
	z-index: 8; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.slide15 {
	z-index: 9; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(100,112,167,1);
	font-family:Montserrat;
	text-transform:uppercase;
	background-color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.module_cont-01 {
	margin-bottom:0px; 
	padding-top:0px; 
	background-color:#ffffff;
}
.module_cont-02 {
	padding-bottom:83px; 
	padding-top:84px;
}
.module_cont-03 {
	text-align: center;
}
.module_cont-03-img {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.module_cont-04 {
	text-align: center;
}
.module_cont-05 {
	text-align: center; 
	color: #363b43;
}
.module_cont-06 {
	text-align: center;
}
.rw-slide-01 {
	z-index: 5; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 300px; 
	line-height: 230px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:'Over the Rainbow';
}
.rw-slide-02 {
	z-index: 6; 
	white-space: nowrap; 
	font-size: 16px; 
	line-height: 21px; 
	font-weight: 400; 
	color: rgba(54,59,67,1);
	font-family:Montserrat;
	text-transform:uppercase;
	background-color:rgba(255,255,255,1);
	letter-spacing:6px;
}
.rw-slide-03 {
	z-index: 7; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.rw-slide-04 {
	z-index: 5; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 300px; 
	line-height: 230px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:"Over the Rainbow";
}
.rw-slide-05 {
	z-index: 6; 
	white-space: nowrap; 
	font-size: 16px; 
	line-height: 21px; 
	font-weight: 400; 
	color: rgba(54,59,67,1);
	font-family:Montserrat;
	text-transform:uppercase;
	background-color:rgba(255,255,255,1);
	letter-spacing:6px;
}
.rw-slide-06 {
	z-index: 7; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}
.rw-slide-07 {
	z-index: 5; 
	min-width: 1170px; 
	max-width: 1170px; 
	white-space: normal; 
	font-size: 300px; 
	line-height: 230px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:"Over the Rainbow";
}
.rw-slide-08 {
	z-index: 6; 
	white-space: nowrap; 
	font-size: 16px; 
	line-height: 21px; 
	font-weight: 400; 
	color: rgba(54,59,67,1);
	font-family:Montserrat;
	text-transform:uppercase;
	background-color:rgba(255,255,255,1);
	letter-spacing:6px;
}
.rw-slide-09 {
	z-index: 7; 
	min-width: 137px; 
	max-width: 137px; 
	white-space: nowrap; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: 400; 
	color: rgba(255,255,255,1);
	font-family:Montserrat;
	text-transform:uppercase;
	border-color:rgba(255,255,255,1);
	border-style:solid;
	border-width:2px 2px 2px 2px;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
	content: " ";
	display: table
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce .cart-collaterals:after,
.woocommerce .col2-set:after,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails:after,
.woocommerce ul.products,
.woocommerce ul.products li.first,
.woocommerce ul.products:after,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .col2-set:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page ul.products,
.woocommerce-page ul.products li.first,
.woocommerce-page ul.products:after {
	clear: both
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}
.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
	content: " ";
	display: table
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
	clear: both
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0
}
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
	width: 48%
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 30.75%
}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
	width: 16.95%
}
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
	width: 13.5%
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	height: auto
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 80px
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
	content: " ";
	display: table
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 100%
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	clear: right;
	float: right
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row-wide,
.woocommerce form .form-row:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
	clear: both
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	width: 100%
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}
.woocommerce-page.left-sidebar #content.twentyeleven {
	width: 58.4%;
	margin: 0 7.6%;
	float: right
}
.woocommerce-page.right-sidebar #content.twentyeleven {
	margin: 0 7.6%;
	width: 58.4%;
	float: left
}
.twentyfourteen .tfwc {
	padding: 12px 10px 0;
	max-width: 474px;
	margin: 0 auto
}
.twentyfourteen .tfwc .product .entry-summary {
	padding: 0!important;
	margin: 0 0 1.618em!important
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
	margin-top: 0
}
.twentyfourteen .tfwc .product .images img {
	margin-bottom: 1em
}
@media screen and (min-width: 673px) {
	.twentyfourteen .tfwc {
			padding-right: 30px;
			padding-left: 30px
	}
}
@media screen and (min-width: 1040px) {
	.twentyfourteen .tfwc {
			padding-right: 15px;
			padding-left: 15px
	}
}
@media screen and (min-width: 1110px) {
	.twentyfourteen .tfwc {
			padding-right: 30px;
			padding-left: 30px
	}
}
@media screen and (min-width: 1218px) {
	.twentyfourteen .tfwc {
			margin-right: 54px
	}
	.full-width .twentyfourteen .tfwc {
			margin-right: auto
	}
}
.twentyfifteen .t15wc {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
	padding-top: 7.6923%;
	margin-bottom: 7.6923%;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}
.twentyfifteen .t15wc .page-title {
	margin-left: 0
}
@media screen and (min-width: 38.75em) {
	.twentyfifteen .t15wc {
			margin-right: 7.6923%;
			margin-left: 7.6923%;
			margin-top: 8.3333%
	}
}
@media screen and (min-width: 59.6875em) {
	.twentyfifteen .t15wc {
			margin-left: 8.3333%;
			margin-right: 8.3333%;
			padding: 10%
	}
	.single-product .twentyfifteen .entry-summary {
			padding: 0!important
	}
}
.twentysixteen .site-main {
	margin-right: 7.6923%;
	margin-left: 7.6923%
}
.twentysixteen .entry-summary {
	margin-right: 0;
	margin-left: 0
}
#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
	width: 46.42857%
}
@media screen and (min-width: 44.375em) {
	.twentysixteen .site-main {
			margin-right: 23.0769%
	}
}
@media screen and (min-width: 56.875em) {
	.twentysixteen .site-main {
			margin-right: 0;
			margin-left: 0
	}
	.no-sidebar .twentysixteen .site-main {
			margin-right: 15%;
			margin-left: 15%
	}
	.no-sidebar .twentysixteen .entry-summary {
			margin-right: 0;
			margin-left: 0
	}
}
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
	float: right
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
	float: left
}
.rtl .woocommerce form .form-row-first,
.rtl .woocommerce form .form-row-last,
.rtl .woocommerce-page form .form-row-first,
.rtl .woocommerce-page form .form-row-last {
	float: right
}
.rtl .woocommerce form .form-row-last,
.rtl .woocommerce-page form .form-row-last {
	float: left
}

@media screen and (min-width: 767px) {
	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive thead {
		display: none
	}
	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 0
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right!important
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce table.my_account_orders tr td.order-actions:before,
	.woocommerce table.shop_table_responsive tr td.actions:before,
	.woocommerce table.shop_table_responsive tr td.product-remove:before,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce-page table.my_account_orders tr td.order-actions:before,
	.woocommerce-page table.shop_table_responsive tr td.actions:before,
	.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
		display: none
	}
	.woocommerce table.shop_table_responsive tr td.order-actions,
	.woocommerce-page table.shop_table_responsive tr td.order-actions {
		text-align: left!important
	}
	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title)": ";
		font-weight: 700;
		float: left
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(0, 0, 0, .025)
	}
	.woocommerce table.my_account_orders tr td.order-actions,
	.woocommerce-page table.my_account_orders tr td.order-actions {
		text-align: left
	}
	.woocommerce table.my_account_orders tr td.order-actions .button,
	.woocommerce-page table.my_account_orders tr td.order-actions .button {
		float: none;
		margin: .125em .25em .125em 0
	}
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page[class*=columns-] ul.products li.product,
	.woocommerce[class*=columns-] ul.products li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em
	}
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n),
	.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
	.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: right;
		clear: none!important
	}
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%
	}
	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions {
		text-align: left
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: none;
		padding-bottom: .5em
	}
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce #content table.cart td.actions .coupon:before,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:before,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:before,
	.woocommerce-page table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:before {
		content: " ";
		display: table
	}
	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:after {
		clear: both
	}
	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
		box-sizing: border-box
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float: right
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width: 100%;
		float: none;
		text-align: left
	}
	.woocommerce-page.woocommerce-checkout form.login .form-row,
	.woocommerce.woocommerce-checkout form.login .form-row {
		width: 100%;
		float: none
	}
	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		text-align: left;
		padding: 0
	}
	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1em
	}
	.woocommerce .lost_reset_password .form-row-first,
	.woocommerce .lost_reset_password .form-row-last,
	.woocommerce-page .lost_reset_password .form-row-first,
	.woocommerce-page .lost_reset_password .form-row-last {
		width: 100%;
		float: none;
		margin-right: 0
	}
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: none;
		width: 100%
	}
	.single-product .twentythirteen .panel {
		padding-left: 20px!important;
		padding-right: 20px!important
	}
}

/* WooCommerce styles */
.woocommerce_fullscreen {
	padding: 30px 30px 0 30px;
}
.woocommerce_container .pagerblock {
	padding: 0 0 30px 0;
}
.woocommerce form.track_order p:first-child,
.woocommerce form.lost_reset_password p:first-child {
	margin-bottom:12px;
}
.woocommerce-result-count {
	padding-bottom:0 !important;
	line-height:43px;
	margin-bottom:23px !important;
	font-size:14px;
	font-weight:700;
	text-transform: uppercase;
}
.woocommerce img {
	outline:none;
	vertical-align:top;
	max-width:100% !important;
}
.woocommerce .woocommerce-ordering {
	clear:none !important;
	margin-bottom:0;
	padding-bottom:22px;
	padding-right:0;
}
.woocommerce a.button.added:before, .woocommerce-page a.button.added:before,
.woocommerce button.button.added:before, .woocommerce-page button.button.added:before,
.woocommerce input.button.added:before, .woocommerce-page input.button.added:before,
.woocommerce #respond input#submit.added:before, .woocommerce-page #respond input#submit.added:before,
.woocommerce #content input.button.added:before, .woocommerce-page #content input.button.added:before {
	background: none !important;
}
.woocommerce a.button:active, .woocommerce-page a.button:active,
.woocommerce button.button:active, .woocommerce-page button.button:active,
.woocommerce input.button:active, .woocommerce-page input.button:active,
.woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active,
.woocommerce #content input.button:active, .woocommerce-page #content input.button:active {
	top: 0;
}

/* Star-Rating */
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce p.stars,
.woocommerce-page p.stars  {
	width: 75px;
	height:14px;
	display:block;
	background-position:0 0;
	background-repeat:repeat-x;
	clear:both;
	padding:0 !important;
	margin-bottom:6px; 
	position:relative;
}	
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
	content:'' !important;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span {
	height:14px;
	display:inline-block;
	background-position:0 -14px;
	background-repeat:repeat-x;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before,
.woocommerce .star-rating span:after, .woocommerce-page .star-rating span:after {
	content:'' !important;
}
.woocommerce p.stars a:before, .woocommerce-page p.stars a:before,
.woocommerce p.stars a:after, .woocommerce-page p.stars a:after {
	content:'' !important;
}
.woocommerce p.stars:before, .woocommerce-page p.stars:before,
.woocommerce p.stars:after, .woocommerce-page p.stars:after {
	content:'' !important;
}
.woocommerce p.stars a, .woocommerce-page p.stars a {
	width: 15px;
	height:14px;
	text-indent:-9999px;
	position:absolute;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}
.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
	width: 15px;
	z-index:25;	
}
.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width: 30px;
	z-index:20;
}
.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width: 45px;
	z-index:15;
}
.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width: 60px;
	z-index:10;
}
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
	width: 75px;
	z-index:5;
}
.woocommerce p.stars a.active, .woocommerce-page p.stars a.active,
.woocommerce p.stars a:hover, .woocommerce-page p.stars a:hover,
.woocommerce p.stars a:focus, .woocommerce-page p.stars a:focus {
	background-position:0 -14px;
	background-repeat: repeat-x;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
	float:right;
	clear:none;
}
.woocommerce p.stars span, .woocommerce-page p.stars span {
	background:none;
}
.woocommerce p.stars span a.star-1,
.woocommerce-page p.stars span a.star-1 {
	width: 15px;
}
.woocommerce p.stars span a.star-2,
.woocommerce-page p.stars span a.star-2 {
	width: 30px;
}
.woocommerce p.stars span a.star-3,
.woocommerce-page p.stars span a.star-3 {
	width: 45px;
}
.woocommerce p.stars span a.star-4,
.woocommerce-page p.stars span a.star-4 {
	width: 60px;
}
.woocommerce p.stars span a.star-5,
.woocommerce-page p.stars span a.star-5 {
	width: 75px;
}
.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, 
.woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
	background-position:0 -14px;
	background-repeat:repeat-x;
}
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
	background-position:0 -14px;
	background-repeat:repeat-x;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce p.stars,
.woocommerce-page p.stars,
.woocommerce .star-rating span,
.woocommerce-page .star-rating span,
.woocommerce p.stars a.active,
.woocommerce-page p.stars a.active,
.woocommerce p.stars a:hover,
.woocommerce-page p.stars a:hover,
.woocommerce p.stars a:focus,
.woocommerce-page p.stars a:focus,
.woocommerce p.stars span a:hover,
.woocommerce-page p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:focus,
.woocommerce p.stars span a.active,
.woocommerce-page p.stars span a.active,
.woocommerce #reviews .star-rating,
.woocommerce-page #reviews .star-rating,
.woocommerce #reviews .star-rating span,
.woocommerce-page #reviews .star-rating span,
.woocommerce #reviews .commentlist .star-rating,
.woocommerce-page #reviews .commentlist .star-rating,
.woocommerce #reviews .commentlist .star-rating span,
.woocommerce-page #reviews .commentlist .star-rating span  {
	background-image:url(../img/woo_star.png);
	background-size:15px 28px;
	-webkit-background-size:15px 28px;
}
.woocommerce ul.products li.product .price .from {
	padding-right:5px;
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
	background:#2c3036;
}

.light_color_scheme .woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce-page.light_color_scheme form .form-row.woocommerce-validated input.input-text,
.light_color_scheme .woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page.light_color_scheme form .form-row.woocommerce-invalid input.input-text,
.light_color_scheme .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page.light_color_scheme form .form-row.validate-required.woocommerce-validated input.input-text,
.light_color_scheme .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page.light_color_scheme form .form-row.validate-required.woocommerce-invalid input.input-text {
	background:#fafafa;
}
.woocommerce #billing_address_1,
.woocommerce #shipping_address_1,
.woocommerce #billing_address_1_field,
.woocommerce #shipping_address_1_field {
	margin-bottom:8px;
}
.woocommerce table.variations,
.woocommerce .variations_form {
	margin-bottom:0 !important;
	border:0;
}
.woocommerce table.variations td,
.woocommerce .variations_form td,
.woocommerce table.variations th,
.woocommerce .variations_form th  {
	background:none;
	border:0;
	padding:0;
}
.woocommerce table.variations td label,
.woocommerce .variations_form td label,
.woocommerce table.variations td select,
.woocommerce .variations_form td select  {
	margin-bottom:0 !important;
}
.woocommerce a.reset_variations {
	padding:10px 0 10px 0;
	display:inline-block;
}
.single_variation {
	padding-bottom:15px;
}

.woocommerce #commentform p label {
	display:block;
	width:90%;
	padding:4px 0 0 0;
	background:none;
	border:0 !important;	
}
.comment-form-author span.required,
.comment-form-email span.required {
	margin-right:10px;
}
.woocommerce #commentform p.comment-form-author label,
.woocommerce #commentform p.comment-form-email label {
	width:50px;
	display:inline-block;
}

/* Products */
.woocommerce_container h1.page-title {
	display:none;
}

.woocommerce_container .page-description p {
	margin:0;
}
.woocommerce_container .page-description {
	margin-bottom:0;
}

.woocommerce_container ul li:before {
	content: "" !important;
	display:none !important;
}

.woocommerce .woocommerce_container ul.products,
.woocommerce ul.products {
	padding:0;
	margin:0 0 0 -30px;
	list-style:none;
	font-size:0;
	line-height:0;
}
.woocommerce .woocommerce_container ul.products li.product,
.woocommerce .woocommerce_container .upsells.products ul li.product,
.woocommerce ul.products li.product,
.woocommerce .upsells.products ul li.product {
	margin: 0 0 30px 30px;
	width:calc(33.333% - 30px);
	float:none;
	display:inline-block !important;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	padding:0;
}
.woocommerce .right-sidebar .woocommerce_container ul.products li.product,
.woocommerce .right-sidebar .woocommerce_container .upsells.products ul li.product,
.woocommerce .right-sidebar ul.products li.product,
.woocommerce .right-sidebar .upsells.products ul li.product,
.woocommerce .left-sidebar .woocommerce_container ul.products li.product,
.woocommerce .left-sidebar .woocommerce_container .upsells.products ul li.product,
.woocommerce .left-sidebar ul.products li.product,
.woocommerce .left-sidebar .upsells.products ul li.product {
	width:calc(50% - 30px);
}
.woocommerce .woocommerce_container.woocommerce_fullscreen ul.products li.product,
.woocommerce .woocommerce_container.woocommerce_fullscreen .upsells.products ul li.product {
	width:calc(25% - 30px);
}
.woocommerce .woocommerce_container ul.products li.product:hover img,
.woocommerce .woocommerce_container .upsells.products ul li.product:hover img,
.woocommerce ul.products li.product:hover img,
.woocommerce .upsells.products ul li.product:hover img {
	cursor:pointer;
}
.woocommerce .woocommerce_container ul.products li.product:before,
.woocommerce .woocommerce_container .upsells.products ul li.product:before,
.woocommerce ul.products li.product:before,
.woocommerce .upsells.products ul li.product:before {
	content:'';
	display:none;
}
.woocommerce_container ul.products li.first,
.woocommerce ul.products li.first {
	clear:none;
}
.woocommerce ul.products li.product  span.onsale,
.woocommerce-page ul.products li.product  span.onsale,
.woocommerce .product span.onsale,
.woocommerce-page .product span.onsale {
	display:none;
}
.woocommerce_container ul.products li.product a img,
.woocommerce ul.products li.product a img {
	box-shadow:none !important;
	margin-bottom:0 !important;
}

.product_listing_item {
	background:#2c3036;
	padding:17px 20px 18px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.product_listing_item > * {
	flex: 1 100%;
	padding: 0;
	text-align: left;
}
.product_info {
	padding-top:3px;
	text-align: left;
}
.product_right_part {
	padding-top: 5px;
}

@media all and (min-width: 1200px) {
	.product_left_part,
	.product_right_part {
		flex: 2 0px;
	}
	.product_right_part {
		padding-top: 0;
	}
	.product_info {
		text-align: right;
		padding-left: 10px;
	}
}
.light_color_scheme .product_listing_item {
	background:#fafafa;
}
.woocommerce_fullscreen .product_listing_item {
	background:#363b43;
}
.light_color_scheme .woocommerce_fullscreen .product_listing_item {
	background:#f1f2f4;
}

.woocommerce_container ul.products li.product a.button,
.woocommerce ul.products li.product a.button {
	display:inline-block;
	cursor:pointer;
	vertical-align: top;
	background: none !important;
	line-height:16px !important;
	height:16px !important;
	border:none !important;
	color:#666c77 !important;
	text-align:left !important;
	text-transform: uppercase !important;
	font-size:12px !important;
	padding:0 !important;
	margin:0 !important;
	font-weight: 400 !important;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.woocommerce_container ul.products li.product a.button:before,
.woocommerce ul.products li.product a.button:before {
	font-family: 'Iconano';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	content: "\e094";
	font-size: 12px;
	line-height: 16px;
	padding: 0 8px 0 0;
	transition: color 300ms;
	-webkit-transition: color 300ms;
}

.woocommerce_container ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:hover {
	color: #fff !important;
}

.light_color_scheme .woocommerce_container ul.products li.product a.button,
.woocommerce.light_color_scheme ul.products li.product a.button {
	color: #a7acb6 !important;
}

.light_color_scheme .woocommerce_container ul.products li.product a.button:hover,
.woocommerce.light_color_scheme ul.products li.product a.button:hover {
	color: #363b43 !important;
}

.woocommerce_container ul.products li.product a.button:after,
.woocommerce ul.products li.product a.button:after,
.woocommerce_container ul.products li.product a.button.loading:after,
.woocommerce ul.products li.product a.button.loading:after {
	display:none !important;
	content:'' !important;
}
.woocommerce_container ul.products li.product a.add_to_cart_button,
.woocommerce_container ul.products li.product a.product_type_variable,
.woocommerce_container ul.products li.product a.product_type_grouped,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.product_type_variable,
.woocommerce ul.products li.product a.product_type_grouped {
	display:inline-block;
}
.woocommerce_container ul.products li.product a.add_to_cart_button:before,
.woocommerce_container ul.products li.product a.add_to_cart_button.loading:before,
.woocommerce_container ul.products li.product a.product_type_variable:before,
.woocommerce_container ul.products li.product a.product_type_grouped:before,
.woocommerce ul.products li.product a.add_to_cart_button:before,
.woocommerce ul.products li.product a.add_to_cart_button.loading:before,
.woocommerce ul.products li.product a.product_type_variable:before,
.woocommerce ul.products li.product a.product_type_grouped:before,
.woocommerce_container ul.products li.product a.add_to_cart_button:after,
.woocommerce_container ul.products li.product a.add_to_cart_button.loading:after,
.woocommerce_container ul.products li.product a.product_type_variable:after,
.woocommerce_container ul.products li.product a.product_type_grouped:after,
.woocommerce ul.products li.product a.add_to_cart_button:after,
.woocommerce ul.products li.product a.add_to_cart_button.loading:after,
.woocommerce ul.products li.product a.product_type_variable:after,
.woocommerce ul.products li.product a.product_type_grouped:after {
	display:none;
}
a.button.added:before, button.button.added:before,
input.button.added:before,
#respond input#submit.added:before,
#content input.button.added:before {
	background: none;
	content: "";
	height: 0;
	right: 0;
	top: 0;
	width: 0;
}
.woocommerce_container ul.products li.product a.add_to_cart_button.loading:before,
.woocommerce ul.products li.product a.add_to_cart_button.loading:before {
	background:none;
}
.woocommerce_container ul.products li.product a.add_to_cart_button.loading,
.woocommerce ul.products li.product a.add_to_cart_button.loading {
	opacity:1 !important;
}
.woocommerce_container ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .added_to_cart {
	display:none !important;
}

.woo_hover_img {
	display:block;
	position:relative;	
	overflow:hidden;
	background:rgba(54,59,67, 1);
}
.woo_hover_img img {
	vertical-align:top;
	outline:none;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
	-webkit-transform: translateZ(0) !important;
}
.woo_hover_img:hover img {
	vertical-align:top;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.woo_hover_img span.featured_items_ico {
	position:absolute;
	left:0;
	top:0;
	z-index:16;
	width: 100%;
	height: 100%;
}
.woo_hover_img span.featured_items_ico:before {
	content: "\e02f";
	font-family: 'Iconano';
	font-size:40px;
	color:#ffffff;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:13;
	transition:opacity 400ms;
	opacity:0;
}
.woo_hover_img:hover span.featured_items_ico:before {
	opacity:0.5;
}

.woocommerce .woocommerce_container ul.products li.product .price,
.woocommerce .woocommerce_container .upsells.products ul li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce .upsells.products ul li.product .price {
	display:inline-block;
	vertical-align:top;
}
.woocommerce .woocommerce_container ul.products li.product .price del,
.woocommerce .woocommerce_container .upsells.products ul li.product .price del,
.woocommerce ul.products li.product .price del,
.woocommerce .upsells.products ul li.product .price del {
	display:none;
}
.woocommerce .woocommerce_container ul.products li.product .price,
.woocommerce .woocommerce_container .upsells.products ul li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce .upsells.products ul li.product .price {
	font-size:12px;
	line-height:16px;
	margin:0 0 0 10px;
	color:#666c77;
	text-decoration:none;
}
.woocommerce .woocommerce_container ul.products li.product .price ins,
.woocommerce .woocommerce_container .upsells.products ul li.product .price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce .upsells.products ul li.product .price ins {
	text-decoration:none;
}
.woocommerce .woocommerce_container ul.products li.product .price *,
.woocommerce .woocommerce_container .upsells.products ul li.product .price *,
.woocommerce ul.products li.product .price *,
.woocommerce .upsells.products ul li.product .price *,
.woocommerce .woocommerce_container ul.products li.product .price ins *,
.woocommerce .woocommerce_container .upsells.products ul li.product .price ins *,
.woocommerce ul.products li.product .price ins *,
.woocommerce .upsells.products ul li.product .price ins * {
	font-weight: 400;
}
.woocommerce.light_color_scheme .woocommerce_container ul.products li.product .price,
.woocommerce.light_color_scheme .woocommerce_container .upsells.products ul li.product .price,
.woocommerce.light_color_scheme ul.products li.product .price,
.woocommerce.light_color_scheme .upsells.products ul li.product .price {
	color:#a7acb6;
}
.woocommerce .right-sidebar-block,
.woocommerce .left-sidebar-block {
	margin-top: 0;
}
.variations td {
	padding-bottom:8px !important;
}
.variations td label {
	padding-top:5px;
	text-shadow:none;
}

/* Cart List */
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
	padding:0;
	margin: 0;
	list-style: none;
}
.woo_wrap ul.cart_list li,
.woo_wrap ul.product_list_widget li,
.main_container ul.cart_list li,
.main_container ul.product_list_widget li,
.woocommerce ul.product_list_widget li {
	margin: 0;
	padding:18px 20px 25px 112px !important;
	border-bottom:0;
	position:relative;
	min-height:117px;
	line-height:16px;
}
.woo_wrap ul.cart_list li:last-child,
.woo_wrap ul.product_list_widget li:last-child,
.main_container ul.cart_list li:last-child,
.main_container ul.product_list_widget li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	padding-bottom: 15px !important;
	min-height:107px;
}
.woo_wrap ul.cart_list li.empty, .woo_wrap ul.product_list_widget li.empty,
.main_container ul.cart_list li.empty, .woo_wrap ul.product_list_widget li.empty,
.woocommerce ul.product_list_widget li.empty {
	min-height:inherit;
	padding:0 !important;
}

.woo_wrap ul.cart_list li img, .woo_wrap ul.product_list_widget li img,
.main_container ul.cart_list li img, .woo_wrap ul.product_list_widget li img,
.woocommerce ul.product_list_widget li img {
	width:85px !important;
	height:85px !important;
	margin:0 !important;
	padding:0 !important;
	box-shadow: none;
	float:none !important;
	position:absolute;
	left:0;
	top:9px;
	z-index:2;	
	border-radius:50%;
	-webkit-border-radius:50%;	
}

.woo_wrap ul.cart_list li a, .woo_wrap ul.product_list_widget li a,
.main_container ul.cart_list li a, .woo_wrap ul.product_list_widget li a,
.woocommerce ul.product_list_widget li a {
	line-height:24px;
	display:block;
	padding:0;
	margin:0;
	font-size:18px;
	margin-bottom: 10px;
}

.woo_wrap .quantity,
.main_container .quantity {
	display: block;
	padding: 0 0 0 2px;
	margin: 0 0 12px 0;
}

.woo_wrap .quantity,
.woo_wrap .quantity .amount,
.main_container .quantity,
.main_container .quantity .amount,
.product_list_widget ins *,
.sidepanel .amount,
.sidepanel .reviewer {
	color:#666c77;
	font-size:12px;
	font-style:normal;
	font-weight: 400;
	line-height:16px !important;
	text-transform: uppercase;
}

.light_color_scheme .woo_wrap .quantity,
.light_color_scheme .woo_wrap .quantity .amount,
.light_color_scheme .main_container .quantity,
.light_color_scheme .main_container .quantity .amount,
.light_color_scheme .product_list_widget ins *,
.light_color_scheme .sidepanel .amount,
.light_color_scheme .sidepanel .reviewer {
	color: #b9bfc8;
}

.woo_wrap .product_list_widget .quantity,
.woo_wrap .product_list_widget .quantity .amount,
.main_container .product_list_widget .quantity,
.main_container .product_list_widget .quantity .amount {
	line-height:16px;
}

.woo_wrap .quantity span,
.main_container .quantity span {
	display: inline-block;
	vertical-align: top;
	line-height:15px !important;
}

.woo_wrap .widget_shopping_cart .total,
.main_container .widget_shopping_cart .total {
	padding:15px 0 19px 0;
	border:0;
	margin-bottom:0;
	line-height:16px;
	font-size:12px;
	text-transform: uppercase;
}

.woo_wrap .widget_shopping_cart .total strong,
.main_container .widget_shopping_cart .total strong,
.woo_wrap .widget_shopping_cart .total span,
.main_container .widget_shopping_cart .total span {
	font-weight:400 !important;
}

.right-sidebar-block .total .amount,
.left-sidebar-block .total .amount {
	font-size:12px;
	font-style:normal;
}
.right-sidebar-block .total,
.left-sidebar-block .total {
	margin-bottom:0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	z-index:5;
	left:auto;
	right:0;
	top:17px;
	background:none !important;
	color:#bababa !important;
	opacity:1 !important;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
	font-weight:400;
	font-size:12px;
	text-transform: uppercase;
	color:#666c77;
}

.woocommerce.light_color_scheme ul.cart_list li dl dt,
.woocommerce.light_color_scheme ul.product_list_widget li dl dt,
.woocommerce.light_color_scheme ul.cart_list li dl dd,
.woocommerce.light_color_scheme ul.product_list_widget li dl dd,
.woocommerce.light_color_scheme ul.cart_list li dl dd p,
.woocommerce.light_color_scheme ul.product_list_widget li dl dd p {
	color: #b9bfc8;
}

.product_list_widget ins {
	display: block;
	padding: 0 0 5px 0;
}

/* Widget Product Categories */
.product-categories {
	padding:0 !important;
	margin:0;
	list-style:none;
}
.product-categories li,
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_layered_nav_filters ul li {
	margin: 0;
	padding: 5px 0 10px 14px;
	position: relative;
	line-height: 21px;
	display: block;
	float: none;
}
.product-categories ul.children {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
}
.product-categories ul.children li:last-child {
	padding-bottom: 0;
}
.widget_product_categories a,
.widget_login .pagenav a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce .widget_layered_nav_filters ul li span {
	border:0;
	border-radius:0;
	overflow:hidden;
	display: inline-block;
	font-size: 14px;
	text-transform:uppercase;
	line-height: 21px !important;
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align:top;	
}
.widget_product_categories li:before,
.widget_login .pagenav li:before,
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav_filters ul li:before {
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	transition: background-color 300ms;
	-webkit-transition: background-color 300ms;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

label {
	display:inline-block;
	padding-bottom:5px;
	padding-top:5px;
	font-size:18px;
}
.woocommerce-page input[type="text"]:focus, 
.woocommerce-page input[type="password"]:focus {
	box-shadow:none;
	outline:none;
}
.woocommerce_container .product {
	position:relative;
	padding-top:0;
}
.woocommerce form p, .woocommerce form {
	padding-bottom:0;
	margin-bottom:0;
}
.woocommerce .widget_shopping_cart .buttons,
.woocommerce-page .widget_shopping_cart .buttons {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce-page .widget_shopping_cart .buttons a,
.widget_shopping_cart .buttons a.button {
	margin-bottom:0 !important;
	margin-top:7px !important;
}
.product_list_widget del {
	display:none;
}
.woocommerce .widget_rating_filter li {
	margin: 0;
	padding: 5px 0 10px 0 !important;
	line-height: 14px;
}
.woocommerce .widget_rating_filter li .star-rating {
	margin: 0;
}
.woocommerce .widget_rating_filter li > * {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}

/* Woocommerce Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce a.edit,
.woocommerce #commentform #submit,
.woocommerce-page input.button,
.woocommerce .wrapper input[type="reset"],
.woocommerce .wrapper input[type="submit"],
.woocommerce form.login input.button,
.woocommerce form.lost_reset_password input.button,
.return-to-shop a.button,
#payment input.button,
.woocommerce p input.button,
.woocommerce p button.button,
.woocommerce .checkout_coupon p input.button,
.woocommerce .checkout_coupon p button.button,
.woocommerce .woocommerce-shipping-calculator p button.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	cursor: pointer;
	display:inline-block;
	margin:0 6px 7px 0 !important;
	text-shadow: none;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	vertical-align:top !important;
	box-shadow:none !important;
	height: 45px;
	color: #c6c9ce !important;
	border:none !important;
	text-align:center;
	line-height:20px;
	padding: 12px 19px 13px 19px;
	background:#666c77;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	width:auto !important;
	outline:none !important;
	text-transform:uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.woocommerce.light_color_scheme a.button,
.woocommerce.light_color_scheme button.button,
.woocommerce.light_color_scheme input.button,
.woocommerce.light_color_scheme #respond input#submit,
.woocommerce.light_color_scheme #content input.button,
.woocommerce.light_color_scheme a.edit,
.woocommerce.light_color_scheme #commentform #submit,
.woocommerce-page.light_color_scheme input.button,
.woocommerce.light_color_scheme .wrapper input[type="reset"],
.woocommerce.light_color_scheme .wrapper input[type="submit"],
.woocommerce.light_color_scheme form.login input.button,
.woocommerce.light_color_scheme form.lost_reset_password input.button,
.light_color_scheme .return-to-shop a.button,
.light_color_scheme #payment input.button,
.woocommerce.light_color_scheme p input.button,
.woocommerce.light_color_scheme p button.button,
.woocommerce.light_color_scheme .checkout_coupon p input.button,
.woocommerce.light_color_scheme .checkout_coupon p button.button,
.woocommerce.light_color_scheme .woocommerce-shipping-calculator p button.button {
	color: #ffffff !important;
	background:#a7acb6 !important;
}
.woocommerce a.edit {
	margin-top:5px !important; 
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce a.edit:hover,
.woocommerce #commentform #submit:hover,
.woocommerce-page input.button:hover,
.woocommerce .wrapper input[type="reset"]:hover,
.woocommerce .wrapper input[type="submit"]:hover,
.woocommerce form.login input.button:hover,
.woocommerce form.lost_reset_password input.button:hover,
.return-to-shop a.button:hover,
#payment input.button:hover,
.woocommerce p input.button:hover,
.woocommerce p button.button:hover,
.woocommerce .checkout_coupon p input.button:hover,
.woocommerce .checkout_coupon p button.button:hover,
.woocommerce .woocommerce-shipping-calculator p button.button:hover {
	color:#fff !important;
}
.woocommerce input.button.checkout-button {
	margin-right:0 !important;
	margin-left:0 !important; 
}
.woocommerce input.button.checkout-button.alt {
	margin-left:-4px !important;
	float:none !important; 
}
a.button:active, button.button:active, input.button:active, 
#respond input#submit:active, #content input.button:active {
	top: 0;
}
.woocommerce-page .widget_shopping_cart .empty {
	padding:0;
	margin:0;
	min-height:auto;
}
.woocommerce-page .widget_shopping_cart .empty:before, 
.woocommerce-page .widget_shopping_cart .empty:after {
	width:0;
	height:0;
	background:none;
}
.woocommerce .single_add_to_cart_button:before,
.woocommerce .single_add_to_cart_button:after {
	display: none;
	content: "";
	width:0;
	height:0;
}

/* Price Filter */
.widget_price_filter .price_slider {
	margin-bottom: 0 !important;
}
.woocommerce .widget_price_filter .ui-slider {
	margin-left:0;
	margin-right:0;
}
.widget_price_filter .price_slider_amount {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color:#666c77;
	line-height: 24px;
	text-align: left;
	padding-bottom:0;
	padding-top:20px;
	position:relative;
	margin-bottom:0;
}
.price_slider_wrapper {
	padding-top:32px;
}
.woo_wrap .price_label span.to {
	position:relative;
}
.woo_wrap .price_label span.to:before {
	position:absolute;
	left:-14px;
	top:-2px;
	content:"\2014";
	z-index:5;
	line-height:20px;
	font-size:12px;
	font-weight:400;
	padding:1px;
	color:#666c77;
}
.woo_wrap .price_label span.to:before {
	color: #b9bfc8;
}
.price_filter_wrap {
	padding:0 !important;
	border-radius:0 !important;
	background: none;
	border: 0;
	box-shadow: none;
	display: block;
	position: relative;
}
.woo_wrap .price_label {
	color:#666c77;
	font-size:12px;
	font-style:normal;
	line-height: 20px;
	position:absolute;
	left:auto;
	right:0;
	top:33px;
}
.light_color_scheme .widget_price_filter .price_slider_amount,
.light_color_scheme .woo_wrap .price_label {
	color: #b9bfc8;
}
.widget_price_filter .ui-slider-horizontal {
	position:relative;
	height:2px !important;
	box-shadow:none;	
}
.widget_price_filter .ui-slider .ui-slider-range {
	border: 0 !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	opacity:1 !important;
	display: block !important;
	position: absolute !important;
	z-index: 1;
	overflow:hidden;
	box-shadow:none !important;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	box-shadow: none !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background: #2c3036 !important;
}
.light_color_scheme .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #fafafa !important;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100% !important;
	top: 0 !important;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	border: none !important;
	opacity:1 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer !important;
	height: 37px !important;
	outline: medium none !important;
	position: absolute !important;
	top: auto !important;
	width: 29px !important;
	z-index: 2 !important;
	margin-left:0 !important;
	background:none !important;	
	bottom:6px !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child { 
	margin-left: -30px !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:before {
	position: absolute;
	left:0;
	top:0;
	z-index:999;
	width:auto;
	height:21px;
	line-height:20px;
	padding:0 5px;
	background:#666c77;
	border-radius:0;
	-webkit-border-radius:0;
	font-size:11px !important;
	color:#d6d9de;
	vertical-align:top;
	content: attr(data-width);
}
.light_color_scheme .widget_price_filter .ui-slider .ui-slider-handle:before {
	background:#a7acb6;
	color:#fff;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child:before {
	left:auto;
	right:0;
	border-radius:0;
	-webkit-border-radius:0;
	content: attr(data-width-r);
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
	position: absolute;
	left:0;
	bottom:12px;
	z-index:999;
	width:0;
	height:0;
	content: '';
	border: 2px solid transparent;
	border-left: 2px solid #666c77;
	border-top: 2px solid #666c77;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child:after {
	left:auto;
	right:0;
	border-left: 2px solid transparent;
	border-right: 2px solid #666c77;
	border-top: 2px solid #666c77;
}
.light_color_scheme .widget_price_filter .ui-slider .ui-slider-handle:after {
	border: 2px solid transparent;
	border-left: 2px solid #a7acb6;
	border-top: 2px solid #a7acb6;
}
.light_color_scheme .widget_price_filter .ui-slider .ui-slider-handle:last-child:after {
	border-left: 2px solid transparent;
	border-right: 2px solid #a7acb6;
	border-top: 2px solid #a7acb6;
}
.widget_price_filter .price_slider_amount .button {
	margin-bottom:0 !important;	
}
.amount {
	font-size:12px;
}
.right-sidebar-block ins, .right-sidebar-block .amount,
.left-sidebar-block ins, .left-sidebar-block .amount {
	font-size:12px;
	font-style:normal;
}
.right-sidebar-block ins,
.left-sidebar-block ins {
	line-height:16px !important;
	margin-right:4px;	
}
.right-sidebar-block ins,
.left-sidebar-block ins {
	text-decoration:none;
}
.right-sidebar-block .amount,
.left-sidebar-block .amount {
	display:inline-block;
	vertical-align:top;
	line-height:16px !important;
}

/* Widget Product Search */
.widget_product_search .screen-reader-text,
.widget_product_search #searchsubmit,
.widget_product_search #searchsubmit:hover {
	display:none;
}
.woocommerce .woocommerce-product-search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 22px #2c3036 solid;
	margin: 0 !important;
}
.woocommerce.light_color_scheme .woocommerce-product-search input[type="submit"] {
	border-color: #fafafa;
}
.widget_product_search #searchform div {
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	position:relative;
	background:none;
	box-shadow: none !important;
	text-shadow:none;
	padding: 0;
}
.widget_product_search #searchform div:before {
	background: none;
	border: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.woocommerce-product-search {
	position:relative;
}
.woocommerce-product-search input.search-field {
	display: block;
	width: 100%;
	background: #2c3036;
	color: #666c77;
	text-shadow: none;
	font-size: 18px;
	line-height: 22px;
	padding: 11px 20px 12px 20px;
	font-style: normal;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0 0 6px 0;
	-webkit-appearance: none !important;
	outline: none;
}

.light_color_scheme .woocommerce-product-search input.search-field {
	background: #fafafa;
}

/* Woocommerce Message */
.woocommerce .woocommerce_message, .woocommerce .woocommerce_error, .woocommerce .woocommerce_info,
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	box-shadow:none !important;
	text-shadow:none !important; 
	background:none !important; 
	position: relative;
	margin:0 0 30px 0 !important;
	overflow: hidden;		
	display: block;
	font-size: 18px;
	line-height: 22px;
	border-radius: 0;
	-webkit-border-radius:0;
	padding:11px 20px 12px 60px !important;
	border:none;
}
.woocommerce .woocommerce_message,
.woocommerce .woocommerce-message {
	background:#666c77 !important;
}
.woocommerce .woocommerce_message,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce_message a,
.woocommerce .woocommerce-message a {
	color: #c6c9ce !important;
}	
.woocommerce .woocommerce_error,
.woocommerce .woocommerce-error {
	background:#ffaa9f !important;
}
.woocommerce .woocommerce_error,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce_error a,
.woocommerce .woocommerce-error a {
	color: #b94739 !important;
}
.woocommerce .woocommerce_info,
.woocommerce .woocommerce-info {
	background:#c2f3f7 !important;
}
.woocommerce .woocommerce_info,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce_info a,
.woocommerce .woocommerce-info a {
	color: #3c959c !important;
}
.woocommerce .woocommerce_message a,
.woocommerce .woocommerce_error a,
.woocommerce .woocommerce_info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
	text-decoration:underline;
}
.woocommerce .woocommerce_message a:hover, 
.woocommerce .woocommerce_error a:hover, 
.woocommerce .woocommerce_info a:hover,
.woocommerce .woocommerce-message a:hover, 
.woocommerce .woocommerce-error a:hover, 
.woocommerce .woocommerce-info a:hover {
	text-decoration:none;
}
.woocommerce .woocommerce_message .button, 
.woocommerce .woocommerce_error .button, 
.woocommerce .woocommerce_info .button,
.woocommerce .woocommerce-message .button, 
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button {
	display:none !important;
}
.woocommerce .woocommerce_message li, 
.woocommerce .woocommerce_error li, 
.woocommerce .woocommerce_info li,
.woocommerce .woocommerce-message li, 
.woocommerce .woocommerce-error li, 
.woocommerce .woocommerce-info li {
	list-style: none outside none;
}
.woocommerce-page .radio, .woocommerce-page .checkbox {
	padding-left:0;
}
.woocommerce .woocommerce_message:before, 
.woocommerce .woocommerce_error:before, 
.woocommerce .woocommerce_info:before,
.woocommerce .woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before {
	left:0;
	top:0;
	position:absolute;
	font-size:15px;
	font-weight:normal;
	font-family:'FontAwesome';
	display:block;
	padding:0;
	margin:0;
	font-style:normal;	
	text-shadow:none;
	border:0 !important;
	background:none !important;
	box-shadow:none;
	text-align:center;
	width:40px;
	line-height:45px;
	z-index:10;	
}
.woocommerce .woocommerce_message:before,
.woocommerce .woocommerce-message:before {
	content:"\f06a";
	color:#3f4041;
}
.woocommerce .woocommerce_info:before,
.woocommerce .woocommerce-info:before {
	color:#3a878d;
	content:"\f05a";
}
.woocommerce .woocommerce_error:before,
.woocommerce .woocommerce-error:before {
	color: #b94739;
	content:"\f057";
}
.woocommerce .woocommerce_message:after,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce_error:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce_info:after,
.woocommerce .woocommerce-info:after {
	content: "";
	display: block;
	z-index:5;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	width:40px;
	background:#c6c9ce;
}
.woocommerce .woocommerce_error:after,
.woocommerce .woocommerce-error:after {
	background:#f19184;
}
.woocommerce .woocommerce_info:after,
.woocommerce .woocommerce-info:after {
	background:#a8dee2;
}
.woocommerce ul.woocommerce-error, 
.woocommerce ul.woocommerce-message,
.woocommerce ul.woocommerce-info {
	margin:0 0 40px 0;
	padding:11px 20px 12px 60px !important;
	line-height:22px !important;
}
.woocommerce ul.woocommerce-error li, 
.woocommerce ul.woocommerce-message li,
.woocommerce ul.woocommerce-info li {
	margin:0;
	padding: 0;
	list-style:none;
}
.woocommerce ul.woocommerce-error li:before,
.woocommerce ul.woocommerce-message li:before,
.woocommerce ul.woocommerce-info li:before {
	display: none;
}
.woocommerce .woocommerce-error,
.woocommerce ul.woocommerce-error li {
	color: #b94739;
}
.woocommerce .woocommerce-info,
.woocommerce ul.woocommerce-info li {
	color: #3c959c;
}
.woocommerce .woocommerce-message,
.woocommerce ul.woocommerce-message li {
	color: #c6c9ce;
}
.woocommerce ul.woocommerce-error li strong,
.woocommerce ul.woocommerce-info li strong {
	font-size: 16px;
}
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	text-shadow:none !important;
}
.woocommerce ul.woocommerce_error {
	padding: 11px 20px 12px 60px;
	min-height:45px;
	height:auto;
	margin-bottom:30px;
}
.woocommerce .contentarea ul.woocommerce_error li:before {
	content:"" !important;
	display:none;
}
.woocommerce ul.woocommerce-message li:before,
.woocommerce ul.woocommerce-error li:before,
.woocommerce ul.woocommerce-info li:before {
	padding:0;
	margin:0;
}
.woocommerce .woocommerce_fullscreen .woocommerce-message {
	background:#363b43 !important;
	color:#c7cad0 !important;
}
.woocommerce.light_color_scheme .woocommerce_fullscreen .woocommerce-message {
	background:#f1f2f4 !important;
	color:#363b43 !important;
}

/* Single Product */
.woocommerce div.product div.images, 
.woocommerce #content div.product div.images {
	float: left;
	width:calc(51.2% - 30px);
	margin:0 30px 35px 0;
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img {
	box-shadow: none;
	display: block;
	height: auto;
	width: 100%;
	border-radius:0;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
	float: left;
	margin-bottom: 35px;
	width: 48.8%;
}
.images .woocommerce-main-image.zoom {
	padding:0;
	display:block;
}
.woocommerce .thumbnails {
	padding-top:0 !important;
	margin-right:-10px;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	margin:10px 10px 0 0 !important;
	width:calc(33.3333% - 10px) !important;
	float:none;
	display:inline-block;
	vertical-align:top;
	clear:none !important;
}
.woocommerce #content div.product div.thumbnails a img,
.woocommerce div.product div.thumbnails a img,
.woocommerce-page #content div.product div.thumbnails a img,
.woocommerce-page div.product div.thumbnails a img {
	opacity:0.5;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.woocommerce #content div.product div.thumbnails a:hover img,
.woocommerce div.product div.thumbnails a:hover img,
.woocommerce-page #content div.product div.thumbnails:hover a img,
.woocommerce-page div.product div.thumbnails a:hover img {
	opacity:1;
}
.woocommerce_container h1.product_title {
	font-size:24px;
	line-height:30px;
	margin-bottom:18px;
	text-transform:uppercase;
	font-weight:700;
	margin-top:0 !important;
	border:none;
	position:relative;
	padding-left:0 !important;
}
.woocommerce-product-rating {
	padding-bottom:3px;
	margin:0 !important;
	line-height:14px;
}
.woocommerce .woocommerce-product-rating .star-rating,
.sidepanel .star-rating {
	display:inline-block;
	vertical-align:top;
	float:none !important;
	margin:0 0 10px 0;
	padding:0;
	position: relative !important;
}
.sidepanel .star-rating {
	display: block;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0;
}
.woocommerce-review-link {
	display:inline-block;
	padding:0;
	vertical-align:top;
	line-height:14px;
	font-size:14px;
	position:relative;
	margin-left:19px;
}
.woocommerce-review-link:before {
	position:absolute;
	left:-12px;
	top:7px;
	width:2px;
	height:2px;
	content:'';
} 
.summary p {
	margin:0;
}
.summary p.price {
	margin:0;
	padding:0 0 13px 0 !important;
}
div.product .summary .amount {
	display:inline-block;
	font-size: 22px;
	line-height:26px;
	padding-left:5px;
	padding-right:5px;
}
div.product .summary span.price ins,
div.product .summary p.price ins,
#content div.product .summary span.price ins,
#content div.product .summary p.price ins {
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
}
div.product .summary del,
div.product .summary del .amount {
	line-height:20px !important;
}
.summary del {
	padding-bottom:0;
	margin-left:-5px;
	padding-top:6px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity:1;
	display:inline-block;
	vertical-align:top;
}
.summary del,
.summary del .amount {
	font-size:16px !important;
	line-height:20px !important;
	text-decoration:none;
}
.summary del .amount {
	text-decoration:line-through;
}
div.product .summary ins,
div.product .summary ins .amount {
	line-height:26px !important;
	font-size: 22px;
}
.summary ins {
	display:block;
	margin-left:-5px;		
}
.woocommerce .summary .price span.from {
	font-size:16px;
	line-height:20px;
	padding-top:6px;
}

div.product form.cart, #content div.product form.cart {
	margin:20px 0 0 0;
}
.woocommerce .woocommerce_message a.button,
.woocommerce .woocommerce-message a.button {
	display:none !important;
}
.woocommerce-page div.product form.cart {
	margin-bottom:0;
}

.woocommerce .summary p {
	padding-bottom: 12px !important;
	font-size: 16px;
	line-height: 24px;
}

/* Quantity */
.woocommerce .quantity,
.woocommerce #content .quantity {
	margin: 0 10px 0 0 !important;
	overflow: hidden;
	position: relative;
	width: auto;
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty {
	box-shadow: none;
	float: none;
	display:inline-block;
	text-align:center;	
	padding: 0;
	margin:0;
	vertical-align:top;
	width:45px;
	height:45px;
	line-height:44px;
	background-image:none;
	background-position:0 0;
	background-repeat:no-repeat;
	border-radius:0;
	font-size:16px;
	background-color:#2c3036;
	border:none;
	text-shadow:none;
	color: #666c77;
	font-weight: 300;
}

.woocommerce.light_color_scheme .quantity input.qty,
.woocommerce.light_color_scheme #content .quantity input.qty,
.light_color_scheme .woocommerce .quantity input.qty,
.light_color_scheme .woocommerce #content .quantity input.qty {
	background-color:#fafafa;
}

.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove {
	background-position:0 0 !important;
	background-repeat: no-repeat !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius:0;
	cursor: pointer;
	display: block;
	height: 7px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: static;
	text-shadow: none;
	width: 7px;
	text-indent:-9999px;
	box-shadow:none !important;
	background-color:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size:7px 14px;
	-webkit-background-size:7px 14px;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover {
	background-position:0 -7px !important;
}

.woocommerce div.product form.cart .variations label {
	font-size:16px;
}

/* Woocommerce Product Meta */
.woocommerce .product_meta {
	padding-top:23px;
	line-height:24px;
}
.summary .product_meta span {
	display:block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.summary .product_meta span.sku {
	display: inline-block;
}
.summary .product_meta span.posted_in,
.summary .product_meta span.product_sku {
	display:inline-block;
	vertical-align:top;
	margin-bottom:11px;
	position:relative;
	padding-right:22px;
}
.summary .product_meta span.posted_in {
	font-size:0;
	line-height:0;
}
.summary .product_meta span a {
	font-size:12px;
	font-style:normal;
	font-weight:400;
}
.summary .product_meta span.posted_in a {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	line-height:24px;
}
.summary .product_meta span.posted_in a:after {
	content:',';
	padding-right:4px;
}
.summary .product_meta span.posted_in a:last-child:after {
	content:'';
	padding-right:0;
}
.summary .product_meta span,
.summary .product_meta span a {
	color: #666c77;
}
.summary .product_meta span.posted_in a:after {
	color:#666c77 !important;
}
.light_color_scheme .summary .product_meta span,
.light_color_scheme .summary .product_meta span a {
	color: #b9bfc8;
}
.light_color_scheme .summary .product_meta span.posted_in a:after {
color:#b9bfc8 !important;
}
.summary .product_meta span.tagged_as {
	font-size:0;
	line-height:0;
}
.summary .product_meta span.tagged_as a {
	display: inline-block;
	margin: 0 5px 5px 0;
	border: none;
	padding:5px 10px 7px 10px;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #c6c9ce !important;
	background-color:#363b43 !important;
	vertical-align:top;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-transform:lowercase;
	position:relative;
	border-radius:0;
	-webkit-border-radius:0;
	font-style: normal;
	font-weight: 300;
}
.summary .product_meta span.tagged_as a:hover {
	color: #c6c9ce !important;
	background-color:#666c77 !important;
}
.light_color_scheme .summary .product_meta span.tagged_as a {
	color: #a7acb6 !important;
	background-color:#f6f7f8 !important;
}
.light_color_scheme .summary .product_meta span.tagged_as a:hover {
	color: #fff !important;
	background-color:#a7acb6 !important;
}
.contentarea header {
	width:auto;
	background-color: transparent !important;
}
.pp_gallery li:before {
	content:'' !important;
	display:none;
}

/* Woo tabs */
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	border-top:none;
	padding-top:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs {
	margin:0;
	padding: 0;
	z-index:150;
	position:relative;
	font-size:0;
	line-height:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
	border-radius:0;
	display: inline-block;
	font-size: 18px;
	font-weight:700 !important;
	line-height: 20px;
	margin: 0 1px 0 0;
	padding: 17px 30px 15px 30px;
	text-transform:none;
	position: relative;
	z-index: 0;
	vertical-align:bottom;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	background:#363b43;
	color:#666c77;
	border:none !important;
	background-image:none !important;
	box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a {
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	font-weight: 700;
	padding: 0;
	text-decoration: none;
	text-shadow: none !important;
	text-transform:uppercase;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	box-shadow: none !important;
	border:0 !important;
	color: #666c77;
}
.woocommerce.light_color_scheme div.product .woocommerce-tabs ul.tabs li,
.woocommerce.light_color_scheme #content div.product .woocommerce-tabs ul.tabs li {
	background:#fafafa;
	color:#a7acb6;
}
.woocommerce.light_color_scheme div.product .woocommerce-tabs ul.tabs li a,
.woocommerce.light_color_scheme #content div.product .woocommerce-tabs ul.tabs li a {
	color: #a7acb6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a, 
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover {
	color: #fff !important;
}	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:hover {
	cursor:default;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before {
	display:none !important;
	content:'' !important;
	border:0 !important;
	box-shadow:none !important;
	margin:0 !important;
	padding:0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel {
	border-radius:0;
	display: block;
	text-align: left;
	padding:28px 0 11px 0;
	margin: 0 0 25px 0;
	z-index:111;
	position:relative;
	background: none;
}
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce #content div.product .woocommerce-tabs .panel p {
	margin-bottom:0;
	padding-bottom:10px;
	line-height: 24px;
	font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce #content div.product .woocommerce-tabs .panel h2 {
	display: none;
}
#tab-additional_information {padding-bottom:20px !important;
}
.woocommerce div.product .woocommerce-tabs #tab-additional_information h2,
.woocommerce #content div.product .woocommerce-tabs #tab-additional_information h2 {
	margin-bottom:0 !important;
}

.additional_info {
	margin:0;
}
.woocommerce table.shop_attributes {
	border: 0;	
	background:none;
	margin:0;
	padding:0;
	border-collapse:collapse;	
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border: 0;
	background:none;
	font-style:normal;
	padding:12px 10px 5px 0;
	line-height:20px;
	position:relative;
	border-bottom-width: 2px;
	border-style: solid;
}
.woocommerce table.shop_attributes th {
	font-size:16px;
	text-transform:none;
}
.woocommerce table.shop_attributes td {
	font-size:16px;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
	padding:0 !important;
	margin:0 !important;
	font-size:12px;
	line-height:20px;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
	background:none;	
}

.woocommerce #reviews #commentform input[type="text"],
.woocommerce #reviews #commentform textarea {
	margin:0 0 6px 0;
	outline:none;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.woocommerce #reviews #commentform textarea {
	resize:none;
	outline:none;
	height:120px;
}
.woocommerce #reviews #respond #commentform label  {
	line-height:28px;
	vertical-align:top;
	display:block !important;
	width:auto !important;
}
.woocommerce #reviews #commentform .required {
	color:#d12222;
	vertical-align:top;
}
.contentarea #respond #commentform label {display:none !important;
}
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
	padding-bottom:0;
	margin-bottom:6px;
}

.woocommerce .woocommerce-tabs #reviews #reply-title {
	line-height:26px !important;
	font-size:18px !important;
	font-weight:700 !important;
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing:normal;
	padding-left:0;
}
.woocommerce .woocommerce-tabs #reviews #reply-title:before {
	display:none;
}
#tab-reviews {
	padding-bottom:8px !important;
}
.woocommerce #reviews #respond #commentform .comment-form-rating {
	margin-bottom:0;
}
.woocommerce #reviews #respond #commentform .comment-form-rating label,
.comment-form-rating p.stars {
	display:inline-block !important;
	vertical-align:top;
}
.woocommerce #reviews #respond #commentform .comment-form-rating label {
	padding-right:21px;
	position:relative;
}
.woocommerce #reviews #respond #commentform .comment-form-rating label:after {
	display: none;
}
.comment-form-rating p.stars {
	margin-bottom:0 !important;
	margin-top:11px !important;
}

.woocommerce input[type="radio"] {
	-webkit-appearance: radio!important;
}
.woocommerce input[type="checkbox"] {
	-webkit-appearance: checkbox!important;
}

/* Reviews */
p.form-submit {
	margin-bottom:5px !important; 
}
.star-rating {
	margin-top:1px;
}
#payment div.payment_box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;    
}
.woocommerce #tab-reviews #reviews #comments {
	padding:0;
	margin:0;
}
p.woocommerce-noreviews {
	padding:0 0 13px 0 !important;
	margin-bottom:0;
}
.woocommerce .woocommerce-tabs #comments ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0 0 4px 0;
	border-bottom:0 !important;
}
.woocommerce .woocommerce-tabs #comments ol.commentlist li { 
	padding:0 !important;
	list-style:none; 
	margin:0 !important;
	position:relative;	
}
.woocommerce .woocommerce-tabs ol.commentlist li .comment_container {
	margin:0 0 13px 0;
	display:block;
	border:0;
	padding:0;
	border-radius:0;
	background-image: none;
	background-repeat:repeat;
	background-color: transparent;	
	position:relative;	
	overflow:hidden;
	border-bottom-width: 2px;
	border-style: solid;
}
.woocommerce .woocommerce-tabs ol.commentlist li .comment_container img.avatar {
	position:absolute !important;
	left:0 !important;
	top:6px !important;
	width:46px !important;
	height:46px !important;
	margin:0 !important;
	padding:0 !important;
	z-index:20;
	border:0 !important;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
	padding:9px 0 13px 64px !important;
	border:none!important;
	margin:0!important;	
	min-height:50px !important;
}
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p {
	padding:0 0 7px 0;
	margin:0 !important;
	line-height:21px;	
}
.woocommerce .woocommerce-tabs .comment-text p.meta {
	padding:0 0 1px 0 !important;
	margin:0;
	line-height:21px !important;
}
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta strong,
.woocommerce .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta time {
	font-size:16px !important;
	line-height:21px !important;
	text-transform:none;
}	
.woocommerce #reviews #comments ol.commentlist li .meta {
	line-height:21px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta strong {
	font-style:normal !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-top:3px;
}
.woocommerce #reviews .button {
	display:inline-block;
}	
.woocommerce-page .quantity {
	margin-bottom:7px !important;
}
.related.products {
	position:relative;
}
.woocommerce-page .related.products h2,
.woocommerce-page .upsells.products h2 {
	margin-bottom:30px;
	font-size:24px;
	line-height:30px;
	background:none;
	font-weight:700 !important;
	text-transform:uppercase;
	position:relative;
	padding-left:0;
	padding-top:0;
}
.woocommerce-page .contentarea h2,
.woocommerce-page .contentarea h3 {
	padding-top:30px;	
	position:relative;
	padding-left:0;
}
.woocommerce-page .contentarea h2 {
	font-size:24px;
	line-height:30px;
	font-weight:700 !important;
	margin-bottom:25px;
	text-transform:uppercase;
}
.woocommerce-page .contentarea h3 {
	font-size:24px;
	line-height:30px;
	font-weight:700 !important;
	padding-top:10px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.woocommerce header.title,
.woocommerce .main_wrapper header {
	min-height:auto;
	position:relative !important;
	background-image:none !important;
	box-shadow: none !important;
}
.woocommerce header.title:before,
.woocommerce .main_wrapper header:before {
	background-image:none !important;
	display:none !important;
}
.woocommerce header.title {
	padding-left:0;
}
.woocommerce-page header.title {
	display:block;
	clear:both;
	margin-bottom:0 !important;
	text-align:left;
	border:0;
	padding-top:10px !important;
}
.woocommerce-page header.title h3 {
	margin-bottom:20px;
	padding-top:10px !important;
}
.woocommerce-page header.title h2,
.woocommerce-page header.title h3 {
	padding-top:10px;
}
.woocommerce-page .contentarea header {
	text-align:left;
}
.woocommerce-page .contentarea h2:first-child,
.woocommerce-page .contentarea h3:first-child,
.woocommerce-page .contentarea .col-2 h3 {
	padding-top:0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background: #2c3036;
	color: #666c77;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 18px;
	height: 45px !important;
	line-height: 22px !important;
	margin-bottom: 8px;
	padding: 11px 20px;
	position: relative;
	width:100%;
	resize:none;
	-moz-box-sizing:inherit;
	-webkit-box-sizing:inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.light_color_scheme .woocommerce form .form-row input.input-text,
.light_color_scheme .woocommerce form .form-row textarea {
	background: #fafafa;
}

.woocommerce form .form-row input.input-text:before,
.woocommerce form .form-row textarea:before,
.woocommerce form .form-row input.input-text:after,
.woocommerce form .form-row textarea:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Placeholder */
::-webkit-input-placeholder { 
	opacity:1 !important;
}
:-moz-placeholder {
	opacity:1 !important; 
}
::-moz-placeholder { 
	opacity:1 !important;  
}
:-ms-input-placeholder { 
	opacity:1 !important; 
}

.woocommerce form .form-row textarea {
	box-shadow: none;
	display: block;
	height: 214px !important;
	resize:none;
}

.woocommerce #billing_phone_field {
	margin-bottom:30px;
}

.woocommerce label.checkbox {
	font-size:12px !important;
}

.woocommerce .create-account {
	padding-top:15px;
}

.woocommerce .create-account p:first-child {
	padding-bottom:15px;
}
.input-checkbox {
	margin-top:6px;
}
.woocommerce form .form-row-first, form .form-row-last {
	width: 49%;
}
.woocommerce form .form-row-last {
	width: 48%;
}
.woocommerce .lost_password {
	font-size:16px;
	padding-left:0;
	border:0;
	display:block;
}
.woocommerce form.login label.inline {
	display:inline-block;
	padding-top:5px;
}
.woocommerce form .form-row .required {
	color:#d12222;
}
form.login, form.checkout_coupon, form.register {
	border: 0;
	border-radius: 0;
	margin: 10px 0 20px 0;
	padding: 0;
}

.woocommerce #payment {
	background: none;
	border-radius: 0;
}

.woocommerce #payment ul.payment_methods {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	list-style: none outside none;
	padding: 15px 0;
}
.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
	margin-right:10px;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	border-top: none !important;
}

.woocommerce #payment div.payment_box {
	background: #2c3036;
	border-radius: 0;
	border:none;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	margin: 15px 0 20px 0;
	padding: 20px 30px;
	position: relative;
	text-shadow: none;
	width: auto;
	font-weight: 300;
}
.woocommerce #payment div.payment_box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent #2c3036;
	border-image: none;
	border-style: solid;
	border-width: 8px;
	content: "";
	display: block;
	left: 20px;
	margin: 0;
	position: absolute;
	top: -16px;
}

.light_color_scheme .woocommerce #payment div.payment_box {
	background: #fafafa;
}

.light_color_scheme .woocommerce #payment div.payment_box:after {
	border-color: transparent transparent #fafafa;
}

.woocommerce #payment div.payment_box:before,
.woocommerce #payment ul li:before,
.woocommerce #payment ul li:after {
	display: none !important;
}
.woocommerce #payment ul li {
	list-style:none !important;
}
.woocommerce #payment ul li label {
	font-weight: 300;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	margin-bottom: 30px;
}
.woocommerce #payment div.form-row {
	padding:20px 0;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce-page ul.cart_list li dl dd,
.woocommerce-page ul.product_list_widget li dl dd {
	margin:0;
}

.woocommerce #coupon_code {
	box-shadow:none;
	margin-right:5px;
	height:45px !important;
	border: none !important;
}
.woocommerce form.checkout_coupon {
	border: none !important;
	padding: 0 !important;
}
.woocommerce form.login, .woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon,
.woocommerce form.register, .woocommerce-page form.register {
	border-radius: 0;
	padding-bottom:14px;
}
.woocommerce form.login, .woocommerce-page form.login {
	border:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	padding-top:0;
}
.woocommerce strong {
	font-weight:700;
}
.woocommerce .cart-collaterals .shipping-calculator-form p {
	padding-right:1px !important;
}
.woocommerce form.checkout_coupon .button {
	margin-bottom:0 !important;
}
.woocommerce .cart-collaterals .shipping_calculator .button { 
	display: inline-block;
	width:auto;
}
.cart-empty {
	margin-bottom:20px;
}
.woocommerce .shop_table.cart .actions {
	padding:20px 0 0 0;
}
.woocommerce .shop_table.cart .actions .button {
	margin-left:0 !important;
	margin-right:0 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	display:block;
	float:none;
	width:100%;
}
.woocommerce .cart-collaterals table,
.woocommerce-page .cart-collaterals table {
	border:none;
	border-collapse:collapse;
}

/* Shipping radio-button fix */
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-size:24px;
	font-weight:700 !important;
	line-height:30px !important;
	margin-bottom:9px !important;
	padding-left:0 !important;
}
.cart-collaterals .shipping .woocommerce-shipping-calculator {
	display:none;
}
.woocommerce .cart-collaterals {
	padding:0 0 20px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-top:15px;
	padding-bottom:5px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
	text-align:right;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	clear: left;
	float: left;
}
.woocommerce ul#shipping_method li label, .woocommerce-page ul#shipping_method li label {
	text-indent:0 !important;
}
.woocommerce ul#shipping_method li input[type="radio"],
.woocommerce-page ul#shipping_method li input[type="radio"] {
	margin-top:-3px !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 150px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.cart-subtotal th {
	text-align:left;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	width:auto;
}
.wc-forward a:after, .wc-forward:after,
.wc-backward a:before, .wc-backward:before {
	content: "";
	display:none;
	margin:0;
}
.shipping_calculator p {
	text-align:left;
}
.shipping-calculator-button span {
	display:none;
}
.shop_cart_span {
	padding:0;
	margin:0;
}
.shipping-calculator-button:before,
.shipping-calculator-button:after {
	display:none !important;
}
.woocommerce .shipping_calculator input,
.woocommerce .shipping_calculator select {
	margin-bottom:0 !important;
}
.shipping-calculator-form {
	display:none;
	padding-top:12px;
}
.woocommerce .calculated_shipping table {
	border:none !important;
}
.woocommerce .cart_totals tr th, .woocommerce .cart_totals tr td {
	border:0 !important;
	font-size:16px;
}
.woocommerce .cart-collaterals .amount {
	font-size:16px;
}

.woocommerce .contentarea p {
	padding-bottom:30px;
}
.woocommerce_container p {
	padding-bottom:0;
}

.calculated_shipping .order-total th,
.calculated_shipping .order-total td .amount {
	font-size:16px !important;
	text-transform:none !important;
}

.woocommerce table.shop_table.order_details td,
.woocommerce table.shop_table.order_details th,
.woocommerce table.shop_table.customer_details td,
.woocommerce table.shop_table.customer_details th {
	padding-top:12px;
	padding-bottom:12px;
	line-height:20px;
}

.woocommerce .col2-set .col-1 {
	width: 49%;
}
.woocommerce .col2-set .col-2 {
	width: 48%;
}
.woocommerce address {
	font-style:normal;
	margin-bottom: 50px;
}
.woocommerce form .form-row { 
	padding: 0;
}
.woocommerce select {
	border-radius:0;
	border:none;
	line-height:22px;
	font-size: 16px;
	height:45px;
	margin-bottom:8px !important;
	margin-right:0;
	outline:none !important;
	background: #2c3036;
	width:100%;
	padding:5px 20px;
	color: #666c77;
	font-weight: 300;
}
.woocommerce.light_color_scheme select {
	background: #fafafa;
}
.woocommerce .woocommerce_fullscreen select {
	background: #363b43;
}
.woocommerce.light_color_scheme .woocommerce_fullscreen select {
	background: #f1f2f4;
}
.woocommerce #payment ul.payment_methods li input {
	margin: 0 5px 0 0;
}
.woocommerce #payment ul.payment_methods li input.input-radio {
	margin-top: 12px !important;
	vertical-align:top;
}
.woocommerce #payment ul.payment_methods li.payment_method_paypal input.input-radio {
	margin-top: 21px !important;
}
.woocommerce .shipping_address {
	clear:both;
}
.woocommerce #shiptobilling {
	float:right;
	clear:none;
}
.woocommerce .contentarea ul li {
	padding-left:0;	
}
.woocommerce .contentarea ul li:before,
.woocommerce-page .contentarea ul li:before { 
	content: "" !important;
}
.woocommerce .cart-collaterals .cart_totals table {
	border-radius:0;
	width: 100%;
}
.woo_shop_cart {
	margin-top:-18px;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	padding:0;
	margin: 0 0 45px 0;
	border-collapse: collapse;
	border:none;	
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border:none;	
}
.woocommerce table.shop_table.order_details thead tr:last-child th,
.woocommerce table.shop_table.order_details thead tr:last-child td {
	border-bottom:0;
}
.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td {
	border-top:0;
}
.woocommerce table.shop_table td {
	padding:20px 25px 20px 0;
}
.shop_table .product-name,
.shop_table .product-name a {
	font-size:16px;
	text-transform:none;
}
.shop_table .product-subtotal .amount,
.shop_table .product-price .amount {
	font-size:16px !important;
}

.woocommerce table.shop_table thead th {
	background:none;
	font-size:18px;
	font-weight:700 !important;
	text-transform:uppercase;
	text-align:left;
}
.woocommerce table.shop_table th {
text-transform:none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	font-size:16px;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table th.product-thumbnail {
	border-right:0;
}
.woocommerce table.shop_table tfoot td {
	font-size:16px;
}
.woocommerce table.shop_table th {
	padding-top:11px;
	padding-bottom:12px;
	font-size:16px;
}
.woocommerce #customer_details {
	padding-bottom:25px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table th {
	padding-top:12px;
	padding-bottom:12px;
}
.woocommerce #order_review table.shop_table th,
.woocommerce #order_review table.shop_table th strong {
	font-size:16px;
	font-weight:700;
}
.woocommerce #order_review .product-name,
.woocommerce #order_review .product-quantity,
.woocommerce table.shop_table.order_details .product-name,
.woocommerce table.shop_table.order_details .product-quantity {
	border-right:0 !important;
}
.woocommerce #order_review .amount {
	font-size:16px;
}
.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
}
.woocommerce .cart-collaterals .order-total .amount {
	font-size:16px !important;
	font-weight:300 !important;
}
.shop_table .product-name dl.variation {
	margin:0 !important;
	padding-top:2px;
}
.shop_table .product-name dl.variation dt,
.shop_table .product-name dl.variation dd {
	padding:0 !important;
	margin:0 3px 0 0 !important;
	border: none !important;
	font-size:16px !important;
}
.woocommerce table.shop_table tr:last-child td,
.woocommerce table.shop_table tr:last-child th {
	border-bottom:none;
}
ul.order_details li:before {
	display:none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display:inline-block;
}
.main_container .blockUI {
	display:none !important;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	padding-left:0;
	padding-right:25px;
}
.woocommerce .cart_totals table.shop_table td,
.woocommerce-page .cart_totals table.shop_table td {
padding-right:0;
}
.woocommerce table.cart img, .woocommerce #content table.cart img {
	width: 46px !important;
	height:46px !important;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.woocommerce table.shop_table td.product-thumbnail {
	width:48px;
}
.woocommerce .product-thumbnail img {
	border-radius:0;
	-webkit-border-radius:0;
	width:50px !important;
	height:50px !important;
	max-width:inherit !important; 
}
.woocommerce table.shop_table td.product-remove {
	width:7px;
	padding-right:0;
}
.woocommerce table.shop_table td.product-subtotal {
	width:68px;
}
.woocommerce table.shop_table td.product-price_quantity {
	padding-right:50px;
	text-align:right;
	width:155px;	
}
.woocommerce table.shop_table td.product-price_quantity span.amount,
.woocommerce table.shop_table td.product-price_quantity div.quantity {
	display:inline-block;
	margin:0 !important;
	line-height:24px;
	vertical-align:top;
}
.woocommerce table.shop_table td.product-price_quantity div.quantity input.qty {
	line-height:16px !important;
	height:22px !important;
}
.woocommerce table.shop_table td.product-price_quantity span.amount:after {
	content:'×';
	padding-left:12px;
	padding-right:9px;
}
.woocommerce .quantity, .woocommerce #content .quantity {
	margin:0 auto;
}
.woocommerce table.shop_table td.product-remove,
.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-price {
	text-align:left;
}
.woocommerce .customer_details dt, .woocommerce .customer_details dd {
	display:inline-block;
}
.woocommerce .customer_details dd {
	margin-left:5px;
	margin-right:20px;
}
.woocommerce .order_details li {
	border-right: none;
	float: none;
	display:inline-block;
	font-size: 16px;
	line-height: 24px;
	margin: 0 15px 15px 0 !important;
	padding-right: 18px !important;
	text-transform: none;
}
.blockOverlay {
	display: none !important;
}
.woocommerce .cart_totals th,
.woocommerce .cart_totals th strong {
	font-size:16px;
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
	vertical-align: middle;
}
mark {
	color:#fff;
	border-radius:0;
	-webkit-border-radius:0;
	padding:2px 5px;
}
.woocommerce-page .right-sidebar-block p,
.woocommerce-page .left-sidebar-block p {
	padding-bottom:0;
}
table.my_account_orders, .order_details li strong {
	font-size: 16px;
}
.woocommerce-page .right-sidebar-block select,
.woocommerce-page .left-sidebar-block select {
	width:100%;
}

p#shiptobilling {
	padding-top:2px !important;
}
.woocommerce-page .contentarea h2.title:first-child {
	padding-top:0;
}
.woocommerce-page .contentarea header:first-child {
	padding-top:0;
}
.shipping_calculator {
	margin-top:20px;
}
.content_wrapper header {
	border:0; 
	padding-top:10px;
}
.woocommerce-page table.my_account_orders th,
.woocommerce-page table.my_account_orders th span {
	font-size:16px;
	text-transform:uppercase;
}
#payment .place-order {
	padding-top:35px !important;
}
.shop_table .amount {
	font-size:16px !important;
}
.woocommerce-page table.shop_table.my_account_orders td,
.woocommerce-page table.shop_table.my_account_orders th {
	text-align:center !important;
}
.woocommerce-page table.shop_table.my_account_orders td a.button,
.woocommerce-page table.shop_table.my_account_orders th.button {
	margin:0 !important;
}
.woocommerce-cart footer.static_footer {
	position:relative !important;
	bottom:auto;
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
	display:none !important;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none !important;
	outline: none;
	box-shadow:none;
}
.select2-drop {
	text-align:left;
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-container .select2-choice,
.select2-drop-active {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	background:#2c3036 !important;
	box-shadow:none !important;
	border:none;
}

.light_color_scheme .select2-drop.select2-drop-above.select2-drop-active,
.light_color_scheme .select2-container .select2-choice,
.light_color_scheme .select2-drop-active {
	background:#fafafa !important;
}

.select2-search input[type="text"],
.select2-search input[type="tel"],
.select2-search input[type="email"],
.select2-search input[type="password"],
.select2-search textarea {
	background-color:#c8c9cc;
	color:#000;
	border-radius:0;
	-webkit-border-radius:0;
	border-color:#c8c9cc;
}
.select2-dropdown-open .select2-choice {
	box-shadow:none !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color:#c8c9cc;
}
.select2-container .select2-choice {
	padding-top:4px !important;
	padding-bottom:4px !important;
}
.select2-results li:before {
	display:none;
}
.select2-results .select2-highlighted,
.select2-results .select2-highlighted div {
	background: #3875d7;
	color: #fff;
	box-shadow:none;
}
.select2-drop.select2-drop-above .select2-search input {
	margin-top:15px;
}
#place_order,
.shipping-calculator-form button.button {
	margin-right:0 !important;
}
.woo_wrap .right-sidebar-block,
.woo_wrap .left-sidebar-block {
	height:auto !important;
}
.clea_r {
	font-size:0;
	height:0;
	clear:both;
}
.woocommerce table.shop_table.my_account_orders th,
.woocommerce table.shop_table.my_account_orders td {
	text-align:left !important;
	padding-top:12px;
	padding-bottom:12px;
}
fieldset {
	margin-bottom:15px;
	border:none !important;
	padding: 10px 0 !important;
}
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
	margin-bottom: 55px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-top:34px;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	display:none;
}

/*  Responsive Woo  */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.woocommerce .widget_login input[type="text"], 
	.woocommerce .widget_login input[type="password"] {
		width: 132px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images {
		float: none;
		width:100%;
		margin:0 0 30px 0;
	}
	.woocommerce div.product div.summary,
	.woocommerce #content div.product div.summary {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.product-thumbnail,
	.product-remove,
	.product-quantity,
	.order-status {
		display:none;
	}	
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.widget_login input[type="text"], 
	.widget_login input[type="password"] {
		width: 186px;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce-ordering,
	.woocommerce-result-count {
		float:none !important;
	}
	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images {
		float: none;
		width:100%;
		margin:0 0 20px 0;
	}
	.woocommerce div.product div.summary,
	.woocommerce #content div.product div.summary {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.woocommerce-page .contentarea header {
		margin-bottom:15px;
	}	
	.woocommerce .woocommerce_container ul.products li a img,
	.woocommerce ul.products li a img {
		width:100% !important;
	}
	.woocommerce table.cart td.actions input.button,
	.woocommerce .shop_table.cart .actions .coupon .button,
	.woocommerce .shop_table.cart .actions input.button.checkout-button.alt {
		float:none !important;
		width:100% !important;
		text-align:center !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.woocommerce table.cart td.actions .coupon {
		padding:0 !important;
	}
	.woocommerce table.cart td.actions #coupon_code {
		margin-bottom:5px !important;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
		display: block;
		margin: 0;
	}	
	.product-thumbnail, .product-remove, .product-quantity, .order-status {
		display:none;
	}
	.col2-set .col-1, .col2-set .col-2 {
		width: 100%;
		float:none;
		margin-bottom:30px;
	}
	.woocommerce-page .button, .woocommerce-page input.button {
		margin-bottom:5px !important;
	}
	.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
		float: none;
		width: 100%;
	}
	.woocommerce-page label {
		display:block;
	}	
	form .form-row-first, form .form-row-last {
		width: 100%;
	}
	table.cart td.actions, #content table.cart td.actions {
		text-align:left;
	}
	.woocommerce-page input.button.checkout-button.alt {
		margin-left:0 !important; 
		text-align:left
	}	
	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2 {
		width: 100%;
	}
	.woocommerce-page label {
		display: inline-block;
	}	
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before {
		display:none !important;	
	}
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce #content div.product .woocommerce-tabs .panel {
		margin-top:0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
		margin-bottom:1px;
	}
	.woocommerce .woocommerce_container ul.products li.product,
	.woocommerce .woocommerce_container .upsells.products ul li.product,
	.woocommerce ul.products li.product,
	.woocommerce .upsells.products ul li.product {
		width:calc(100% - 30px) !important;
	}
}
.product_list_widget .variation {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
}
.product_list_widget dt,
.product_list_widget dd {
	line-height:20px !important;
}
#ship-to-different-address label {
	padding-top:0 !important;
	padding-bottom:0 !important; 
}
#ship-to-different-address label,
#ship-to-different-address input {
	vertical-align:top;
}
#ship-to-different-address {
	text-transform:none !important;
	letter-spacing:normal;
	padding-left:0;
}

#ship-to-different-address:before {
	display:none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input, textarea {
	outline: none;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
	float: none;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	font-size:12px;
	font-weight:300;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit[disabled]:disabled, 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button[disabled]:disabled, 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button[disabled]:disabled, 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button[disabled]:disabled {
	opacity: 1 !important;
}
