/*
Theme Name: Flatastic
Theme URI: http://themeforest.net/user/mad_velikorodnov/portfolio
Author: Designed by mad_velikorodnov
Author URI: inthe7heaven.com
Description: Flatastic premium multi-purpose Wordpress Theme.
Version: 1.4.1
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-width, sticky-post, theme-options, demo-install, visual-composer
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Flatastic
Last change:	11/11/2015 [fixed bug]
Assigned to:	mad_velikorodnov
Primary use:	Versatile

[Table of contents]

1. Reset default browser styles
2. Wordpress native classes
3. General Elements
	1. Go to top
4. Forms
	1. Custom Select
5. Typography
6. Header
	1. Header top part
		1. Bar login
		2. Users nav
7. Menu Wrap
	1. Navigation
	2. Mobile Navigation
	3. Search Wrap
		1. Search Form
8. Templates
	1. Post Types
	2. Testimonials
	3. 404
	4. Search
	5. Content After Header
9. Aside Admin Panel
	1. Twitterfeed
	2. Contact Us
	3. Store Location
10. Loops
	1. Tax Holder
	2. Post Link Pages
	3. Related Posts
	4. Blog Posts
	5. Post Slider
	6. Post Meta
	7. Breadcrumbs
	8. Comments
	9. Pagination
	10. Folio Slider
	11. Link Pages
	12. Open Buttons
11. Widgets
	1. Default Styles Widgets
	2. Widget Twitter Feed
	3. Widget Recent Entries
	4. Widget RSS
	5. Widget Search
	6. Widget Flickr
	7. Widget Social Icons
	8. Widget Tag Cloud
	9. Widget Calendar
	10. Widget Popular

12. Footer - #footer
	1. Widgets
		- Mailchimp
		- Contact Us

13. Cookie Alert Styles
14. Media Queries

Navigation	  .navigation
Content header	  h2
-------------------------------------------------------------------*/

/*	Reset default browser styles
/* --------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video,main{display:block}mark,rp,rt,ruby,summary,time{display:inline}
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, em, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, tt,u, ul, var{
    background: transparent;
    border: 0 none;
	font-weight: inherit;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    vertical-align: top;
}

/*	Wordpress native classes
/* --------------------------------------------- */

/* the main classes used for alignment */
.align-center { text-align: center; }
.align-left	  { text-align: left; }
.align-right  { text-align: right; }

.alignnone   	{ float: none; }
.alignleft  	{ float: left; }
.alignright  	{ float: right; }
.aligncenter    {}
img.alignnone   {}
img.alignleft   { margin-right: 20px; margin-bottom: 20px;  }
img.alignright  { margin-left: 20px;  margin-bottom: 20px;  }
img.aligncenter { margin-left: auto; margin-right: auto;    }

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

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

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

.wp-caption 	 { max-width: 100%; }
.wp-caption-text { margin: 5px 0; }
.sticky {}
.gallery {}
.gallery-caption {}
.bypostauthor {}

/* styles for img sizes */
img.size-full {}
img.size-large {}
img.size-medium {}
img.size-thumbnail {}

/* not classes, but surely something you should take care of */
blockquote {}
code {}
pre {}
hr {}
del {}

/*	General Elements
/* --------------------------------------------- */

body {
	font: 300 14px/21px 'Roboto', 'sans-serif';
	color: #696e6e;
	background-color: #232830;
	background-attachment: fixed;
	overflow-x: hidden;

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

html, body { height: 100%; }

.boxed_layout {
	overflow: hidden;
	margin: 0 auto;
}

[class*="layout"] { background-color: #fafbfb; }

.tt_uppercase 		{ text-transform: uppercase; }
.tt_none 			{ text-transform: none; }
.t_align_l 			{ text-align: left; }
.t_align_c 			{ text-align: center; }
.t_align_r			{ text-align: right; }
.v_align_b 			{ vertical-align: baseline; }
.v_align_m 			{ vertical-align: middle; }
.v_align_bottom 	{ vertical-align: bottom; }
.d_inline_b 		{ display: inline-block; }
.d_ib_offset_0 		{ word-spacing: -3px; }
.d_ib_offset_large  { word-spacing: -4px; }
.d_ib_offset_normal { word-spacing: 0; }
.d_block 			{ display: block; }

.d_table 		{ display: table; }
.d_table_cell 	{ display: table-cell; }
.d_none 		{ display: none; }

.f_size_small  { font-size: .85em; }
.f_size_medium { font-size: .9em;  }
.f_size_large  { font-size: 1.15em; }

.f_size_ex_large { font-size: 1.25em; }
.f_size_big 	 { font-size: 1.7em; }
.l_height_medium { line-height: 1.42em; }
.fw_medium 		 { font-weight: 500; }

.d_inline_middle {
	display:inline-block;
	vertical-align: middle;
}

.full_width,
.wide_layout {
	position: relative;
	width:100%;
}

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

.ellipsis {
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
}

.m_left_5 { margin-left: 5px; }

.m_bottom_10 { margin-bottom: 10px; }
.m_bottom_15 { margin-bottom: 15px; }
.m_bottom_20 { margin-bottom: 20px; }
.m_bottom_25 { margin-bottom: 25px; }
.m_bottom_30 { margin-bottom: 30px; }

.container3d {
	position: relative;
	z-index: 6;

	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: perspective(600px);
			transform: perspective(600px);
}

.shadow {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
			box-shadow: 0 1px 1px rgba(0,0,0,.10);
}

::-webkit-scrollbar-thumb {
	background-color: #e74c3c;
}

::selection {
	background: #e74c3c;
	color:#fff;
}

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

::-o-selection {
	background: #e74c3c;
	color:#fff;
}

::-ms-selection {
	background: #e74c3c;
	color:#fff;
}

::-webkit-input-placeholder{
	color: #696e6e;
}

::-moz-placeholder {
   color: #696e6e;
   opacity: 1;
}

:-ms-input-placeholder { color:#696e6e; }

::-webkit-scrollbar {
	width: 10px;
	background-color: #323a45;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

	/*	Go To Top
	/* --------------------------------------------- */

	.go-to-top {
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 999;
		visibility: hidden;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #262c34;
		background-color: rgba(41,47,56,.5);
		opacity: 0;

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	.no-touch .go-to-top {
		left: 48%;
		top: 50%;
		margin: -20px 0 0 620px;

		-webkit-transform: translateX(45px);
				transform: translateX(45px);
	}

	.go-to-top.animate_finished {
		opacity: 1;
		visibility: visible;
	}

	.go-to-top.animate_finished:hover { background-color: #e74c3c; }

	.go-to-top:before {
		font-family: 'fontawesome';
		font-size: 1.65em;
		line-height: 40px;
		color: #fff;
		content: "\f106";
	}

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="tel"],
select,
textarea {
	padding: 9px 10px;
	background-color: #f5f7f8;
	color: #696e6e;
	border-width: 2px;
	border-style: solid;
	border-color: #e4e4e2;
	outline: none;
	resize: none;
	width: 100%;

	-webkit-appearance: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-border-radius: 4px;
			border-radius: 4px;
}

select {
	background-image: url('images/select-arrow.png');
	background-position: center right;
	background-repeat: no-repeat;
}

input[type="radio"] {
	display: none;
	padding: 0;

	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
input[type="checkbox"]{
	padding: 0;

	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
}

input[type="checkbox"] + label:after {
	position: absolute;
	left: 5px;
	top: 0;
	display: none;
	font-family: FontAwesome;
	line-height: 24px;
	font-size: .85em;
	color: #292f38;
	content: "\f00c";
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	width: 22px;
	height: 22px;
	background: url("images/checkbox.png") no-repeat;
	content: "";
}

input[type="radio"] + label:before {
	background: url("images/radio.png") no-repeat;
	overflow: hidden;
}

input[type="checkbox"]:checked + label:after { display: block; }
input[type="radio"]:checked + label:before   { background-position: 0 -22px; }

input[type="number"] { -moz-appearance: textfield; }

	/*	Custom Select
	/* --------------------------------------------- */

	.custom-select {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		line-height: 1.4em;
	}

	.description-table .custom-select {
		font-size: .9em;
		line-height: 1.8em;
	}

		.custom-select .select-title {
			position: relative;
			z-index: 1;
			padding: 2px 39px 3px 9px;
			cursor: pointer;
			border: 2px solid #e4e4e2;
			background-color: #f5f7f8;
			min-width: 75px;

			-webkit-border-radius: 4px;
					border-radius: 4px;
			-webkit-transition: border-color .4s ease;
					transition: border-color .4s ease;
		}

		.custom-select .select-title.type_2 { padding: 7px 40px 8px 10px; }

		.custom-select .select-title.active {
			background-color: #fff;
			border-bottom-color: transparent;

			-webkit-border-bottom-left-radius: 0;
					border-bottom-left-radius: 0;
			-webkit-border-bottom-right-radius: 0;
					border-bottom-right-radius: 0;
		}

		.custom-select .select-title:after {
			position: absolute;
			right: 8px;
			top: 50%;
			display: inline-block;
			margin-top: -10px;
			font-family: 'fontawesome';
			color: #292f38;
			font-size: 14px;
			line-height: inherit;
			content: "\f107";
		}

		.custom-select .select-title.active:after { content: "\f106"; }

		.custom-select .select-title.type_2:after {
			right: 10px;
			font-size: 18px;
		}

		.custom-select .select-title:before {
			position: absolute;
			top: 50%;
			right: 27px;
			margin-top :-6px;
			height: 12px;
			content: "";
			border-left: 1px solid #e4e4e2;
		}

		.custom-select .select-title.type_2:before {
			right: 33px;
			margin-top: -11px;
			height: 22px;
		}

		.custom-select .select-list {
			position: absolute;
			left: 0;
			top: 100%;
			z-index: 22;
			display: none;
			width: 100%;
			cursor: pointer;
			background-color: #fff;
			border-left: 2px solid #e4e4e2;
			border-right: 2px solid #e4e4e2;
			border-bottom: 2px solid #e4e4e2;

			-webkit-border-bottom-left-radius: 4px;
					border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
					border-bottom-right-radius: 4px;
		}

			.custom-select .select-title.type_2 + .select-list > li {
				padding-top: 7px;
				padding-bottom: 8px;
			}

			.custom-select .select-list > li {
				padding: 3px 10px;
				color: #6a6a6a;
				list-style: none;
			}

			.custom-select .select-list > li:hover {
				color: #000;
				background-color: #ecf0f1;
			}

				.custom-select select { display: none; }

/*	Typography
/* -------------------------------------------------- */

a {
	text-decoration: none;
	outline: none !important;

	-webkit-transition: color .4s ease, background-color .4s ease;
			transition: color .4s ease, background-color .4s ease;
}

a 		{ color: #e74c3c;  }
a:hover { color: #696e6e ; }

p { margin-bottom: 1.5em;
    line-height: 3.5rem;
}

b, strong { font-weight: bold; }

ul, ol { list-style-position: inside; }
ul, ol { margin-bottom: 25px; }

ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

dfn, cite, em, i { font-style: italic; }

q { quotes: none; }

table, th, td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table {
	margin: 0 0 1.6em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	background-color: #fff;
}

table, dl { margin-bottom: 25px; }

caption, th, td {
	text-align: left;
}

th, td { padding: 0.4em; }

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td { border-width: 0 1px 1px 0; }

dt { font-weight: 700; }

big { font-size: 125%; }

del { opacity: 0.8; }

mark, ins {
	background-color: #e74c3c;
	color: #fff;
	text-decoration: none;
}

code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	clear:both;
	border-style: solid;
	border-width: 1px;
	overflow:auto;
	padding:2em;
	line-height: 2em;
	font-size: 12px;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
	font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
	margin-bottom: 30px;
	position: relative;
	left: 0;
	text-transform: none;
	width: 100%;

	-webkit-background-size: 100% 4em;
			background-size: 100% 4em;
	-webkit-transition: all ease-in-out 0.5s;
			transition: all ease-in-out 0.5s;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote {
	position: relative;
	margin-bottom: 30px;
	padding: 20px 20px 15px 50px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	background-color: #fff;
	line-height: 1.55em;
	font-style: italic;
	font-size: 16px;

	-webkit-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

blockquote:before {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 20px;
	font-size: 50px;
	font-weight: bold;
	color: #e74c3c;
	content: "“";
}

blockquote:after {
	position: absolute;
	left: 20px;
	bottom: -10px;
	content: "";
	width: 17px;
	height: 10px;
	background: url("images/blockquote_arrow.png") no-repeat;
}

	blockquote p { margin-bottom: .5em; }

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { top: .5ex;   }
sup { bottom: 1ex; }

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

embed { vertical-align: top; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="tel"],
select,
textarea,
button {
	-webkit-appearance: none;
	outline: none;
}

button::-moz-focus-inner { border: 0; }

h1 { font-size: 36px; }

h2 {
	font-size: 24px;
	line-height: 1.2em;
}

h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #292f38;
}

.bg-section-image h1,
.bg-section-image h2,
.bg-section-image h3,
.bg-section-image h4,
.bg-section-image h5,
.bg-section-image h6 { color: #fff; }


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

#header {
	position: relative;
	z-index: 300;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e74c3c;
	width: inherit;

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

	#header.header_full_width .container { width: auto; }

#header.type-5  {
	position: fixed;
	border-width: 0;
	background-color: transparent;
}

#header.type-5.sticky {
	position: relative;
}

#header.type-4 { border-top: none; }

	.header-in {
		position: relative;
		z-index: 20;
		padding-top: 30px;
		padding-bottom: 25px;

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

	#header.type-2 .header-in.sticky {
		padding-top: 10px;
		padding-bottom: 10px;
	}

		#header .logo {
			display: inline-block;
			margin: 0;
			font-size: 45px;
			line-height: .9em;
		}

		#header .logo { font-weight: 900; }

		#header.type-4 .logo { margin-left: 100px; }

			#header .logo a,
			#header .logo a:hover { color: #c1c1c1; }

			#header .logo img,
			#header .logo a {
				vertical-align: top;

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

			#header .logo.ministorm:hover img,
			#header .logo.ministorm:hover {
				-webkit-animation: ministorm 0.5s ease;
				   -moz-animation: ministorm 0.5s ease;
						animation: ministorm 0.5s ease;
			}

				#header .logo a p { margin-bottom: 0; }

				#header .logo a > span { color: #e74c3c; }

		#header ul,
		#header ol {
			margin-bottom: 0;
			list-style: none;
		}

	/*	Header top part
	/* --------------------------------------------- */

	.h_top_part {
		position: relative;
		z-index: 200;
		padding: 4px 0 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #e2e6e7;
	}

	#header.type-4 .h_top_part {
		padding: 6px 0;
		background-color: #323a45;
		color: #bdc3c7;
	}

	#header.type-5 .h_top_part {
		border-bottom-color: #fff;
		border-bottom-color: rgba(241,241,241, .2);
		color: #d3d3d3;
	}

		#header.type-5 .h_top_part p > b,
		#header.type-5 .h_top_part p a { color: #fff; }

		.top-message { font-size: .9em; }

		#header.type-4 .top-message { color: #fff; }

		.h_top_part p {
			margin-bottom: 0;
			font-size: 12px;
		}

			#header.type-4 .h_top_part p b,
			#header.type-4 .h_top_part p a { color: #fff; }

		/*	Bar login
		/* --------------------------------------------- */

		.bar-login a {
			font-size: 12px;
			color: #696e6e;
		}

		#header.type-4 .bar-login a { color: #bdc3c7; }

		.bar-login a:hover,
		#header.type-4 .bar-login a:hover { color: #e74c3c; }

		/*	Users nav
		/* --------------------------------------------- */

		.users-nav { display: inline-block; }

			.users-nav li {
				float: left;
				margin-left: 12px;
				font-size: 12px;
			}

			.users-nav li:first-child { margin-left: 0; }

			.users-nav li:before {
				display: inline-block;
				margin: 6px 8px 0 0;
				height: 10px;
				border-left: 1px solid #828686;
				content: "";
			}

			.users-nav li:first-child:before { display: none; }

				.users-nav li a { color: #696e6e; }

				.invert_string span {
					display: inline-block;
					margin: 0 8px;
				}

				.invert_string a:hover { color: #292f38; }

/*	Menu Wrap
/* --------------------------------------------- */

.menu_wrap {
	position: relative;
	z-index: 19; /* 150 */
}

#header.type-1 .menu_wrap { width: inherit; }

#header.type-1 .menu_wrap,
#header.type-3 .menu_wrap,
#header.type-6 .menu_wrap { background-color: #652A75; }

#header.type-5 .menu_wrap { text-align: right; }

@media only screen and (min-width: 1200px) {
	#header.type-3 .menu_wrap,
	#header.type-6 .menu_wrap { width: 1140px; }

	#header.header_full_width.type-3 .menu_wrap,
	#header.header_full_width.type-6 .menu_wrap { width: auto; }

	#header.header_full_width.type-3 .menu_wrap.sticky {
		width: 98%;
		width: calc(100% - 30px);
	}
}

#header.type-2 .menu_wrap {
	display: inline-block;
	vertical-align: middle;
	padding-right: 25px;
	width: 710px;
}

#header.type-3 .menu_wrap,
#header.type-6 .menu_wrap {
	margin-bottom: 20px;

	-webkit-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
}

	#header.type-3 .menu_wrap > .container,
	#header.type-6 .menu_wrap > .container { padding: 0; }

#header.type-4 .menu_wrap {
	padding: 9px 0;
	border-bottom: 1px solid #e6e5e7;
	text-align: center;
}

@media only screen and (min-width: 993px) {

	#header:not(.type-5) .sticky {
		position: fixed;
		top: 0;
		z-index: 200;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
	}

	#header.type-5.sticky .header-in {
		position: fixed;
		top: 0;
		z-index: 200;
		width: 100%;
		background-color: #252525;
		background-color: rgba(37,37,37, .8);

		-webkit-transition: background-color .35s ease;
				transition: background-color .35s ease;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
	}

	.logged-in.admin-bar #header.type-5 .header-in { top: 32px; }
}

.logged-in.admin-bar #header .menu_wrap.sticky,
.logged-in.admin-bar #header.type-2 .header-in.sticky { top: 32px; }

#header.type-2 .header-in.sticky,
#header.type-4 .menu_wrap.sticky {
	width: 100%;
	background-color: #fafbfb;
}

.boxed_layout #header.type-2 .header-in.sticky,
.boxed_layout #header.type-4 .menu_wrap.sticky {
	width: inherit;
}

#header .spacer {
	height: 0;

	-webkit-transition: height .25s ease;
			transition: height .25s ease;
}

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

	.navigation > ul > li {
		position: relative;
		display: block;
		padding: 0;
	}

		.navigation > ul > li > a {
			position: relative;
			display: block;
			font-weight: 700;
			text-transform: uppercase;
			text-decoration: none;
			text-shadow: none;
			font-size: 14px;

			-webkit-transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
					transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
		}

		.type-1 .navigation > ul > li:hover > a,
		.type-1 .navigation > ul > li.current-menu-item > a,
		.type-1 .navigation > ul > li.current-menu-parent > a,
		.type-1 .navigation > ul > li.current-menu-ancestor > a,
		.type-1 .navigation > ul > li.current_page_item > a,
		.type-1 .navigation > ul > li.current_page_parent > a,
		.type-1 .navigation > ul > li.current_page_ancestor > a,

		.type-3 .navigation > ul > li:hover > a,
		.type-3 .navigation > ul > li.current-menu-item > a,
		.type-3 .navigation > ul > li.current-menu-parent > a,
		.type-3 .navigation > ul > li.current-menu-ancestor > a
		.type-3 .navigation > ul > li.current_page_item > a,
		.type-3 .navigation > ul > li.current_page_parent > a,
		.type-3 .navigation > ul > li.current_page_ancestor > a,

		.type-6 .navigation > ul > li:hover > a,
		.type-6 .navigation > ul > li.current-menu-item > a,
		.type-6 .navigation > ul > li.current-menu-parent > a,
		.type-6 .navigation > ul > li.current-menu-ancestor > a
		.type-6 .navigation > ul > li.current_page_item > a,
		.type-6 .navigation > ul > li.current_page_parent > a,
		.type-6 .navigation > ul > li.current_page_ancestor > a
		{
			-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
					transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
		}

		.type-2 .navigation > ul > li > a,
		.type-4 .navigation > ul > li > a,
		.type-5 .navigation > ul > li > a {
			color: #292f38;
			padding: 9px 10px;

			-webkit-border-radius: 4px;
					border-radius: 4px;
		}

		.type-2 .navigation > ul > li:hover > a,
		.type-2 .navigation > ul > li.current-menu-item > a,
		.type-2 .navigation > ul > li.current-menu-parent > a,
		.type-2 .navigation > ul > li.current-menu-ancestor > a,
		.type-2 .navigation > ul > li.current_page_item > a,
		.type-2 .navigation > ul > li.current_page_parent > a,
		.type-2 .navigation > ul > li.current_page_ancestor > a,

		.type-4 .navigation > ul > li:hover > a,
		.type-4 .navigation > ul > li.current-menu-item > a,
		.type-4 .navigation > ul > li.current-menu-parent > a,
		.type-4 .navigation > ul > li.current-menu-ancestor > a,
		.type-4 .navigation > ul > li.current_page_item > a,
		.type-4 .navigation > ul > li.current_page_parent > a,
		.type-4 .navigation > ul > li.current_page_ancestor > a,

		.type-5 .navigation > ul > li:hover > a,
		.type-5 .navigation > ul > li.current-menu-item > a,
		.type-5 .navigation > ul > li.current-menu-parent > a,
		.type-5 .navigation > ul > li.current-menu-ancestor > a,
		.type-5 .navigation > ul > li.current_page_item > a,
		.type-5 .navigation > ul > li.current_page_parent > a,
		.type-5 .navigation > ul > li.current_page_ancestor > a {
			color: #fff;

			-webkit-transition: color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
					transition: color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
		}

		.type-3 .navigation > ul > li:hover:first-child > a,
		.type-3 .navigation > ul > li.current-menu-item:first-child > a,
		.type-3 .navigation > ul > li.current-menu-parent:first-child > a,
		.type-3 .navigation > ul > li.current-menu-ancestor:first-child > a,
		.type-3 .navigation > ul > li.current_page_item:first-child > a,
		.type-3 .navigation > ul > li.current_page_parent:first-child > a,
		.type-3 .navigation > ul > li.current_page_ancestor:first-child > a,
		.type-3 .mega_main_menu_ul > li:hover:first-child > a.item_link,
		.type-3 .mega_main_menu_ul > li.current-menu-item:first-child > a.item_link,
		.type-3 .mega_main_menu_ul > li.current-menu-parent:first-child > a.item_link,
		.type-3 .mega_main_menu_ul > li.current-menu-ancestor:first-child > a.item_link,

		.type-6 .navigation > ul > li:hover:first-child > a,
		.type-6 .navigation > ul > li.current-menu-item:first-child > a,
		.type-6 .navigation > ul > li.current-menu-parent:first-child > a,
		.type-6 .navigation > ul > li.current-menu-ancestor:first-child > a,
		.type-6 .navigation > ul > li.current_page_item:first-child > a,
		.type-6 .navigation > ul > li.current_page_parent:first-child > a,
		.type-6 .navigation > ul > li.current_page_ancestor:first-child > a,
		.type-6 .mega_main_menu_ul > li:hover:first-child > a.item_link,
		.type-6 .mega_main_menu_ul > li.current-menu-item:first-child > a.item_link,
		.type-6 .mega_main_menu_ul > li.current-menu-parent:first-child > a.item_link,
		.type-6 .mega_main_menu_ul > li.current-menu-ancestor:first-child > a.item_link {
			-webkit-border-radius: 4px 0 0 0;
					border-radius: 4px 0 0 0;
		}

		.navigation > ul > li:hover > a,
		.navigation > ul > li.current-menu-item > a,
		.navigation > ul > li.current-menu-parent > a,
		.navigation > ul > li.current-menu-ancestor > a,
		.navigation > ul > li.current_page_item > a,
		.navigation > ul > li.current_page_parent > a,
		.navigation > ul > li.current_page_ancestor > a,
		.mega_main_menu_ul > li:hover > a.item_link,
		.mega_main_menu_ul > li.current-menu-item > a.item_link,
		.mega_main_menu_ul > li.current-menu-parent > a.item_link,
		.mega_main_menu_ul > li.current-menu-ancestor > a.item_link {
			background-color: #e74c3c;
		}

		@media only screen and (min-width: 993px) {

			.navigation > ul > li { float: left; }

			.type-2 .navigation > ul > li,
			.type-5 .navigation > ul > li { margin-left: 10px; }
			.type-2 .navigation > ul > li:first-child { margin-left: 0; }

			.type-4 .navigation > ul > li { margin: 0 20px; }

			.type-1 .navigation > ul > li > a,
			.type-3 .navigation > ul > li > a,
			.type-6 .navigation > ul > li > a {
				padding: 20px 30px;
				color: #fff;
			}

			.type-5 .navigation > ul > li > a { color: #fff; }

			#header.type-1 .navigation > ul > li.menu-item-has-children > a,
			#header.type-1 .navigation > ul > li.page_item_has_children > a { padding: 20px 50px 20px 30px; }

			#header.type-3 .navigation > ul > li.menu-item-has-children > a,
			#header.type-3 .navigation > ul > li.page_item_has_children > a,
			#header.type-6 .navigation > ul > li.menu-item-has-children > a,
			#header.type-6 .navigation > ul > li.page_item_has_children > a { padding: 20px 40px 20px 20px; }

			#header.type-2 .navigation > ul > li.menu-item-has-children > a,
			#header.type-4 .navigation > ul > li.menu-item-has-children > a,
			#header.type-5 .navigation > ul > li.menu-item-has-children > a,

			#header.type-2 .navigation > ul > li.page_item_has_children > a,
			#header.type-4 .navigation > ul > li.page_item_has_children > a,
			#header.type-5 .navigation > ul > li.page_item_has_children > a { padding: 10px 25px 10px 10px; }

			#header.type-2 .navigation > ul > li.menu-item-has-children > a:after,
			#header.type-4 .navigation > ul > li.menu-item-has-children > a:after,
			#header.type-5 .navigation > ul > li.menu-item-has-children > a:after,

			#header.type-2 .navigation > ul > li.page_item_has_children > a:after,
			#header.type-4 .navigation > ul > li.page_item_has_children > a:after,
			#header.type-5 .navigation > ul > li.page_item_has_children > a:after {
				top: 10px;
				right: 6px;
			}

			#header.type-3 .navigation > ul > li.menu-item-has-children > a:after,
			#header.type-3 .navigation > ul > li.page_item_has_children > a:after,
			#header.type-6 .navigation > ul > li.menu-item-has-children > a:after,
			#header.type-6 .navigation > ul > li.page_item_has_children > a:after {
				top: 20px;
				right: 16px;
			}

		}

		.navigation > ul > li.menu-item-has-children > a:after,
		.navigation > ul > li.page_item_has_children > a:after {
			position: absolute;
			top: 20px;
			right: 26px;
			font-family: moon;
			content: '\e3b6';
			text-align: center;
			display: block;
			width: 15px;
			font-size: 12px;
			line-height: inherit;
			vertical-align: middle;
		}

		.navigation ul ul li.menu-item-has-children > a:before,
		.navigation ul ul li.page_item_has_children > a:before {
			position: absolute;
			top: 50%;
			margin-top: -5px;
			font-family: FontAwesome;
			text-align: center;
			display: block;
			width: 15px;
			font-size: 10px;
			line-height: 10px;
			height: 10px;
			content: '\f105';
			right: 5px;
		}

		.navigation ul li ul.children,
		.navigation ul li ul.sub-menu {
			position: absolute;
			left: 0;
			background-color: #fff;
			padding: 0;
			border-top-width: 3px;
			border-top-style: solid;
			border-top-color: #e74c3c;
			margin-top: 10px;
			margin-left: 0;
			opacity: 0;
			visibility: hidden;
			width: auto;

			-webkit-transform: translateY(35px);
					transform: translateY(35px);
			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
					box-shadow: 0 1px 2px rgba(0,0,0,0.15);
			-webkit-border-radius: 4px;
					border-radius: 4px;
			-webkit-transition: all .35s ease;
					transition: all .35s ease;
		}

		.navigation ul li ul.children:after,
		.navigation ul li ul.sub-menu:after {
			content: "";
			width: 100%;
			height: 10px;
			display: block;
			position: absolute;
			left: 0;
			top: -13px;
		}

		.ie9 .navigation ul li ul.children,
		.ie9 .navigation ul li ul.sub-menu { margin-top: 0; }

		.navigation ul li ul.children ul.children,
		.navigation ul li ul.sub-menu ul.sub-menu {
			top: 0;
			left: 100%;
			margin-top: -3px;
		}

		.navigation ul li:hover > ul.children,
		.navigation ul li:hover > ul.sub-menu {
			opacity: 1;
			visibility: visible;

			-webkit-transform: translateY(0);
					transform: translateY(0);
			-webkit-transition: all .35s ease;
					transition: all .35s ease;
		}

		.navigation > ul > li > ul.children:before,
		.navigation > ul > li > ul.sub-menu:before {
			border-bottom: 8px solid #e74c3c;
			border-left: 7px solid transparent;
			border-right: 7px solid transparent;
			content: "";
			height: 0;
			left: 16px;
			position: absolute;
			top: -11px;
			width: 0;
		}

		.ie9 .navigation ul li ul.children:before,
		.ie9 .navigation ul li ul.sub-menu:before { display: none; }

			.navigation ul.children li,
			.navigation ul.sub-menu li { position: relative; }

				.navigation ul.children li a,
				.navigation ul.sub-menu li a {
					position: relative;
					display: block;
					float: none;
					margin: 0;
					padding: 7px 20px;
					background-color: #fff;
					text-align: left;
					color: #292f38;
					font-size: 14px;
					white-space: pre;

					-webkit-transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
							transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
				}

				.navigation ul.children li:first-child > a,
				.navigation ul.sub-menu li:first-child > a {
					-webkit-border-radius: 4px 4px 0 0;
							border-radius: 4px 4px 0 0;
				}

				.navigation ul.children li:last-child > a,
				.navigation ul.sub-menu li:last-child > a {
					-webkit-border-radius: 0 0 4px 4px;
							border-radius: 0 0 4px 4px;
				}

				.navigation ul.children li:hover > a,
				.navigation ul.children li.current-menu-item > a,
				.navigation ul.children li.current-menu-parent > a,
				.navigation ul.children li.current-menu-ancestor > a,
				.navigation ul.children li.current_page_item > a,
				.navigation ul.children li.current_page_parent > a,
				.navigation ul.children li.current_page_ancestor > a,

				.navigation ul.sub-menu li:hover > a,
				.navigation ul.sub-menu li.current-menu-item > a,
				.navigation ul.sub-menu li.current-menu-parent > a,
				.navigation ul.sub-menu li.current-menu-ancestor > a,
				.navigation ul.sub-menu li.current_page_item > a,
				.navigation ul.sub-menu li.current_page_parent > a,
				.navigation ul.sub-menu li.current_page_ancestor > a {
					background-color: #ecf0f1;
					color: #e74c3c;

					-webkit-transition: color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
							transition: color 0.1s ease 0s, background-color 0.1s ease 0s, box-shadow 0.1s ease 0s;
				}

	.mobile-button { display: none; }

	/*	Mobile Navigation
	/* --------------------------------------------- */

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

		.navigation li {
			position: relative;
			margin-bottom: 5px;
		}

			.navigation > ul > li > a {
				padding: 10px 15px;
				display: block;
				background-color: #fff;
				color: #e74c3c;
				text-transform: none;
				border: 1px solid #e74c3c;
				background-color: #fff;
				font-size: 14px;
				font-weight: 700;

				-webkit-border-radius: 4px;
						border-radius: 4px;
			}

			#header .navigation > ul > li:hover > a,
			#header .navigation > ul > li.current-menu-item > a,
			#header .navigation > ul > li.current-menu-parent > a,
			#header .navigation > ul > li.current-menu-ancestor > a,
			#header .navigation > ul > li.current_page_item > a,
			#header .navigation > ul > li.current_page_parent > a,
			#header .navigation > ul > li.current_page_ancestor > a { color: #fff; }

			.navigation > ul > li.menu-item-has-children > a:after {
				font-size: 17px;
				top: 12px;
				right: 26px;
			}

		.navigation ul li ul.children,
		.navigation ul li ul.sub-menu {
			position: relative;
			width: 100%;
			display: none;
		}

		.navigation ul li ul.children ul.children,
		.navigation ul li ul.sub-menu ul.sub-menu { left: 0; }

		.navigation li:hover > ul.children,
		.navigation li:hover > ul.sub-menu { display: block; }

	}

	/*	Search Wrap
	/* --------------------------------------------- */

	#header.type-4 .search-wrap {
		position: relative;
		display: inline-block;
		width: 500px;
	}

	#header.type-4 .cart-holder { float: right; }

		/*	Search Form
		/* --------------------------------------------- */

		.search-button,
		.submit-search {
			background-color: transparent;
			color: #bdc3c7;
			font-size: 0;
		}

		.type-1 .search-button {
			float: right;
			margin-top: 20px;
		}

		.type-1 .submit-search,
		.type-2 .submit-search,
		.type-4 .submit-search,
		.type-6 .submit-search { display: none; }

		.type-2 .search-button {
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -10px;
		}

		.type-6 .search-button {
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -10px;
		}

		.type-3 .submit-search,
		.type-6 .submit-search {
			position: absolute;
			right: 10px;
			top: 50%;
			margin-top: -10px;
			cursor: pointer;
		}

		.type-3 .submit-search,
		.type-6 .submit-search { font-size: 0; }

		.type-4 .search-button {
			position: absolute;
			top: 50%;
			right: 10px;
			margin-top: -10px;
		}

		.search-button:before,
		.submit-search:before {
			font-family: 'fontawesome';
			font-size: 20px;
			content: "\f002";

			-webkit-transition: color .4s ease;
					transition: color .4s ease;
		}

		.search-button:hover:before,
		.submit-search:hover:before { color: #e74c3c; }

		.searchform-wrap {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 10;
			visibility: hidden;
			background-color: #fff;
			pointer-events: none;
			opacity: 0;

			-webkit-transform: translateY(60px);
					transform: translateY(60px);
			-webkit-transition: all .4s ease;
					transition: all .4s ease;
		}

		.type-1 .searchform-wrap,
		.type-3 .searchform-wrap,
		.type-6 .searchform-wrap { background-color: #fff; }

		.type-2 .searchform-wrap,
		.type-4 .searchform-wrap { background-color: #fafbfb; }

		.searchform-wrap.opened {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;

			-webkit-transform: translateY(0);
					transform: translateY(0);
		}

		.searchform-wrap.closed {
			-webkit-transform: translateY(-60px);
					transform: translateY(-60px);
		}

			.searchform-wrap .container { padding: 0; }

			.searchform-wrap .search-outer {
				position: relative;
				height: inherit;
			}

			.type-1 .searchform-wrap .search-outer,
			.type-3 .searchform-wrap .search-outer { padding: 10px 0; }

			.type-3 .search-outer,
			.type-6 .search-outer { position: relative; }

				.searchform-wrap #searchform {
					display: inline-block;
					width: 100%;
					vertical-align: middle;
				}

					.search-outer p { margin-bottom: 0; }

					.searchform-wrap input#s {
						width: 95%;
						background: transparent;
						border: none;
						font-size: 1.15em;
					}

					.searchform-wrap .search-button { display: none; }

				.close-search-form {
					position: absolute;
					right: 8px;
					top: 50%;
					margin-top: -11px;
					font-size: 1.3em;
					background-color: transparent;
				}

				.close-search-form:before {
					font-family: 'fontawesome';
					font-size: 1em;
					content: "\f00d";

					-webkit-transition: color .4s ease;
							transition: color .4s ease;
				}

				.close-search-form:hover:before { color: #e74c3c; }

/*	Templates
/* --------------------------------------------- */

	/*	Post Types
	/* --------------------------------------------- */

	.template-box {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e2e6e7;
	}

	.template-box .template-title { margin-bottom: 10px; }

	.template-box .template-image-format {
		float: left;
		overflow: hidden;
		margin-right: 25px;

		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	.template-box .template-description {
		overflow: hidden;
		padding: 5px;
	}

	/*	Testimonials
	/* --------------------------------------------- */

	.template-area .testimonials-area {
		margin-right: -15px;
		margin-left: -15px;
		font-size: 0;
	}

		.template-area .testimonials-area .tm-item {
			display: inline-block;
			padding: 0 15px;
			vertical-align: top;
		}

		.template-area .testimonials-area.two_columns .tm-item   { width: 50%; }
		.template-area .testimonials-area.three_columns .tm-item { width: 33.3%; }
		.template-area .testimonials-area.four_columns .tm-item  { width: 25%; }

		.meta-holder .section-title { margin-bottom: 15px; }

	/*	404
	/* --------------------------------------------- */

	.error-404-text {
		margin-bottom: 90px;
		text-align: center;
	}

		.error-404-text h2 {
			margin-bottom: 0;
			color: #e74c3c;
			font-weight: 700;
			font-size: 200px;
			line-height: 1;
		}

		.error-404-text h3 {
			margin-bottom: 35px;
			text-transform: uppercase;
			font-size: 30px;
			font-weight: 400;
			line-height: 1.1;
		}

	/*	Search
	/* --------------------------------------------- */

	.template-search #searchform { position: relative; }

		.template-search .post-item {
			padding-bottom: 30px;
			padding-top: 30px;
			border-bottom: 1px solid #e2e6e7;
		}

		.template-search .post-item:first-of-type { padding-top: 0; }

		.template-search .post-item.not-found {
			padding: 0;
			margin: 0;
			border-bottom-width: 0;
		}

		@media only screen and (min-width: 993px) {
			.template-search .post-item.not-found { max-width: 50%; }
		}

			.extra-heading.with-subtitle { margin-bottom: 30px; }

				.extra-title { margin-bottom: 30px; }
				.extra-heading.with-subtitle .extra-title { margin-bottom: 10px; }

			.search-result-counter {
				float: left;
				margin-right: 15px;
			}

				.dropcap-result {
					display: block;
					margin: 7px 10px 0 0;
					padding-top: 5px;
					width: 32px;
					height: 32px;
					background-color: #e74c3c;
					font-size: 1.42em;
					color: #fff;
					font-weight: bold;
					text-align: center;

					-webkit-border-radius: 4px;
							border-radius: 4px;
				}

			.template-search .submit-search {
				position: absolute;
				right: 10px;
				top: 50%;
				margin-top: -10px;
				cursor: pointer;
			}

		/*	Content after header
		/* --------------------------------------------- */

		.header-after-content + .page_content_offset { padding-top: 0; }

/*	Aside Admin Panel
/* --------------------------------------------- */

.aside-admin-panel {
	position: fixed;
	right:0;
	top: 26%;
	z-index: 500;
}

	.aside-admin-panel > ul > li {
		position: relative;
		margin-bottom: 4px;

		-webkit-transition: all .4s ease;
				transition: all .4s ease;
	}

	.aside-admin-panel ul > li.opened {
		z-index: 1;

		-webkit-transform: translateX(-265px);
				transform: translateX(-265px);
	}

	.aside-admin-panel ul { list-style: none; }

		.panel-button {
			width: 40px;
			height: 40px;
			color: #fff;
			font-size: 15px;

			-webkit-border-top-left-radius: 4px;
					border-top-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
					border-bottom-left-radius: 4px;
		}

		.panel-button:hover {
			-webkit-animation: jump .4s ease;
					animation: jump .4s ease;
		}

		.panel-button.vk  	    { background-color: #5b7fa6; }
		.panel-button.facebook  { background-color: #3b5998; }
		.panel-button.twitter   { background-color: #2daae1; }
		.panel-button.contact   { background-color: #1abc9c; }
		.panel-button.googlemap { background-color: #e74c3c; }
		.panel-button.instagram { background-color: #835e42; }
		.panel-button.pinterest { background-color: #c82828; }

		.panel-button:before {
			font-family: 'fontawesome';
			font-size: 18px;
		}

		.panel-button.vk:before    	   { content: "\f189"; }
		.panel-button.facebook:before  { content: "\f09a"; }
		.panel-button.twitter:before   { content: "\f099"; }
		.panel-button.contact:before   { content: "\f003"; }
		.panel-button.googlemap:before { content: "\f041"; }
		.panel-button.instagram:before { content: "\f16d"; }
		.panel-button.pinterest:before { content: "\f0d2"; }

		.admin-panel-content {
			position: absolute;
			left: 100%;
			top: 0;
			padding: 15px 20px 30px;
			width: 265px;
			max-width: 265px;
			overflow: hidden;
			background-color: #fff;

			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
					box-shadow: 0 1px 1px rgba(0,0,0,.10);
			-webkit-border-bottom-left-radius: 4px;
					border-bottom-left-radius: 4px;
		}

			.panel-title { margin-bottom: 20px; }

			.pw-wrap.pw-shortcode [class*='_embed_grid'] { box-shadow: none !important; }

		/* Twitterfeed
		/* --------------------------------------------- */

		.twitterfeed .tweet.latest-tweets 	   { margin-bottom: 25px; }
		.no-follow-button .tweet.latest-tweets { margin-bottom: 0; }

			.twitterfeed .tweet a 		{ color: #292f38; }
			.twitterfeed .tweet a:hover { color: #e74c3c; }

			.twitter-feed-buttons li {
				float: left;
				margin-left: 5px;
			}

			.twitter-feed-buttons li:before {
				display: inline-block;
				width: 3px;
				height: 3px;
				background: #696e6e;
				margin: -2px 5px 0 0;
				vertical-align: middle;
				content: "";
			}

			.follow-button {
				display: inline-block;
				padding: 8px 15px 10px;
				min-width: 123px;
				background-color: #2daae1;
				color: #fff;

				-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
						box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
				-webkit-border-radius: 4px;
						border-radius: 4px;
				-webkit-transition: all 0.4s ease 0s;
						transition: all 0.4s ease;
			}

			.follow-button:hover {
				background-color: #34495e;
				color: #fff;
			}

		/* Contact Us
		/* --------------------------------------------- */

		#contactform { font-size: 12px; }

		#contactform input { margin-bottom: 10px; }

		#contactform.mini textarea {
			margin-bottom: 20px;
			height: 140px;
		}

		#contactform button[type="submit"] {
			padding: 7px 15px 9px;
			background-color: #e2e6e7;
			font-size: 14px;

			-webkit-border-radius: 4px;
					border-radius: 4px;
			-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
					box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
			-webkit-transition: all .4s ease;
					transition: all .4s ease;
		}

		#contactform button[type="submit"]:hover {
			color: #fff;
			background-color: #34495e;
		}

		#contactform .contact-form-responce {
			display: none;
			margin-top: 10px;
		}

		#contactform .alert-success,
		#contactform .alert-danger {
			position: relative;
			margin-bottom: 10px !important;
			padding: 15px 20px 15px 40px;

			-webkit-border-radius: 4px;
					border-radius: 4px;
		}

		#contactform .alert-success::before,
		#contactform .alert-danger::before {
			position: absolute;
			left: 12px;
			top: 50%;
			font-size: 20px;
			font-family: 'fontawesome';

			-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
		}

		#contactform .alert-success::before { color: #2ecc71; content: "\f118"; }
		#contactform .alert-danger::before  { color: #e74c3c; content: "\f071"; }

		#contactform .alert-danger {
			background-color: #f8e9e8;
			color: #cb2700;
		}

		#contactform .alert-success {
			background-color: #e4f3eb;
			color: #27ae60;
		}

		/* Store Location
		/* --------------------------------------------- */

		.info-list > li { margin-bottom: 10px; }

			.info-list iframe {
				position: relative;
				width: 100%;
				height: 225px;

				-webkit-border-radius: 4px;
						border-radius: 4px;
			}

			.info-list > li p { margin-bottom: 0; }

			.info-list .contact_e {
				padding-left: 20px;
				display: block;
			}

				.info-list li i.fa {
					float: left;
					line-height: inherit;
					color: #292f38;
				}

/*	Loops
/* --------------------------------------------- */

	/*	Tax Holder
	/* --------------------------------------------- */

	.tax-holder {
		margin-bottom: 15px;
		padding: 10px 0;
		border-top: 1px solid #e2e6e7;
		border-bottom: 1px solid #e2e6e7;
	}

	/*	Post Link Pages
	/* --------------------------------------------- */

	.post-link-pages {
		margin-bottom: 50px;
		font-size: 0;
	}

		.post-nav-left,
		.post-nav-right {
			display: inline-block;
			width: 50%;
		}

		.post-nav-left {
			padding-right: 5%;
			text-align: left;
		}

		.post-nav-right {
			padding-left: 5%;
			text-align: right;
		}

			.post-prev-button,
			.post-next-button {
				position: relative;
				display: inline-block;
				margin-bottom: 10px;
				padding: 8px 20px 10px;
				background-color: #e2e6e7;
				font-weight: 300;
				font-size: 14px;
				color: #292f38;

				-webkit-border-radius: 4px;
						border-radius: 4px;
				-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
						box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
				-webkit-transition: all .4s ease;
						transition: all .4s ease;
			}

			.post-prev-button { padding-left: 40px;  }
			.post-next-button { padding-right: 40px; }

			.post-nav-left .post-prev-button:hover,
			.post-nav-right .post-next-button:hover {
				background-color: #34495e;
				color: #fff;
			}

			.post-prev-button:before,
			.post-next-button:before {
				position: absolute;
				top: 50%;
				margin-top: -10px;
				color: #292f38;
				font-family: 'fontawesome';
				font-size: 14px;

				-webkit-transition: color .4s ease;
						transition: color .4s ease;
			}

			.post-prev-button:before {
				left: 20px;
				content: "\f053";
			}

			.post-next-button:before {
				right: 20px;
				content: "\f054";
			}

			.post-prev-button:hover:before,
			.post-next-button:hover:before { color: #fff; }

				.post-nav-right span,
				.post-nav-left span {
					display: block;
					color: #292f38;
					font-size: 14px;
				}

	/*	Related Posts
	/* --------------------------------------------- */

	.related-posts {
		margin-bottom: 50px;
		font-size: 0;
	}

		.related-posts .related-item {
			display: inline-block !important;
			margin-bottom: 25px;
			float: none;
			vertical-align: top;
		}

	/* Blog Posts
	---------------------------------------------------------- */

	.post-area { margin-bottom: 30px; }
	.post-area.blog-grid { font-size: 0; }

		.post-area > article {
			margin-top: 30px;
			padding-top: 30px;
			border-top: 1px solid #e2e6e7;
		}

		.post-area > article:first-child {
			margin-top: 0;
			padding-top: 0;
			border-top-width: 0;
		}

		.post-area.blog-grid > .post-item {
			display: inline-block;
			margin-top: 0;
			margin-bottom: 30px;
			padding: 0 15px 30px;
			width: 50%;
			border-top: none;
			border-bottom: 1px solid #e2e6e7;
			vertical-align: top;
			min-height: 1px;
			font-size: 14px;
		}

		.no_sidebar .post-area.blog-grid > .post-item { width: 33.33333333333333%; }
		.vc_row[data-vc-stretch-content=true] .post-area.blog-grid > .post-item { width: 25%; }


			.post-quote { position: relative; }

				.post-quote blockquote:after { display: none; }

				.whole-link {
					position: absolute;
					width: 100%;
					height: 100%;
					z-index: 10;
				}

			.post-content {
				padding: 5px 0;
				overflow: hidden;
			}

				.post-content .wpb_column[class*="vc_col-sm-"] {
					float: none;
					width: 100%;
				}

				.sticky-post {
					position: relative;
					float: left;
					display: block;
					margin-top: 5px;
					margin-right: 20px;
					padding: 6px 15px;
					background-color: #e74c3c;
					vertical-align: top;
					color: #fff;
					font-size: 14px;

					-webkit-border-radius: 4px;
							border-radius: 4px;
				}

				.sticky-post:after {
					position: absolute;
					left: 100%;
					top: 50%;
					border: solid transparent;
					content: " ";
					height: 0;
					width: 0;
					pointer-events: none;
					border-color: rgba(136, 183, 213, 0);
					border-left-color: #e74c3c;
					border-width: 8px;
					margin-top: -8px;
				}

				.entry-meta {
					display: block;
					overflow: hidden;
					vertical-align: top;
				}

					.entry-title {
						margin-bottom: 3px;
						font-weight: 500;
					}

					.entry-title a 		 { color: #292f38; }
					.entry-title a:hover { color: #e74c3c; }

					.bg-section-image .entry-title a 	   { color: #fff; }
					.bg-section-image .entry-title a:hover { color: #e74c3c; }

						.entry-body {
							margin-top: 10px;
							margin-bottom: 10px;
							padding-right: 10px;
						}

					.post-item .read-more {
						display: block;
						font-size: 1.15em;
					}

					.post-item .read-more:hover { color: #292f38; }

	/*	Post Slider
	/* --------------------------------------------- */

	.post-slider {
		position: relative;
		overflow: hidden;
	}

		.post-slider .item 			   { display: none; }
		.post-slider .item:first-child { display: block; }

			.post-area article.entry-blog-medium .image-overlay {
				float: left;
				margin-right: 20px;
				margin-bottom: 0;
				width: 370px;
			}

			.post-area article.entry-blog-grid .image-overlay {
				margin-bottom: 20px;
			}

				.post-area article .image-overlay blockquote {
					margin-bottom: 0;
					background-color: transparent;

					-webkit-box-shadow: none;
							box-shadow: none;
				}

			.item .jackbox { display: block; }

	/*	Post Meta
	/* --------------------------------------------- */

	.post-meta { font-size: 14px; }

	.inner-extra .post-meta { margin-bottom: 15px; }

	.entry-blog-medium .post-meta,
	.entry-blog-grid .post-meta { margin-bottom: 10px; }

		.post-meta > div { display: inline-block; }

		.post-meta a 		{ color: #292f38; }
		.post-meta a:hover  { color: #e74c3c; }

	/*	Breadcrumbs
	/* --------------------------------------------- */

	.breadcrumbs {
		padding: 9px 0;
		background-color: #f2f4f5;
	}

		.mad-breadcrumbs { font-size: .9em; }

			.mad-breadcrumbs > * {
				display: inline-block;
				vertical-align: middle;
			}

			.mad-breadcrumbs i {
				margin: 0 7px;
				vertical-align: middle;
			}

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

	.comments-list li { list-style: none; }

	.comment-wrap { margin-bottom: 25px; }

		.comment-wrap .comment {
			position: relative;
			padding: 15px 20px;
			background-color: #fff;

			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
					box-shadow: 0 1px 1px rgba(0,0,0,.10);
			-webkit-border-radius: 4px;
					border-radius: 4px;
		}

		.comment-wrap .comment:after {
			position: absolute;
			left: -9px;
			top: 20px;
			display: block;
			background: url("images/comment-arrow.png") no-repeat;
			width: 9px;
			height: 18px;
			content:"";
		}

		.comment-wrap .comment p { margin-bottom: 0; }

		.comments-list .children { margin-left: 20px; }

		.theme-respond .comment-respond .comment-form {
			margin-bottom: 25px;
			padding: 24px 19px 20px;
			background-color: #fff;
			font-size: 0;

			-webkit-border-radius: 4px;
					border-radius: 4px;
			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
					box-shadow: 0 1px 1px rgba(0,0,0,.10);
		}

		.comment-respond .comment-form .logged-in-as { font-size: 16px; }

		.comment-respond .comment-form .comment-form-author,
		.comment-respond .comment-form .comment-form-email,
		.comment-respond .comment-form .comment-form-url,
		.comment-respond .comment-form .comment-form-comment {
			display: inline-block;
			margin-bottom: 15px;
			width: 100%;
			vertical-align: top;
			font-size: 14px;
		}

		.comment-respond .comment-form .comment-form-author,
		.comment-respond .comment-form .comment-form-email { width: 50%; }

		#review_form .comment-respond .comment-form .comment-form-author,
		#review_form .comment-respond .comment-form .comment-form-email {
			display: block;
			width: 100%;
		}

		.comment-respond .comment-form .comment-form-author { padding-right: 15px; }
		.comment-respond .comment-form .comment-form-email  { padding-left: 15px; }

		#review_form .comment-respond .comment-form .comment-form-author,
		#review_form .comment-respond .comment-form .comment-form-email {
			display: block;
			padding: 0;
			width: 100%;
		}

		.comment-form .form-submit { margin-bottom: 0; }

		.comment-form .form-submit #submit {
			padding: 8px 15px 10px;
			background-color: #e2e6e7;
			font-size: 14px;

			-webkit-border-radius: 4px;
					border-radius: 4px;
			-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
					box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
			-webkit-transition: all .4s ease;
					transition: all .4s ease;
		}

		.comment-form .form-submit #submit:hover {
			color: #fff;
			background-color: #34495e;
		}

		.theme-respond .comment-respond .comment-form label {
			display: block;
			margin-bottom: 5px;
		}

		.comment-reply-title {
			margin-bottom: 20px;
			font-size: 24px;
			color: #292f38;
			line-height: 1em;
		}

		.comment-form textarea { min-height: 200px; }

		.comment-reply-title small { font-size: 13px; }

		.gravatar {
			overflow: hidden;
			float: left;

			-webkit-border-radius: 50%;
					border-radius: 50%;
		}

		.comment-content-wrap { margin-left: 100px; }

			.comment-title {
				position: relative;
				margin-bottom: 5px;
			}

				.comment-title a { color: #292f38; }
				.comment-title a:hover { color: #e74c3c; }

					.comment-reply-link {
						position: absolute;
						right: 0;
						top: 0;
					}

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

	.pagination-holder {
		margin-bottom: 20px;
		padding-top: 10px;
		border-top: 1px solid #e2e6e7;
	}

		.pagination { font-size: 0; }

			.pagination li {
				display: inline-block;
				vertical-align: middle;
			}

				.pagination li > a,
				.pagination li > span {
					display: block;
					padding: 1px 4px;
					text-align: center;
					font-size: 12px;
				}

				.pagination li > a.selected { color: #696e6e; }

					.pagination li > a:before {
						font-family: 'fontawesome';
						color: #292f38;
						font-size: 16px;

						-webkit-transition: color .4s ease;
								transition: color .4s ease;
					}

					.pagination li > .prev:before { content: "\f104"; }
					.pagination li > .next:before { content: "\f105"; }

						.pagination li > a:hover:before { color: #fff; }

				.pagination li > .prev,
				.pagination li > .next {
					margin: 0 9px;
					width: 26px;
					height: 25px;
					border-width: 1px;
					border-style: solid;
					border-color: transparent;
					background-color: #ecf0f1;

					-webkit-border-radius: 4px;
							border-radius: 4px;
				}

				.pagination li > .next { margin-right: 0; }

				.pagination li > .prev:hover,
				.pagination li > .next:hover { background-color: #c0392b; }

		nav.navigation.pagination {
			display: block;
			margin-bottom: 20px;
			padding-top: 10px;
			width: 100%;
			border-top: 1px solid #e2e6e7
		}

			nav.navigation.pagination .screen-reader-text { display: none; }

			.nav-links { }

				.nav-links > a,
				.nav-links > span {
					display: inline-block;
					padding: 1px 4px;
					vertical-align: middle;
					text-align: center;
					font-size: 12px;
				}

					.nav-links > a:before {
						font-family: 'fontawesome';
						color: #292f38;
						font-size: 16px;

						-webkit-transition: color .4s ease;
								transition: color .4s ease;
					}

					.nav-links > .prev:before { content: "\f104"; }
					.nav-links > .next:before { content: "\f105"; }

					.nav-links > a:hover:before { color: #fff; }

				.nav-links > .prev,
				.nav-links > .next {
					margin: 0 9px;
					width: 26px;
					height: 25px;
					border-width: 1px;
					border-style: solid;
					border-color: transparent;
					background-color: #ecf0f1;
					font-size: 0;

					-webkit-border-radius: 4px;
							border-radius: 4px;
				}

				.nav-links > .prev:hover,
				.nav-links > .next:hover { background-color: #c0392b; }

/*	Folio Slider
/* --------------------------------------------- */

	.portfolio-single-slider { position: relative; }

		.portfolio-single-slider ul.slides li { display: none; }
		.portfolio-single-slider ul.slides li:first-child { display: block; }

	/*	Link Pages
	/* --------------------------------------------- */

	#main > .container.single-folio { width: 100%; }

	#main > .container.single-folio > .row > .col-sm-12  {
		padding-left: 0;
		padding-right: 0;
	}

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

		.projects-nav li {
			display: inline-block;
			margin-left: 5px;
			vertical-align: top;
		}

			.projects-nav li a {
				display: block;
				width: 30px;
				height: 30px;
				border-width: 1px;
				border-style: solid;
				border-color: #ecf0f1;
				background-color: #ecf0f1;
				text-align: center;

				-webkit-border-radius: 4px;
						border-radius: 4px;
				-webkit-transition: background-color .1s ease;
						transition: background-color .1s ease;
			}

			.projects-nav li a:hover {
				border-color: transparent;
				background-color: #e74c3c;
			}

			.projects-nav li a:before {
				font-family: 'fontawesome';
				font-size: 16px;
				color: #292f38;
				line-height: 30px;

				-webkit-transition: color 1s ease;
						transition: color 1s ease;
			}

			.projects-nav li a.prev:before 		    { content: "\f104"; }
			.projects-nav li a.all-projects:before  { content: "\f00a"; font-size: 14px; }
			.projects-nav li a.next:before 			{ content: "\f105"; }

			.projects-nav li a:hover:before {
				color: #fff;

				-webkit-transition: color .1s ease;
						transition: color .1s ease;
			}

	.page_content_offset 			 { padding: 60px 0 0; }
	.page_content_offset.no_composer { padding: 60px 0;   }

	#sidebar { margin-bottom: 40px; }

	@media only screen and (max-width: 992px) {
		.touch .touch_sidebar_disable #sidebar { display: none; }
	}

	#content.sbl #main    { float: right; }
	#content.sbl #sidebar { float: left;  }
	#content.sbr #main    { float: left; }
	#content.sbr #sidebar { float: right; }

		#sidebar ul,
		#sidebar ol { list-style: none; }

	/* Portfolio Filter
	---------------------------------------------------------- */

	.section-line {
		margin-bottom: 0;
		text-align: justify;
		line-height: 0;
	}

	.section-line.filter-buttons {
		text-align: center;
		line-height: normal;
	}

	.template-area .section-line { margin-bottom: 15px; }

	.section-line:after {
		display: inline-block;
		width: 100%;
		content: '';
	}

	.section-line > .section-title,
	.section-line > .link-pages-holder,
	.section-line > .meta-holder {
		display: inline-block;
		vertical-align: middle;
	}

	.section-line.filter-buttons .section-title { margin-bottom: .6em; }

	/* Type 1 */

	.portfolio_filter { width: 175px; }

	/* Type 2 */

	.portfolio-filter {
		margin-bottom: 10px;
		text-align: center;
	}

		.portfolio-filter ul { margin-bottom: 0; }

			.portfolio-filter li {
				display: inline-block;
				vertical-align: top;
				margin-left: 2px;
				margin-right: 2px;
				list-style: none;
			}

				.portfolio-filter li a {
					position: relative;
					display: block;
					padding: 12px 18px;
					text-transform: uppercase;
					font-size: 14px;
					cursor: pointer;
					color: #292f38;

					-webkit-border-radius: 4px;
							border-radius: 4px;
					-webkit-transition: color 1s ease, background-color 1s ease;
							transition: color 1s ease, background-color 1s ease;
				}

				.portfolio-filter li:hover > a,
				.portfolio-filter li.active > a {
					background-color: #34495e;
					color: #fff;

					-webkit-transition: color .1s ease, background-color .1s ease;
							transition: color .1s ease, background-color .1s ease;
				}

				.portfolio-filter li > a:after {
					position: absolute;
					bottom: -8px;
					left: 50%;
					margin-left: -8px;
					width: 0;
					height: 0;
					border-left: 8px solid transparent;
					border-top: 8px solid transparent;
					border-right: 8px solid transparent;
					content:"";

					-webkit-transition: border-color 1s ease;
							transition: border-color 1s ease;
				}

				.portfolio-filter li > a:hover:after,
				.portfolio-filter li.active > a:after {
					border-top-color: #34495e;

					-webkit-transition: border-color .1s ease;
							transition: border-color .1s ease;
				}

	/* Portfolio
	---------------------------------------------------------- */

	.portfolio-items {
		overflow: hidden;
		z-index: 20;
		clear: both;
		margin-bottom: 25px;
	}

	.portfolio-items.portfolio-isotope { opacity: 0; }

	.portfolio-items.portfolio-isotope.loaded {
		opacity: 1;

		-webkit-transition: height 0.5s 0.2s ease, opacity .35s ease;
				transition: height 0.5s 0.2s ease, opacity .35s ease;
	}

		.portfolio-item {
			display: block;
			z-index: 1;
			float: left;
			position: relative;
			min-height: 1px;
		}

		/**** Isotope Filtering ****/

		.isotope-item { z-index: 2; }

		@media only screen and (min-width: 768px) {
			.portfolio-items {
				margin-left: -15px;
				margin-right: -15px;
			}

			.portfolio-items.portfolio-carousel {
				margin-left: 0;
				margin-right: 0;
			}
		}

		@media only screen and (min-width: 480px) {
			.portfolio-items .portfolio-item { padding: 1px 15px 0; }

			.portfolio-items.text-inside .portfolio-item { padding: 1px 15px 30px; }
		}

		@media only screen and (min-width: 768px) {

			.portfolio-items.two_columns .portfolio-item { width: 50%; }

			.portfolio-items.three_columns .portfolio-item { width: 33.3333333%; }

			.portfolio-items.four_columns .portfolio-item { width: 25%; }

			.portfolio-items.five_columns .portfolio-item { width: 20%; }

			.portfolio-items .portfolio-item.masonry-big { width: 40%; }

			.portfolio-items .portfolio-item.masonry-medium { width: 33%; }

			.portfolio-items .portfolio-item.masonry-small,
			.portfolio-items .portfolio-item.masonry-long { width: 26%; }

			#main .portfolio-items .portfolio-item.masonry-small,
			#main .portfolio-items .portfolio-item.masonry-long { width: 25%; }

		}

		.text-holder { margin-bottom: 30px; }

		.image-extra {
			position: absolute;
			top: 0;
			left: 0;
			visibility: hidden;
			width: 100%;
			height: 100%;
			text-align: center;
			opacity: 0;
			filter: alpha(opacity = 0);

			-webkit-transition: all .45s ease;
					transition: all .45s ease;
		}

		.image-overlay:hover .image-extra {
			visibility: visible;
			opacity: 1;
			filter: alpha(opacity = 80);
		}

			.extra-content {
				display: table;
				overflow: hidden;
				width: 100%;
				height: 100%;
				vertical-align: middle;
				text-align: center;
			}

				.inner-extra {
					display: table-cell;
					margin: 0;
					padding: 0 10px;
					width: 100%;
					height: 100%;
					vertical-align: middle;
				}

					.image-overlay:hover .inner-extra a { color: #fff; }

			.inner-extra .entry-title,
			.inner-extra .post-meta {
				visibility: hidden;
				opacity: 0;

				-webkit-transform: translateY(-100%);
						transform: translateY(-100%);
				-webkit-transition: transform .4s ease, opacity .4s ease;
						transition: transform .4s ease, opacity .4s ease;
			}

			.inner-extra .entry-title {
				-webkit-transition-delay: 0;
						transition-delay: 0;
			}

			.inner-extra .post-meta {
				-webkit-transition-delay: .2s;
						transition-delay: .2s;
			}

			.image-overlay:hover .inner-extra .entry-title,
			.image-overlay:hover .inner-extra .post-meta {
				opacity: 1;
				visibility: visible;

				-webkit-transform: translateY(0);
						transform: translateY(0);
			}

	/* Load more button
	---------------------------------------------------------- */

	.post-load-more {
		position: relative;
		z-index: 50;
		text-align: center;
	}

		.load-button {
			position: relative;
			display: inline-block;
			margin-bottom: .8em;
			padding: 14px 22px 13px;
			color: #fff;
			text-align: center;
			vertical-align: top;
			cursor: pointer;
			font-size: 1.15em;
			font-weight: 400;

			-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
			-webkit-transition: all .4s ease;
					transition: all .4s ease;
		}

		.blockloader:after {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 90;
			width: 100%;
			height: 100%;
			background: rgba(255,255,255, .6) url('images/ajax-loader@2x.gif') no-repeat center center;
			background-size: 16px 16px;
			content: "";
		}

	/* Open Buttons
	/* --------------------------------------------- */

	.open-buttons { }

		.open-buttons .open-button {
			display: inline-block;
			margin: 0 5px;

			-webkit-transition: transform .4s ease, opacity .4s ease;
					transition: transform .4s ease, opacity .4s ease;
		}

		.open-buttons > *:first-child {
			-webkit-transition-delay: .3s;
					transition-delay: .3s;
		}

		.open-buttons > *:nth-child(2) {
			-webkit-transition-delay: .5s;
					transition-delay: .5s;
		}

		.open-buttons .open-button {
			opacity: 0;

			-webkit-transform: translateY(20px);
					transform: translateY(20px);
		}

		.image-overlay:hover .open-buttons .open-button {
			opacity: 1;
			visibility: visible;

			-webkit-transform: translateY(0px);
					transform: translateY(0px);
		}

			.open-button .curtain {
				display: block;
				width: 40px;
				height: 40px;
				background-color: rgba(41, 47, 56, 0.8);
				vertical-align: middle;
				text-align: center;

				-webkit-border-radius: 4px;
						border-radius: 4px;
				-webkit-transition: background-color .4s ease;
						transition: background-color .4s ease;
			}

			.open-button .curtain:hover {
				background-color: #34495e;
				background-color: rgba(41, 47, 56, 1);
			}

			.open-button .curtain:before {
				font-family: 'fontawesome';
				font-size: 14px;
				text-align: center;
				line-height: 40px;
				color: #fff;
			}

			.lightbox-icon .curtain:before { content: "\f030" }
			.link-icon .curtain:before     { content: "\f0c1" }

	.image-overlay {
		position: relative;
		z-index: 1;
		margin-bottom: 25px;
		padding: 10px;
		background-color: #fff;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;

		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
				box-shadow: 0 1px 1px rgba(0,0,0,.10);
		-webkit-border-radius: 4px;
				border-radius: 4px;
	}

	.wpb_single_image.vc_align_center .image-overlay { display: inline-block; }

	.portfolio-isotope.text-inside .image-overlay { margin-bottom: 0; }

		.photoframe.with-buttons {
			position: relative;
			overflow: hidden;
		}

			.photoframe img {
				-webkit-transition: all 1.1s ease 0s;
						transition: all 1.1s ease 0s;
			}

			.image-overlay img { display: block; }

			.wp-audio { overflow: visible; }

		.single-image.zoom-image:hover > img,
		.image-overlay.zoom-image:hover img,
		.specials_item .d_block.wrapper:hover img {
			-webkit-transform: scale(1.08);
					transform: scale(1.08);
		}

		.single-image {
			display: block;
			overflow: hidden;
		}

			.single-image img {
				-webkit-transition: all 1.1s ease 0s;
						transition: all 1.1s ease 0s;
			}


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

	#sidebar .widget {
		margin-bottom: 30px;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;

		-webkit-border-radius: 4px;
				border-radius: 4px;
	}

	#sidebar .widget-title {
		margin-bottom: 0;
		color: #fff;
	}

	#sidebar .widget li,
	#footer .widget li { list-style: none; }

		#sidebar .widget .widget-head {
			background-color: #323a45;
			padding: 15px 20px 14px;

			-webkit-border-radius: 4px 4px 0 0;
					border-radius: 4px 4px 0 0;
		}

		.widget .widget-head[class*="relative"] { padding-right: 85px; }

		.widget_content {
			padding: 23px 20px 25px;
			background-color: #fff;
		}

		#footer .widget_content {
			background-color: #404852;

			-webkit-border-radius: 4px;
					border-radius: 4px;
		}

	/*	Default Styles Widgets
	/* --------------------------------------------- */

	/* blogroll links */
	.linkcat {}
	.blogroll {}

	/* read-more links */
	.more-link {}

	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}

	#sidebar .widget_pages ul.children li a,
	#footer .widget_pages ul.children li a { padding-left: 15px; }

	#sidebar .widget_meta,
	#sidebar .widget_links,
	#sidebar .widget_archive,
	#sidebar .widget_categories,
	#sidebar .widget_pages,
	#sidebar .widget_tag_cloud,
	#sidebar .widget_recent_entries,
	#sidebar .widget_recent_comments,
	#sidebar .widget_ratings-widget,
	#sidebar .widget_popular_posts,
	#sidebar .widget_ratings-widget,
	#sidebar .widget_flickr,
	#sidebar .widget_text,
	#sidebar .widget_rss,
	#sidebar .widget_contact_us,
	#sidebar .widget_zn_mailchimp,
	#sidebar .mad_widget_social_links,
	#sidebar .widget_latest_tweets_widget,
	#sidebar .mad_widget_portfolio
	{
		overflow: hidden;

		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
				box-shadow: 0 1px 1px rgba(0,0,0,.10);
	}

		#sidebar .widget_meta > ul,
		#sidebar .widget_links > ul,
		#sidebar .widget_archive > ul,
		#sidebar .widget_categories > ul,
		#sidebar .widget_pages > ul,
		#sidebar .widget_tag_cloud > div,
		#sidebar .widget_recent_entries > ul,
		#sidebar .widget_recent_comments > ul,
		#sidebar .widget_ratings-widget > ul,
		#sidebar .widget > .entry-list-holder,
		#sidebar .widget_flickr > .flickr-feed,
		#sidebar .widget_text .textwidget,
		#sidebar .widget_rss > ul,
		#sidebar .mad_widget_social_links > .social_icons_holder,
		#sidebar .widget_contact_us .info-list,
		#sidebar .widget_zn_mailchimp .mailchimp-newsletter,
		#sidebar .widget_nav_menu > .menu-primary-menu-container,
		#sidebar .widget_latest_tweets_widget .latest-tweets,
		#sidebar .mad_widget_portfolio .portfolio-widget-list
		{
			margin-bottom: 0;
			padding: 23px 20px 25px;
			background-color: #fff;
		}

			#sidebar .widget_meta li,
			#sidebar .widget_links li,
			#sidebar .widget_archive li,
			#sidebar .widget_categories li,
			#sidebar .widget_pages li,
			#sidebar .widget_tag_cloud li,
			#sidebar .widget_recent_entries li,
			#sidebar .widget_recent_comments li
			{
				display: block;
				padding: 7px 25px 7px 0;
				border-bottom: 1px solid #ecf0f1;
			}

				#sidebar .widget_meta li a,
				#sidebar .widget_links li a,
				#sidebar .widget_archive li a,
				#sidebar .widget_categories li a,
				#sidebar .widget_pages li a,
				#sidebar .widget_tag_cloud li a,
				#sidebar .widget_recent_entries li a,
				#sidebar .widget_recent_comments li a
				{
					color: #292f38;
					font-size: 16px;
					font-weight: 700;
				}

				#sidebar .widget_meta li:last-child,
				#sidebar .widget_links li:last-child,
				#sidebar .widget_archive li:last-child,
				#sidebar .widget_categories li:last-child,
				#sidebar .widget_pages li:last-child,
				#sidebar .widget_tag_cloud li:last-child,
				#sidebar .widget_recent_entries li:last-child,
				#sidebar .widget_recent_comments li:last-child,
				#sidebar .mad_widget_portfolio li:last-child
				{
					padding-bottom: 0;
					border: none;
				}

				#sidebar .widget_meta li:hover > a,
				#sidebar .widget_links li:hover > a,
				#sidebar .widget_archive li:hover > a,
				#sidebar .widget_categories li:hover a,
				#sidebar .widget_pages li:hover > a,
				#sidebar .widget_tag_cloud li:hover > a,
				#sidebar .widget_recent_entries li:hover > a,
				#sidebar .widget_recent_comments li:hover > a,
				#sidebar .mad_widget_portfolio li:hover > a { color: #e74c3c; }

			/* For Footer */

			#footer .widget_meta li,
			#footer .widget_links li,
			#footer .widget_archive li,
			#footer .widget_categories li,
			#footer .widget_pages li,
			#footer .widget_tag_cloud li,
			#footer .widget_recent_entries li,
			#footer .widget_recent_comments li { position: relative; }

			#footer .widget_meta li:after,
			#footer .widget_links li:after,
			#footer .widget_archive li:after,
			#footer .widget_categories li:after,
			#footer .widget_pages li:after,
			#footer .widget_tag_cloud li:after,
			#footer .widget_recent_entries li:after,
			#footer .widget_recent_comments li:after {
				position: absolute;
				right: 0;
				top: 50%;
				margin-top: -8px;
				font-family: 'FontAwesome';
				content: "\f105";

				-webkit-transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
						transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
			}

			#footer .widget_meta li:hover:after,
			#footer .widget_links li:hover:after,
			#footer .widget_archive li:hover:after,
			#footer .widget_categories li:hover:after,
			#footer .widget_pages li:hover:after,
			#footer .widget_tag_cloud li:hover:after,
			#footer .widget_recent_comments li:hover:after { color: #e74c3c; }

				#footer .widget_meta li a,
				#footer .widget_links li a,
				#footer .widget_archive li,
				#footer .widget_categories li,
				#footer .widget_pages li a,
				#footer .widget_tag_cloud li a,
				#footer .widget_recent_entries li,
				#footer .widget_recent_comments li,
				#footer .widget_nav_menu ul.menu > li,
				#footer .mad_widget_portfolio li
				{
					position: relative;
					display: block;
					padding: 8px 0;
					border-top-width: 1px;
					border-top-style: solid;
					border-top-color: #404852;

					-webkit-transition: color 1s ease;
							transition: color 1s ease;
				}

				#footer .widget_meta li:first-child a,
				#footer .widget_links li:first-child a,
				#footer .widget_archive li:first-child,
				#footer .widget_categories li:first-child,
				#footer .widget_pages li:first-child a,
				#footer .widget_tag_cloud li:first-child a,
				#footer .widget_recent_entries li:first-child,
				#footer .widget_recent_comments li:first-child,
				#footer .widget_nav_menu ul.menu > li:first-child,
				#footer .mad_widget_portfolio li:first-child { border-top-width: 0; }

				#footer .widget_meta li:hover > a,
				#footer .widget_links li:hover > a,
				#footer .widget_archive li:hover > a,
				#footer .widget_categories li:hover a,
				#footer .widget_pages li:hover > a,
				#footer .widget_tag_cloud li:hover > a,
				#footer .widget_recent_entries li:hover > a,
				#footer .widget_recent_comments li:hover > a,
				#footer .widget_nav_menu ul.menu > li:hover > a,
				#footer .mad_widget_portfolio li:hover > a
				{
					color: #e74c3c;

					-webkit-transition: color .1s ease;
							transition: color .1s ease;
				}

				#footer .widget_meta li > a,
				#footer .widget_links li > a,
				#footer .widget_archive li > a,
				#footer .widget_categories li a,
				#footer .widget_pages li > a,
				#footer .widget_tag_cloud li > a,
				#footer .widget_recent_entries li > a,
				#footer .widget_recent_comments li > a,
				#footer .latest-tweets a,
				#footer .mad_widget_portfolio a
				{
					display: inline-block;
					color: #fff;
				}

				#footer .widget_meta li > a,
				#footer .widget_links li > a,
				#footer .widget_pages li > a,
				#footer .widget_recent_entries li > a { display: block; }

	/*	Widget Portfolio
	/* --------------------------------------------- */

	#sidebar .mad_widget_portfolio li {
		margin-bottom: 15px;
		padding: 0 0 15px 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	#sidebar .mad_widget_portfolio li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom-width: 0;
	}

	#sidebar .mad_widget_portfolio li {
		border-bottom-color: #ecf0f1;
	}

		.mad_widget_portfolio .entry-thumb-image {
			float: left;
			margin-right: 15px;
		}

		.mad_widget_portfolio .entry-post-holder { overflow: hidden; }

	/*	Widget Twitter Feed
	/* --------------------------------------------- */

	.admin-panel-content  .latest-tweets { margin-bottom: 25px; }

		.latest-tweets ul > li {
			position: relative;
			margin-bottom: 15px;
			margin-top: 15px;
			padding-bottom: 15px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #ecf0f1;
		}

		.widget .latest-tweets ul > li { padding-left: 30px; }
		#footer .latest-tweets ul > li { border-bottom-color: #404852; }

		.latest-tweets ul > li:first-child { margin-top: 0; }
		.latest-tweets ul > li:last-child  {
			margin-bottom: 0;
			margin-top: 0;
			padding-bottom: 0;
			border: none;
		}

		.widget .latest-tweets ul > li:before {
			position: absolute;
			left: 0;
			top: 0;
			content: '\f099';
			font-family: "fontawesome";
			font-style: normal;
			font-weight: normal;
			speak: none;
			color: #3498db;
		}

			.latest-tweets .tweet-text,
			.latest-tweets .tweet-details { margin-bottom: 0; }

			.latest-tweets time {
				display: block;
				font-style: italic;
				font-size: 13px;
			}

	/*	Widget Recent Entries
	/* --------------------------------------------- */

	.widget_recent_entries li span.post-date { font-size: 13px; }

	/*	Widget RSS
	/* --------------------------------------------- */

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

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

	/*	Widget Search
	/* --------------------------------------------- */

	.widget_search { overflow: hidden; }

	.widget_search #searchform {
		position: relative;

		-webkit-border-radius: 4px;
				border-radius: 4px;
	}

	#sidebar .widget_search {
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
				box-shadow: 0 1px 1px rgba(0,0,0,.10);
	}

	#sidebar .widget_search #searchform {
		padding: 23px 20px 25px;
		background-color: #fff;
	}

		.widget_search #searchform p { margin-bottom: 0; }

			#searchform label { display: none; }

			.widget_search #searchform label {
				display: inline-block;
				margin-bottom: 6px;
			}

			.widget_search input[type="text"] {
				width: 60%;
				width: calc(100% - 45px);
			}

			.widget_search .submit-search {
				display: inline-block;
				vertical-align: top;
				width: 40px;
				height: 42px;
				background-color: #e2e6e7;
				font-size: 0;
				line-height: 40px;

				-webkit-border-radius: 4px;
						border-radius: 4px;
				-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
						box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
				-webkit-transition: background-color .3s ease;
						transition: background-color .3s ease;
			}

			.widget_search .submit-search:hover  { background-color: #34495e; }
			.widget_search .submit-search:before {
				color: #292f38;

				-webkit-transition: color .3s ease;
						transition: color .3s ease;
			}

			.widget_search .submit-search:hover:before { color: #fff; }

	/*	Widget Flickr
	/* --------------------------------------------- */

	.widget_flickr .flickr-feed { font-size: 0; }

		.widget_flickr li {
			display: inline-block;
			padding: 2px;
			width: 33.33333333333333%;
			vertical-align: top;
		}

		#footer .widget_flickr li { width: 25%; }

			.widget_flickr li a { display: block; }

	/*	Widget Social Icons
	/* --------------------------------------------- */

	#footer .col-sm-6 .mad_widget_social_links {
		text-align: left;
	}

	.social_icons_holder { }

	ul.social_icons { margin-bottom: 0; }

		.social_icons li {
			position: relative;
			margin-right: 3px;
			float: left;
		}

			.social_icons li a {
				display: block;
				width: 40px;
				height: 40px;
				color: #838a8f;
				font-size: 1.25em;
				text-align: center;

				-webkit-border-radius: 4px;
						border-radius: 4px;
			}

			body .social_icons li a:hover { color: #fff; }

			.social_icons .facebook:hover a 	{ background-color: #3b5998; }
			.social_icons .twitter:hover a 		{ background-color: #2daae1; }
			.social_icons .google_plus:hover a  { background-color: #f63e28; }
			.social_icons .rss:hover a 			{ background-color: #ff7e00; }
			.social_icons .pinterest:hover a 	{ background-color: #cb2027; }
			.social_icons .instagram:hover a 	{ background-color: #835e42; }
			.social_icons .linkedin:hover a 	{ background-color: #0073b2; }
			.social_icons .vimeo:hover a 		{ background-color: #44b0de; }
			.social_icons .youtube:hover a		{ background-color: #ff3132; }
			.social_icons .flickr:hover a		{ background-color: #ff0084; }
			.social_icons .vk:hover a			{ background-color: #3b5998; }
			.social_icons .envelope:hover a 	{ background-color: #1abc9c; }

				.social_icons li a i[class^="fa "] {
					display: block;
					line-height: 40px;
				}

				.social_icons .tool-tip {
					position: absolute;
					z-index: 5;
					bottom: 100%;
					left: 50%;
					visibility: hidden;
					display: block;
					margin-bottom: 10px;
					padding: 3px 10px;
					background-color: #e2e6e7;
					opacity: 0;
					white-space: pre;
					color: #292f38;
					font-size: .85em;

					-webkit-border-radius: 4px;
							border-radius: 4px;
					-webkit-transition: all .4s ease;
							transition: all .4s ease;
					-webkit-transform: translateX(-50%);
							transform: translateX(-50%);
				}

				.social_icons .tool-tip:after {
					position: absolute;
					bottom: -5px;
					left: 50%;
					margin-left: -8px;
					width: 0;
					height: 0;
					border-left: 8px solid transparent;
					border-top: 5px solid #e2e6e7;
					border-right: 8px solid transparent;
					content: "";
				}

				.social_icons li:hover .tool-tip {
					visibility: visible;
					opacity: 1;
				}

	/*	Widget Tag Cloud
	/* --------------------------------------------- */

	.widget_tag_cloud a {
		padding: 4px;
		display: inline-block;
		color: #292f38;
	}

	#footer  .widget_tag_cloud a { color: #fff; }

	#sidebar .widget_tag_cloud a:hover,
	#footer .widget_tag_cloud a:hover { color: #e74c3c; }

	/*	Widget Calendar
	/* --------------------------------------------- */

	#sidebar .widget_calendar {
		overflow: hidden;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.10);
				box-shadow: 0 1px 1px rgba(0,0,0,.10);
	}

	.widget_calendar #calendar_wrap {
		padding: 15px;
		background-color: #fff;
	}

	#footer .widget_calendar #calendar_wrap {
		padding: 0;
		background-color: transparent;
	}

	.widget_calendar table {
		position: relative;
		width: 100%;
		border-spacing: 0;
		border-collapse: collapse;
		text-align: center;
	}

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

			.widget_calendar thead th {
				padding: 4px;
				font-size: 16px;
			}

			.widget_calendar tbody td {
				padding: 6px 4px;
				font-size: 15px;
				border: 1px solid #cfcfcf;

				-webkit-border-radius: 4px;
						border-radius: 4px;
			}

			.widget_calendar .pad { border-width: 0; }

				.widget_calendar #today,
				.widget_calendar  #today a { font-weight: 700; }

				.widget_calendar tfoot {
					position: absolute;
					right: 0;
					top: -3px;
				}

				.widget_calendar tfoot td {
					display: inline-block;
					padding: 0;
					vertical-align: middle;
				}

					.widget_calendar tfoot a {
						display: inline-block;
						text-align: center;
						cursor: pointer;
					}

					.widget_calendar tfoot a:hover { }

					.widget_calendar tfoot a:after { }

					.widget_calendar tfoot #prev a:after {  }
					.widget_calendar tfoot #next a:after {  }

					.widget_calendar tfoot a:hover:after { color: #fff; }

	/*	Widget Popular
	/* --------------------------------------------- */

	.entry-list-holder > article {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	#sidebar .entry-list-holder > article { border-bottom-color: #ecf0f1; }
	#footer  .entry-list-holder > article { border-bottom-color: #404852; }

	.entry-list-holder > article:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom-width: 0;
	}

	.entry-list-holder > article:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		visibility: hidden;
	}

		.entry-list-holder .entry-thumb-image {
			float: left;
			margin-right: 15px;
		}

		.entry-list-holder .entry-post-holder { overflow: hidden; }

			.entry-post-date,
			.entry-post-count {
				display: inline-block;
				margin-right: 5px;
				font-size: 13px;
			}

			.entry-post-summary { margin-bottom: 0; }

			.entry-out {
				display: block;
				margin: 3px 0;
			}

			.entry-post-holder h6 { margin-bottom: 0; }

			.entry-post-holder a h6 {
				-webkit-transition: color .4s ease, background-color .4s ease;
						transition: color .4s ease, background-color .4s ease;
			}

			.entry-post-holder a:hover h6 {
				-webkit-transition: color 0.1s ease 0s;
						transition: color 0.1s ease 0s;
			}

			#footer .entry-post-holder h6 { color: #fff; }

			#sidebar .entry-post-holder a:hover h6,
			#footer .entry-post-holder a:hover h6 { color: #e74c3c; }

/*	Footer
/* --------------------------------------------- */

#footer {
	background-color: #323a45;
	color: #bdc3c7;
}

	#footer.footer_full_width .container { width: auto; }

	.footer_top_part {
		padding-top: 45px;
		padding-bottom: 35px;
	}

		.footer_top_part .footer-row-top .col-sm-12 .widget {
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

			.footer_top_part .footer-row-top .col-sm-12 .widget > * { display: inline-block; }

		.footer_top_part .footer-row-bottom { }

			.footer_top_part hr {
				margin-bottom: 50px;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #404852;
			}

			.footer_bottom_part {
				background-color: #292f38;
				padding: 24px 0 22px;
				color: #696e6e;
			}

				#footer .widget { margin-bottom: 25px; }

					#footer .widget-title {
						margin-bottom: 20px;
						color: #f9f9f9;
					}

					#footer .copyright { margin: 0; }

						#footer .copyright span { color: #fff; }

		ul.payment-images {
			display: block;
			margin-bottom: 0;
			text-align: right;
			vertical-align: top;
		}

			ul.payment-images > li {
				display: inline-block;
				margin-left: 5px;
				vertical-align: top;
			}

		#footer ul,
		#footer ol { list-style: none; }

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

		/*	Mailchimp
		/* --------------------------------------------- */

		#footer .col-sm-6 .widget_zn_mailchimp {
			text-align: right;
		}

			#footer .col-sm-6 .widget_zn_mailchimp > .widget-head {
				display: inline-block;
				vertical-align: middle;
			}

				#footer .col-sm-6 .widget_zn_mailchimp > .widget-head h3 { margin-bottom: 0; }

			#footer .col-sm-6 .widget_zn_mailchimp > .mailchimp-newsletter {
				display: inline-block;
				margin-left: 5px;
				vertical-align: middle;
			}

			#footer .col-sm-6 .mailchimp-sign-up { display: none; }

				.widget_zn_mailchimp input[type="text"] {
					margin-bottom: 20px;
					font-size: 12px;
				}

				#footer .col-sm-6 .widget_zn_mailchimp input[type="text"] {
					margin-bottom: 0;
					width: 317px; /* 325 */
				}

				.widget_zn_mailchimp button[type="submit"] {
					margin-bottom: 15px;
					padding: 8px 15px 10px;
					background-color: #e74c3c;
					min-width: 123px;
					color: #fff;

					-webkit-border-radius: 4px;
							border-radius: 4px;
					-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
							box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
					-webkit-transition: all .4s ease;
							transition: all .4s ease;
				}

				#footer .col-sm-6 .widget_zn_mailchimp button[type="submit"] { margin-bottom: 0; }

				.widget_zn_mailchimp button[type="submit"]:hover {
					background-color: #e2e6e7;
					color: #434649;
				}

				.widget_zn_mailchimp button[type="submit"] * {
					-webkit-border-radius: 4px;
							border-radius: 4px;
				}

				.mailchimp-newsletter p.response { margin-bottom: 0; }

				#footer .col-sm-6 .widget_zn_mailchimp > .mailchimp-newsletter p.response { margin-bottom: 0; }

		/*	Contact Us
		/* --------------------------------------------- */

		.widget_contact_us .info-list { word-break: break-all; }

			.widget_contact_us .info-list li { margin-bottom: 10px; }

				.widget_contact_us .info-list li i {
					display: inline-block;
					vertical-align: top;
				}

				#footer .widget_contact_us .info-list li i { color: #bdc3c7; }

				.widget_contact_us .info-list li .over {
					display: block;
					padding-left: 20px;
				}

				#footer .widget_contact_us .info-list li a { color: #fff; }

/*	Cookie Alert Styles
/* --------------------------------------------- */

.cwcookielaw {
	position: relative;
	z-index: 200;
	left: 0;
	top: 0;
	margin-top: 0;
	padding: 10px 0;
	width: auto;
	background-color: #000;
	font-weight: 300;
	text-align: center;
	color: #fff;
}

	.cwcookielaw p {
		display: inline;
		vertical-align: middle;
		font-size: 14px;
	}

		.cwallowcookies.button,
		.cwcookiesmoreinfo.button {
			display: inline-block;
			padding: 0 30px;
			height: 40px;
			vertical-align: middle;
			font-size: 14px;
			line-height: 38px;
			color: #fff;
			font-weight: 300;
			text-decoration: none;
			outline: none;
			cursor: pointer;

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

		.cwallowcookies.button {
			margin-left: 10px;
			background-color: #e74c3c;

			-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
					box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
			-webkit-border-radius: 5px 0 0 5px;
					border-radius: 5px 0 0 5px;
		}

		.cwcookiesmoreinfo.button {
			background-color: #e2e6e7;
			text-decoration: none;
			color: #292f38;

			-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
					box-shadow: inset 0 -2px 0 rgba(0,0,0, .17);
			-webkit-border-radius: 0 5px 5px 0;
					border-radius: 0 5px 5px 0;
		}

		.cwallowcookies.button:hover,
		.cwcookiesmoreinfo.button:hover {
			background-color: #34495e;
			color: #fff;
		}

		.cwcookielaw .cwcookiebubble {
			position: absolute;
			width: 330px;
			right: 200px;
			top: 60px;
			padding: 20px 15px;
			background-color: #000;
			background-color: rgba(0,0,0,.8);
			display: none;
			cursor: pointer;
		}

		.cwcookielaw .cwcookiebubble:after {
			position: absolute;
			bottom: 100%;
			right: 25px;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			pointer-events: none;
			border-bottom-color: #000;
			border-bottom-color: rgba(0,0,0,.8);
			border-width: 10px;
			margin-left: -30px;
		}

			.cwcookiebubble .cwcookietitle {
				display: block;
				margin-bottom: 5px;
				color: #2298ce;
			}

		.cwcookiebubble p {
			display: block;
			margin: 0;
			padding: 0;
			color: #fff;
			line-height: 14px;
			font-size: 12px;
		}

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


/**
 * Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {

	ul,
	ol { margin-left: 0; }

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1em;
	}
}

/**
 * Desktop Large 1240px
 */
@media screen and (min-width: 77.5em) { }


.wc_payment_method {
    list-style: none;   
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    display: inline-block;
    float: left;
}
.star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating::before {
    content: '\73\73\73\73\73';
    float: right;
    top: 0;
    right: 0;
    position: absolute;
}

.product-section {
    height: 50px;
}

#billing_first_name_field {
    float: right;
}
#billing_last_name_field {
    float: left;
}