/*
	Theme Name: Shutter
	Theme URI: http://shutter.xspirestudio.com/
	Description: Shutter - Portfolio, Photography Powerful WordPress Theme
	Tags: one-column, two-columns, left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
	Author: Xspire
	Author URI: http://xspirestudio.com/
	Version: 1.0
	License: Located in 'licensing' folder
	License URI: Located in 'licensing' folder
	Text Domain: shutter
*/


/*
	* Table of Contents:

	* 1.0 - Reset CSS
	* 2.0 - Global Elements
		* 2.1 - Form Ellements
		* 2.2 - Keyframes
		* 2.3 - Effect Shutter
		* 2.4 - Thumbnails
			* 2.4.1 - Thumbnail No Photo
			* 2.4.2 - Thumbnail Gallery
		* 2.5 - Rating Tooltip
	* 3.0 - HEADER
		* 3.1 - Logo
		* 3.2 - Main Menu
			* 3.2.1 - Menu First Lvl
			* 3.2.2 - Submenu Parameters
			* 3.2.3 - Menus Open
			* 3.2.4 - Menu Items
				* 3.2.4.1 - Item is Link
					* 3.2.4.1.1 - Item Links Hovers
					* 3.2.4.1.2 - Item Links Icons
				* 3.2.4.2 - Item is Column
				* 3.2.4.3 - Item is Thumbnail
			* 3.2.5 - Menu Columns
				* 3.2.5.1 - Columns 1
				* 3.2.5.2 - Columns Other
					* 3.2.5.2.1 - Columns 2
					* 3.2.5.2.2 - Columns 3
					* 3.2.5.2.3 - Columns 4
			* 3.2.6 - Menu Tabs
				* 3.2.6.1 - Tabs Nav
				* 3.2.6.2 - Tabs Content
			* 3.2.7 - Menu Button
			* 3.2.8 - Scroller Wrap
		* 3.3 - Header Style Mini
		* 3.4 - Footer Area
			* 3.4.1 - Social Box
			* 3.4.2 - Copyright
			* 3.4.3 - Menu Details Button
	* 4.0 - MAIN
		* 4.1  - Col Main
		* 4.2  - SLIDER
			* 4.2.1 - Wrap
			* 4.2.2 - Menu
			* 4.2.3 - Playlist
			* 4.2.4 - Buttons
		* 4.3  - Content Box
			* 4.3.1 - Page Title
			* 4.3.2 - Main Title
			* 4.3.3 - Breadcrumbs
			* 4.3.4 - Posts Box
				* 4.3.4.1 - Post Box Grid
				* 4.3.4.2 - Post Box Full
				* 4.3.4.3 - Post Box List
		* 4.4  - Pagination
		* 4.5  - Contacts
		* 4.6  - Wpcf7
		* 4.7  - Single
			* 4.7.1  - Post Thumb
			* 4.7.2  - Formats
			* 4.7.3  - Col Meta
			* 4.7.4  - Col Content
			* 4.7.5  - Rewiew
			* 4.7.6  - Post Info Wrap
			* 4.7.7  - Post Tags
			* 4.7.8  - Author Box
			* 4.7.9  - Prev Next Posts
			* 4.7.10 - Related Posts
			* 4.7.11 - Comments
		* 4.8  - Search
		* 4.9  - Author
		* 4.10 - Portfolio Archive
			* 4.10.1 - Standart, Massonry
			* 4.10.2 - Masonry Preview
		* 4.11 - Sidebar
			* 4.11.1  - Widget Archive
			* 4.11.2  - Widget Calendar
			* 4.11.3  - Widget Categories
			* 4.11.4  - Widget Nav Menu
			* 4.11.5  - Widget Meta
			* 4.11.6  - Widget Pages
			* 4.11.7  - Widget Recent Posts
			* 4.11.8  - Widget Recent Comments
			* 4.11.9  - Widget RSS
			* 4.11.10 - Widget Search
			* 4.11.11 - Widget Tag Cloud
			* 4.11.12 - Widget Text
			* 4.11.13 - Widget Wp User Avatar
			* 4.11.14 - Shutter Widget About Me
			* 4.11.15 - Shutter Widget Social Counters
			* 4.11.16 - Shutter Widget Twitter
			* 4.11.17 - Shutter Widget Posts Slider
			* 4.11.18 - Shutter Widget Timeline
			* 4.11.19 - Shutter Widget mc4wp Form
			* 4.11.20 - Shutter Widget Favorite Post
			* 4.11.21 - Shutter Widget Categories
			* 4.11.22 - Shutter Widget Flickr
			* 4.11.23 - Shutter Widget Google Map
			* 4.11.24 - Shutter Widget Instagram Feeds
			* 4.11.25 - Shutter Widget Video
			* 4.11.26 - Shutter Widget Advert
			* 4.11.27 - Shutter Widget Advanced Posts
		* 4.12 - 404
		* 4.13 - Content Formatting
			* 4.13.1  - Global
			* 4.13.2  - Headings
			* 4.13.3  - Text Elements
			* 4.13.4  - Alignment
			* 4.13.5  - Images
			* 4.13.6  - Table
			* 4.13.7  - SU Heading
			* 4.13.8  - SU Tabs
			* 4.13.9  - SU Spoiler
			* 4.13.10 - SU Pullquote
			* 4.13.11 - SU Dropcap
			* 4.13.12 - SU Frame
			* 4.13.13 - SU Button
			* 4.13.14 - SU Service
			* 4.13.15 - SU Box
			* 4.13.16 - SU Slider
			* 4.13.17 - SU Carousel
			* 4.13.18 - SU Gallery
			* 4.13.19 - SU List
			* 4.13.20 - Social Share
			* 4.13.21 - Gallery
		* 4.14 - MODALBOX
*/


@charset "utf-8";

/* 1.0 - Reset CSS */
* {
	margin: 0;
	padding: 0;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
	*:focus {
		outline: 0;
	}
html{
	font-size: 16px;
}
body {
	line-height: 1.2;
}
img {
	height: auto;
	border: none;
}
#main-header img,
#main-content img,
#main-footer img {
	max-width: 100%;
}
#main-content #componentWrapper img {
	max-width: none;
}
iframe {
	max-width: 100%;
	max-height: 100%;
}
input, textarea, button {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
a {
	color: #29BFDA;
}
	a:hover {
		text-decoration: none;
	}
article, aside, details, figcaption, figure,
footer, main header, hgroup, menu, nav, section {
	display: block;
	position: relative;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.sticky {}
.clear {
	clear: both;
}
	.clear:after {
		content: '';
		display: table;
		clear: both;
	}

::-webkit-input-placeholder {
	color: #8d8c8c;

	-webkit-opacity: 1;
	-moz-opacity:    1;
	opacity:         1;
}
::-moz-placeholder {
	color: #8d8c8c;

	-webkit-opacity: 1;
	-moz-opacity:    1;
	opacity:         1;
}
:-ms-input-placeholder {
	color: #8d8c8c;

	-webkit-opacity: 1;
	-moz-opacity:    1;
	opacity:         1;
}


/* 2.0 - Global Elements */
#wp-admin-bar-user-info .avatar {
	max-height: 64px;
}
.nicescroll-rails {
	z-index: 1 !important;
}

#lang_sel {
	display: block;
}
#lang_sel li,
#lang_sel ul ul {
	width: 100%;
}

.archive-description {
	margin-bottom: 2rem;
}


	/* 2.1 - Form Ellements */
	input.error,
	textarea.error {
		border-color: #c00 !important;
	}
		input.error + label.error,
		textarea.error + label.error {
			position: absolute;
			top: 1px;
			right: 1px;
			color: #c00;
			display: block;
			font-size: 0.8125rem;
			line-height: 1.4;
			padding: 10px 0.875rem;
			background: #fff;
		}
		.field input.error + label.error {
			right: 12px;
		}

	.select2 {
		width: 100%;
	}
	.select2-dropdown {
		border-width: 1px;
		border-style: solid;

		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
	.select2-container--default .select2-selection--single {
		border-width: 1px;
		border-style: solid;
		height: auto;

		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
		.select2-container--default .select2-selection--single .select2-selection__rendered {
			padding: 0.6875rem 0.875rem;
			font-family: inherit;
			font-size: 0.8125rem;
			line-height: 1.2;
		}
		.select2-container--default .select2-selection--single .select2-selection__arrow {
			height: 39px;
			width: 30px;
		}
		.select2-container--default .select2-search--dropdown {
			padding: 0.375rem;
		}
			.select2-container--default .select2-search--dropdown .select2-search__field {
				border-width: 1px;
				border-style: solid;
				padding: 0.6875rem 0.875rem;
				margin-bottom: 0;
				font-family: inherit;
				font-size: 0.8125rem;
				line-height: 1.2;
			}
		.select2-results__option {
			font-family: inherit;
			font-size: 0.8125rem;
			line-height: 1.2;
			padding: 0.5rem 0.375rem;
		}


	span.spinner {
		border-width: 1px;
		border-style: solid;
		background: none;
		position: relative;
		height: 2.375rem;
		display: block;

		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
	#page-preloader span.spinner {
		border: none;
		height: auto;
	}
		span.spinner input[type="number"] {
			border: none;
			width: 100%;
			padding: 0.5625rem 0 0.5625rem 0.75rem;
		}
		span.spinner span.sub,
		span.spinner span.add {
			position: absolute;
			right: 0;
			width: 1.1875rem;
			height: 1.1875rem;
			text-align: center;
			cursor: pointer;
			background: #fff;
			border-width: 0 0 0 1px;
			border-style: solid;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			span.spinner span.sub i,
			span.spinner span.add i {
				font-size: 0.4375rem;
				line-height: 1.1875rem;
				display: block;
				font-style: normal;
			}
			span.spinner span.sub:hover,
			span.spinner span.add:hover {
				background: #EBEBEB;
			}
		span.spinner span.add {
			top: 0;
			border-width: 0 0 1px 1px;
		}
		span.spinner span.sub {
			bottom: 0;
			border-width: 1px 0 0 1px;
		}


	/* 2.2 - Keyframes */
	@-webkit-keyframes shine {
		100% { left: 150%; }
	}
	@-moz-keyframes shine {
		100% { left: 150%; }
	}
	@-ms-keyframes shine {
		100% { left: 150%; }
	}
	@-o-keyframes shine {
		100% { left: 150%; }
	}

	@-webkit-keyframes rotate {
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); }
	}
	@-moz-keyframes rotate {
		from { -moz-transform: rotate(0deg); }
		to { -moz-transform: rotate(360deg); }
	}
	@-ms-keyframes rotate {
		from { -o-transform: rotate( 0deg ); }
		to { -o-transform: rotate(360deg); }
	}
	@-o-keyframes rotate {
		from { -o-transform: rotate( 0deg ); }
		to { -o-transform: rotate(360deg); }
	}


	/* 2.3 - Effect Shutter */
	.effect-shutter .thumb-wrap {
		overflow: hidden;
	}
		.effect-shutter .thumb-wrap a {
			position: relative;
			display: block;
			z-index: 2;
			overflow: hidden;
		}
			.effect-shutter .thumb-wrap a:before {
				position: absolute;
				top: 0;
				left: -100%;
				z-index: 1;
				display: block;
				content: '';
				width: 50%;
				height: 100%;

				background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
				background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);

				-webkit-transform: skewX(-25deg);
				-moz-transform:    skewX(-25deg);
				-o-transform:      skewX(-25deg);
				transform:         skewX(-25deg);
			}
				.effect-shutter .thumb-wrap:hover a:before {
					-webkit-animation: shine 1s;
					-moz-animation:    shine 1s;
					-o-animation:      shine 1s;
					animation:         shine 1s;
				}
				.effect-shutter .thumb-wrap a img{
					display: block;

					-webkit-transform: translate3d(0px, 0px, 0px);
					-moz-transform:    translate3d(0px, 0px, 0px);
					-o-transform:      translate3d(0px, 0px, 0px);
					transform:         translate3d(0px, 0px, 0px);

					-webkit-transition: opacity 0.25s ease-in-out 0.05s;
					-moz-transition:    opacity 0.25s ease-in-out 0.05s;
					-ms-transition:     opacity 0.25s ease-in-out 0.05s;
					-o-transition:      opacity 0.25s ease-in-out 0.05s;
					transition:         opacity 0.25s ease-in-out 0.05s;
				}
					.effect-shutter .thumb-wrap:hover a img {
						-webkit-opacity: 0.85;
						-moz-opacity:    0.85;
						opacity:         0.85;
					}

	/* 2.4 - Thumbnails */
	.thumb-wrap a.lazy {
		background: #C2C2C2;
	}
		.post-thumb-info .thumb-wrap a.lazy {
			background: none;
		}
		.post-thumb-info .thumb-wrap {
			text-align: center;
		}
		.post-thumb-info .thumb-wrap a {
			display: inline-block;
		}
	.thumb-wrap a.lazy-loaded {
		background: transparent;

		-webkit-transition: background 0s ease-in-out 0.8s;
		-moz-transition:    background 0s ease-in-out 0.8s;
		-ms-transition:     background 0s ease-in-out 0.8s;
		-o-transition:      background 0s ease-in-out 0.8s;
		transition:         background 0s ease-in-out 0.8s;
	}
		.thumb-wrap a.lazy img {
			-webkit-opacity: 0;
			-moz-opacity:    0;
			opacity:         0;
		}
		.thumb-wrap a.lazy .no-photo img {
			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}
		.thumb-wrap a.lazy-loaded img {
			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;

			-webkit-transition: opacity 0.8s ease-in-out 0.1s;
			-moz-transition:    opacity 0.8s ease-in-out 0.1s;
			-ms-transition:     opacity 0.8s ease-in-out 0.1s;
			-o-transition:      opacity 0.8s ease-in-out 0.1s;
			transition:         opacity 0.8s ease-in-out 0.1s;
		}


		/* 2.4.1 - Thumbnail No Photo */
		.posts-box .thumb-wrap:not([class*="format-"]) a .no-photo:after,
		.posts-box .thumb-wrap[class*="format-"] a:after {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			margin: auto;
			width: 2.75rem;
			height: 2.75rem;
			border: 2px solid #fff;
			text-align: center;
			line-height: 2.75rem;
			background: rgba( 0, 0, 0, 0 );

			font-family: "IcoMoon-Free";
			content: '\e90d';
			color: #fff;
			z-index: 5;

			-webkit-border-radius: 100%;
			-moz-border-radius:    100%;
			border-radius:         100%;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.posts-box .thumb-wrap.format-video a:after {
				width: 2.5625rem;
				padding-left: 0.1875rem;
				font-family: 'FontAwesome';
				content: '\f04b';
			}
			.posts-box .thumb-wrap.format-gallery a:after {
				font-family: 'FontAwesome';
				content: '\f030';
			}
			.posts-box .thumb-wrap.format-audio a:after {
				font-family: 'FontAwesome';
				content: '\f025';
			}
			.posts-box .thumb-wrap.format-link a:after {
				font-family: 'FontAwesome';
				content: '\f0c1';
			}
			.posts-box .thumb-wrap.format-quote a:after {
				font-family: 'FontAwesome';
				content: '\f10d';
			}
			.posts-box .thumb-wrap.format-image a:after {
				font-family: 'FontAwesome';
				content: '\f03e';
			}
			.posts-box .thumb-wrap.format-aside a:after {
				font-family: 'FontAwesome';
				content: '\f00b';
			}
			.posts-box .thumb-wrap.format-chat a:after {
				font-family: 'FontAwesome';
				content: '\f075';
			}
			.posts-box .thumb-wrap.format-status a:after {
				font-family: 'FontAwesome';
				content: '\f2c2';
			}
		.posts-box .thumb-wrap:not([class*="format-"]):hover a .no-photo:after,
		.posts-box .thumb-wrap[class*="format-"]:hover a:after {
			background: rgba( 0, 0, 0, 0.15 );
		}


		/* 2.4.2 - Thumbnail Gallery */
		.thumb-wrap .post-format-gallery.owl-carousel {
			width: calc(100% + 1px);
			width: -moz-calc(100% + 1px);
			width: -webkit-calc(100% + 1px);
			width: -o-calc(100% + 1px);
		}
		.thumb-wrap .post-format-gallery > .post-link {
			width: 100%;
		}
			.thumb-wrap .post-format-gallery > .post-link:nth-child(n+2) {
				display: none !important;
			}
		.thumb-wrap .owl-carousel .owl-nav {
			display: block;
		}
			.thumb-wrap .post-format-gallery .owl-nav .owl-prev,
			.thumb-wrap .post-format-gallery .owl-nav .owl-next {
				position: absolute;
				top: 50%;
				margin-top: -1rem;
				width: 2rem;
				height: 2rem;
				background: rgba( 0, 0, 0, 0 );

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
				.thumb-wrap .post-format-gallery .owl-nav .owl-prev {
					left: 0;
				}
				.thumb-wrap .post-format-gallery .owl-nav .owl-next {
					right: 0;
				}
				.thumb-wrap .post-format-gallery .owl-nav i {
					display: block;
					color: #fff;
					width: 2rem;
					height: 2rem;
					font-size: 1rem;
					line-height: 2rem;
					text-align: center;
				}

				.thumb-wrap .post-format-gallery .owl-nav .owl-prev:hover,
				.thumb-wrap .post-format-gallery .owl-nav .owl-next:hover {
					background: rgba( 0, 0, 0, 0.3 );
				}


	/* 2.5 - Rating Tooltip */
	.post-rating .box-rating,
	.rating .box-rating {
		position: relative;
		display: inline-block;

		-webkit-opacity: 1;
		-moz-opacity:    1;
		opacity:         1;
	}
	.post-rating .box-rating .info {
		display: none;
	}
	.post-rating .box-rating .info,
	.rating .box-rating .info {
		position: absolute;
		bottom: -38px;
		left: 50%;
		background: #323232;
		padding: 0.5rem 0.6875rem;
		font-size: 0.8125rem;
		line-height: 0.6875rem;
		white-space: nowrap;
		color: #ecf0f1;
		visibility: hidden;
		display: block;
		z-index: 999;

		-webkit-opacity: 0;
		-moz-opacity:    0;
		opacity:         0;

		-webkit-border-radius: 4px;
		-moz-border-radius:    4px;
		border-radius:         4px;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;

		-webkit-transform: translateX(-50%);
		-moz-transform:    translateX(-50%);
		-ms-transform:     translateX(-50%);
		-o-transform:      translateX(-50%);
		transform:         translateX(-50%);
	}
	.post-rating .box-rating .info {
		left: -47px;

		-webkit-transform: none;
		-moz-transform:    none;
		-ms-transform:     none;
		-o-transform:      none;
		transform:         none;
	}
		.post-rating .box-rating .info:before,
		.rating .box-rating .info:before {
			position: absolute;
			bottom: 100%;
			left: 50%;
			content: '';
			border: 6px solid transparent;
			border-bottom-color: #323232;

			-webkit-transform: translateX(-50%);
			-moz-transform:    translateX(-50%);
			-ms-transform:     translateX(-50%);
			-o-transform:      translateX(-50%);
			transform:         translateX(-50%);
		}

		.post-rating .box-rating:hover .info,
		.rating .box-rating:hover .info {
			visibility: visible;

			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}


/* 3.0 - HEADER */
#main-header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 270px;
	height: 100%;
	text-align: center;
	z-index: 30;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-backface-visibility: hidden;
	backface-visibility:         hidden;
}
	.header-hidden #main-header {
		left: -270px;
	}
	#main-header.align-right {
		left: inherit;
		right: 0;
	}
	.customize-support #main-header {
		top: 32px;
	}

	#main-header #visibility-btn {
		position: absolute;
		top: 100px;
		right: -34px;
		text-align: center;
	}
		#main-header #visibility-btn i {
			background: rgba(0, 0, 0, 0.65);
			width: 34px;
			height: 34px;
			font-size: 16px;
			line-height: 34px;
			color: #CCCCCC;
			cursor: pointer;

			-webkit-border-radius: 0 2px 2px 0;
			-moz-border-radius:    0 2px 2px 0;
			border-radius:         0 2px 2px 0;

			-webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
			-moz-transition:    background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
			-ms-transition:     background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
			-o-transition:      background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
			transition:         background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
		}
		#main-header.align-right #visibility-btn i {
			-webkit-border-radius: 2px 0 0 2px;
			-moz-border-radius:    2px 0 0 2px;
			border-radius:         2px 0 0 2px;
		}
			#main-header #visibility-btn i:hover {
				background: rgba(0, 0, 0, 0.9);
				color: #FFFFFF;
			}
			.header-hidden #main-header #visibility-btn i:before {
				content: '\f061'; /* fa-arrow-right */
			}
	#main-header .top-area {
		position: relative;
	}
		#main-header .mobile-toogle-btn {
			display: none;
		}


	/* 3.1 - Logo */
	#main-header .logo-wrap {
		margin: 0 auto;
		padding: 54px 0;
		display: block;
	}
		#main-header.style-1 .logo-wrap.mini {
			display: none;
		}
		#main-header.style-2 .logo-wrap.standart {
			display: none;
		}
		#main-header.style-1.style-2 .logo-wrap.standart + .logo-wrap.mini {
			display: block;
		}
		#main-header .logo-wrap.align-left {
			text-align: left;
		}
		#main-header .logo-wrap.align-center {
			text-align: center;
		}
		#main-header .logo-wrap.align-right {
			text-align: right;
		}

		#main-header .logo-wrap .logo-link {
			position: relative;
			display: block;
			word-break: normal;
			text-decoration: none;
			line-height: 1;
		}
			#main-header .logo-wrap .logo-image {
				display: block;
				margin: 0 auto;
			}
			#main-header .logo-wrap .logo-link i {
				vertical-align: middle;
			}
			#main-header .logo-wrap .logo-link p {
				display: inline-block;
				vertical-align: middle;
			}
			#main-header .logo-wrap .logo-image + p {
				margin-top: 7px;
			}
			#main-header .logo-wrap .logo-description {
				display: block;
				margin: 2px 1px 0;
				line-height: 1.7;
			}


	/* 3.2 - Main Menu */
	.menu-box {
		position: relative;
		text-align: left;
	}
		.menu-box ul {
			list-style: none;
			cursor: default;
		}

		/* 3.2.1 - Menu First Lvl */
		.menu-box .menu {
			padding: 1.0625rem 0;
		}
		.menu-box .menu > li > .item-link {
			display: block;
			padding: 0.5625rem 2.375rem 0.625rem;
			text-transform: uppercase;
			text-decoration: none;
			position: relative;

			-webkit-transition: color 0.25s, background 0.25s;
			-moz-transition:    color 0.25s, background 0.25s;
			-ms-transition:     color 0.25s, background 0.25s;
			-o-transition:      color 0.25s, background 0.25s;
			transition:         color 0.25s, background 0.25s;

			-webkit-padding-before: 0.625rem;
			-webkit-padding-after: 0.5625rem;
		}
			#main-header.style-1.align-right .menu-box .menu > li > .item-link,
			#main-header.style-1.align-right .menu-box .menu > li > ul > li > .item-link {
				text-align: right;
			}
			.menu-box .menu > li > .item-link .head {
				padding-right: 0.75rem;
			}
				#main-header.style-1.align-right .menu-box .menu > li > .item-link .head {
					padding-right: 0;
				}
			.menu-box .menu > li > .item-link:hover {
				text-decoration: none;
			}

			.menu-box .menu:hover li.opened > .var-color-menu,
			.menu-box .menu:hover .current-menu-item > .var-color-menu,
			.menu-box .menu:hover .current-menu-ancestor > .var-color-menu {
				background: none !important;
			}
			.menu-box .menu > li > .item-link i:not(.arrow) + .head {
				padding: 0 0.75rem 0 0.3125rem;
			}
				#main-header.style-1.align-right .menu-box .menu > li > .item-link i:not(.arrow) + .head {
					padding-right: 0;
				}
		.menu-box .menu > li > .item-link i.arrow {
			font-size: 0.5rem;
			position: absolute;
			top: 50%;
			margin-top: -0.25rem;
			right: 2.375rem;
		}
		#main-header.style-1.align-right .menu-box .menu > li > .item-link i.arrow {
			right: inherit;
			left: 2.375rem;

			-webkit-transform: scale(-1, 1);
			-moz-transform:    scale(-1, 1);
			-o-transform:      scale(-1, 1);
			transform:         scale(-1, 1);
		}

		/* 3.2.2 - Submenu Parameters */
		.menu-box .menu > li > ul {
			display: block;
			position: absolute;
			top: -1.0625rem;
			left: 0;
			padding: 1.0625rem 0;
			visibility: hidden;
			z-index: -2;

			-webkit-transition: all 0.35s ease-in-out 0s;
			-moz-transition:    all 0.35s ease-in-out 0s;
			-o-transition:      all 0.35s ease-in-out 0s;
			transition:         all 0.35s ease-in-out 0s;

			-webkit-transition-delay: 0.05s;
			-moz-transition-delay:    0.05s;
			-o-transition-delay:      0.05s;
			transition-delay:         0.05s;
		}
			#main-header.style-1.align-right .menu-box .menu > li > ul {
				left: inherit;
				right: 0;
			}
			.menu-box .menu ul ul {
				left: 100%;
				display: block;
				position: absolute;
				top: -1.0625rem;
				padding: 1.0625rem 0;
				visibility: hidden;

				-webkit-transition: all 0.35s ease-in-out 0s;
				-moz-transition:    all 0.35s ease-in-out 0s;
				-o-transition:      all 0.35s ease-in-out 0s;
				transition:         all 0.35s ease-in-out 0s;

				-webkit-opacity: 0;
				-moz-opacity:    0;
				opacity:         0;
			}
				#main-header.style-1.align-right .menu-box .menu ul ul {
					left: inherit;
					right: 100%;
				}
			.menu-box .menu ul li {
				display: block;
			}

		/* 3.2.3 - Menus Open */
		.menu-box .menu > li:hover > ul {
			left: 100%;
			visibility: visible;

			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}
			#main-header.style-1.align-right .menu-box .menu > li:hover > ul {
				left: inherit;
				right: 100%;
			}

			.menu-box .menu li li:hover > ul {
				left: 100%;
				visibility: visible;

				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
				#main-header.style-1.align-right .menu-box .menu li li:hover > ul {
					left: inherit;
					right: 100%;
				}

		/* 3.2.4 - Menu Items */
			/* 3.2.4.1 - Item is Link */
			.menu-box li li div.item-link {
				cursor: default;
			}
			.menu-box li li {
				position: relative;
			}
			.menu-box li li .item-link {
				display: block;
				position: relative;
				padding: 0.5625rem 1rem 0.625rem;
				text-decoration: none;

				-webkit-transition: color 0.25s, background 0.25s;
				-moz-transition:    color 0.25s, background 0.25s;
				-ms-transition:     color 0.25s, background 0.25s;
				-o-transition:      color 0.25s, background 0.25s;
				transition:         color 0.25s, background 0.25s;

				-webkit-transform: translate3d(0,0,0);
				-webkit-font-smoothing: none;
			}

			/* 3.2.4.1.1 - Item Links Hovers */
			.menu-box li li .item-link:hover,
			.menu-box li li.current-menu-item > .item-link {
				text-decoration: none;
			}

			/* 3.2.4.1.2 - Item Links Icons */
			.menu-box li li .item-link i,
			.menu-box li li .column-title i,
			.menu-box li li .item-has-thumbnail i {
				margin-right: 0.3125rem;
			}
			.menu-box li li .item-link i.arrow,
			.menu-box li li .item-has-thumbnail i.arrow {
				position: absolute;
				top: 50%;
				right: 0.8125rem;
				margin: -0.25rem 0 0 0;
				font-size: 0.5rem;

				-webkit-transition: color 0.25s;
				-moz-transition:    color 0.25s;
				-ms-transition:     color 0.25s;
				-o-transition:      color 0.25s;
			}
				#main-header.style-1.align-right .menu-box li li .item-link i.arrow,
				#main-header.style-1.align-right .menu-box li li .item-has-thumbnail i.arrow {
					right: inherit;
					left: 0.8125rem;

					-webkit-transform: scale(-1, 1);
					-moz-transform:    scale(-1, 1);
					-o-transform:      scale(-1, 1);
					transform:         scale(-1, 1);
				}

			/* 3.2.4.2 - Item is Column */
			.menu-box .menu-item-is-column {
				display: inline-block;
				vertical-align: top;
			}
			.menu-box .menu-item-is-column > .column-title {
				display: block;
				padding: 0.5625rem 1rem 0.625rem;
				text-transform: uppercase;
			}
			.menu-box .menu-item-is-column > .column-title.empty-column-title {
				display: none;
			}
			.menu-box .menu-item-is-column > .column-title i {
				display: inline-block;
			}
			.menu-box .menu-item-is-column > .column-title .head-text {
				display: inline-block;
				text-transform: uppercase;
			}
			.menu-box .menu .menu-item-is-column > ul {
				left: 0 !important;
				position: relative;
				top: 0;
				visibility: visible;
				display: block;
				padding: 0;

				-webkit-opacity: 1 !important;
				-moz-opacity:    1 !important;
				opacity:         1 !important;
			}
				.menu-box .menu-item-is-column > ul .item-link i.arrow {
					right: 0.375rem;
				}
				#main-header.style-1.align-right .menu-box .menu-item-is-column > ul .item-link i.arrow {
					right: inherit;
					left: 0.375rem;

					-webkit-transform: scale(-1, 1);
					-moz-transform:    scale(-1, 1);
					-o-transform:      scale(-1, 1);
					transform:         scale(-1, 1);
				}
				.menu-box .menu-item[class*="columns-"] > ul > .menu-item-is-tab > ul {
					left: 0 !important;
					position: relative;
					padding: 0;
					top: 0;

					-webkit-opacity: 1 !important;
					-moz-opacity:    1 !important;
					opacity:         1 !important;
				}

			.menu-box .menu-item[class*="columns-"] > ul > .menu-item-is-tab > ul {
				position: relative;
				top: 0;
				left: 0 !important;
				padding: 0;

				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
			.menu-box .menu-item[class*="columns-"] > ul > .menu-item-is-tab > .item-link i {
				display: none;
			}

			/* 3.2.4.3 - Item is Thumbnail */
			.menu-box .menu .item-has-thumbnail {
				padding: 0.5625rem 1rem;
			}
			.menu-box .menu .item-thumbnail {
				margin-bottom: 0.625rem;
			}
			.menu-box .menu .thumb-wrap a,
			.menu-box .menu .thumb-wrap a img {
				display: block;
				width: 100%;
				max-width: 100%;
			}
			.menu-box .menu .item-has-thumbnail > .item-thumbnail .thumb-wrap {
				width: 100%;
				height: auto;
				display: block;
				margin-bottom: 0.375rem;
			}
			.menu-box .menu .item-has-thumbnail > .item-link {
				display: block;
				padding: 0;
			}

			.menu-box .menu .item-thumbnail[class*="format-"] a {
				position: relative;
				display: block;
			}
				.menu-box .menu .item-thumbnail a:before,
				.menu-box .menu .tab-post-item .thumb-wrap .no-photo:before {
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					content: '';
					position: absolute;

					background: rgba( 0, 0, 0, 0.1 );
					z-index: 1;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
				.menu-box .menu .item-thumbnail[class*="format-"] a:after,
				.menu-box .menu .item-thumbnail.format-standart .no-photo:after {
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto;
					width: 2.75rem;
					height: 2.75rem;
					border: 2px solid #fff;
					text-align: center;
					line-height: 2.75rem;
					background: rgba( 0, 0, 0, 0 );

					font-family: 'FontAwesome';
					content: none;
					color: #fff;
					z-index: 5;

					-webkit-border-radius: 100%;
					-moz-border-radius:    100%;
					border-radius:         100%;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
				.menu-box .menu .item-thumbnail.format-standart .no-photo:after {
					font-family: "IcoMoon-Free";
					content: '\e90d';
				}
				.menu-box .menu .item-thumbnail.format-video a:after {
					width: 2.5625rem;
					padding-left: 0.1875rem;
					content: '\f04b';
				}
				.menu-box .menu .item-thumbnail.format-gallery a:after {
					content: '\f030';
				}
				.menu-box .menu .item-thumbnail.format-audio a:after {
					content: '\f025';
				}
				.menu-box .menu .item-thumbnail.format-link a:after {
					content: '\f0c1';
				}
				.menu-box .menu .item-thumbnail.format-quote a:after {
					content: '\f10d';
				}
				.menu-box .menu .item-thumbnail.format-image a:after {
					content: '\f03e';
				}
				.menu-box .menu .item-thumbnail.format-aside a:after {
					content: '\f00b';
				}
				.menu-box .menu .item-thumbnail.format-chat a:after {
					content: '\f075';
				}
				.menu-box .menu .item-thumbnail.format-status a:after {
					content: '\f2c2';
				}
				.menu-box .menu .item-has-thumbnail:hover > .item-thumbnail[class*="format-"] a:after {
					background: rgba( 0, 0, 0, 0.3 );
				}
				.menu-box .menu .item-has-thumbnail:hover > .item-thumbnail[class*="format-"] a:before {
					background: rgba( 0, 0, 0, 0.25 );
				}
				.menu-box .menu .tab-post-item .thumb-wrap:hover .no-photo:before {
					background: rgba( 0, 0, 0, 0.25 );
				}

		/* 3.2.5 - Menu Columns */
			/* 3.2.5.1 - Columns 1 */
			.menu-box li.columns-1 {
				position: relative;
			}
			.menu-box li.columns-1 ul {
				padding: 1.0625rem 0;
			}
				.menu-box li.columns-1 li {
					min-width: 210px;
				}
			.menu-box li.columns-1 ul ul {
				border-width: 0 0 0 1px;
				border-style: solid;
			}
				#main-header.style-1.align-right .menu-box li.columns-1 ul ul {
					border-width: 0 1px 0 0;
				}
				.menu-box li.columns-1 ul li.menu-item-is-column > ul {
					border: none;
					background: none;
				}
			.menu-box .menu > li.columns-1 li:hover > ul {
				left: 100%;

				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
				#main-header.style-1.align-right .menu-box .menu > li.columns-1 li:hover > ul {
					left: inherit;
					right: 100%;
				}

			/* 3.2.5.2 - Columns Other */
			.menu-box li[class*="columns-"]:not(.columns-1) {
				position: static;
			}
			.menu-box li[class*="columns-"]:not(.columns-1) > ul {
				font-size: 0; /* inline-block fix */
				padding: 1.0625rem 0;
				top: 0;
			}
			.menu-box li[class*="columns-"]:not(.columns-1) ul ul ul {
				width: 210px;
				border-width: 0 0 0 1px;
				border-style: solid;
				position: absolute;
				top: -1.0625rem;
				z-index: 9;
				visibility: hidden;
			}
				#main-header.style-1.align-right .menu-box li[class*="columns-"]:not(.columns-1) ul ul ul {
					border-width: 0 1px 0 0;
				}
				.menu-box li[class*="columns-"]:not(.columns-1) ul ul li:hover > ul {
					visibility: visible;
				}
			.menu-box li[class*="columns-"]:not(.columns-1) > ul > li {
				display: inline-block;
				padding-left: 1rem;
				padding-right: 1rem;
				border-width: 0 1px 0 1px;
				border-style: solid;
				margin-left: -1px;
				vertical-align: top;
				position: relative;
			}
				#main-header.style-1.align-right .menu-box li[class*="columns-"]:not(.columns-1) > ul > li {
					margin-left: 0;
					margin-right: -1px;
				}

				/* 3.2.5.2.1 - Columns 2 */
				.menu-box li.columns-2 > ul {
					width: 420px;
					left: -420px;
				}
					#main-header.style-1.align-right .menu-box li.columns-2 > ul {
						left: inherit;
						right: -420px;
					}
				.menu-box li.columns-2 > ul > li {
					width: 50%;
				}
				.menu-box li.columns-2 > ul > li:nth-child(1n+1) {
					border-width: 0 0 0 1px;
				}
				.menu-box li.columns-2 > ul > li:nth-child(2n+1){
					clear: left;
					margin-left: 0;
					border-width: 0 1px 0 0;
				}
				.menu-box li.columns-2 > ul > li:nth-child(n+3) {
					margin-top: 1.0625rem;
				}

				/* 3.2.5.2.2 - Columns 3 */
				.menu-box li.columns-3 > ul {
					width: 630px;
					left: -630px;
				}
					#main-header.style-1.align-right .menu-box li.columns-3 > ul {
						left: inherit;
						right: -630px;
					}
				.menu-box li.columns-3 > ul > li {
					width: 33.33336%;
				}
				.menu-box li.columns-3 > ul > li:nth-child(2n+1) {
					border-width: 0 0 0 1px;
				}
				.menu-box li.columns-3 > ul > li:nth-child(3n+1) {
					clear: left;
					margin-left: 0;
					border-width: 0 1px 0 0;
				}
					#main-header.style-1.align-right .menu-box li.columns-3 > ul > li:nth-child(3n+1) {
						border-width: 0 0 0 1px;
						margin-right: 0;
					}
				.menu-box li.columns-3 > ul > li:nth-child(n+4) {
					margin-top: 1.0625rem;
				}

				/* 3.2.5.2.3 - Columns 4 */
				.menu-box li.columns-4 > ul {
					width: 840px;
					left: -840px;
				}
					#main-header.style-1.align-right .menu-box li.columns-4 > ul {
						left: inherit;
						right: -840px;
					}
				.menu-box li.columns-4 > ul > li {
					width: 25%;
				}
				.menu-box li.columns-4 > ul > li:nth-child(3n+1) {
					border-width: 0 0 0 1px;
				}
				.menu-box li.columns-4 > ul > li:nth-child(4n+1){
					clear: left;
					margin-left: 0;
					border-width: 0 1px 0 0;
				}
					#main-header.style-1.align-right .menu-box li.columns-4 > ul > li:nth-child(4n+1){
						border-width: 0 0 0 1px;
						margin-right: 0;
					}
				.menu-box li.columns-4 > ul > li:nth-child(n+5) {
					margin-top: 1.0625rem;
				}

		/* 3.2.6 - Menu Tabs */
		.menu-box li.menu-tabs-item {
			position: static;
		}
			.menu-box li.menu-tabs-item > ul {
				width: 840px;
				left: -840px;
				top: 0;
				padding: 1.0625rem 1rem 1.0625rem;
			}
				#main-header.style-1.align-right .menu-box li.menu-tabs-item > ul {
					left: inherit;
					right: -840px;
				}

			/* 3.2.6.1 - Tabs Nav */
			.menu-box .mega-menu-tabs .tabs-nav {
				width: 25%;
				float: left;
			}
				#main-header.style-1.align-right .menu-box .mega-menu-tabs .tabs-nav {
					float: right;
				}
			.menu-box.var-bg-item .mega-menu-tabs .tabs-nav {
				padding-top: 0.5625rem;
			}
				.menu-box .mega-menu-tabs .tabs-nav .tab-item {
					display: block;
					position: relative;
					padding: 0.5625rem 1rem 0.625rem;
					text-decoration: none;
					text-transform: uppercase;

					-webkit-transition: color 0.25s, background 0.25s;
					-moz-transition:    color 0.25s, background 0.25s;
					-ms-transition:     color 0.25s, background 0.25s;
					-o-transition:      color 0.25s, background 0.25s;
					transition:         color 0.25s, background 0.25s;
				}
					.menu-box .mega-menu-tabs .tabs-nav .tab-item:hover {
						text-decoration: none;
					}
					.menu-box .mega-menu-tabs .tabs-nav .tab-item i {
						margin-right: 0.3125rem;
					}
						#main-header.style-1.align-right .menu-box .mega-menu-tabs .tabs-nav .tab-item i {
							margin-right: 0;
							margin-left: 0.3125rem;
						}

			/* Tabs Content */
			.menu-box .mega-menu-tabs .tabs-content {
				float: right;
				position: relative;
				width: 75%;
				padding: 0.5625rem 0 0.625rem;
			}
				#main-header.style-1.align-right .menu-box .mega-menu-tabs .tabs-content {
					float: left;
				}
				.menu-box .mega-menu-tabs .tabs-content .tab-item {
					display: none;
					position: relative;
				}
				.menu-box .mega-menu-tabs .tabs-content .tab-item.active {
					display: block;
				}
				.menu-box .mega-menu-tabs .tabs-content .tab-item.owl-carousel {
					padding: 0 0.5rem;
				}
					.menu-box .mega-menu-tabs .tab-item .tab-post-item {
						float: left;
						width: 33.333336%;
						padding: 0 0.5rem;
					}
					.menu-box .mega-menu-tabs .tab-item .owl-item {
						width: 33.333336%;
					}
					.menu-box .mega-menu-tabs .tab-item .owl-item .tab-post-item {
						width: 100%;
						padding: 0;
					}
					.menu-box .mega-menu-tabs .tab-item .tab-post-item:nth-child(n+4) {
						display: none;
					}
						.menu-box .menu .tab-post-item:hover .item-thumbnail[class*="format-"] a:after {
							background: rgba( 0, 0, 0, 0.3 );
						}
						.menu-box .menu .tab-post-item:hover .item-thumbnail[class*="format-"] a:before {
							background: rgba( 0, 0, 0, 0.25 );
						}
						.menu-box .mega-menu-tabs .tab-item .tab-post-item .item-link {
							display: block;
							padding: 0;
						}

					.menu-box .mega-menu-tabs .tabs-content .owl-nav {
						position: absolute;
						top: -0.5625rem;
						right: -2.5625rem;
					}
						#main-header.style-1.align-right .menu-box .mega-menu-tabs .tabs-content .owl-nav {
							right: inherit;
							left: -2.5625rem;
						}

						.menu-box .mega-menu-tabs .tabs-content .owl-nav .owl-prev,
						.menu-box .mega-menu-tabs .tabs-content .owl-nav .owl-next {
							width: 1.5625rem;
							height: 1.5625rem;
							font-size: 1.25rem;
							line-height: 1.225;
							text-align: center;
							margin-bottom: 0.0625rem;

							-webkit-transition: 0.25s;
							-moz-transition:    0.25s;
							-ms-transition:     0.25s;
							-o-transition:      0.25s;
							transition:         0.25s;
						}


		/* 3.2.7 - Menu Button */
		.menu-box .menu-btn {
			display: none;
		}
		#main-header.style-2 .menu-box .menu-btn {
			position: absolute;
			display: block;
			width: 100%;
			height: 3.5625rem;
			top: 50%;
			margin-top: -27px;
			text-align: center;
			cursor: pointer;
		}
			#main-header.style-2 .menu-box .menu-btn.static {
				position: static;
				margin-top: 0;
			}
			#main-header.style-2 .menu-box .menu-btn .menu-title {
				font-size: 1rem;
				line-height: 1.1875rem;
				text-transform: uppercase;
				font-weight: 500;
				margin-bottom: 0.75rem;
			}
			#main-header.style-2 .menu-box .menu-btn .menu-toogle {
				overflow: visible;
				position: relative;
				width: 29px;
				height: 26px;
				margin: 0 auto;
			}
				#main-header.style-2 .menu-box .menu-btn .menu-toogle span {
					display: block;
					height: 4px;
					left: 0;
					top: 0;
					overflow: hidden;
					position: absolute;
					width: 100%;
					z-index: 1;

					-webkit-border-radius: 1px;
					-moz-border-radius:    1px;
					border-radius:         1px;

					-webkit-transition: transform 0.1s linear 0s, background 0.2s;
					-moz-transition:    transform 0.1s linear 0s, background 0.2s;
					-ms-transition:     transform 0.1s linear 0s, background 0.2s;
					-o-transition:      transform 0.1s linear 0s, background 0.2s;
					transition:         transform 0.1s linear 0s, background 0.2s;
				}
					#main-header.style-2 .menu-box .menu-btn .menu-toogle span:nth-child(1) {
						top: 0;

						-webkit-transform-origin: 0 4px 0;
						-moz-transform-origin:    0 4px 0;
						-o-transform-origin:      0 4px 0;
						-ms-transform-origin:     0 4px 0;
						transform-origin:         0 4px 0;
					}
					#main-header.style-2 .menu-box .menu-btn .menu-toogle span:nth-child(2) {
						top: 8px;
					}
					#main-header.style-2 .menu-box .menu-btn .menu-toogle span:nth-child(3) {
						top: 16px;

						-webkit-transform-origin: 5px 2px 0;
						-moz-transform-origin:    5px 2px 0;
						-o-transform-origin:      5px 2px 0;
						-ms-transform-origin:     5px 2px 0;
						transform-origin:         5px 2px 0;
					}
						#main-header.style-2 .menu-box .menu-btn.opened span:nth-child(1) {
							width: 35px;

							-webkit-transform: translateY(-2px) rotate(45deg);
							-moz-transform:    translateY(-2px) rotate(45deg);
							-o-transform:      translateY(-2px) rotate(45deg);
							-ms-transform:     translateY(-2px) rotate(45deg);
							transform:         translateY(-2px) rotate(45deg);
						}
						#main-header.style-2 .menu-box .menu-btn.opened span:nth-child(2) {
							-webkit-opacity: 0;
							-moz-opacity:    0;
							opacity:         0;
						}
						#main-header.style-2 .menu-box .menu-btn.opened span:nth-child(3) {
							width: 35px;

							-webkit-transform: translateY(4px) rotate(-45deg);
							-moz-transform:    translateY(4px) rotate(-45deg);
							-o-transform:      translateY(4px) rotate(-45deg);
							-ms-transform:     translateY(4px) rotate(-45deg);
							transform:         translateY(4px) rotate(-45deg);
						}


		/* 3.2.8 - Scroller Wrap */
		#main-header.style-2 .scroller-wrap {
			position: fixed;
			display: table;
			top: 0;
			left: -100%;
			bottom: 0;
			width: 270px;
			height: 100%;
			margin-left: 122px;

			visibility: hidden;
			z-index: -2;

			-webkit-transition: all 0.35s ease-in-out 0s;
			-moz-transition:    all 0.35s ease-in-out 0s;
			-o-transition:      all 0.35s ease-in-out 0s;
			transition:         all 0.35s ease-in-out 0s;
		}
			#main-header.style-2.align-right .scroller-wrap {
				left: inherit;
				right: -100%;
				margin-left: 0;
				margin-right: 122px;
			}
			#main-header.style-2 .opened {
				left: 0;
				visibility: visible;

				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
				#main-header.style-2.align-right .scroller-wrap.opened {
					left: inherit;
					right: 0;
				}
			.customize-support #main-header.style-2 .scroller-wrap {
				padding-top: 32px;
			}
			#main-header.style-2 .scroller-wrap .scroller-cont {
				display: table-cell;
				vertical-align: middle;
				z-index: 1;
			}


	/* 3.3 - Header Style Mini */
	#main-header.style-2 {
		width: 122px;
	}

		#main-header.style-2 .logo-wrap {
			padding: 1.5625rem 0 !important;
			margin: 0 auto;
		}
			#main-header .logo-wrap .logo-link i {
				display: block;
				margin-bottom: 9px;
			}
			#main-header .logo-wrap .logo-description {
				margin: 10px 1px 0;
				text-align: center;
			}

		#main-header.style-2 .menu-box .menu {
			text-align: left;
		}
		#main-header.style-2 .menu-box .menu > li {
			margin: 0;
		}
			#main-header.style-2 .menu-box .menu > li > .item-link {
				padding: 0.5625rem 2.5rem 0.625rem 1.4375rem;
				position: relative;
			}
		#main-header.style-2 .menu-box .menu li {
			display: block !important;
		}

			#main-header.style-2 .menu-box .menu ul {
				position: relative;
				top: 0;
				left: 0;
				padding: 0;
				display: none;
				border: none !important;
				background: none !important;
				visibility: visible;
				z-index: 1;
				width: 100%;

				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;

				-webkit-transition-delay: 0s;
				-moz-transition-delay:    0s;
				-o-transition-delay:      0s;
				transition-delay:         0s;

				-webkit-transition-duration: 0s;
				-moz-transition-duration:    0s;
				-o-transition-duration:      0s;
				transition-duration:         0s;
			}
			#main-header.style-2 .menu-box .menu ul ul {
				display: none;
			}
			#main-header.style-2 .menu-box .menu li li:hover > ul {
				left: 0 !important;
			}
			#main-header.style-2 .menu-box .menu .sub-menu {
				padding: 0.3125rem 0 0.3125rem 0.875rem;
			}
			#main-header.style-2 .menu-box .menu li li .sub-menu {
				padding-left: 0.75rem;
			}
			#main-header.style-2 .menu-box li[class*="columns-"]:not(.columns-1) > ul > li {
				border: none !important;
				margin: 0;
				padding: 0;
			}

			#main-header.style-2 .menu-box .menu li[class*="columns-"]:not(.columns-1) .menu-item-is-column:nth-child(n+2) {
				padding-top: 1rem;
				clear: left;
			}
			#main-header.style-2 .menu-box .menu li[class*="columns-"]:not(.columns-1) .menu-item-is-column {
				width: 100%;
			}

			#main-header.style-2 .menu-box .mega-menu-tabs .tab-item .tab-post-item {
				width: 50%;
			}
			#main-header.style-2 .menu-box .mega-menu-tabs .tab-item .tab-post-item:nth-child(3),
			#main-header.style-2 .menu-box .mega-menu-tabs .tab-item .tab-post-item:nth-child(4) {
				padding-top: 1rem;
			}
			#main-header.style-2 .menu-box .mega-menu-tabs .tab-item .tab-post-item:nth-child(2n+1) {
				clear: left;
			}

			#main-header.style-2 .menu-box .menu li .item-link > i.arrow {
				position: absolute;
				top: 0;
				right: 0.75rem;
				width: 2rem;
				height: 2.1875rem;
				margin: 0;
				padding: 0.4375rem 0.625rem;
				font-size: 0.625rem;
				line-height: 1.8;
				text-align: center;
				cursor: pointer;
			}
			#main-header.style-2 .menu-box .menu > li > .item-link > i.arrow:after {
				content: '';
			}
			#main-header.style-2 .menu-box .menu > li:hover > .item-link > i.arrow:before {
				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
			#main-header.style-2 .menu-box .menu li > .item-link > i.arrow:before {
				content: '\f067' !important; /* f078 */
			}
			#main-header.style-2 .menu-box .menu li.opened > .item-link > i.arrow:before {
				content: '\f068' !important; /* f077 */
			}

			#main-header.style-2 .menu-box li li .item-link {
				padding: 0.5625rem 2.5rem 0.5625rem 0.625rem;
			}
				#main-header.style-2 .menu-box li li:hover .item-link {
					background: none !important;
				}
			#main-header.style-2 .menu-box .menu li li .item-link:before {
				content: "-";
				padding-right: 0.5rem;
			}
			#main-header.style-2 .menu-box .menu li li li .item-link:before {
				content: "•";
			}

			#main-header.style-2 .menu-box .menu .menu-item-is-column {
				display: inline-block !important;
				min-width: auto;
			}
			#main-header.style-2 .menu-box .menu .menu-item-is-column > ul.sub-menu {
				display: block !important;
				padding: 0;
			}
				#main-header.style-2 .menu-box .menu .menu-item-is-column > ul.sub-menu li {
					min-width: auto;
				}
				#main-header.style-2 .menu-box .menu .columns-4 .menu-item-is-column:nth-child(-n+4) > ul.sub-menu {
					padding-top: 0;
				}
				#main-header.style-2 .menu-box .menu .columns-3 .menu-item-is-column:nth-child(-n+3) > ul.sub-menu {
					padding-top: 0;
				}
				#main-header.style-2 .menu-box .menu .columns-2 .menu-item-is-column:nth-child(-n+2) > ul.sub-menu {
					padding-top: 0;
				}

			#main-header.style-2 .menu-box .menu .item-has-thumbnail {
				padding-top: 0;
				padding-bottom: 0;
			}
			#main-header.style-2 .menu-box .menu > li ul li .item-has-thumbnail > .item-link:before {
				display: none;
			}
			#main-header.style-2 .menu-box .menu > li ul li .item-has-thumbnail > .item-link {
				padding: 0.5625rem 0;
			}

			#main-header.style-2 .menu-box li[class*="columns-"]:not(.columns-1) > ul {
				padding: 0 0 0 0.875rem;
			}
			#main-header.style-2 .menu-box li[class*="columns-"]:not(.columns-1) > ul > li {
				padding-left: 0;
			}
			#main-header.style-2 .menu-box li[class*="columns-"]:not(.columns-1) ul ul ul {
				padding-left: 0.75rem;
			}

			#main-header.style-2 .menu-box .mega-menu-tabs .tabs-nav {
				display: none;
			}
			#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content {
				float: none;
				width: 100%;
				position: relative;
				clear: left;
				display: block;
				background: none !important;
				padding: 0;
			}
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content:after {
					content: '';
					display: table;
					clear: both;
				}
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .tab-item {
					display: block;
					clear: both;
				}
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .tab-item.owl-carousel {
					padding-left: 1rem;
					padding-right: 1rem;
				}
					#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .tab-item:after {
						content: '';
						display: table;
						clear: both;
					}
					#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .tab-item:first-child {
						padding-top: 0;
					}
			#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .tab-item {
				margin-left: 0;
				margin-right: 0;
			}
				#main-header.style-2 .menu-box .mega-menu-tabs .tab-item .tab-post-item {
					padding: 0 1.4375rem;
					width: 100%;
				}
					#main-header.style-2 .menu-box .mega-menu-tabs .tab-item .tab-post-item .item-thumbnail {
						margin-bottom: 0;
						margin-top: 0.625rem;
					}

			#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .owl-nav {
				right: inherit;
				bottom: inherit;
				position: static;
			}
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .owl-nav .owl-prev,
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .owl-nav .owl-next {
					position: absolute;
					top: 50%;
					margin: 0;
					margin-top: -1.5rem;
					height: 3rem;
					line-height: 3rem;
				}
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .owl-nav .owl-prev {
					left: -0.875rem;
				}
				#main-header.style-2 .menu-box .mega-menu-tabs .tabs-content .owl-nav .owl-next {
					right: -0.875rem;
				}


	/* 3.4 - Footer Area */
	#main-footer {
		width: 100% !important;
		overflow: hidden;
		padding: 0 1rem;
	}
		#main-footer .scroller > *:first-child {
			padding-top: 1.3125rem;
		}

		#main-footer .sidebar {
			text-align: left;
		}
			#main-footer .sidebar .widget {
				background: none;
				border: none;
				margin-top: 0;
				margin-bottom: 2.375rem;
				padding: 0 1rem;
			}

		#main-footer .widget_calendar tbody a:hover {
			-webkit-opacity: 0.75;
			-moz-opacity:    0.75;
			opacity:         0.75;
		}
		#main-footer .widget_tag_cloud .tagcloud a:hover {
			color: #000;
		}
		#main-footer .shutter_widget_posts_slider {
			max-width: 270px;
		}
		#main-footer .widget-post-reviews .rating-line .fill {
			-webkit-opacity: 0.75;
			-moz-opacity:    0.75;
			opacity:         0.75;
		}

		/* 3.4.1 - Social Box */
		#main-footer .social-box {
			position: relative;
			list-style: none;
			float: left;
			left: 50%;
			padding-bottom: 17px;
		}
			#main-footer .social-box a {
				position: relative;
				float: left;
				left: -50%;
				margin-left: 20px;
				text-decoration: none;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
				#main-footer .social-box a:hover {
					-webkit-opacity: 0.75;
					-moz-opacity:    0.75;
					opacity:         0.75;
				}
				#main-footer .social-box a:first-child {
					margin-left: 0;
				}

		/* 3.4.2 - Copyright */
		#main-footer .copyright{
			font-style: italic;
			font-size: 0.8125rem;
			padding-bottom: 1.3125rem;
			text-align: center;
		}

		/* 3.4.3 - Menu Details Button */
		#main-footer .menu-details-btn {
			overflow: hidden;
			padding: 1.5625rem 0 1.6875rem;
			cursor: pointer;
			display: none;
		}
			#main-header.style-2 .menu-details-btn {
				display: block;
			}
			#main-footer .menu-details-btn .mobile-details-title {
				position: relative;
				float: left;
				left: 50%;
				font-size: 0.8125rem;
				text-transform: uppercase;
				font-weight: 500;
				line-height: 1.5;
			}
				#main-footer .menu-details-btn .mobile-details-title * {
					position: relative;
					float: left;
					right: 50%;
					display: block;
				}
				#main-footer .menu-details-btn .mobile-details-title i {
					font-size: 20px;
					margin-right: 0.6875rem;
				}
				#main-footer .menu-details-btn.opened .mobile-details-title i:before {
					content: '\ea0d' !important;
				}


/* 4.0 - MAIN */
#main-content {
	margin-left: 270px;
}
.header-hidden #main-content {
	margin-left: 0;
}
	#main-header.style-2 + #main-content {
		margin-left: 122px;
	}
	#main-header.align-right + #main-content {
		margin-left: 0;
		margin-right: 270px;
	}
	.header-hidden #main-header.align-right + #main-content {
		margin-right: 0;
	}
	#main-header.style-2.align-right + #main-content {
		margin-left: 0;
		margin-right: 122px;
	}
#custom-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#custom-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;

	-webkit-background-size: cover !important;
	-moz-background-size:    cover !important;
	-o-background-size:      cover !important;
	background-size:         cover !important;
}

	/* 4.1  - Col Main */
	.var-col-main {
		width: 100%;
		padding: 1.625rem 1.9375rem 2.8125rem;
		position: relative;
	}
		.var-col-main:before {
			position: absolute;
			bottom: -1px;
			left: 0;
			right: 0;
			height: 1px;
			content: '';
		}
			.var-col-main.content-without-sidebar:before {
				content: none;
			}
		.var-col-main.content-right-sidebar {
			float: left;
			width: 77%;
			border-width: 0 1px 0 0;
			border-style: solid;
		}
			.var-col-main.content-right-sidebar:before {
				right: -1px;
			}
		.var-col-main.content-left-sidebar {
			float: right;
			width: 77%;
			border-width: 0 0 0 1px;
			border-style: solid;
		}
			.var-col-main.content-left-sidebar:before {
				left: -1px;
			}
		.var-col-main.content-two-sidebar {
			width: 54%;
			float: none !important;
			display: inline-block;
			border-width: 0 1px 0 1px;
			border-style: solid;
		}
			.var-col-main.content-two-sidebar:before {
				left: -1px;
				right: -1px;
			}

/* 4.2  - SLIDER */
	/* 4.2.1 - Wrap */
	#main-content #componentWrapper {
		background: #000;

		width: -webkit-calc(100% - 270px);
		width: -moz-calc(100% - 270px);
		width: -o-calc(100% - 270px);
		width: calc(100% - 270px);

		left: 270px;
	}
	.header-hidden #main-content #componentWrapper {
		width: 100%;
		left: 0;
	}
		#main-header.style-2 + #main-content #componentWrapper {
			width: -webkit-calc(100% - 122px);
			width: -moz-calc(100% - 122px);
			width: -o-calc(100% - 122px);
			width: calc(100% - 122px);

			left: 122px;
		}
		.header-hidden #main-header.style-2 + #main-content #componentWrapper {
			width: 100%;
			left: 0;
		}
		#main-header.align-right + #main-content #componentWrapper {
			left: inherit;
			right: 270px;
		}
		.header-hidden #main-header.align-right + #main-content #componentWrapper {
			right: 0;
		}
		#main-header.style-2.align-right + #main-content #componentWrapper {
			left: inherit;
			right: 122px;
		}
		.header-hidden #main-header.style-2.align-right + #main-content #componentWrapper {
			right: 0;
		}
	.customize-support #componentWrapper {
		top: 32px;

		height: -webkit-calc(100% - 32px);
		height: -moz-calc(100% - 32px);
		height: -o-calc(100% - 32px);
		height: calc(100% - 32px);
	}

	/* 4.2.2 - Menu */
	#componentWrapper .menu_item {
		text-transform: uppercase;
		font-size: 1rem !important;
		font-weight: 500;
	}

	/* 4.2.3 - Playlist */
	#componentWrapper .componentPlaylist.playlist-h.sliders-1 .thumbHolder {
		top: 22px;
	}
	#componentWrapper .componentPlaylist.playlist-v.sliders-1 .thumbHolder {
		left: 19px;
	}

	#componentWrapper .playlistItem {
		width: 128px !important;
		height: 88px !important;
	}
	#componentWrapper .playlistItem img {
		max-width: 100%;
		max-height: 100%;
	}

	/* 4.2.4 - Buttons */
	#componentWrapper .componentPlaylist.playlist-h.sliders-1 .nextThumbBtn,
	#componentWrapper .componentPlaylist.playlist-h.sliders-1 .prevThumbBtn {
		top: 51px !important;
	}

	#componentWrapper .componentPlaylist .playlist-btn i {
		display: block;
		position: relative;
		font-size: 18px;
		color: #CCCCCC;
		top: 50%;
		left: 50%;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		#componentWrapper .componentPlaylist .playlist-btn:hover i {
			color: #FFFFFF;
		}

		#componentWrapper .componentPlaylist.playlist-h .playlist-btn i {
			width: 10px;
			height: 18px;
			margin-left: -5px;
			margin-top: -9px;
		}
		#componentWrapper .componentPlaylist.playlist-v .playlist-btn i {
			width: 18px;
			height: 10px;
			margin-left: -9px;
			margin-top: -5px;
			line-height: 6px;
		}

	#componentWrapper i.slider-btn {
		background: rgba(0, 0, 0, 0.65);
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		color: #CCCCCC;

		-webkit-padding-before: 1px;
		-webkit-padding-after: 1px;

		-webkit-border-radius: 100%;
		-moz-border-radius:    100%;
		border-radius:         100%;

		-webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
		-moz-transition:    background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
		-ms-transition:     background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
		-o-transition:      background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
		transition:         background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
	}
	#componentWrapper i.slider-btn.large {
		width: 76px;
		height: 76px;
		font-size: 30px;
		line-height: 76px;
	}
	#componentWrapper .player_close i.slider-btn {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
	#componentWrapper i.video-btn {
		display: block;
		width: 14px;
		height: 14px;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		color: #CCCCCC;

		-webkit-transition: color 0.25s ease-in-out 0s;
		-moz-transition:    color 0.25s ease-in-out 0s;
		-ms-transition:     color 0.25s ease-in-out 0s;
		-o-transition:      color 0.25s ease-in-out 0s;
		transition:         color 0.25s ease-in-out 0s;
	}

		#componentWrapper .player_bigPlay:hover i.slider-btn,
		#componentWrapper .bigPlay:hover i.slider-btn,
		#componentWrapper i.slider-btn.hover {
			background: rgba(0, 0, 0, 0.9);
			color: #FFFFFF;
		}
		#componentWrapper i.video-btn.hover {
			color: #CC6666;
		}

		#componentWrapper .controls_next i.slider-btn {
			padding-left: 2px;
		}
		#componentWrapper .controls_toggle i.slider-btn {
			font-size: 12px;
		}
			#componentWrapper .controls_toggle i.slider-btn[class*="-play"] {
				padding-left: 2px;
			}
		#componentWrapper .controls_prev i.slider-btn {
			padding-right: 2px;
		}
		#componentWrapper .player_bigPlay i.slider-btn,
		#componentWrapper .bigPlay i.slider-btn {
			padding-left: 7px;
		}

		#componentWrapper.loading .slideshow_controls .controls_toggle i.slider-btn {
			font-size: 18px;
			padding-left: 0;

			-webkit-padding-before: 0;
			-webkit-padding-after: 0;

			-webkit-animation: rotate 700ms infinite linear;
			-moz-animation:    rotate 700ms infinite linear;
			-ms-animation:     rotate 700ms infinite linear;
			-o-animation:      rotate 700ms infinite linear;
			animation:         rotate 700ms infinite linear;
		}

		#componentWrapper.loading .slideshow_controls .controls_toggle i.slider-btn:before {
			content: '\e97b';
			font-family: 'IcoMoon-Free' !important;
		}

	#componentWrapper .caption .item {
		font-size: 1.75rem;
		line-height: 2;
		color: #fff;
	}


	/* 4.3  - Content Box */
		#content-box img {
			max-width: 100%;
		}

		/* 4.3.1 - Page Title */
		#content-box .page-title {
			position: relative;
			padding-bottom: 0.75rem;
			text-align: center;
			text-transform: uppercase;
			margin-bottom: 18px;
		}
			#content-box .page-title:after {
				position: absolute;
				bottom: 0;
				left: 50%;
				margin-left: -0.78125rem;
				width: 1.5625rem;
				height: 0.125rem;
				content: '';
			}
			#content-box .page-title + .row {
				margin-top: 2.6875rem;
			}

		/* 4.3.2 - Main Title */
		#content-box .main-title {
			position: relative;
			margin-bottom: 1.75rem;
		}
			#content-box .main-title.with-line {
				overflow: hidden;
			}
				#content-box .main-title.with-line:after {
					position: relative;
					display: inline-block;
					left: 0.75rem;
					width: 100%;
					height: 1px;
					margin: 0 -100% 0 0;
					vertical-align: middle;
					content: '';
				}

		/* 4.3.3 - Breadcrumbs */
		.breadcrumbs {
			margin-bottom: 1.75rem;
			font-size: 0.75rem;
			text-transform: uppercase;
			text-align: center;
		}
			.breadcrumbs a {
				font-size: 0.75rem;
				text-decoration: none;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
			.breadcrumbs .separator {
				padding: 0 0.4375rem;
			}

		/* 4.3.4 - Posts Box */
			/* 4.3.4.1 - Post Box Grid */
			.posts-box.posts-grid-4.standart .hentry:nth-child(4n+1) {
				clear: left;
			}
			.posts-box.posts-grid-3.standart .hentry:nth-child(3n+1) {
				clear: left;
			}
			.posts-box.posts-grid-2.standart .hentry:nth-child(2n+1) {
				clear: left;
			}
			.posts-box.posts-grid-4 .hentry:nth-child(n+5),
			.posts-box.posts-grid-3 .hentry:nth-child(n+4),
			.posts-box.posts-grid-2 .hentry:nth-child(n+3) {
				margin-top: 1.3125rem;
			}

			.posts-box[class*="posts-grid-"] .hentry {
				text-align: center;
				overflow: hidden;
			}
				.posts-box[class*="posts-grid-"].masonry .hentry {
					padding-top: 10px;
					position: relative;
					margin-bottom: 0;

					-webkit-opacity: 0;
					-moz-opacity:    0;
					opacity:         0;
				}
					.posts-box[class*="posts-grid-"].masonry .hentry.loaded {
						padding-top: 0;

						-webkit-opacity: 1;
						-moz-opacity:    1;
						opacity:         1;
					}

					.posts-box[class*="posts-grid-"].masonry .hentry .post-thumb-area,
					.posts-box[class*="posts-grid-"].masonry .hentry .desc-wrap {
						position: relative;
						top: 10px;

						-webkit-transition: top 0.75s ease-in-out 0s;
						-moz-transition:    top 0.75s ease-in-out 0s;
						-ms-transition:     top 0.75s ease-in-out 0s;
						-o-transition:      top 0.75s ease-in-out 0s;
						transition:         top 0.75s ease-in-out 0s;
					}
						.posts-box[class*="posts-grid-"].masonry .hentry.loaded .post-thumb-area,
						.posts-box[class*="posts-grid-"].masonry .hentry.loaded .desc-wrap {
							top: 0;
						}

				.posts-box[class*="posts-grid-"] .hentry .post-thumb-area {
					position: relative;
				}
					.posts-box[class*="posts-grid-"] .hentry .thumb-wrap img {
						width: 100%;
					}
					.posts-box[class*="posts-grid-"] .hentry .cat-wrap {
						position: relative;
						width: 100%;
						line-height: 0;
					}
					.posts-box[class*="posts-grid-"] .hentry .cat-wrap:first-child {
						padding-top: 26px;
					}
					.posts-box[class*="posts-grid-"] .hentry .thumb-wrap + .cat-wrap {
						position: absolute;
						bottom: -0.75rem;
						left: 0;
					}
						.posts-box[class*="posts-grid-"] .hentry .cat-wrap li {
							position: relative;
							display: inline-block;
							margin: 4px 2px 0;
							z-index: 2;
						}
							.posts-box[class*="posts-grid-"] .hentry .cat-wrap li a {
								display: block;
								padding: 6px 1.25rem 4px;
								font-size: 0.875rem;
								line-height: 1rem;
								text-transform: uppercase;
								text-decoration: none;
								color: #FFFFFF;
							}
								.posts-box[class*="posts-grid-"] .hentry .cat-wrap li a:hover {
									background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
									background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
									background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
								}
				.posts-box[class*="posts-grid-"] .hentry .desc-wrap {
					padding: 1.9375rem 1.25rem 1.25rem;
				}
					.posts-box[class*="posts-grid-"] .hentry h3.title a {
						text-decoration: none;

						-webkit-transition: 0.25s;
						-moz-transition:    0.25s;
						-ms-transition:     0.25s;
						-o-transition:      0.25s;
						transition:         0.25s;
					}
					.posts-box[class*="posts-grid-"] .hentry .info-wrap {
						margin-top: 0.875rem;
						font-size: 0.6875rem;
						line-height: 0;
					}
						.posts-box[class*="posts-grid-"] .hentry .info-wrap * {
							line-height: 1.55;
							text-transform: uppercase;
						}
							.posts-box[class*="posts-grid-"] .hentry .info-wrap a {
								text-decoration: none;
							}
								.posts-box[class*="posts-grid-"] .hentry .info-wrap a:hover {
									text-decoration: underline;
								}
							.posts-box[class*="posts-grid-"] .hentry .info-wrap .sep {
								padding: 0 8px;
							}
					.posts-box[class*="posts-grid-"] .hentry .desc {
						margin-top: 0.75rem;
						line-height: 1.55;
					}

			/* 4.3.4.2 - Post Box Full */
			.posts-box.posts-full .hentry:nth-child(n+2) {
				margin-top: 3.3125rem;
			}
			.posts-box.posts-full .hentry .thumb-wrap {
				margin-bottom: 1.375rem;
			}
			.posts-box.posts-full .hentry .desc-wrap > .post-date {
				float: left;
				width: 50px;
				margin-top: 6px;
				padding: 0.5625rem 0 0.6875rem;
				text-align: center;
				text-transform: lowercase;
				font-size: 0.625rem;
			}
				.posts-box.posts-full .hentry .desc-wrap > .post-date span {
					display: block;
					margin-bottom: 2px;
					font-size: 1.3125rem;
				}
			.posts-box.posts-full .hentry h3.title {
				margin-left: 4.375rem;
			}
				.posts-box.posts-full .hentry h3.title a {
					text-decoration: none;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
			.posts-box.posts-full .hentry .desc {
				margin-top: 1rem;
				margin-left: 4.375rem;
				line-height: 1.55;
			}
			.posts-box.posts-full .hentry .info-wrap {
				margin-top: 0.875rem;
				margin-left: 4.375rem;
				line-height: 0;
			}
				.posts-box.posts-full .hentry .info-wrap .item {
					display: inline-block;
					margin-right: 12px;
					line-height: 1.55;
				}
					.posts-box.posts-full .hentry .info-wrap * {
						font-size: 0.6875rem;
					}
					.posts-box.posts-full .hentry .info-wrap i {
						position: relative;
						font-size: 0.9375rem;
						margin-right: 6px;
					}
						.posts-box.posts-full .hentry .info-wrap .post-views i {
							top: 1px;
						}
						.posts-box.posts-full .hentry .info-wrap .post-categories i {
							top: 2px;
						}
					.posts-box.posts-full .hentry .info-wrap a {
						text-decoration: none;
					}
						.posts-box.posts-full .hentry .info-wrap a:hover {
							text-decoration: underline;
						}

			/* 4.3.4.3 - Post Box List */
			.posts-box.posts-list .hentry:nth-child(n+2) {
				margin-top: 1.9375rem;
			}
				.posts-box.posts-list .hentry .post-thumb-area {
					position: relative;
					float: left;
					width: 327px;
					min-height: 54px;
					margin-top: 5px;
				}
					.posts-box.posts-list .hentry.without-thumb .post-thumb-area {
						width: 50px;
					}
					.posts-box.posts-list .hentry .post-thumb-area img {
						width: 100%;
					}
			.posts-box.posts-list .hentry .post-thumb-area > .post-date {
				position: absolute;
				width: 50px;
				top: -8px;
				left: 20px;
				padding: 0.5625rem 0 0.6875rem;
				text-align: center;
				text-transform: lowercase;
				font-size: 0.625rem;
				z-index: 9;
			}
				.posts-box.posts-list .hentry .post-thumb-area > .post-date span {
					display: block;
					margin-bottom: 2px;
					font-size: 1.3125rem;
				}
			.posts-box.posts-list .hentry h3.title {
				margin-left: 22.125rem;
			}
				.posts-box.posts-list .hentry h3.title a {
					text-decoration: none;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
			.posts-box.posts-list .hentry .desc {
				margin-top: 1rem;
				margin-left: 22.125rem;
				line-height: 1.55;
			}
			.posts-box.posts-list .hentry .info-wrap {
				margin-top: 1.25rem;
				margin-left: 22.125rem;
				line-height: 0;
			}
				.posts-box.posts-list .hentry .info-wrap .item {
					display: inline-block;
					margin-right: 12px;
					line-height: 1.55;
				}
					.posts-box.posts-list .hentry .info-wrap * {
						font-size: 0.6875rem;
					}
					.posts-box.posts-list .hentry .info-wrap i {
						position: relative;
						font-size: 0.9375rem;
						margin-right: 6px;
					}
						.posts-box.posts-list .hentry .info-wrap .post-views i {
							top: 1px;
						}
						.posts-box.posts-list .hentry .info-wrap .post-categories i {
							top: 2px;
						}
					.posts-box.posts-list .hentry .info-wrap a {
						text-decoration: none;
					}
						.posts-box.posts-list .hentry .info-wrap a:hover {
							text-decoration: underline;
						}
			.posts-box.posts-list .hentry.without-thumb h3.title,
			.posts-box.posts-list .hentry.without-thumb .desc,
			.posts-box.posts-list .hentry.without-thumb .info-wrap {
				margin-left: 6.0625rem;
			}


/* 4.4  - Pagination */
.btn-wrap {
	text-align: center;
}
	.btn-wrap .load-more-btn {
		display: inline-block;
		margin-top: 1.75rem;
		padding: 16px 27px 12px 40px;
		font-size: 0.875rem;
		text-transform: uppercase;
		text-decoration: none;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		.btn-wrap .load-more-btn i {
			line-height: 0;
			display: inline-block;
			margin-left: 0.8125rem;
			width: 1rem;
			filter: blur(0);
			-webkit-filter: blur(0);
			position: relative;
		}
		.btn-wrap .load-more-btn i.arrow {
			font-size: 1.5rem;
			top: 2px;
		}
		.btn-wrap .load-more-btn i.load {
			height: 0;
			font-size: 1rem;
			top: 2px;
			display: none;

			-webkit-animation: rotate 700ms infinite linear;
			-moz-animation:    rotate 700ms infinite linear;
			-ms-animation:     rotate 700ms infinite linear;
			-o-animation:      rotate 700ms infinite linear;
			animation:         rotate 700ms infinite linear;
		}
		.btn-wrap .load-more-btn:hover {
			text-decoration: none;

			-webkit-opacity: 0.8;
			-moz-opacity:    0.8;
			opacity:         0.8;
		}
		.btn-wrap .load-more-btn.loading i.arrow {
			display: none;
		}
		.btn-wrap .load-more-btn.loading i.load {
			display: inline-block;
		}

.pagination-wrap {
	text-align: center;
	margin-top: 1.75rem;
}
.posts-box.posts-full .pagination-wrap {
	margin-top: 2.5625rem;
}
.content-formatting + .pagination {
	text-align: center;
	margin-top: 1.75rem;
}
	.pagination-wrap .link-wrap {
		display: inline-block;
		margin: 0 0.21875rem;
	}
		.pagination-wrap .link-wrap a {
			font-size: 0.875rem;
			background: #FFFFFF;
			color: #010101;
			border-width: 1px;
			border-style: solid;
			padding: 0.4375rem 1.0625rem 0.375rem;
			text-decoration: none;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;

			line-height: 0.0625rem;
			height: 40px;
			display: -moz-box;
			display: -ms-inline-flexbox;
			display: -webkit-inline-flex;
			display: inline-flex;

			-webkit-flex-pack: center;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;

			-webkit-flex-line-pack: center;
			-ms-flex-line-pack: center;
			-webkit-align-content: center;
			align-content: center;

			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}
			.pagination-wrap .link-wrap a:hover {
				text-decoration: none;
				color: #fff;
			}

	.content-box .pagination > * {
		font-style: normal;
		font-size: 0.875rem;
		background: transparent;
		padding: 0.4375rem 1.0625rem 0.375rem;
		display: inline-block;
		margin: 0.21875rem;
		border-width: 1px;
		border-style: solid;
		color: #010101;
		text-decoration: none;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;

		line-height: 0.0625rem;
		height: 40px;
		display: -moz-box;
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;

		-webkit-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-flex-line-pack: center;
		-ms-flex-line-pack: center;
		-webkit-align-content: center;
		align-content: center;

		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
		.content-box .pagination > *:hover,
		.content-box .pagination > span.page,
		.content-box .pagination span.current,
		.content-box .pagination span.current-page {
			text-decoration: none;
			color: #fff;
		}
		.content-box .pagination span.extend,
		.content-box .pagination > span.page,
		.content-box .pagination span.current,
		.content-box .pagination span.current-page {
			cursor: default;
		}

	.content-box .pagination span.extend,
	.content-box .pagination span.pages,
	.content-box .pagination span.title {
		background: none;
		border: none !important;
		padding: 0;
	}
		.content-box .pagination span.extend:hover,
		.content-box .pagination span.pages:hover,
		.content-box .pagination span.title:hover {
			background: none !important;
			color: inherit;
		}
.ajax-pagination.infinite {
	margin-top: 1.75rem;
}


/* 4.5  - Contacts */
.page-template-template-contacts #content-box {
	width: 100%;
}
#content-box .map-wrap {
	background: #E5E3DF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#content-box .map-wrap .acf-map {
		width: 100%;
		height: 100%;
	}
		#content-box .map-wrap .acf-map iframe {
			width: 100% !important;
			height: 100% !important;
			z-index: 5;
			position: relative;
		}

#content-box .contacts {
	padding: 1.75rem 1.4375rem 1.5625rem;
	margin-top: 14px;
	margin-bottom: 40px;
}
	#content-box .contacts.style_1 {
		width: 502px;
		float: right;
	}
		.contacts.style_1 .block-content + .block-short {
			margin-top: 23px;
		}
	#content-box .contacts.style_2 {
		width: 502px;
		float: left;
	}
		.contacts.style_2 .block-content + .block-short {
			margin-top: 23px;
		}
	#content-box .contacts.style_3 {
		padding-top: 1.4375rem;
		margin-bottom: 0;
	}
		.contacts.style_3 .block-content {
			float: left;
			padding-right: 50px;
		}
		.contacts.style_3 .block-short {
			float: right;
			padding-top: 12px;
		}
	#content-box .contacts.style_4 {
		padding-top: 1.4375rem;
	}
		.contacts.style_4 .block-content {
			float: left;
			padding-right: 50px;
		}
		.contacts.style_4 .block-short {
			float: right;
			padding-top: 12px;
		}

	#content-box .contacts .page-title {
		text-transform: none;
		text-align: left;
		padding-bottom: 0;
	}
		#content-box .contacts .page-title:after {
			content: none;
		}

	#content-box .contacts ul,
	#content-box .contacts ol {
		position: relative;
		padding-bottom: 1.75rem;
		margin-bottom: 1.4375rem;
	}
		#content-box .contacts ul:after,
		#content-box .contacts ol:after {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 25px;
			height: 2px;
			content: '';
		}
		#content-box .contacts li {
			margin-top: 13px;
		}
			#content-box .contacts li:first-child {
				margin-top: 0;
			}

/* 4.6  - Wpcf7 */
.wpcf7-form p,
.contacts .wpcf7-form p {
	position: relative;
	margin-bottom: 0;
	display: block;
}
	.wpcf7-form input.wpcf7-not-valid,
	.wpcf7-form textarea.wpcf7-not-valid {
		border: 1px solid #c00 !important;
	}
	.wpcf7-form .wpcf7-not-valid-tip {
		position: absolute;
		bottom: 1px;
		right: 1px;
		font-size: 0.8125rem;
		padding: 0.625rem 0.75rem;
		color: #c00;
		line-height: 1.4;
		display: block;
		background: #fff;
	}
	.contacts .wpcf7-form .wpcf7-not-valid-tip {
		bottom: inherit;
		top: 1px;
		padding: 0.625rem 0.875rem;
	}
.wpcf7-response-output.wpcf7-display-none {
	display: none;
}
.wpcf7-response-output {
	margin-top: 1.4375rem;
	padding: 0.6875rem 0.875rem;
	font-size: 0.8125rem;
	line-height: 1.4;
}
.screen-reader-response {
	display: none;
}
	.wpcf7-response-output.wpcf7-validation-errors,
	.screen-reader-response[role="alert"] {
		border: 1px solid #c00;
		background: #ffebe8;
	}
	.wpcf7-response-output.wpcf7-mail-sent-ok,
	.wpcf7-response-output.wpcf7-mail-sent-ng {
		border: 1px solid #30A341;
		background: #D3FFDA;
	}


/* 4.7  - Single */
.single .content-box .cat-wrap {
	margin-bottom: 0.5625rem;
	line-height: 0;
	text-align: center;
}
	.single .content-box .cat-wrap li {
		display: inline-block;
		margin: 0 2px 4px;
	}
		.single .content-box .cat-wrap li a {
			position: relative;
			display: block;
			padding: 6px 1.25rem 4px;
			font-size: 0.875rem;
			line-height: 1rem;
			color: #FFFFFF;
			z-index: 2;
			text-transform: uppercase;
			text-decoration: none;
		}
			.single .content-box .cat-wrap li a:hover {
				background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
				background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
				background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
			}

/* 4.7.1  - Post Thumb */
.post-thumb-info {
	position: relative;
	margin-bottom: 1.8125rem;
}
	.post-thumb-info img {
		width: auto;
		height: auto;
		max-width: 1736px;
		margin: 0 auto;
	}

	.post-thumb-info.style-center .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
		.post-thumb-info.style-center .align-wrap {
			display: table;
			text-align: center;
			width: 100%;
			height: 100%;
		}
			.post-thumb-info.style-center .align {
				display: table-cell;
				vertical-align: middle;
			}
				.post-thumb-info.style-center .thumb-wrap a:after {
					background: rgba(0, 0, 0, 0.3);
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					content: '';
				}
				.post-thumb-info.style-center .page-title {
					display: inline-block;
					margin-bottom: 0 !important;
					padding-bottom: 0 !important;
					color: #FFFFFF;
					z-index: 9;
				}
					.post-thumb-info.style-center .page-title:after {
						content: none !important;
					}

/* 4.7.2  - Formats */
.single .thumb-wrap .embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	background: none !important;
}
	.single .thumb-wrap .embed iframe,
	.single .thumb-wrap .embed object,
	.single .thumb-wrap .embed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.single .thumb-wrap.quote-format {
	padding: 1.5rem 1.5rem 1.4375rem;
	border-width: 3px;
	border-style: dashed;
}
	.single .thumb-wrap.quote-format h3 {
		margin-bottom: 1.5rem;
	}
	.single .thumb-wrap.quote-format .quote-ref {
		position: relative;
	}
		.single .thumb-wrap.quote-format .quote-ref i {
			font-size: 1rem;
			position: absolute;
			bottom: 0;
			right: 0;
		}

.single .thumb-wrap.link-format {
	padding: 1.625rem 1.5rem 1.5625rem;
}
	.single .thumb-wrap.link-format h3 {
		margin-bottom: 2rem;
	}
	.single .thumb-wrap.link-format a {
		position: relative;
		text-decoration: none;
	}
		.single .thumb-wrap.link-format a:hover {
			text-decoration: underline;
		}
		.single .thumb-wrap.link-format a i {
			font-size: 1rem;
			line-height: 0;
			margin-right: 1rem;
		}

/* 4.7.3  - Col Meta */
.post-wrap .col-meta {
	float: left;
	width: 95px;
	padding-right: 35px;
	text-align: center;
}
	.post-wrap .col-meta .meta-item {
		margin-top: 20px;
	}
		.post-wrap .col-meta .meta-item:first-child {
			margin-top: 0;
		}

		.post-wrap .col-meta .meta-item .meta-title {
			padding: 1rem 0;
			font-size: 1rem;
			font-weight: 500;
			line-height: 1;
			display: block;
			text-decoration: none;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.post-wrap .col-meta .meta-item .meta-title .title {
				display: block;
				font-size: 0.5625rem;
				margin-top: 5px;
				text-transform: uppercase;
			}

	.post-wrap .col-meta .social-share .meta-title {
		padding: 1rem 0.5rem;
		color: #ffffff;
	}
		.post-wrap .col-meta .social-share .meta-title .title {
			color: rgba(255, 255, 255, 0.6);
		}
	.post-wrap .col-meta .social-share .total-counter {
		display: block;
	}
	.post-wrap .col-meta .social-share li a {
		display: block;
		position: relative;
		width: 100%;
		height: 3.6875rem;
		border-width: 1px;
		border-style: solid;
		border-top: none;

		font-size: 0.875rem;
		line-height: 3.6875rem;
		color: inherit;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		.post-wrap .col-meta .social-share li a .social-counter {
			background: #fff;
			display: block;
			position: absolute;
			top: 0;
			left: -1px;
			font-size: 1rem;
			font-weight: 600;
			color: #fff;
			height: 60px;
			line-height: 60px;
			z-index: 5;

			width: calc(100% + 2px);
			width: -moz-calc(100% + 2px);
			width: -webkit-calc(100% + 2px);
			width: -o-calc(100% + 2px);

			-webkit-opacity: 0;
			-moz-opacity:    0;
			opacity:         0;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}

		.post-wrap .col-meta .social-share li:hover a .social-counter {
			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}

			.post-wrap .col-meta .social-share li.facebook a:hover .social-counter {
				background: #607bb3;
			}
			.post-wrap .col-meta .social-share li.twitter a:hover .social-counter {
				background: #53c4ee;
			}
			.post-wrap .col-meta .social-share li.google a:hover .social-counter {
				background: #e74b32;
			}
			.post-wrap .col-meta .social-share li.vkontakte a:hover .social-counter {
				background: #5894cc;
			}
			.post-wrap .col-meta .social-share li.pinterest a:hover .social-counter {
				background: #cc2127;
			}
			.post-wrap .col-meta .social-share li.odnoklassniki a:hover .social-counter {
				background: #f48420;
			}
			.post-wrap .col-meta .social-share li.mailru a:hover .social-counter {
				background: #004e9c;
			}
			.post-wrap .col-meta .social-share li.linkedin a:hover .social-counter {
				background: #007ab9;
			}
			.post-wrap .col-meta .social-share li.reddit a:hover .social-counter {
				background: #ff4500;
			}
			.post-wrap .col-meta .social-share li.tumblr a:hover .social-counter {
				background: #395976;
			}

	.post-wrap .col-meta .author .avatar {
		width: 60px;
		height: 60px;
		margin-bottom: 0.625rem;
	}
		.post-wrap .col-meta .author a {
			display: block;
			clear: both;
			font-size: 0.6875rem;
			text-decoration: none;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.post-wrap .col-meta .author .author-name {
				font-size: 0.5625rem;
				text-transform: uppercase;
				font-weight: 500;
			}
			.post-wrap .col-meta .author .info-icon {
				margin-top: 0.125rem;
			}
			.post-wrap .col-meta .author a:nth-child(2) {
				margin-top: 0.3125rem;
			}
			.post-wrap .col-meta .author a:hover {
				text-decoration: none;
			}

	.post-wrap .col-meta .meta-item.border .meta-title {
		border-width: 1px;
		border-style: solid;
		padding: 1rem 0.125rem 0.875rem;
	}
		.post-wrap .col-meta .meta-item.border .meta-title .title {
			line-height: 1.4;
		}
		.post-wrap .col-meta .meta-item.border .meta-title:hover {
			text-decoration: none;
		}

	.post-wrap .col-meta .rating .box-like > span {
		display: block;
	}
		.post-wrap .col-meta .rating .box-like {
			color: inherit;
		}
		.post-wrap .col-meta .rating .box-like .counter {
			line-height: 1.4;
			display: block;
			font-size: 0.5625rem;
			margin-top: 5px;
			margin-bottom: 4px;
			text-transform: uppercase;
			color: inherit;
		}
			.post-wrap .col-meta .rating .box-like .loading {
				margin-bottom: 4px;
			}

		.post-wrap .col-meta .rating .msg {
			line-height: 1.4;
			display: block;
			font-size: 0.5625rem;
			margin-top: 5px;
			text-transform: uppercase;
			color: inherit;
		}

		.post-wrap .col-meta .rating .box-like > .plus {
			color: inherit;
		}

		.post-wrap .col-meta .rating .box-like > .plus:hover{
			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}

		.post-wrap .col-meta .rating .box-like > .plus:hover i {
			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}

		.post-wrap .col-meta .rating .stars .fa {
			color: #f9bc39;
			padding: 0 1px 0 2px;
		}

		.post-wrap .col-meta .rating .box-like > .plus:hover i,
		.post-wrap .col-meta .rating .box-like.liked > .plus i {
			color: #d9534f;
		}
			.post-wrap .col-meta .rating .loading {
				margin-top: 5px;
				display: block;
			}
			.post-wrap .col-meta .rating .loading i:before {
				content: '\f110' !important;
			}


/* 4.7.4  - Col Content */
.post-wrap .col-content {
	float: left;

	width: calc(100% - 95px);
	width: -moz-calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	width: -o-calc(100% - 95px);
}


/* 4.7.5  - Rewiew */
#review {
	margin-top: 2.3125rem;
	border-width: 1px;
	border-style: solid;
	font-size: 0.875rem;
}
	#review h3.title {
		background: #E7E7E7;
		font-size: 1.25rem;
		padding: 0.6875rem 0.875rem 0.75rem;
	}
	#review .review-list li {
		position: relative;
		padding: 1.0625rem 0.9375rem 0.9375rem 2.375rem;
	}
	#review.point .review-list li,
	#review.percentage .review-list li {
		padding-left: 1.0625rem;
		padding-right: 1.0625rem;
	}
		#review .review-list li:before {
			background: #29bfda;
			position: absolute;
			width: 5px;
			height: 5px;
			top: 1.5rem;
			left: 0.9375rem;
			content: '';

			-webkit-border-radius: 100%;
			-moz-border-radius:    100%;
			border-radius:         100%;
		}
			#review.point .review-list li:before,
			#review.percentage .review-list li:before {
				content: none;
			}
	#review .review-list li:nth-child(even) {
		background: #E7E7E7;
	}

	#review.star .stars-wrap {
		font-size: 1rem;
		height: 1.1875rem;
		position: relative;
		display: block;
		letter-spacing: 1px;
	}
		#review.star .stars-wrap .stars-result {
			top: 0;
			left: 0;
			overflow: hidden;
			position: absolute;
			white-space: nowrap;
		}

	#review.star li .stars-wrap {
		float: right;
	}
	#review.star li .name {
		padding-right: 120px;
	}
		#review.point li .name span,
		#review.percentage li .name span {
			display: block;
			float: right;
			margin-left: 20px;
		}

	#review li .line-wrap {
		width: 100%;
		height: 0.875rem;
		position: relative;
		background: #E5E5E5;
		margin-top: 5px;
	}
		#review li .line-wrap .line {
			position: absolute;
			top: 0;
			left: 0;
			height: 0.875rem;
			display: block;
			width: 0;

			-webkit-transition: width 1.5s cubic-bezier( 0.550, 0.085, 0.680, 0.530 );
			-moz-transition:    width 1.5s cubic-bezier( 0.550, 0.085, 0.680, 0.530 );
			-ms-transition:     width 1.5s cubic-bezier( 0.550, 0.085, 0.680, 0.530 );
			-o-transition:      width 1.5s cubic-bezier( 0.550, 0.085, 0.680, 0.530 );
			transition:         width 1.5s cubic-bezier( 0.550, 0.085, 0.680, 0.530 );
		}
	#review .review-list li:nth-child(even) .line-wrap {
		background: #CFCFCF;
	}

	#review .review-total-wrap {
		border-top: 1px solid #E7E7E7;
		padding: 1.8125rem 0.9375rem 0.875rem;
	}
		#review .review-total-wrap .total {
			float: right;
			text-align: right;
		}
			#review .review-total-wrap .quantity {
				font-weight: bold;
				font-size: 2.5rem;
				margin-bottom: 0.3125rem;
			}
		#review .review-total-wrap .sub-title + .total .quantity {
			margin-bottom: 2.375rem;
		}

	#review .review-total-wrap .sub-title {
		font-size: 0.875rem;
		text-transform: uppercase;
		margin-bottom: 0.8125rem;
	}
	#review .review-total-wrap .desc {
		padding-top: 0.375rem;
		padding-right: 20px;
	}


/* 4.7.6  - Post Info Wrap */
.post-info-wrap {
	margin-top: 2.3125rem;
}
	.post-info-wrap .post-share {
		float: left;
		margin-right: 1.0625rem;
		vertical-align: middle;
	}
		.post-info-wrap .post-share ul,
		.post-info-wrap .post-share ul li {
			margin: 0 !important;
		}
			.post-info-wrap .post-share ul li:first-child {
				padding-left: 0.3125rem;

				-webkit-border-radius: 2px 0 0 2px;
				-moz-border-radius:    2px 0 0 2px;
				border-radius:         2px 0 0 2px;
			}
			.post-info-wrap .post-share ul li:last-child {
				padding-right: 0.3125rem;

				-webkit-border-radius: 0 2px 2px 0;
				-moz-border-radius:    0 2px 2px 0;
				border-radius:         0 2px 2px 0;
			}
			.post-info-wrap .post-share ul li:hover {
				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
			.post-info-wrap .post-share ul li a {
				background: none !important;
			}
				.post-info-wrap .post-share ul li i.social-icon {
					padding: 0 0.5625rem;
					font-size: 1rem;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
				.post-info-wrap .post-share ul li a:hover i.social-icon {
					-webkit-opacity: 0.8;
					-moz-opacity:    0.8;
					opacity:         0.8;
				}

	.post-info-wrap .post-info {
		vertical-align: middle;
		padding: 3px 0;
	}
		.post-info-wrap .post-info .item {
			display: inline;
			position: relative;
			margin-right: 0.5rem;
			padding: 0 0 0 1rem;
			font-size: 0.6875rem;
			line-height: 1;
			text-transform: uppercase;
			vertical-align: middle;
		}
			.post-info-wrap .post-info .item:before {
				position: absolute;
				top: 2px;
				left: 0;
				content: '/';
			}
			.post-info-wrap .post-info .item:first-child {
				padding-left: 0;
			}
				.post-info-wrap .post-info .item:first-child:before {
					content: none;
				}
			.post-info-wrap .post-info .item:last-child {
				margin-right: 0;
			}

		.post-info-wrap .post-info .box-like.actived > .plus:hover,
		.post-info-wrap .post-info .box-like.actived > .up:hover,
		.post-info-wrap .post-info .box-like.actived > .down:hover {
			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}

		.post-info-wrap .post-info .box-like.actived > .plus:hover i,
		.post-info-wrap .post-info .box-like.actived > .up:hover i,
		.post-info-wrap .post-info .box-like.actived > .down:hover i {
			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}

		.post-wrap .post-info i {
			position: relative;
			top: -1px;
			filter: blur(0);
			-webkit-filter: blur(0);
		}
		#main-content .post-wrap .post-info .stars .fa {
			color: #f9bc39;
		}

		#main-content .post-wrap .post-info .box-like > .plus:hover i,
		#main-content .post-wrap .post-info .box-like.liked > .plus i {
			color: #d9534f;
		}
		#main-content .post-wrap .post-info .box-like > .up:hover i,
		#main-content .post-wrap .post-info .box-like.liked > .up i {
			color: #1D9D74;
		}
		#main-content .post-wrap .post-info .box-like > .down:hover i,
		#main-content .post-wrap .post-info .box-like.liked > .down i {
			color: #D9534F;
		}
			.post-wrap .post-info .loading i:before {
				content: '\f110' !important;
			}
			.post-wrap .post-info .box-like i {
				font-size: 0.875rem;
			}
			.post-wrap .post-info .box-like span,
			.post-wrap .post-info .box-rating span {
				float: left;
			}
			.post-wrap .post-info .box-like span.counter {
				padding-left: 0.5rem;
				display: block !important;
			}
			.post-wrap .post-info .box-like .loading,
			.post-wrap .post-info .box-like .down,
			.post-wrap .post-info .box-rating .loading {
				margin-left: 0.5rem;
				position: relative;
				top: 2px;
			}
				.post-wrap .post-info .box-like .loading i,
				.post-wrap .post-info .box-like .down i,
				.post-wrap .post-info .box-rating .loading i {
					margin-right: 0;
				}
				.post-wrap .post-info .loading i {
					font-size: 0.875rem;
					top: -2px;
				}
				.post-wrap .post-info .box-rating .stars i {
					margin-right: 0;
					padding-right: 0.1875rem;
					font-size: 0.875rem;
					position: relative;
					top: 2px;
				}
			.post-wrap .post-info .post-rating .msg {
				padding-left: 0.5rem;
				position: relative;
				top: 4px;
			}

			.post-wrap .post-info .cats {
				display: inline;
			}
				.post-wrap .post-info .cats li {
					display: inline-block;
					margin-right: 8px;
					position: relative;
					margin-bottom: 5px;
				}
					.post-wrap .post-info .cats li:last-child {
						margin-right: 0;
					}
					.post-wrap .post-info .cats li a {
						text-decoration: none;
					}

	/* 4.7.7  - Post Tags */
	.post-tags {
		margin-top: 1.6875rem;
	}
		.post-tags a {
			display: block;
			float: left;
			margin: 0 0.25rem 0.25rem 0;
			padding: 0.5rem 0.625rem 0.5625rem;
			font-size: 0.8125rem;
			text-decoration: none;
			border-width: 1px;
			border-style: solid;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.post-tags a:hover {
				color: #FFFFFF;
			}

	/* 4.7.8  - Author Box */
	.single .author-box {
		margin-top: 2.25rem;
	}
		.single .author-box .avatar {
			width: 100px;
			height: auto;
			margin-right: 1.875rem;
			float: left;
			margin-top: 1px;
		}
		.single .author-box .author-info-wrap {
			float: right;

			width: calc(100% - 130px);
			width: -moz-calc(100% - 130px);
			width: -webkit-calc(100% - 130px);
			width: -o-calc(100% - 130px);
		}
			.single .author-box h3.title {
				margin: 0 0 0.75rem 0;
			}
				.single .author-box h3.title .title {
					font-size: 1.25rem;
					font-weight: 500;
					float: left;
				}
					.single .author-box h3.title .title a {
						color: inherit;
						text-decoration: none;
					}
						.single .author-box h3.title .title a:hover {
							text-decoration: underline;
						}
				.single .author-box h3.title .info-icon {
					font-size: 0.9375rem;
					margin-left: 0.9375rem;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
				.single .author-box h3.title .title + .info-icon {
					margin-left: 1.3125rem;
				}
			.single .author-box p.author-bio {
				font-size: 0.875rem;
				line-height: 1.6;
			}

	/* 4.7.9  - Prev Next Posts */
	#prev-next-posts {
		margin-top: 2.6875rem;
		padding-top: 2.6875rem;
		border-width: 1px 0 0 0;
		border-style: solid;
	}
	#prev-next-posts.full .post.prev {
		width: 50%;
		float: left;
		padding-right: 0.75rem;
	}
	#prev-next-posts.full .post.next {
		width: 50%;
		float: right;
		padding-left: 0.75rem;
	}
		#prev-next-posts .post .thumb-wrap {
			width: 168px;
			position: relative;
			z-index: 3;
		}
			#prev-next-posts .post .thumb-wrap a {
				position: relative;
				display: block;
			}
				#prev-next-posts .post .thumb-wrap a:after {
					position: absolute;
					width: 1.625rem;
					height: 2.125rem;
					position: absolute;
					top: 50%;
					margin-top: -1.0625rem;
					font-family: 'FontAwesome';
					text-align: center;
					font-size: 14px;
					line-height: 2.7;
					color: #010101;
					z-index: 2;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
				#prev-next-posts .post .thumb-wrap a:before {
					position: absolute;
					background: rgba(0, 0, 0, 0);
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					content: '';
					z-index: 1;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
					#prev-next-posts .post .thumb-wrap a:hover:after {
						color: #fff;
					}
					#prev-next-posts .post .thumb-wrap a:hover:before {
						background: rgba(0, 0, 0, 0.25);
					}
				#prev-next-posts .post .thumb-wrap img {
					display: block;
				}
			#prev-next-posts .post.prev .thumb-wrap {
				float: left;
				margin-right: 1.375rem;
			}
				#prev-next-posts .post.prev .thumb-wrap a:after {
					left: 4px;
					content: '\f053';
				}
			#prev-next-posts .post.next .thumb-wrap {
				float: right;
				margin-left: 1.375rem;
			}
				#prev-next-posts .post.next .thumb-wrap a:after {
					right: 4px;
					content: '\f054';
				}

		#prev-next-posts .post .text {
			font-size: 1.375rem;
			padding-top: 0.1875rem;
			margin-bottom: 1.25rem;
		}
			#prev-next-posts .post.prev .text {
				padding-left: 11.875rem;
			}
			#prev-next-posts .post.next .text {
				padding-right: 11.875rem;
				text-align: right;
			}
		#prev-next-posts .post.prev h3.title {
			padding-left: 11.875rem;
		}
		#prev-next-posts .post.next h3.title {
			padding-right: 11.875rem;
			text-align: right;
		}
		#prev-next-posts .post.prev .text:first-child,
		#prev-next-posts .post.prev h3.title:nth-child(2) {
			padding-left: 0;
		}
		#prev-next-posts .post.next .text:first-child,
		#prev-next-posts .post.next h3.title:nth-child(2) {
			padding-right: 0;
		}
			#prev-next-posts .post h3.title a {
				font-size: 0.9375rem;
				line-height: 1.6;
				font-weight: normal;
				text-decoration: none;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}

	/* 4.7.10 - Related Posts */
	.single .related-posts {
		margin-top: 2.4375rem;
	}
	.single .related-posts + section {
		margin-top: 1.5625rem;
	}

	.single .related-posts.posts-box[class*="posts-grid-"] .hentry .cat-wrap {
		margin-bottom: 0;
	}
	.single .related-posts.posts-box[class*="posts-grid-"] .hentry .desc-wrap {
		background: none;
	}
		.single .related-posts.posts-box[class*="posts-grid-"] .hentry .desc {
			display: none;
		}

	/* 4.7.11 - Comments */
	section.comments-wrap {
		margin-top: 1.5625rem;
	}
		#comments .main-title {
			margin-bottom: 1.4375rem;
		}
		#comments ul {
			list-style: none;
		}
			#comments ul.comments-list {
				margin-left: 1.1875rem;
			}
		#comments ul li.comment > ul {
			margin-left: 4rem;
		}
			#comments .comment {
				margin-top: 3.1875rem;
			}
			#comments .pingback {
				margin-top: 1rem;
			}
			#comments .comment.bypostauthor {
			}
				#comments .comments-list > .comment:first-child,
				#comments .comments-list > .pingback:first-child {
					margin-top: 0;
				}
			#comments .comment .author-avatar {
				background: #000;
				float: left;
				width: 80px;
				height: 80px;
				overflow: hidden;
				margin-top: 5px;
			}
				#comments .comment .author-avatar a {
					display: block;
				}
					#comments .comment .author-avatar img {
						width: 100%;
						height: auto;

						-webkit-transition: 0.25s;
						-moz-transition:    0.25s;
						-ms-transition:     0.25s;
						-o-transition:      0.25s;
						transition:         0.25s;
					}
						#comments .comment .author-avatar a:hover img {
							-webkit-opacity: 0.8;
							-moz-opacity:    0.8;
							opacity:         0.8;
						}
			#comments .comment .comment-content {
				width: calc(100% - 94px);
				width: -moz-calc(100% - 94px);
				width: -webkit-calc(100% - 94px);
				width: -o-calc(100% - 94px);
				float: right;
			}
				#comments .comment .author-name {
					margin-bottom: 0.5rem;
				}
					#comments .comment .author-name a {
						font-size: 0.875rem;
						text-decoration: none;
					}
						#comments .comment .author-name a:hover {
							text-decoration: underline;
						}

				#comments .comment .info-line > * {
					margin-bottom: 0.5625rem;
				}
					#comments .comment .info-line > *:last-child {
						margin-right: 0;
					}
					#comments .comment .comment-date,
					#comments .comment .comment-reply,
					#comments .comment .separator {
						font-size: 0.6875rem;
						text-transform: uppercase;
						float: left;
					}
					#comments .comment .separator {
						padding: 0 0.5625rem;
					}
					#comments .comment .comment-reply .comment-reply-link {
						color: inherit;
						text-decoration: none;
					}
						#comments .comment .comment-reply .comment-reply-link:hover {
							text-decoration: underline;
						}

					#comments .comment .box-like,
					#comments .comment .box-rating {
						font-size: 0.75rem;
						display: block;
						float: left;
					}
						#comments .comment .box-like i {
							font-size: 0.875rem;
							top: 1px;
							display: block;
							float: left;
							position: relative;
							margin-right: 0.5rem;
						}
						#comments .comment .box-like span,
						#comments .comment .box-rating span {
							float: left;
						}
						#comments .comment .box-like .loading,
						#comments .comment .box-like .down,
						#comments .comment .box-rating .loading {
							margin-left: 0.5rem;
						}
							#comments .comment .box-like .loading i,
							#comments .comment .box-like .down i,
							#comments .comment .box-rating .loading i {
								margin-right: 0;
							}
							#comments .comment .box-rating .loading i {
								font-size: 0.875rem;
							}
							#comments .comment .box-rating .stars i {
								margin-right: 0.1875rem;
								font-size: 0.875rem;
							}

				#comments .comment .comment-text {
					margin-top: 0.125rem;
					font-size: 0.875rem;
				}
					#comments .comment .comment-text em.moderation {
						font-size: 0.75rem;
						margin-bottom: 0.375rem;
						display: block;
					}

	#comments .no-comments,
	#comments + p.no-comments {
		display: block;
		margin-top: 1.875rem;
	}
	#comments .logged-in-as {
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}

	#comments .navigation {
		margin-top: 1.625rem;
	}
	#comments .navigation:empty {
		margin-top: 0;
	}
		#comments .navigation * {
			font-size: 0.875rem;
			background: #E2E2E2;
			color: #010101;
			padding: 7px 0.75rem 6px;
			display: inline-block;
			margin: 0.21875rem;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			#comments .navigation *:hover,
			#comments .navigation span.current {
				text-decoration: none;
				background: #222222;
				color: #fff;
			}
			#comments .navigation span.dots,
			#comments .navigation span.current {
				cursor: default;
			}

		#comments .navigation span.dots {
			background: none;
			padding: 0;
		}
			#comments .navigation span.dots:hover {
				background: none;
				color: #010101;
			}

	#respond {
		margin-top: 2.625rem;
	}
	#disqus_thread {
		margin-top: 2.625rem;
	}
		#respond input:not(.send-comment),
		#respond textarea {
			width: 100%;
			margin-bottom: 1.4375rem;
			padding: 0.625rem 0.75rem;
			font-family:inherit;
			font-size: 0.8125rem;
			vertical-align: middle;
			border-width: 1px;
			border-style: solid;
		}
		#respond .comment-reply-title small {
			background: #fff;
			position: relative;
			z-index: 9;
			display: inline-block;
			font-size: 1rem;
			line-height: 1;
		}
		.comment #respond .comment-reply-title small a {
			color: #e15858;
			text-decoration: none;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.comment #respond .comment-reply-title small a:hover {
				-webkit-opacity: 0.75;
				-moz-opacity:    0.75;
				opacity:         0.75;
			}
		#respond .textarea-wrap {
			position: relative;
		}
			#respond textarea {
				height: 133px;
				resize: none;
			}

		#respond input[type="submit"] {
			display: inline-block;
			padding: 0.625rem 1.25rem 0.5rem;
			font-size: 0.875rem;
			text-transform: uppercase;
			text-decoration: none;
			border: none;
			cursor: pointer;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			#respond input[type="submit"]:hover {
				text-decoration: none;

				-webkit-opacity: 0.8;
				-moz-opacity:    0.8;
				opacity:         0.8;
			}


/* 4.8  - Search */
body.search #content-box .search-form {
	position: relative;
	padding: 0.6875rem 0.875rem;
	margin-bottom: 1.875rem;
}
	body.search #content-box .search-form input[type="search"] {
		display: inline-block;
		width: 100%;
		padding: 0.625rem 3.25rem 0.625rem 0.75rem;
		font-family:inherit;
		font-size: 0.8125rem;
		vertical-align: middle;
		border-width: 1px;
		border-style: solid;
	}
	body.search #content-box .search-form button[type="submit"] {
		position: absolute;
		top: 0.6875rem;
		right: 0.875rem;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 0.875rem;
		text-transform: uppercase;
		text-decoration: none;
		border: none;
		cursor: pointer;
		color: #fff;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		body.search #content-box .search-form button[type="submit"]:hover {
			text-decoration: none;

			-webkit-opacity: 0.8;
			-moz-opacity:    0.8;
			opacity:         0.8;
		}


/* 4.9  - Author */
.archive .author-box-wrap {
	margin-bottom: 2.25rem;
}
	.archive .author-box-wrap .avatar {
		width: 100px;
		height: auto;
		margin-right: 1.875rem;
		float: left;
		margin-top: 1px;
	}
	.archive .author-box-wrap .author-info-wrap {
		float: right;

		width: calc(100% - 130px);
		width: -moz-calc(100% - 130px);
		width: -webkit-calc(100% - 130px);
		width: -o-calc(100% - 130px);
	}
		.archive .author-box-wrap h3.title {
			margin: 0 0 0.75rem 0;
		}
			.archive .author-box-wrap h3.title .title {
				font-size: 1.25rem;
				font-weight: 500;
				float: left;
			}
				.archive .author-box-wrap h3.title .title a {
					color: inherit;
					text-decoration: none;
				}
					.archive .author-box-wrap h3.title .title a:hover {
						text-decoration: underline;
					}
			.archive .author-box-wrap h3.title .info-icon {
				font-size: 0.9375rem;
				margin-left: 0.9375rem;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
			.archive .author-box-wrap h3.title .title + .info-icon {
				margin-left: 1.3125rem;
			}
		.archive .author-box-wrap p.author-bio {
			font-size: 0.875rem;
			line-height: 1.6;
		}


/* 4.10 - Portfolio Archive */
.portfolio-box {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
	#content-box.portfolio-box .page-title {
		padding-top: 1.625rem;
	}
	.portfolio-box .breadcrumbs:first-child {
		padding-top: 1.625rem;
	}

	.portfolio-box .filters {
		margin-bottom: 1.5rem;
	}
	.portfolio-box .filters:first-child {
		padding-top: 1.625rem;
	}
		.portfolio-box .filters li {
			float: left;
			margin: 0 0.25rem 0.25rem 0;
		}
			.portfolio-box .filters li a {
				display: block;
				float: left;
				margin: 0 0.25rem 0.25rem 0;
				padding: 0.5rem 0.625rem 0.5625rem;
				font-size: 0.8125rem;
				text-decoration: none;
				border-width: 1px;
				border-style: solid;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
				.portfolio-box .filters li.current a,
				.portfolio-box .filters li a:hover {
					color: #FFFFFF;
				}

	.portfolio-box > .row {
		margin-left: 0;
		margin-right: 0;
	}
		.portfolio-box .hentry {
			position: relative;
			padding: 0;
		}
		.portfolio-box.posts-grid-4.standart .hentry:nth-child(4n+1) {
			clear: left;
		}
		.portfolio-box.posts-grid-3.standart .hentry:nth-child(3n+1) {
			clear: left;
		}
		.portfolio-box.posts-grid-2.standart .hentry:nth-child(2n+1) {
			clear: left;
		}
			.portfolio-box .hentry .post-content {
				position: relative;
			}
			.portfolio-box:not(.masonry-previews) .hentry .thumb-wrap a:before {
				content: none;
			}
			.portfolio-box:not(.masonry-previews) .hentry .thumb-wrap:hover a img {
				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}

			/* Massonry */
			.portfolio-box:not(.standart) .hentry {
				position: relative;
				margin-bottom: 0;

				-webkit-opacity: 0;
				-moz-opacity:    0;
				opacity:         0;
			}
				.portfolio-box:not(.standart) .hentry.loaded {
					-webkit-opacity: 1;
					-moz-opacity:    1;
					opacity:         1;
				}
				.portfolio-box:not(.standart) .hentry .post-content {
					position: relative;
					top: 10px;

					-webkit-transition: top 0.75s ease-in-out 0s;
					-moz-transition:    top 0.75s ease-in-out 0s;
					-ms-transition:     top 0.75s ease-in-out 0s;
					-o-transition:      top 0.75s ease-in-out 0s;
					transition:         top 0.75s ease-in-out 0s;
				}
					.portfolio-box:not(.standart) .hentry.loaded .post-content {
						top: 0;
					}
				.portfolio-box:not(.standart) .hentry img {
					width: 100%;
					height: auto;
				}

			/* 4.10.1 - Standart, Massonry */
			.portfolio-box:not(.masonry-previews) .post-content > h3.title {
				display: none;
			}
				.portfolio-box:not(.masonry-previews) .post-content > h3.title a {
					text-decoration: none;
				}
			.portfolio-box:not(.masonry-previews) .hentry .thumb-wrap + h3.title {
				position: absolute;
				display: block;
				bottom: 2rem;
				left: 2rem;
				text-transform: uppercase;
				text-shadow: 0 0.03em 0.05em rgba(13, 13, 13, 0.67);
				z-index: 10;

				-webkit-transition: 0.35s ease-out 0s, opacity 0.3s ease 0s;
				-moz-transition:    0.35s ease-out 0s, opacity 0.3s ease 0s;
				-o-transition:      0.35s ease-out 0s, opacity 0.3s ease 0s;
				transition:         0.35s ease-out 0s, opacity 0.3s ease 0s;
			}
				.portfolio-box:not(.masonry-previews) .hentry .thumb-wrap + h3.title a {
					color: #fff;
				}
					.portfolio-box:not(.masonry-previews) .post-content:hover .thumb-wrap + h3.title {
						-webkit-transform: translateY(-10px);
						-moz-transform:    translateY(-10px);
						-o-transform:      translateY(-10px);
						transform:         translateY(-10px);

						-webkit-opacity: 0;
						-moz-opacity:    0;
						opacity:         0;
					}

			.portfolio-box:not(.masonry-previews) .hentry .desc-wrap {
				background: rgba(13, 13, 13, 0.75);
				position: absolute;
				padding: 1.875rem;
				width: 100%;
				height: 100%;
				bottom: 0;
				left: 0;
				cursor: pointer;
				z-index: 9;
				text-decoration: none;
				color: #fcfcfc;

				-webkit-transition: opacity 0.35s ease 0s;
				-moz-transition:    opacity 0.35s ease 0s;
				-o-transition:      opacity 0.35s ease 0s;
				transition:         opacity 0.35s ease 0s;

				-webkit-opacity: 0;
				-moz-opacity:    0;
				opacity:         0;
			}
				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap:before,
				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap:after {
					position: absolute;
					top: 1.1588rem;
					right: 1.1588rem;
					bottom: 1.1588rem;
					left: 1.1588rem;
					content: '';

					-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease-in 0s;
					-moz-transition:    transform 0.4s ease 0s, opacity 0.4s ease-in 0s;
					-o-transition:      transform 0.4s ease 0s, opacity 0.4s ease-in 0s;
					transition:         transform 0.4s ease 0s, opacity 0.4s ease-in 0s;
				}
					.portfolio-box:not(.masonry-previews) .hentry .desc-wrap:before {
						border-bottom: 1px solid #d6d6d6;
						border-top: 1px solid #d6d6d6;

						-webkit-transform: scaleX(0);
						-moz-transform:    scaleX(0);
						-o-transform:      scaleX(0);
						transform:         scaleX(0);
					}
					.portfolio-box:not(.masonry-previews) .hentry .desc-wrap:after {
						border-left: 1px solid #d6d6d6;
						border-right: 1px solid #d6d6d6;

						-webkit-transform: scaleY(0);
						-moz-transform:    scaleY(0);
						-o-transform:      scaleY(0);
						transform:         scaleY(0);
					}
			.portfolio-box:not(.masonry-previews) .post-content:hover .desc-wrap {
				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;
			}
				.portfolio-box:not(.masonry-previews) .post-content:hover .desc-wrap:before,
				.portfolio-box:not(.masonry-previews) .post-content:hover .desc-wrap:after {
					-webkit-transform: scale(1);
					-moz-transform:    scale(1);
					-o-transform:      scale(1);
					transform:         scale(1);

					-webkit-opacity: 1;
					-moz-opacity:    1;
					opacity:         1;
				}

				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap .desc {
					width: 100%;
					height: 100%;
					padding: 1.1588rem;
					display: flex;
					flex-direction: column;
					justify-content: flex-end;

					-webkit-opacity: 0;
					-moz-opacity:    0;
					opacity:         0;

					-webkit-transform: translateY(15px);
					-moz-transform:    translateY(15px);
					-o-transform:      translateY(15px);
					transform:         translateY(15px);

					-webkit-transition: transform 0.35s ease-out 0s, opacity 0.3s ease 0s;
					-moz-transition:    transform 0.35s ease-out 0s, opacity 0.3s ease 0s;
					-o-transition:      transform 0.35s ease-out 0s, opacity 0.3s ease 0s;
					transition:         transform 0.35s ease-out 0s, opacity 0.3s ease 0s;

					-moz-box-direction: normal;
					-moz-box-orient: vertical;
					-moz-box-pack: end;
				}
					.portfolio-box:not(.masonry-previews) .post-content:hover .desc-wrap .desc {
						-webkit-transform: translateY(0px);
						-moz-transform:    translateY(0px);
						-o-transform:      translateY(0px);
						transform:         translateY(0px);

						-webkit-opacity: 1;
						-moz-opacity:    1;
						opacity:         1;
					}

				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap h3.title {
					margin-bottom: 0.7162rem;
					text-transform: uppercase;
					text-decoration: none;
				}
				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap .subtitle {
					margin-bottom: 0.7162rem;
					font-size: 1rem;
					font-style: italic;
					font-weight: 300;
				}
				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap .separator {
					margin-bottom: 0.7162rem;
					width: 2.5rem;
					border-style: none none solid;
					border-width: medium medium 1px;
					border-color: transparent transparent #fcfcfc;
				}
				.portfolio-box:not(.masonry-previews) .hentry .desc-wrap .read-more {
					font-size: 0.875rem;
					text-transform: uppercase;
					font-weight: 400;
				}

			/* 4.10.2 - Masonry Preview */
			.portfolio-box.masonry-previews .hentry {
				margin-bottom: 3rem;
			}
				.portfolio-box.masonry-previews .post-previews {
					margin-left: -8px;
					margin-right: -8px;
				}
					.portfolio-box.masonry-previews .post-previews .thumb {
						margin-top: 1rem;
						padding-left: 8px;
						padding-right: 8px;
					}
				.portfolio-box.masonry-previews .hentry .desc-wrap h3.title {
					margin-top: 1rem;
				}
					.portfolio-box.masonry-previews .hentry .desc-wrap h3.title a {
						text-decoration: none;

						-webkit-transition: 0.25s;
						-moz-transition:    0.25s;
						-ms-transition:     0.25s;
						-o-transition:      0.25s;
						transition:         0.25s;
					}
				.portfolio-box.masonry-previews .hentry .desc-wrap .subtitle {
					margin-top: 1rem;
					font-size: 0.6875rem;
					text-transform: uppercase;
				}
				.portfolio-box.masonry-previews .hentry .desc-wrap .read-more {
					display: block;
					position: relative;
					width: 100%;
					margin-top: 1.375rem;
					padding: 1rem 1.35em 0.875rem;
					font-size: 0.875rem;
					text-transform: uppercase;
					text-decoration: none;

					-webkit-border-radius: 1px;
					-moz-border-radius:    1px;
					border-radius:         1px;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
					.portfolio-box.masonry-previews .hentry .desc-wrap .read-more:hover {
						-webkit-opacity: 0.8;
						-moz-opacity:    0.8;
						opacity:         0.8;
					}
					.portfolio-box.masonry-previews .hentry .desc-wrap .read-more i {
						position: absolute;
						top: 50%;
						width: 0.875rem;
						height: 0.875rem;
						margin-top: -6px;
						right: 1.35em;
					}


/* 4.11 - Sidebar */
.var-col-sidebar {
	width: 23%;
	min-height: 1px;
	padding: 2.5625rem 0;
	font-size: 0.875rem;
}
	#main-sidebar.two-sidebar,
	.var-col-sidebar.left-sidebar {
		float: left !important;
		padding-left: 1.75rem;
		padding-right: 2rem;
	}
	#secondary-sidebar.two-sidebar,
	.var-col-sidebar.right-sidebar {
		float: right !important;
		padding-left: 2rem;
		padding-right: 1.75rem;
	}

	.sidebar .widget {
		margin-top: 2.375rem;
		padding: 1.3125rem 1.75rem 1.75rem;
		border-width: 1px;
		border-style: solid;
	}
		.sidebar .widget:first-child {
			margin-top: 0;
		}
		.sidebar .widget .main-title {
			margin-bottom: 1.1875rem;
			text-transform: uppercase;
		}
		.sidebar .widget .message-info {
			padding: 1.3125rem 1.75rem;
			text-align: center;
		}
		.sidebar .shutter_widget_advanced_posts .message-info {
			padding: 0;
			text-align: left;
		}


	/* 4.11.1  - Widget Archive */
	.widget_archive ul {
		margin-top: -0.5rem;
	}
		.widget_archive ul ul.children {
			margin-top: 0;
		}
		.widget_archive li {
			position: relative;
			border-bottom: none;
			font-size: 0.875rem;
			padding: 0.5rem 0 0.5rem 0.825rem;
			line-height: 1.5rem;
			text-align: right;
		}
			.widget_archive li:after {
				content: '';
				display: table;
				clear: both;
			}
		.widget_archive ul.children li {
			border-bottom: none;
		}
			.widget_archive ul.children li:last-child {
				padding-bottom: 0;
			}
		.widget_archive li:before {
			font-family: 'FontAwesome';
			content: '\f054';
			position: absolute;
			top: 0.5625rem;
			left: 0;
			font-size: 0.4375rem;
		}
			.widget_archive li a {
				font-size: 0.875rem;
				line-height: 1.5rem;
				font-weight: normal;
				text-transform: uppercase;
				float: left;
				text-align: left;
				text-decoration: none;

				max-width: calc(100% - 50px);
				max-width: -moz-calc(100% - 50px);
				max-width: -webkit-calc(100% - 50px);
				max-width: -o-calc(100% - 50px);
			}
				.widget_archive li a:hover {
					text-decoration: underline;
				}
	.widget_archive select {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
	.widget_archive .screen-reader-text {
		display: none;
	}


	/* 4.11.2  - Widget Calendar */
	.widget.widget_calendar table {
		margin: 0;
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
	}
		.widget_calendar td,
		.widget_calendar th {
			line-height: 2rem;
			padding: 0;
			text-align: center;
		}
		.widget_calendar th {
			font-weight: bold;
		}
		.widget_calendar caption {
			font-weight: bold;
			margin-bottom: 1rem;
			text-transform: uppercase;
		}
		.widget_calendar tbody a {
			display: block;
			font-weight: bold;
			border-width: 1px;
			border-style: solid;

			background: #f5f5f5;
			text-decoration: none;

			-webkit-transition: 0.2s;
			-moz-transition:    0.2s;
			-ms-transition:     0.2s;
			-o-transition:      0.2s;
			transition:         0.2s;
		}
		.widget_calendar tfoot a {
			text-decoration: none;
		}
			.widget_calendar tfoot a:hover {
				text-decoration: underline;
			}


	/* 4.11.3  - Widget Categories */
	.widget_categories ul {
		margin-top: -0.5rem;
	}
		.widget_categories li {
			position: relative;
			border-bottom: 0.825rem;
			font-size: 0.875rem;
			padding: 0.5rem 0 0.5rem 0.825rem;
			line-height: 1.5rem;
			text-align: right;
		}
		.widget_categories > ul > li:last-child {
			padding-bottom: 0;
		}
		.widget_categories ul ul.children {
			padding: 8px 0 0 8px;
			margin-top: 0;
			clear: both;
		}
		.widget_categories li.cat-item-none {
			text-align: left;
		}
			.widget_categories li:after {
				content: '';
				display: table;
				clear: both;
			}
		.widget_categories ul.children li {
			border-bottom: none;
		}
			.widget_categories ul.children li:last-child {
				padding-bottom: 0;
			}
		.widget_categories li:before {
			font-family: 'FontAwesome';
			content: '\f054';
			position: absolute;
			top: 0.5625rem;
			left: 0;
			font-size: 0.4375rem;
		}
			.widget_categories li a {
				font-size: 0.875rem;
				line-height: 1.5rem;
				font-weight: normal;
				text-transform: uppercase;
				float: left;
				text-align: left;
				text-decoration: none;

				max-width: calc(100% - 50px);
				max-width: -moz-calc(100% - 50px);
				max-width: -webkit-calc(100% - 50px);
				max-width: -o-calc(100% - 50px);
			}
				.widget_categories li a:hover {
					text-decoration: underline;
				}
	.widget_categories select {
		width: 100%;
		display: block;
	}
	.widget_categories .screen-reader-text {
		display: none;
	}


	/* 4.11.4  - Widget Nav Menu */
	.widget_nav_menu ul {
		margin-top: -0.5rem;
	}
		.widget_nav_menu ul ul.sub-menu {
			margin-top: 0;
		}
		.widget_nav_menu li {
			position: relative;
			border-bottom: none;
			font-size: 0.875rem;
			padding: 0.5rem 0 0.5rem 0.825rem;
		}
			.widget_nav_menu ul.sub-menu li {
				border-bottom: none;
			}
				.widget_nav_menu ul.sub-menu li:last-child {
					padding-bottom: 0;
				}
					.widget_nav_menu ul ul ul ul ul.sub-menu {
						margin-left: 0 !important;
					}
					.widget_nav_menu ul ul ul ul ul li {
						padding-left: 0;
					}
						.widget_nav_menu ul ul ul ul ul li:before {
							left: -0.875rem;
						}
		.widget_nav_menu li:before {
			font-family: 'FontAwesome';
			content: '\f054';
			position: absolute;
			top: 1.0625rem;
			left: 0;
			font-size: 0.4375rem;
		}
			.widget_nav_menu li a {
				font-size: 0.875rem;
				line-height: 1.5rem;
				font-weight: normal;
				text-transform: uppercase;
				margin-right: 0.3125rem;
				text-decoration: none;
			}
				.widget_nav_menu li a:hover {
					text-decoration: underline;
				}
		.widget_nav_menu .sub-menu{
			margin: 8px 0 0 8px !important;
		}


	/* 4.11.5  - Widget Meta */
	.widget_meta li {
		padding-top: 0.825rem;
	}
		.widget_meta li:before {
			content: '-';
			margin-right: 0.375rem;
			font-size: 1.125rem;
		}
		.widget_meta li:first-child {
			padding-top: 0;
		}
			.widget_meta li a {
				text-decoration: none;
			}


	/* 4.11.6  - Widget Pages */
	.widget_pages ul {
		margin-top: -0.5rem;
	}
		.widget_pages ul ul.children {
			margin-top: 0;
		}
		.widget_pages li {
			position: relative;
			border-bottom: none;
			font-size: 0.875rem;
			padding: 0.5rem 0 0.5rem 0.825rem;
		}
		.widget_pages ul.children li {
			border-bottom: none;
		}
			.widget_pages ul.children li:last-child {
				padding-bottom: 0;
			}
		.widget_pages li:before {
			font-family: 'FontAwesome';
			content: '\f054';
			position: absolute;
			top: 1.0625rem;
			left: 0;
			font-size: 0.4375rem;
		}
		.widget_pages li a {
			font-size: 0.875rem;
			line-height: 1.5rem;
			font-style: normal;
			text-transform: uppercase;
			margin-right: 0.3125rem;
			text-decoration: none;
		}
			.widget_pages li a:hover {
				text-decoration: underline;
			}


	/* 4.11.7  - Widget Recent Posts */
	.widget_recent_entries li {
		padding-left: 1.25rem;
		padding-bottom: 0.875rem;
		position: relative;
	}
		.widget_recent_entries li:last-child {
			padding-bottom: 0;
		}
		.widget_recent_entries li:before {
			content: '\f0f6';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			font-family: "FontAwesome";
			font-size: 0.875rem;
		}
		.widget_recent_entries li a {
			text-decoration: none;

			-webkit-transition: color 0.3s;
			-moz-transition:    color 0.3s;
			-ms-transition:     color 0.3s;
			-o-transition:      color 0.3s;
			transition:         color 0.3s;
		}
		.widget_recent_entries li a:hover {
			text-decoration: underline;
		}
		.widget_recent_entries li .post-date {
			display: block;
			font-size: 0.875rem;
			padding-top: 0.125rem;
		}


	/* 4.11.8  - Widget Recent Comments */
	.widget_recent_comments li {
		padding-left: 1.375rem;
		padding-bottom: 1rem;
		position: relative;
	}
		.widget_recent_comments li:last-child {
			padding-bottom: 0;
		}
		.widget_recent_comments li:before {
			content: '\f0e5';
			display: block;
			position: absolute;
			left: 0;
			top: 0.1875rem;
			font-family: "FontAwesome";
			font-size: 0.875rem;
		}
		.widget_recent_comments li a {
			display: block;
			text-decoration: none;
		}
		.widget_recent_comments li a:hover {
			text-decoration: underline;
		}
		.widget_recent_comments .recentcomments a {
			display: block !important;
			margin-top: 4px !important;
		}


	/* 4.11.9  - Widget RSS */
	.widget_rss .rss-widget-icon {
		display: none;
	}
		.widget_rss .main-title a.rsswidget:first-child {
			margin-right: 0.3125rem;
		}
			.widget_rss .main-title a.rsswidget:first-child:before {
				content: '\f09e';
				font-family: 'FontAwesome';
				font-size: 1.5rem;
			}
	.widget_rss ul li {
		margin-top: 1rem;
	}
		.widget_rss ul li:first-child {
			margin-top: 0;
		}
			.widget_rss a.rsswidget {
				text-decoration: none;
			}
			.widget_rss a.rsswidget:hover {
				text-decoration: underline;
			}
	.widget_rss .rss-date,
	.widget_rss cite {
		display: block;
		font-size: 0.875rem;
		padding: 0.375rem 0;
	}
	.widget_rss .rssSummary {
		line-height: 1.5;
	}


	/* 4.11.10 - Widget Search */
	.widget_search form {
		position: relative;
	}
	.widget_search input {
		width: 100%;
		padding: 0.625rem 3.25rem 0.625rem 0.75rem;
		font-family:inherit;
		font-size: 0.8125rem;
		vertical-align: middle;
		border-width: 1px;
		border-style: solid;
	}
	.widget_search button {
		position: absolute;
		top: 0;
		right: 0;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 0.875rem;
		text-transform: uppercase;
		text-decoration: none;
		border: none;
		cursor: pointer;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		.widget_search button:hover {
			text-decoration: none;

			-webkit-opacity: 0.8;
			-moz-opacity:    0.8;
			opacity:         0.8;
		}


	/* 4.11.11 - Widget Tag Cloud */
	.widget_tag_cloud .tagcloud a {
		display: block;
		float: left;
		margin: 0 0.25rem 0.25rem 0;
		padding: 0.5rem 0.625rem 0.5625rem;
		font-size: 0.8125rem !important;
		text-decoration: none;
		border-width: 1px;
		border-style: solid;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		.widget_tag_cloud .tagcloud a:hover {
			color: #FFFFFF;
		}


	/* 4.11.12 - Widget Text */
	.widget_text select {
		width: 100%;
	}
	.widget_text p {
		margin-bottom: 1.375rem;
	}
	.widget_text .textwidget {
		line-height: 1.5;
	}
	.widget_text .wp-caption {
		max-width: 100%;
		margin-bottom: 1.375rem;
		position: relative;
	}
	.widget_text .wp-caption a,
	.widget_text .wp-caption img {
		display: block;
	}
		.widget_text .wp-caption .wp-caption-text {
			background-color: rgba( 0, 0, 0, 0.4 );
			font-size: 0.75rem;
			bottom: 0.3125rem;
			color: #fff;
			display: block;
			font-style: italic;
			padding: 0.1875rem 0.75rem;
			position: absolute;
			right: 0.3125rem;
			text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1 );
			text-transform: capitalize;
			margin-bottom: 0;
		}


	/* 4.11.13 - Widget Wp User Avatar */
	.widget_wp_user_avatar .textwidget {
		margin-bottom: 10px;
	}
		.widget_wp_user_avatar p#wpua-preview-existing,
		.widget_wp_user_avatar p#wpua-thumbnail-existing,
		.widget_wp_user_avatar p#wpua-add-button-existing,
		.widget_wp_user_avatar p#wpua-remove-button-existing,
		.widget_wp_user_avatar p#wpua-undo-button-existing {
			margin-bottom: 10px;
		}
		.widget_wp_user_avatar p#wpua-remove-button-existing {
			margin-top: 10px;
		}
		.widget_wp_user_avatar .wpua-edit-container p span {
			font-size: 0.875rem;
		}
		.widget_wp_user_avatar input[type="submit"],
		.widget_wp_user_avatar button {
			display: inline-block;
			padding: 0.625rem 1.375rem 0.5rem;
			font-size: 0.875rem;
			text-transform: uppercase;
			text-decoration: none;
			border: none;
			cursor: pointer;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.widget_wp_user_avatar input[type="submit"]:hover,
			.widget_wp_user_avatar button:hover {
				text-decoration: none;

				-webkit-opacity: 0.8;
				-moz-opacity:    0.8;
				opacity:         0.8;
			}


	/* 4.11.14 - Shutter Widget About Me */
	.shutter_widget_about {
		text-align: center;
	}
		.shutter_widget_about .main-title {
			text-align: left;
		}
		.shutter_widget_about .thumb-wrap {
			margin-bottom: 1.75rem;
			text-align: center;
		}
			.shutter_widget_about .thumb-wrap a {
				display: inline-block;
				position: relative;
				border: 3px solid #fff;
				overflow: hidden;

				-webkit-border-radius: 100%;
				-moz-border-radius:    100%;
				border-radius:         100%;
			}
			.shutter_widget_about .thumb-wrap > img {
				display: inline-block;
				position: relative;
				border: 3px solid #fff;
				overflow: hidden;

				-webkit-border-radius: 100%;
				-moz-border-radius:    100%;
				border-radius:         100%;
			}
				.shutter_widget_about .thumb-wrap a:before {
					position: absolute;
					content: '';
					z-index: 1;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background: rgba( 0, 0, 0, 0 );

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
				.shutter_widget_about .thumb-wrap a:hover:before {
					background: rgba( 0, 0, 0, 0.15 );
				}
		.shutter_widget_about .thumb-wrap img {
			display: inline-block;
		}
		.shutter_widget_about .about-title {
			margin-bottom: 1.375rem;
			font-size: 1rem;
			text-transform: uppercase;
		}

		.shutter_widget_about .about-desc {
			font-size: 0.875rem;
			line-height: 1.7;
			margin-bottom: 1.4375rem;
		}
		.shutter_widget_about .social-box {
			margin-bottom: 1.4375rem;
			padding-bottom: 0 !important;
		}
			.shutter_widget_about .social-box a {
				font-size: 1rem;
				padding: 0 0.125rem;
				text-decoration: none;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
		.shutter_widget_about .continue-reading {
			text-transform: uppercase;
			font-size: 0.875rem;
			text-decoration: none;
			display: inline-block;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}
			.shutter_widget_about .continue-reading:hover {
				text-decoration: underline;
			}


	/* 4.11.15 - Shutter Widget Social Counters */
	.shutter_widget_social_counters {
		overflow: hidden;
	}
		.shutter_widget_social_counters .social-counters {
			margin-left: -0.1875rem;
			margin-right: -0.1875rem;
		}
		.shutter_widget_social_counters .social-item {
			float: left;
			width: 25%;
			padding-left: 0.1875rem;
			padding-right: 0.1875rem;
		}
			.shutter_widget_social_counters .social-item a {
				display: block;
				text-align: center;
				width: 100%;
				text-decoration: none;
			}
			.shutter_widget_social_counters .social-item .icon-wrap {
				position: relative;
				display: block;
				color: #fff;
				padding-top: 100%;
				margin-bottom: 0.6875rem;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
				.shutter_widget_social_counters .social-item .icon-wrap i {
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					margin: auto;
					font-size: 1.25rem;
					width: 1.25rem;
					height: 1.25rem;
				}
				.shutter_widget_social_counters .social-item.facebook .icon-wrap {
					background: #516EAB;
				}
				.shutter_widget_social_counters .social-item.google_plus .icon-wrap {
					background: #EB4026;
				}
				.shutter_widget_social_counters .social-item.twitter .icon-wrap {
					background: #29C5F6;
				}
				.shutter_widget_social_counters .social-item.youtube .icon-wrap {
					background: #E14E42;
				}
				.shutter_widget_social_counters .social-item.instagram .icon-wrap {
					background: #275A85;
				}
				.shutter_widget_social_counters .social-item.vimeo .icon-wrap {
					background: #00B2EA;
				}
				.shutter_widget_social_counters .social-item.linkedin .icon-wrap {
					background: #018CC7;
				}
				.shutter_widget_social_counters .social-item.pinterest .icon-wrap {
					background: #CF1913;
				}
				.shutter_widget_social_counters .social-item.comments .icon-wrap {
					background: #72858C;
				}
				.shutter_widget_social_counters .social-item.posts .icon-wrap {
					background: #274152;
				}
				.shutter_widget_social_counters .social-item a:hover .icon-wrap {
					-webkit-opacity: 0.8;
					-moz-opacity:    0.8;
					opacity:         0.8;
				}
			.shutter_widget_social_counters .social-item .numb {
				display: block;
				font-size: 0.75rem;
				margin-bottom: 0.4375rem;
			}
			.shutter_widget_social_counters .social-item .text {
				display: block;
				font-size: 0.625rem;
			}


	/* 4.11.16 - Shutter Widget Twitter */
	.shutter_widget_twitter li {
		font-size: 0.9375rem;
		padding-bottom: 0.875rem;
		padding-left: 1.6875rem;
		position: relative;
	}
		.shutter_widget_twitter li:last-child {
			padding-bottom: 0;
		}
		.shutter_widget_twitter li:before {
			content: '\f099';
			font-family: "FontAwesome";
			font-size: 1.25rem;
			position: absolute;
			top: 0;
			left: 0;
		}

	.shutter_widget_twitter .tweet-date {
		margin-top: 0.375rem;
	}
		.shutter_widget_twitter .tweet-date a {
			text-decoration: none;
		}
			.shutter_widget_twitter .tweet-date a:hover {
				text-decoration: underline;
			}

	.shutter_widget_twitter .extended > li {
		padding-left: 0;
	}
		.shutter_widget_twitter .extended > li:before {
			content: none;
		}
	.shutter_widget_twitter .extended .tweet-avatar {
		width: 48px;
		height: 48px;
		overflow: hidden;
		float: left;

		-webkit-border-radius: 100%;
		-moz-border-radius:    100%;
		border-radius:         100%;
	}
	.shutter_widget_twitter .extended .tweet-info {
		padding-left: 3.75rem;
	}
		.shutter_widget_twitter .extended .tweet-image {
			margin-top: 0.875rem;
		}
			.shutter_widget_twitter .extended .tweet-image a,
			.shutter_widget_twitter .extended .tweet-image a img {
				display: block;
			}
		.shutter_widget_twitter .extended .tweet-date {
			margin-top: 0.625rem;
		}


	/* 4.11.17 - Shutter Widget Posts Slider */
	.shutter_widget_posts_slider {
		overflow: hidden;
	}
	.shutter_widget_posts_slider .posts-list {
		width: 100%;
	}
		.shutter_widget_posts_slider .post {
			position: relative;
			min-height: 130px;
		}
		.shutter_widget_posts_slider .post:nth-child(n+2) {
			display: none;
		}

			.shutter_widget_posts_slider .post .desc-wrap {
				position: absolute;
				bottom: 0;
				padding: 0.875rem 0.5rem;
				z-index: 6;
				width: 100%;

				background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
				background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 20%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
				background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 20%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
			}
				.shutter_widget_posts_slider .post .desc-wrap ul {
					list-style: none;
				}
					.shutter_widget_posts_slider .post .desc-wrap ul li {
						float: left;
					}
			.shutter_widget_posts_slider .post .cat-wrap {
				margin-bottom: 9px;
			}
				.shutter_widget_posts_slider .post .cat-wrap li {
					margin: 0 4px 4px 0;
				}
					.shutter_widget_posts_slider .post .cat-wrap a {
						font-size: 0.75rem;
						line-height: 1rem;
						color: #fff;
						text-transform: uppercase;
						padding: 0.1875rem 0.75rem 0.125rem;
						text-decoration: none;
					}
						.shutter_widget_posts_slider .post .cat-wrap a:hover {
							background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
							background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
							background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
						}

			.shutter_widget_posts_slider .post h3.title {
				margin-bottom: 0.5625rem;
			}
				.shutter_widget_posts_slider .post h3.title a {
					color: #ffffff;
					font-weight: 400;
					font-size: 1.125rem;
					text-decoration: none;
				}
					.shutter_widget_posts_slider .post h3.title a:hover {
						text-decoration: underline;
					}

			.shutter_widget_posts_slider .post .post-info ul {
				display: inline;
				line-height: 0;
				vertical-align: middle;
			}
				.shutter_widget_posts_slider .post .post-info li {
					display: inline-block;
					position: relative;
					margin-right: 0.5rem;
					padding-left: 1rem;
					font-size: 0.6875rem;
					line-height: 1;
					color: #fff;
					text-transform: uppercase;
					vertical-align: top;
				}
					.shutter_widget_posts_slider .post .post-info li:before {
						position: absolute;
						top: 0;
						left: 0;
						content: '/';
						color: #fff;
					}
					.shutter_widget_posts_slider .post .post-info li:first-child {
						padding-left: 0;
					}
						.shutter_widget_posts_slider .post .post-info li:first-child:before {
							content: none;
						}
					.shutter_widget_posts_slider .post .post-info li:last-child {
						margin-right: 0;
					}

		.shutter_widget_posts_slider .owl-dots {
			display: table;
			width: 100%;
		}
			.shutter_widget_posts_slider .owl-dots .owl-dot {
				display: table-cell;
				height: 8px;
				background: #7F7F7F;
				border-left: 1px solid #AAAAAA;

				-webkit-transition: 0.2s;
				-moz-transition: 0.2s;
				-ms-transition: 0.2s;
				-o-transition: 0.2s;
				transition: 0.2s;

				-webkit-box-shadow: inset 0px 1px 0px 0px rgba(170, 170, 172, 1);
				-moz-box-shadow:    inset 0px 1px 0px 0px rgba(170, 170, 172, 1);
				box-shadow:         inset 0px 1px 0px 0px rgba(170, 170, 172, 1);
			}
			.shutter_widget_posts_slider .owl-dots .owl-dot:hover {
				background: #8E8E8E;
			}
			.shutter_widget_posts_slider .owl-dots .owl-dot.active {
				-webkit-box-shadow: none;
				-moz-box-shadow:    none;
				box-shadow:         none;
			}
			.shutter_widget_posts_slider .owl-dots .owl-dot:first-child {
				border-color: #7F7F7F;
			}


	/* 4.11.18 - Shutter Widget Timeline */
	.shutter_widget_timeline .post-item .post-date {
		font-size: 0.75rem;
		margin-bottom: 0.375rem;
	}
		.shutter_widget_timeline .post-item .post-date i {
			font-size: 1.125rem;
			display: block;
			float: left;
			position: relative;
			top: -1px;
			margin-right: 1.1875rem;
		}
	.shutter_widget_timeline .post-item .post-title {
		padding: 0.5rem 0 1.5625rem 1.5625rem;
		border-width: 0 0 0 2px;
		border-style: solid;
		margin: 0 0 0.4375rem 0.4375rem;
	}
		.shutter_widget_timeline .post-item .post-title a {
			text-decoration: none;
		}
			.shutter_widget_timeline .post-item .post-title a:hover {
				text-decoration: underline;
			}


	/* 4.11.19 - Shutter Widget mc4wp Form */
	.sidebar .widget-contact-form-container p {
		display: block;
		margin-top: 1.25rem;
		margin-bottom: 0;
	}
		.widget-contact-form-container p:after {
			content: '';
			display: table;
			clear: both;
		}
		.widget-contact-form-container p:nth-of-type(1) {
			margin-top: 0;
		}
		.widget-contact-form-container .wpcf7-form-control-wrap {
			display: block;
			margin-top: 0.3125rem;
			position: relative;
		}
		.sidebar .widget-contact-form-container p input,
		.sidebar .widget-contact-form-container p textarea {
			margin-bottom: 0;
		}

		.widget-contact-form-container .wpcf7-checkbox .wpcf7-list-item {
			display: block;
			width: 100%;
			margin-top: 0.3125rem;
		}
			.widget-contact-form-container .wpcf7-checkbox .wpcf7-list-item.first {
				margin-top: 0;
			}
			.widget-contact-form-container .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
				position: relative;
				top: 0.0625rem;
				margin-right: 0.1875rem;
			}

		.widget-contact-form-container .wpcf7-radio .wpcf7-list-item {
			display: block;
			width: 100%;
			margin-top: 0.3125rem;
		}
			.widget-contact-form-container .wpcf7-radio .wpcf7-list-item.first {
				margin-top: 0;
			}
			.widget-contact-form-container .wpcf7-radio .wpcf7-list-item input[type="radio"] {
				position: relative;
				top: 0.0625rem;
				margin-right: 0.3125rem;
			}

		.widget-contact-form-container label {
			display: block;
		}
		.widget-contact-form-container .wpcf7-quiz-label {
			display: block;
			margin-bottom: 0.3125rem;
		}

		.widget-contact-form-container .wpcf7-submit {
			float: left;
		}
			.widget-contact-form-container .wpcf7-submit + img {
				display: block;
				padding: 3px 10px;
			}

		.widget-contact-form-container .screen-reader-response {
			display: none !important;
		}


	/* 4.11.20 - Shutter Widget Favorite Post */
	.sidebar .shutter_widget_favorite_post {
		position: relative;
		overflow: hidden;
		padding: 0;
	}
		.shutter_widget_favorite_post .effect-shutter {
			position: relative;
			max-width: 500px;
			min-height: 200px;
			margin-left: auto;
			margin-right: auto;
		}
		.shutter_widget_favorite_post .desc-wrap {
			position: absolute;
			bottom: 0;
			padding: 1.75rem 1rem;
			z-index: 6;
			width: 100%;

			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 20%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 20%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 20%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 100%);
		}
		.sidebar .shutter_widget_favorite_post .main-title {
			margin-bottom: 0;
			text-align: left;
		}
		.sidebar.with-bg .shutter_widget_favorite_post .main-title {
			text-align: left;
		}
			.sidebar .shutter_widget_favorite_post .main-title:after {
				content: none;
			}
			.shutter_widget_favorite_post .main-title a {
				color: #fff;
				text-decoration: none;
			}
				.shutter_widget_favorite_post .main-title a:hover {
					text-decoration: underline;
				}
		.shutter_widget_favorite_post .sub-title {
			color: #fff;
			font-size: 1rem;
			margin-top: 1.3125rem;
		}
		.shutter_widget_favorite_post a.continue-reading {
			float: left;
			border: 1px solid #FFFFFF;
			color: #FFFFFF;
			font-size: 0.875rem;
			line-height: 0.0625rem;
			padding: 0 0.9375rem;
			height: 2.375rem;
			margin-top: 1.5rem;
			text-transform: uppercase;
			text-decoration: none;

			display: -moz-box;
			display: -ms-inline-flexbox;
			display: -webkit-inline-flex;
			display: inline-flex;

			-webkit-flex-pack: center;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;

			-webkit-flex-line-pack: center;
			-ms-flex-line-pack: center;
			-webkit-align-content: center;
			align-content: center;

			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;

			-webkit-transition: 0.25s;
			-moz-transition:    0.25s;
			-ms-transition:     0.25s;
			-o-transition:      0.25s;
			transition:         0.25s;
		}


	/* 4.11.21 - Shutter Widget Categories */
	.shutter_widget_categories ul {
		margin-top: -0.5rem;
	}
		.shutter_widget_categories li {
			position: relative;
			border-bottom: 0.825rem;
			font-size: 0.875rem;
			padding: 0.5rem 0 0.5rem 0.825rem;
			line-height: 1.5rem;
			text-align: right;
		}
		.shutter_widget_categories > ul > li:last-child {
			padding-bottom: 0;
		}
		.shutter_widget_categories ul ul.children {
			padding: 8px 0 0 8px;
			margin-top: 0;
			clear: both;
		}
		.shutter_widget_categories li.cat-item-none {
			text-align: left;
		}
			.shutter_widget_categories li:after {
				content: '';
				display: table;
				clear: both;
			}
		.shutter_widget_categories ul.children li {
			border-bottom: none;
		}
			.shutter_widget_categories ul.children li:last-child {
				padding-bottom: 0;
			}
		.shutter_widget_categories li:before {
			font-family: 'FontAwesome';
			content: '\f054';
			position: absolute;
			top: 0.5625rem;
			left: 0;
			font-size: 0.4375rem;
		}
		.shutter_widget_categories li a {
			font-size: 0.875rem;
			line-height: 1.5rem;
			font-weight: normal;
			text-transform: uppercase;
			float: left;
			text-align: left;
			text-decoration: none;

			max-width: calc(100% - 50px);
			max-width: -moz-calc(100% - 50px);
			max-width: -webkit-calc(100% - 50px);
			max-width: -o-calc(100% - 50px);
		}
			.shutter_widget_categories li a:hover {
				text-decoration: underline;
			}


	/* 4.11.22 - Shutter Widget Flickr */
	.widget-flickr-container {
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: -2%;
	}
		.widget-flickr-container .flickr_badge_image {
			float: left;
			padding-left: 1%;
			padding-right: 1%;
			margin-bottom: 2%;
		}
			.widget-flickr-container.columns-3 .flickr_badge_image {
				width: 33.333333%;
			}
			.widget-flickr-container.columns-4 .flickr_badge_image {
				width: 25%;
			}
		.widget-flickr-container .flickr_badge_image a {
			display: block;
		}
			.widget-flickr-container .flickr_badge_image img {
				width: 100%;
				display: block;

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
				.widget-flickr-container .flickr_badge_image img:hover {
					-webkit-opacity: 0.8;
					-moz-opacity:    0.8;
					opacity:         0.8;
				}


	/* 4.11.23 - Shutter Widget Google Map */
	.widget-google-map-container {
		background: #e5e3df;
	}
		.widget-google-map-container img {
			max-height: none;
		}


	/* 4.11.24 - Shutter Widget Instagram Feeds */
	.widget-instagram-feeds-container {
		margin: 0 -1% -2% -1%;
	}
		.widget-instagram-feeds-container .featured-image {
			float: left;
			padding: 0 1%;
			margin-bottom: 2%;
		}
			.widget-instagram-feeds-container .featured-image img {
				width: 100%;
				height: auto;
				display: block;
				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;

				-webkit-transition: 0.3s;
				-moz-transition:    0.3s;
				-ms-transition:     0.3s;
				-o-transition:      0.3s;
				transition:         0.3s;
			}
			.widget-instagram-feeds-container .featured-image:hover img {
				-webkit-opacity: 0.8;
				-moz-opacity:    0.8;
				opacity:         0.8;
			}
		.widget-instagram-feeds-container .one-columns {
			width: 100%;
		}
		.widget-instagram-feeds-container .two-columns {
			width: 50%;
		}
		.widget-instagram-feeds-container .three-columns {
			width: 33.33336%;
		}
		.widget-instagram-feeds-container .four-columns {
			width: 25%;
		}
		.widget-instagram-feeds-container .five-columns {
			width: 20%;
		}


	/* 4.11.25 - Shutter Widget Video */
	.widget-video-container {
		position: relative;
		background: #000;
	}
	.widget-video-container .video-box {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
		.widget-video-container .video-box iframe,
		.widget-video-container .video-box object,
		.widget-video-container .video-box embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: none;
		}


	/* 4.11.26 - Shutter Widget Advert */
	.widget-wp-editor-container .shutter-advert {
		display: block;
		margin-bottom: 0.25rem;
	}
	.widget_text .shutter-advert {
		display: block;
		margin-top: 0.375rem;
	}
		.shutter-advert img {
			display: block;
			margin: 0 !important;
		}


	/* 4.11.27 - Shutter Widget Advanced Posts */
	.widget-advanced-posts {
		counter-reset: item;
	}
	.widget-advanced-posts .post-item {
		margin-top: 1.1875rem;
		position: relative;
	}
		.widget-advanced-posts .post-item:first-child {
			margin-top: 0;
		}
		.widget-advanced-posts .post-item.counter-thumb:before {
			position: absolute;
			width: 2.4375rem;
			height: 2.4375rem;
			top: 3px;
			left: 0;
			counter-increment: item;
			content: counter(item) "";
			text-align: center;
			line-height: 2.4375rem;
			font-size: 18px;
			background: #101010;
			color: #fff;

			-webkit-border-radius: 100%;
			-moz-border-radius:    100%;
			border-radius:         100%;
		}

	.widget-advanced-posts .thumb-wrap {
		width: 75px;
		height: 75px;
		margin-right: 15px;
		float: left;
		position: relative;
		overflow: hidden;
	}
	.widget-advanced-posts .post-item.large-thumb .thumb-wrap {
		float: none;
		margin-right: 0;
		width: 100%;
		height: auto;
	}
	.widget-advanced-posts .thumb-wrap .thumb-wrap {
		margin-right: 0;
	}
	.widget-advanced-posts .thumb-wrap.without-thumb {
		width: auto;
	}
		.widget-advanced-posts .thumb-wrap a img {
			display: block;
		}

	.widget-advanced-posts .post-detail {
		padding-left: 90px;
	}
	.widget-advanced-posts .post-detail:first-child {
		padding-left: 0;
	}
	.widget-advanced-posts .post-item.counter-thumb .post-detail {
		padding-left: 60px;
	}
	.widget-advanced-posts .post-item.without-thumb .post-detail {
		padding-left: 0;
	}
	.widget-advanced-posts .post-item.large-thumb .post-detail {
		padding-left: 0;
	}

	.widget-advanced-posts .post-title {
		margin-bottom: 0.6875rem;
		margin-top: 0.125rem;
	}
		.widget-advanced-posts .post-item.large-thumb .post-title {
			text-align: center;
		}
		.widget-advanced-posts .post-title a {
			font-size: 0.875rem;
			font-weight: 400;
			line-height: 1.5;
			text-decoration: none;
		}
			.widget-advanced-posts .post-title a:hover {
				text-decoration: underline;
			}

	.widget-advanced-posts .post-detail .cat-wrap {
		margin-top: 0.6875rem;
		line-height: 1.5;
	}
		.widget-advanced-posts .post-detail .cat-wrap a {
			display: inline;
			text-decoration: none;
		}
			.widget-advanced-posts .post-detail .cat-wrap a:hover {
				text-decoration: underline;
			}

	.widget-advanced-posts .post-item.large-thumb .post-thumb-area {
		position: relative;
		overflow: hidden;
		text-align: center;
		margin-bottom: 1.1875rem;
	}

		.widget-advanced-posts .post-item.large-thumb .post-categories {
			position: absolute;
			bottom: 0;
			right: 0;
			left: 0;
			margin: 0 auto;
		}
			.widget-advanced-posts .post-item.large-thumb .cat-wrap {
				padding: 0 1.375rem;
				display: inline-block;
				position: relative;
				z-index: 2;
			}
				.widget-advanced-posts .post-item.large-thumb .cat-wrap li {
					color: #fff;
					font-size: 0.75rem;
					display: inline-block;
					padding: 0.5rem 0.0625rem 0.375rem;
				}
					.widget-advanced-posts .post-item.large-thumb .cat-wrap li a {
						color: #fff;
						text-transform: uppercase;
						display: inline-block;
						font-size: 0.75rem;
						line-height: 0.0625rem;
						text-decoration: none;

						display: -moz-box;
						display: -ms-inline-flexbox;
						display: -webkit-inline-flex;
						display: inline-flex;

						-webkit-flex-pack: center;
						-webkit-justify-content: center;
						-moz-justify-content: center;
						-ms-flex-pack: center;
						justify-content: center;

						-webkit-flex-line-pack: center;
						-ms-flex-line-pack: center;
						-webkit-align-content: center;
						align-content: center;

						-webkit-flex-direction: column;
						-moz-flex-direction: column;
						-ms-flex-direction: column;
						flex-direction: column;
					}
						.widget-advanced-posts .post-item.large-thumb .cat-wrap li a:hover {
							text-decoration: underline;
						}

	.widget-advanced-posts .post-info {
		margin-top: 0.375rem;
	}
		.widget-advanced-posts .post-item.large-thumb .post-info {
			text-align: center;
		}

	.widget-advanced-posts .post-review .rating {
		float: right;
		font-size: 0.75rem;
		font-weight: bold;
	}
	.widget-advanced-posts .clear-line {
		height: 0.625rem;
		clear: right;
	}
	.widget-advanced-posts .rating-line {
		background: #E2E2E2;
		width: 100%;
		height: 0.75rem;
		position: relative;
		overflow: hidden;
	}
		.widget-advanced-posts .rating-line .fill {
			position: absolute;
			left: 0;
			top: 0;
			height: 0.75rem;
		}

	.widget-advanced-posts .date {
		margin-top: 0.375rem;
		font-size: 0.75rem;
		text-transform: uppercase;
	}
	.widget-advanced-posts .post-review .rating + .date {
		float: left;
		text-transform: uppercase;
	}

	.widget-advanced-posts .post-review {
		margin-top: 0.375rem;
	}
	.widget-advanced-posts .rating {
		margin-top: 0.375rem;
	}
	.widget-advanced-posts .post-info .box-rating .stars i {
		font-size: 0.9375rem;
		color: #f9bc39;
	}
	.widget-advanced-posts .post-info .info-wrap .post-like {
		font-size: 0.875rem;
	}
		.widget-advanced-posts .post-info .info-wrap .post-like i {
			font-size: 0.9375rem;
			color: #1D9D74;
			margin-right: 0.25rem;
		}
		.widget-advanced-posts .post-info .info-wrap .post-like i.fa-thumbs-o-down {
			color: #d9534f;
		}
		.widget-advanced-posts .post-info .info-wrap .post-like.heart i {
			font-size: 0.875rem;
			color: #d9534f;
			margin-right: 0.1875rem;
		}
	.widget-advanced-posts .post-info .info-wrap .post-views {
		font-size: 0.875rem;
	}
		.widget-advanced-posts .post-info .info-wrap .post-views i {
			font-size: 0.9375rem;
			position: relative;
			top: 2px;
			margin-right: 0.1875rem;
		}

/* 4.12 - 404 */
.error404 #content-box {
	text-align: center;
	width: 100%;
	margin: 2rem 0;
	background: none !important;
}
	.error404 #content-box:before {
		content: none;
	}
	.error404 #content-box h1.page-title {
		font-size: 10rem !important;
		margin-bottom: 0;
		font-weight: 200;
	}
		.error404 #content-box h1.page-title:after {
			content: none;
		}
		.error404 #content-box h1.page-title i {
			padding: 0 1.5rem;
			font-size: 7rem;
		}
		.error404 #content-box h1.page-title:after {
			content: none;
		}
	.error404 #content-box .title {
		font-size: 3.125rem;
	}
	.error404 #content-box .desc,
	.error404 #content-box .btn-wrap {
		margin-top: 2rem;
	}
	.error404 #content-box .btn-wrap .btn {
		display: inline-block;
		padding: 0.625rem 1.375rem 0.5rem;
		font-size: 0.875rem;
		text-transform: uppercase;
		text-decoration: none;
		border: none;
		cursor: pointer;

		-webkit-transition: 0.25s;
		-moz-transition:    0.25s;
		-ms-transition:     0.25s;
		-o-transition:      0.25s;
		transition:         0.25s;
	}
		.error404 #content-box .btn-wrap .btn:hover {
			text-decoration: none;

			-webkit-opacity: 0.8;
			-moz-opacity:    0.8;
			opacity:         0.8;
		}


/* 4.13 - Content Formatting */
/* 4.13.1  - Global */
.content-formatting {
	position: relative;
	overflow: hidden;
	line-height: 1.7;
}


/* 4.13.2  - Headings */
.content-formatting h1,
.content-formatting h2,
.content-formatting h3,
.content-formatting h4,
.content-formatting h5,
.content-formatting h6 {
	margin-bottom: 0.5rem;
}


/* 4.13.3  - Text Elements */
.content-formatting address {
	margin-bottom: 1.375rem;
	font-style: italic;
}
.content-formatting abbr[title] {
	border-bottom: 1px dotted #EBEBEB;
	cursor: help;
}
.content-formatting b,
.content-formatting strong {
	font-weight: 700;
}
.content-formatting cite {
	border: 0;
}
.content-formatting cite,
.content-formatting dfn,
.content-formatting em,
.content-formatting i {
	font-style: italic;
}

.content-formatting mark,
.content-formatting ins {
	background: #29bfda;
	padding: 0 0.4375rem;
	color: #FFFFFF;
	text-decoration: none;
}
.content-formatting code,
.content-formatting kbd,
.content-formatting tt,
.content-formatting var,
.content-formatting samp,
.content-formatting pre {
	font-family: monospace, Arial, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
}
.content-formatting pre,
.content-formatting code {
	background: #FCFCFC;
	max-width: 100%;
	margin-bottom: 1.375rem;
	padding: 0.625rem;
	border: 1px solid #EBEBEB;
	overflow: auto;
	word-wrap: break-word;
}
.content-formatting code {
	margin: 0 0.625rem;
	line-height: 3.5;
}
.content-formatting tt {
	font-family: monospace, Arial, sans-serif;
}
.content-formatting blockquote {
	position: relative;
	quotes: none;
	padding: 0.6875rem 0 0.8125rem 0.8125rem;
	margin: 1.875rem 0;
	border-width: 0 0 0 3px;
	border-style: solid;
}
	.content-formatting h1 + blockquote,
	.content-formatting h2 + blockquote,
	.content-formatting h3 + blockquote,
	.content-formatting h4 + blockquote,
	.content-formatting h5 + blockquote,
	.content-formatting h6 + blockquote {
		padding-top: 0;
	}
	.content-formatting blockquote p {
		margin-bottom: 0;
	}
	.content-formatting blockquote:before,
	.content-formatting blockquote:after {
		content: "";
		content: none;
	}
	.content-formatting blockquote cite,
	.content-formatting blockquote small {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
	}
	.content-formatting blockquote em,
	.content-formatting blockquote i,
	.content-formatting blockquote cite {
		font-style: normal;
	}
	.content-formatting blockquote strong,
	.content-formatting blockquote b {
		font-weight: 400;
	}
.content-formatting q {
	quotes: none;
}
	.content-formatting q:before,
	.content-formatting q:after {
		content: "";
		content: none;
	}
.content-formatting small {
	font-size: smaller;
}
.content-formatting big {
	font-size: 125%;
}
.content-formatting sup,
.content-formatting sub {
	position: relative;
	font-size: 75%;
	height: 0;
	line-height: 0;
	vertical-align: baseline;
}
.content-formatting sup {
	bottom: 1ex;
}
.content-formatting sub {
	top: .5ex;
}
.content-formatting dl {
	margin: 0 0 1.375rem 0;
}
.content-formatting dt {
	font-weight: bold;
}
.content-formatting dd {
	margin: 0 0 1.375rem;
}
.content-formatting hr {
	background-color: #EBEBEB;
	border: 0;
	height: 1px;
	margin-bottom: 1.375rem;
}
.content-formatting ul {
	margin-bottom: 1.375rem;
}
.content-formatting ul:last-child {
	margin-bottom: 0;
}
	.content-formatting ul li {
		position: relative;
		list-style: none;
		padding-left: 1.875rem;
	}
		.content-formatting ul li:before {
			background: #29bfda;
			position: absolute;
			width: 5px;
			height: 5px;
			top: 10px;
			left: 10px;
			content: '';

			-webkit-border-radius: 100%;
			-moz-border-radius:    100%;
			border-radius:         100%;
		}
		.bbpress .content-formatting ul li:before {
			content: none;
		}
.content-formatting ol {
	margin-bottom: 1.375rem;
	counter-reset: item;
}
.content-formatting ol:last-child {
	margin-bottom: 0;
}
	.content-formatting ol li {
		position: relative;
		padding-left: 1.875rem;
		list-style: none;
	}
		.content-formatting ol li:before {
			position: absolute;
			width: 20px;
			left: 0;
			color: #29bfda;
			list-style: none;
			counter-increment: item;
			content: counter(item) ".";
			text-align: center;
		}
.content-formatting ol ul,
.content-formatting ul ol,
.content-formatting ol ol,
.content-formatting ul ul {
	margin-bottom: 0;
}
	.content-formatting ol > li ul > li:before {
		width: 5px;
		height: 5px;
		top: 10px;
		left: 10px;
		content: '';
	}
	.content-formatting ul li ol {
		counter-reset: clildItem;
	}
		.content-formatting ul > li ol > li:before {
			background: none;
			width: 20px;
			left: 0;
			top: 0;
			counter-increment: clildItem;
			content: counter(clildItem) ".";
		}
.content-formatting .wp-audio-shortcode,
.content-formatting .wp-video-shortcode {
	margin: 0 0 1.375rem;
}
.content-formatting p {
	margin: 0 0 1.375rem;
}
	.content-formatting p:last-child {
		margin-bottom: 0;
	}
.content-formatting a {
	font-weight: normal;
	text-decoration: underline;
}
.content-formatting a.mag-single {
	position: relative;
	z-index: 1;
}
	.content-formatting a:hover {
		text-decoration: none;
	}
.content-formatting a:hover img {
	-webkit-opacity: 0.8;
	-moz-opacity:    0.8;
	opacity:         0.8;
}
.content-formatting .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
	.content-formatting .screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}
.content-formatting select,
.content-formatting textarea,
.content-formatting input[type="text"],
.content-formatting input[type="password"],
.content-formatting input[type="datetime"],
.content-formatting input[type="datetime-local"],
.content-formatting input[type="date"],
.content-formatting input[type="month"],
.content-formatting input[type="time"],
.content-formatting input[type="week"],
.content-formatting input[type="number"],
.content-formatting input[type="email"],
.content-formatting input[type="url"],
.content-formatting input[type="search"],
.content-formatting input[type="tel"],
.content-formatting input[type="color"] {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.4375rem;
	padding: 0.625rem 0.75rem;
	font-family:inherit;
	font-size: 0.8125rem;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
}
.content-formatting input[type="number"] {
	-webkit-opacity: 0;
	-moz-opacity:    0;
	opacity:         0;
}
.content-formatting textarea {
	resize: vertical;
	height: 133px;
}
.content-formatting input[type="submit"] {
	display: inline-block;
	padding: 0.625rem 1.375rem 0.5rem;
	font-size: 0.875rem;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	cursor: pointer;

	-webkit-transition: 0.25s;
	-moz-transition:    0.25s;
	-ms-transition:     0.25s;
	-o-transition:      0.25s;
	transition:         0.25s;
}
.content-formatting input[type="submit"]:hover {
		text-decoration: none;

		-webkit-opacity: 0.8;
		-moz-opacity:    0.8;
		opacity:         0.8;
	}


/* 4.13.4  - Alignment */
.content-formatting .alignleft {
	float: left;
	margin: 0.3125rem 1rem 0.3125rem 0;
}
.content-formatting .alignright {
	float: right;
	margin: 0.3125rem 0 0.3125rem 1rem;
}
.content-formatting .aligncenter {
	clear: both;
	display: block;
	margin: 0.3125rem auto;
}
.content-formatting blockquote.alignleft,
.content-formatting blockquote.alignright {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 50%;
}


/* 4.13.5  - Images */
.content-formatting img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;

	-webkit-transition: 0.25s;
	-moz-transition:    0.25s;
	-ms-transition:     0.25s;
	-o-transition:      0.25s;
	transition:         0.25s;
}
	.content-formatting img.alignnone {
		margin: 0.3125rem 1rem 0.3125rem 0;
	}
	.content-formatting img.avatar {
		margin: auto;
	}
	.content-formatting img.alignleft {
		float: left;
		margin: 0.3125rem 1rem 0.3125rem 0;
	}
	.content-formatting img.alignright {
		float: right;
		margin: 0.3125rem 0 0.3125rem 1rem;
	}
	.content-formatting img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

.content-formatting .wp-caption {
	max-width: 100%;
	margin-bottom: 8px;
	position: relative;
}
	.content-formatting .wp-caption p {
		margin-bottom: 0;
	}
	.content-formatting .wp-caption .wp-caption-text {
		background-color: rgba( 0, 0, 0, 0.4 );
		font-size: 0.75rem;
		bottom: 0.3125rem;
		color: #fff;
		display: block;
		font-style: italic;
		padding: 0.1875rem 0.75rem;
		position: absolute;
		right: 0.3125rem;
		text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1 );
		text-transform: capitalize;
		margin-bottom: 0;
	}
		.content-formatting .wp-caption .wp-caption-text a {
			color: #fff;
		}
.content-formatting .wp-caption img {
	margin: 0 !important;
}


/* 4.13.6  - Table */
.content-formatting table {
	border-collapse: collapse !important;
	width: 100%;
	margin: 1.375rem 0;
	border: 1px solid #EBEBEB;
	text-align: left;
}
	.content-formatting table thead tr td,
	.content-formatting table thead tr th {
		padding: 0.5rem 0.875rem 0.375rem;
		border: none;
		font-size: 1.125rem;
		font-weight: 500;
		color: #FFFFFF;
	}
	.content-formatting table tbody tr th {
		padding: 0.5rem 0.875rem 0.375rem;
		border: 1px solid #EBEBEB;
		font-size: 1.125rem;
		font-weight: 500;
	}
	.content-formatting table tbody tr td {
		padding: 0.5rem 0.875rem 0.5rem;
		border: 1px solid #EBEBEB;
		font-size: inherit;
		color: #131212;
	}
		.content-formatting table tbody tr:nth-child(even) td {
			background: #FCFCFC;
		}


/* 4.13.7  - SU Heading */
.content-formatting .su-heading-style-default {
	border-top: 3px solid #E2E2E2;
	border-bottom: 3px solid #E2E2E2;
	padding: 0;
}
	.content-formatting .su-heading-style-default .su-heading-inner {
		border-top: 0;
		border-bottom: 0;
	}


/* 4.13.8  - SU Tabs */
.content-formatting .su-tabs {
	background: none;
	padding: 0;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
	.content-formatting .su-tabs .su-tabs-nav {
		border-bottom: 1px solid #E2E2E2;
	}
		.content-formatting .su-tabs .su-tabs-nav span {
			padding: 0.5625rem 1.125rem 0.3125rem;
			border-bottom: 3px solid transparent;
			color: inherit;
			font-size: 1rem;

			-webkit-border-radius: 0;
			-moz-border-radius:    0;
			border-radius:         0;

			-webkit-transition: 0s;
			-moz-transition:    0s;
			-ms-transition:     0s;
			-o-transition:      0s;
			transition:         0s;
		}
			.content-formatting .su-tabs .su-tabs-nav span:hover {
				background: none;
			}
		.content-formatting .su-tabs .su-tabs-nav span.su-tabs-current {
			background: none;
		}
	.content-formatting .su-tabs .su-tabs-panes .su-tabs-pane {
		padding: 0.8125rem 0.75rem;
		font-size: inherit;
		color: inherit;
		background: none;
	}

	.content-formatting .su-tabs-vertical .su-tabs-nav {
		position: relative;
		border-bottom: none;
	}
		.content-formatting .su-tabs-vertical .su-tabs-nav span {
			border-right: 3px solid transparent;
			border-bottom: none;
			padding: 0.75rem 1.125rem 0.125rem 0;
		}
		.content-formatting .su-tabs-vertical .su-tabs-nav span.su-tabs-current {
			border-bottom: none;
		}
		.content-formatting .su-tabs-vertical .su-tabs-nav:before {
			width: 1px;
			height: 100%;
			background: #E2E2E2;
			position: absolute;
			top: 0;
			right: -1px;
			content: '';
			z-index: 1;
		}
	.content-formatting .su-tabs-vertical .su-tabs-panes {
		position: relative;
	}
		.content-formatting .su-tabs-vertical .su-tabs-panes .su-tabs-pane {
			padding: 0.4375rem 0.9375rem;
		}
		.content-formatting .su-tabs-vertical .su-tabs-panes:before {
			width: 1px;
			height: 100%;
			background: #E2E2E2;
			position: absolute;
			top: 0;
			left: 0;
			content: '';
		}


/* 4.13.9  - SU Spoiler */
.content-formatting .su-spoiler {
	border: none;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
	.content-formatting .su-spoiler .su-spoiler-title {
		padding: 0.5rem 1.125rem 0.5rem 2.0625rem;
		border: 1px solid #E2E2E2;
		font-size: 1rem;
		color: inherit;
		cursor: pointer;
		font-weight: normal;

		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;

		-webkit-user-select: none;
		-moz-user-select:    none;
		-ms-user-select:     none;
		user-select:         none;
	}
		.content-formatting .su-spoiler .su-spoiler-title .su-spoiler-icon {
			top: 0.5625rem;
			left: 0.4375rem;
		}
	.content-formatting .su-spoiler .su-spoiler-content {
		padding: 0.8125rem 0.75rem;
		border: 1px solid #E2E2E2;
		border-top: none;

		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
	.content-formatting .su-spoiler-style-fancy .su-spoiler-title {
		border: 1px solid #E2E2E2 !important;
		background: #E2E2E2;
	}
	.content-formatting .su-spoiler-style-simple .su-spoiler-title {
		padding: 0.5rem 1.125rem 0.5rem 0.75rem;
	}
		.content-formatting .su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before {
			content: "\f196";
		}
		.content-formatting .su-spoiler-icon-plus-square-2 .su-spoiler-icon:before {
			content: "\f147";
		}


/* 4.13.10 - SU Pullquote */
.content-formatting .su-pullquote-align-left {
	border-style: solid;
	border-width: 0 3px 0 0;
}
.content-formatting .su-pullquote-align-right {
	border-style: solid;
	border-width: 0 0 0 3px;
}


/* 4.13.11 - SU Dropcap */
.content-formatting .su-dropcap-style-simple,
.content-formatting .su-dropcap {
	width: 2.75rem;
	height: 2.75rem;
	margin: 0.5rem 0.875rem 0.25rem 0;
	line-height: 2.75rem;
	text-align: center;
}


/* 4.13.12 - SU Frame */
.content-formatting .su-frame {
	padding: 0;
	border: none;

	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
	.content-formatting .su-frame .su-frame-inner {
		border: none;
		padding: 0;
	}
		.content-formatting .su-frame .su-frame-inner img {
			border: none;
		}


/* 4.13.13 - SU Button */
.content-formatting .su-button.su-button-style-default {
	text-transform: uppercase;
}


/* 4.13.14 - SU Service */
.content-formatting .su-service-title {
	font-size: 20px;
}
	.content-formatting .su-service-title i {
		font-style: normal;
	}
	.content-formatting .su-service-content {
		line-height: 1.6;
	}


/* 4.13.15 - SU Box */
.content-formatting .su-box {
	border-width: 1px;
}
.content-formatting .su-box .su-box-content {
	color: inherit;
}
.content-formatting .su-row .su-box {
	margin-bottom: 0;
}
.content-formatting .su-row .su-quote {
	margin-bottom: -20px;
}


/* 4.13.16 - SU Slider */
.content-formatting .su-slider .su-slider-slide .su-slider-slide-title {
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
	.content-formatting .su-slider .su-slider-nav .su-slider-direction .su-slider-prev,
	.content-formatting .su-slider .su-slider-nav .su-slider-direction .su-slider-next {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}
	.content-formatting .su-slider .su-slider-nav .su-slider-pagination span {
		-webkit-transition: 0s;
		-moz-transition:    0s;
		-ms-transition:     0s;
		-o-transition:      0s;
		transition:         0s;
	}


/* 4.13.17 - SU Carousel */
.content-formatting .su-carousel .su-carousel-slides .su-carousel-slide img {
	border: none;
	padding: 0;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
.content-formatting .su-carousel .su-carousel-slide-title {
	left: 0.3125rem;
	bottom: 0;
	right: 0.3125rem;
}
	.content-formatting .su-carousel .su-carousel-nav .su-carousel-direction .su-carousel-prev,
	.content-formatting .su-carousel .su-carousel-nav .su-carousel-direction .su-carousel-next {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}


/* 4.13.18 - SU Gallery */
.content-formatting .su-custom-gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
	margin-bottom: 1.375rem;
}
.content-formatting .su-custom-gallery .su-custom-gallery-slide img {
	border: none;
	padding: 0;

	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
.content-formatting .su-custom-gallery .su-custom-gallery-slide span {
	right: 0;
	bottom: 0;
	left: 0;
}


/* 4.13.19 - SU List */
.content-formatting .su-list ul:last-child {
	margin-bottom: 0 !important;
}
.content-formatting .su-list ul li {
	line-height: 1.8;
	padding: 0 0 0 1.75rem !important;
}
.content-formatting .su-list ul li:before {
	content: none;
}
	.content-formatting .su-list ul li i {
		font-style: normal;
		top: 0.3125rem;
	}


/* 4.13.20 - Social Share */
.content-formatting .social-share {
	margin-bottom: 1.625rem;
	margin-top: 1.875rem;
}
.content-formatting .social-share ul {
	float: left;
}
	.content-formatting .social-share li {
		padding: 0;
		margin-top: 0;
		margin-bottom: 6px;
	}
	.content-formatting .social-share.default li {
		margin-bottom: 6px;
	}
		.content-formatting .social-share li:before {
			content: none;
		}
		.content-formatting .social-share li i {
			font-style: normal;
		}


/* 4.13.21 - Gallery */
.content-formatting .gallery .gallery-item {
	position: relative;
	margin: 0;
}
	.content-formatting .gallery.type-masonry .gallery-item {
		margin-bottom: 0;

		-webkit-opacity: 0;
		-moz-opacity:    0;
		opacity:         0;
	}
		.content-formatting .gallery.type-masonry .gallery-item.loaded,
		.content-formatting .gallery.lazy .gallery-item {
			-webkit-opacity: 1;
			-moz-opacity:    1;
			opacity:         1;
		}

	.content-formatting .gallery .gallery-item .gallery-icon {
		margin: 0;
	}
		.content-formatting .gallery-item .gallery-icon a {
			display: block;
			position: relative;
		}
			.content-formatting .gallery-item .gallery-icon a:before {
				background: rgba(0, 0, 0, 0);
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				content: '';

				-webkit-transition: 0.25s;
				-moz-transition:    0.25s;
				-ms-transition:     0.25s;
				-o-transition:      0.25s;
				transition:         0.25s;
			}
				.content-formatting .gallery:not(.lazy) .gallery-item:hover .gallery-icon a:before {
					background: rgba(0, 0, 0, 0.5);
				}
				.content-formatting .gallery.lazy .gallery-item.loaded:hover .gallery-icon a:before {
					background: rgba(0, 0, 0, 0.5);
				}
				.content-formatting .gallery-item .gallery-icon a img {
					width: 100%;
					height: auto;
				}
				.content-formatting .gallery.lazy .gallery-item img.gallery-lazy {
					display: block;

					-webkit-opacity: 0;
					-moz-opacity:    0;
					opacity:         0;

					-webkit-transition: 0s !important;
					-moz-transition:    0s !important;
					-ms-transition:     0s !important;
					-o-transition:      0s !important;
					transition:         0s !important;
				}
					.content-formatting .gallery-item .gallery-icon a:hover img {
						-webkit-opacity: 1;
						-moz-opacity:    1;
						opacity:         1;
					}
		.content-formatting .gallery-icon .box-like {
			position: absolute;
			width: 50px;
			height: 60px;
			z-index: 9;
			top: 50%;
			left: 50%;
			margin: -30px 0 0 -25px;
			text-align: center;

			-webkit-opacity: 0;
			-moz-opacity:    0;
			opacity:         0;

			-webkit-transform: scale(2, 2);
			-moz-transform:    scale(2, 2);
			-o-transform:      scale(2, 2);
			transform:         scale(2, 2);

			-webkit-transition: all 0.25s ease 0s;
			-moz-transition:    all 0.25s ease 0s;
			-ms-transition:     all 0.25s ease 0s;
			-o-transition:      all 0.25s ease 0s;
			transition:         all 0.25s ease 0s;
		}
			.content-formatting .gallery-item:hover .gallery-icon .box-like {
				-webkit-opacity: 1;
				-moz-opacity:    1;
				opacity:         1;

				-webkit-transform: scale(1, 1);
				-moz-transform:    scale(1, 1);
				-o-transform:      scale(1, 1);
				transform:         scale(1, 1);
			}
			.content-formatting .gallery-icon .box-like .plus {
				height: 2rem;

				-webkit-transition: all 0.25s ease 0s;
				-moz-transition:    all 0.25s ease 0s;
				-ms-transition:     all 0.25s ease 0s;
				-o-transition:      all 0.25s ease 0s;
				transition:         all 0.25s ease 0s;
			}
				.content-formatting .gallery-icon .box-like.processing .plus {
					display: none;
				}
				.content-formatting .gallery-icon .box-like .plus:hover {
					-webkit-opacity: 1;
					-moz-opacity:    1;
					opacity:         1;
				}
				.content-formatting .gallery-icon .box-like .plus i {
					font-size: 2rem;
					display: block;
					color: #fff;
					font-style: normal;

					-webkit-transition: 0.25s;
					-moz-transition:    0.25s;
					-ms-transition:     0.25s;
					-o-transition:      0.25s;
					transition:         0.25s;
				}
					.content-formatting .gallery-icon .box-like .plus i:before {
						content: '\f08a';
					}
					.content-formatting .gallery-icon .box-like .plus i:hover {
						-webkit-opacity: 0.65;
						-moz-opacity:    0.65;
						opacity:         0.65;
					}
					.content-formatting .gallery-icon .box-like.liked .plus i:before {
						content: '\f004';
					}
					.content-formatting .gallery-icon .box-like.liked .plus i:hover {
						-webkit-opacity: 1;
						-moz-opacity:    1;
						opacity:         1;
					}
				.content-formatting .gallery-icon .box-like .loading {
					width: 2rem;
					height: 2rem;
					position: absolute;
					top: 50%;
					left: 50%;
					margin: -1rem 0 0 -1rem;
				}
				.content-formatting .gallery-icon .box-like .loading i {
					font-size: 2rem;
					display: block;
					color: #fff;
					font-style: normal;
				}
					.content-formatting .gallery-icon .box-like .loading i:before {
						content: '\f110' !important;
					}
			.content-formatting .gallery-icon .box-like .msg {
				display: none !important;
			}
			.content-formatting .gallery-icon .box-like .counter {
				display: block;
				font-size: 21px;
				line-height: 23px;
				color: #fff;
				font-weight: normal;
			}

	.content-formatting .gallery .gallery-item .wp-caption-text,
	.content-formatting .gallery .gallery-item .gallery-caption {
		font-size: 0.8125rem;
		text-align: center;
		margin: 0;
	}
	.content-formatting .gallery .gallery-item .empty-caption {
		display: none !important;
	}
	.content-formatting .gallery.caption-on .gallery-item .gallery-caption {
		background-color: rgba( 0, 0, 0, 0.4 );
		font-size: 0.875rem;
		color: #fff;
		display: block;
		font-style: italic;
		padding: 0.1875rem 0.75rem;
		position: absolute;
		text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.1 );
		text-transform: capitalize;
		margin-bottom: 0;
		z-index: 1;
	}
	.content-formatting .gallery.caption-below .gallery-item .gallery-caption {
		font-size: 1rem;
		margin-top: 0.3125rem;
		margin-bottom: 0.3125rem;
		text-transform: uppercase;
	}

.content-formatting [class^="gallery-columns-"],
.content-formatting [class*=" gallery-columns-"] {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.375rem !important;
}
	.content-formatting [class^="gallery-columns-"]:last-child,
	.content-formatting [class*=" gallery-columns-"]:last-child {
		margin-bottom: 0 !important;
	}
	.content-formatting .gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.content-formatting .gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.content-formatting .gallery-columns-3 .gallery-item {
		width: 33.3336%;
	}
	.content-formatting .gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.content-formatting .gallery-columns-5 .gallery-item {
		width: 20%;
	}
	.content-formatting .gallery-columns-6 .gallery-item {
		width: 16.66669%;
	}
	.content-formatting .gallery-columns-7 .gallery-item {
		width: 14.28%;
	}
	.content-formatting .gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.content-formatting .gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
		.content-formatting .gallery-columns-2.type-grid .gallery-item:nth-child(2n+1),
		.content-formatting .gallery-columns-3.type-grid .gallery-item:nth-child(3n+1),
		.content-formatting .gallery-columns-4.type-grid .gallery-item:nth-child(4n+1),
		.content-formatting .gallery-columns-5.type-grid .gallery-item:nth-child(5n+1),
		.content-formatting .gallery-columns-6.type-grid .gallery-item:nth-child(6n+1),
		.content-formatting .gallery-columns-7.type-grid .gallery-item:nth-child(7n+1),
		.content-formatting .gallery-columns-8.type-grid .gallery-item:nth-child(8n+1),
		.content-formatting .gallery-columns-9.type-grid .gallery-item:nth-child(9n+1) {
			clear: both;
		}


/* 4.14 - MODALBOX */
.mfp-zoom-out-cur {
	cursor: default;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
.mfp-figure-style,
.mfp-figure-style:after {
	background: none;
	padding: 40px;
	margin: 0 auto;
	color: #878787;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	.customize-support .mfp-figure-style,
	.customize-support .mfp-figure-style:after {
		padding-top: 72px;
	}
.mfp-figure-style .mfp-close {
	border: 2px solid #fff;
	background: #000;
	width: auto;
	padding: 5px 6px;
	right: 22px;
	top: 22px;
	font-size: 22px;
	line-height: 15px;
	height: auto;
	color: #fff;

	-webkit-opacity: 1;
	-moz-opacity:    1;
	opacity:         1;

	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;

	-webkit-box-shadow: -1px 2px 2px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    -1px 2px 2px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         -1px 2px 2px 0px rgba(50, 50, 50, 0.7);
}
	.customize-support .mfp-figure-style .mfp-close {
		top: 54px;
	}
.mfp-figure-style img.mfp-img {
	background: #FFFFFF;
	padding: 14px;
	margin: 0 auto;

	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mfp-figure-style .mfp-bottom-bar {
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0 40px;
	top: inherit;
}
.mfp-figure-style .mfp-title {
	padding: 0;
}
.mfp-figure-style .mfp-counter {
	position: relative;
	float: right;
}
.mfp-figure-style .mfp-description,
.mfp-figure-style .mfp-counter {
	font-size: inherit;
}
.mfp-figure-style .mfp-counter {
	right: 0;
}

.wrap-modalbox {
	background: #FFFFFF;
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 35px 25px 25px;
	margin: 0 auto;
	color: #878787;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.wrap-modalbox .mfp-close {
		color: #666666;
		position: absolute;
		font: 15px Arial, Helvetica, sans-serif;
		right: 20px;
		top: 24px;
	}