@charset "UTF-8";

/*
* Author: Vasterad
* URL: http://purethemes.net
*/

/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------

	01. Import Section ...................... Imported variables.

	02. Layout Components ................... Generic layout elements.
		# Topbar
		# Header
		# Sticky
		# Back to top
		# Navigation
		# mmenu.js - Mobile Menu
		# Search Forms Styling
		# Full Width Search Form
		# Parallax Background
		# Titlebar
		# Agents List
		# Listings Styles
		# Fullwidth Sections
		# Pagination
		# Property Page
		# Submit page
		# Compare Properties
		# My Account Page
		# Image Hovers
		# Contact Form
		# Blog Styles

	03. Script Styles ....................... jQuery add-ons CSS.
		# Google Maps
		# Owl Carousel
		# Slick Carousel
		# Magnific Popup
		# Dropzone
		# Chosen Plugin
		# Input with dropdown

	04. Shortcodes .......................... Template elements.
		# Buttons
		# Pricing Tables
		# Accordion / Toggles
		# Tabs
		# Tables
		# Notification Boxes
		# Social Icons
		# Info Box
		# Testimonials
		# Icon Boxes
		# Info Banner
		# Counters

	05. Others .............................. CSS helper classes etc.
		# Common Styles
		# Login Register
		# Offsets

	06. Media Queries ....................... Mobile style sheets.

*/

/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */
@import url("bootstrap.css");
/* Default Reset, Typography, Forms, Responsive Grid etc. */
@import url("icons.css");
/* Webfont Icons: FontAwesome, Line, Simple Line */
@import url("https://fonts.googleapis.com/css?family=Varela+Round");


/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */



/* ---------------------------------- */
/* Topbar
------------------------------------- */

/* Common Styles */
#top-bar {
	background-color: #66676b;
	color: #fff;
	padding: 0;
	position: relative;
	z-index: 1001;
}

ul.top-bar-menu {
	margin: 0;
	padding: 8px 0;
	-webkit-transform: translate3d(0, 1px, 0);
	-moz-transform: translate3d(0, 0, 0);
}

ul.top-bar-menu li {
	font-size: 13px;
	display: inline-block;
	margin: 0 20px 0 0;
}

ul.top-bar-menu li a {
	color: #fff;
}

ul.top-bar-menu li i {
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 15px;
	position: relative;
	top: 1px;
}

#top-bar ul.social-icons {
	position: relative;
	z-index: 990;
}

/* Light Version */
#top-bar.light {
	background-color: #f5f5f5;
	color: #888;
}

#top-bar.light a {
	color: #888;
}

#top-bar.light ul.top-bar-menu li i,
#top-bar.light .top-bar-dropdown span:after {
	color: #a0a0a0;
}


/* Topbar Dropdown
------------------------------------- */
.top-bar-dropdown {
	cursor: pointer;
	display: inline-block;
}

.top-bar-dropdown .options {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	margin: 20px 0 0 0;
	z-index: 1101;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transform: translate3d(0, 15px, 0);
	border-radius: 3px;
}

.top-bar-dropdown.active .options {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.top-bar-dropdown .arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #262626;
	position: absolute;
	top: -5px;
	left: 10px;
}

.top-bar-dropdown span:after {
	content: "\f0d7";
	font-family: "FontAwesome", serif;
	font-size: 14px;
	color: #fff;
	top: 1px;
	margin-left: 6px;
	position: relative;
}

.top-bar-dropdown ul {
	background: #262626;
	max-width: 180px;
	padding: 14px 0;
}

.top-bar-dropdown ul li {
	width: 100%;
	display: block;
	padding: 0;
	line-height: 21px;
}

.top-bar-dropdown ul li a {
	padding: 5px 22px;
	display: block;
	color: #ccc;
	z-index: 10;
	position: relative;
	transition: color 0.25s;
	line-height: 21px;
}

.top-bar-dropdown ul li a:hover {
	color: #fff;
	z-index: 1;
	position: relative;
}


/* ---------------------------------- */
/* Header
------------------------------------- */
#logo {
	display: inline-block;
	margin-top: 1px;
}


img.footer-logo {
	max-height: 43px;
	width: auto;
	transform: translate3d(0, 0, 0);
}

#header {
	position: relative;
	z-index: 999;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
	padding-top: 0;
}

/* Header Widget */
.header-widget {
	position: relative;
	top: -1px;
	height: 54px;
}

.header-widget .button,
.header-widget .button.border {
	margin-right: 0;
}

.header-widget .sign-in {
	position: relative;
	top: 10px;
	color: #333;
	margin-right: 25px;
	vertical-align: top;
}

.header-widget .sign-in i {
	padding-right: 4px;
	vertical-align: top;
	padding-top: 5px;
}

.sign-in i.fa.fa-user:before {
	font-family: "simple-line-icons", serif;
	content: "\e066";
	font-size: 17px;
	position: relative;
	top: -1px;
}

.header-widget .sign-in:hover {
	color: #66676b;
}


/* Full Width Header */
header.fullwidth .container {
	width: 100%;
	margin: 0;
	padding: 0 40px;
}

.left-side {
	width: 100%;
	display: inline-block;

}

/*
.right-side {
	float:right;
	width: 35%;
	display: inline-block;
} */

#logo,
#navigation {
	float: left;
}

#logo {
	margin-right: 40px;
	min-width: 150px;
	max-width: 150px;
}

.header-widget {
	text-align: right;
}


/* Header Style 2
------------------------------------- */
#header-container.top-border {
	border-top: 4px solid #66676b;
}

#header-container.header-style-2 .right-side {
	width: 70%;
}

#header-container.header-style-2 .left-side {
	width: 30%;
}

#header-container.header-style-2 #header {
	padding-top: 20px;
}

#header-container.header-style-2 #header {
	padding-bottom: 0;
}

/* Header Widget */
.header-style-2 .header-widget {
	margin-top: 8px;
	margin-bottom: 8px;
	float: right;
	padding-left: 0;
	text-align: left;
}

.header-style-2 .header-widget li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-right: 35px;
	line-height: 24px;
	position: relative;
}

.header-style-2 .header-widget li:after {
	position: absolute;
	height: 48px;
	content: "";
	display: inline-block;
	width: 1px;
	background-color: #e0e0e0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.header-style-2 .header-widget li i {
	float: left;
	display: inline-block;
	color: #66676b;
	font-size: 34px;
	width: 35px;
	position: relative;
	margin-top: 8px;
	margin-right: 18px;
	text-align: center;
	-webkit-text-stroke: 0.5px #fff;
}

.header-style-2 .header-widget li .widget-content {
	float: left;
	max-width: 150px;
}

.header-style-2 .header-widget .sl-icon-location {
	font-size: 36px;
	margin: 5px 10px 0 8px;
}

.header-style-2 .header-widget li span.title {
	display: block;
	color: #333;
}

.header-style-2 .header-widget li span.data {
	color: #808080;
}

.header-style-2 .header-widget li.with-btn:after {
	display: none;
}

.header-style-2 .header-widget a.button {
	margin-left: 13px;
	line-height: 25px;
	position: relative;
	top: 3px;
}

.header-style-2 .header-widget li:last-child {
	margin-right: 0;
	padding-right: 0;
}


/* Header Style 2 - Right Side Menu Items */
@media (min-width: 992px) {
	.header-style-2 .right-side-menu-item {
		float: right !important
	}

	.header-style-2 #navigation ul#responsive {
		width: 100%;
	}

	.header-style-2 .sign-in i {
		top: 3px;
		position: relative;
		padding-right: 5px;
	}

	.header-style-2 .user-menu {
		float: right;
		margin-top: -52px;
		margin-right: 10px;
	}

	.header-style-2 .user-menu.active .user-name,
	.header-style-2 .user-menu .user-name,
	.header-style-2 .user-menu.active .user-name:hover,
	.header-style-2 .user-menu .user-name:hover {
		color: #fff !important;
	}

	.header-style-2 .user-menu.active .user-name:hover:after,
	.header-style-2 .user-menu .user-name:hover:after,
	.header-style-2 .user-menu.active .user-name:after,
	.header-style-2 .user-menu .user-name:after {
		color: rgba(255, 255, 255, 0.5) !important;
	}

	.header-style-2 .user-menu ul {
		top: 50px;
	}
}

@media (max-width: 992px) {
	.header-style-2 .user-menu-container {
		height: 60px;
		display: block;
		border-top: 1px solid #e0e0e0;
		margin: 15px;
		padding-top: 15px;
	}

	.mm-menu .sign-in i.fa.fa-user:before {
		font-size: 15px;
		position: relative;
		top: 1px;
		padding-right: 6px;
	}
}

@media (max-width: 768px) {
	.header-style-2 .right-side {
		margin-top: 5px;
	}

	.header-style-2 .header-widget a.button.border {
		margin-bottom: 0px;
	}

	#header-container.header-style-2 .header-widget {
		zoom: 0.7;
	}
}


/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#navigation.style-2.cloned,
#header.cloned {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

#header.cloned {
	background-color: #fff;
}

#navigation.style-2.cloned {
	margin-top: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

/* Sticky header styles */
#header.cloned #logo img {
	transform: translate3d(0, 0, 0);
	max-width: 120px;
	margin-top: 1px;
}

#header.cloned {
	padding: 18px 0 7px 0;
	padding-top: 0px;
}

.sticky-logo {
	display: none;
}

#navigation.style-2.cloned .sticky-logo {
	display: inline-block;
	float: left;
	padding: 0;
	margin-right: 30px;
	margin-top: 12px;
}

#navigation.style-2.cloned .sticky-logo img {
	max-height: 32px;
	width: auto;
	transform: translate3d(0, 0, 0);
}

#navigation.style-2.cloned.unsticky,
#header.cloned.unsticky {
	opacity: 1;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, -100%) scale(1);
	transition: 0.3s;
}


#navigation.style-2.cloned.unsticky {
	opacity: 0;
}

#navigation.style-2.cloned,
#header.cloned.sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0) scale(1);
	transition: 0.3s;
}

/*----------------------------------- */
/* Image Hovers
------------------------------------- */
.img-box {
	height: 350px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	margin: 10px 0;
	border-radius: 3px;
}

.img-box-background {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	transition: all 0.55s;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	transition: transform 0.35s ease-out;
}

.img-box:hover .img-box-background {
	transform: scale(1.06);
}

.img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #222;
	opacity: 0.3;
	z-index: 99;
	transition: 0.3s ease-out;
}

.img-box:hover:before {
	background-color: #66676b;
	opacity: 0.7;
}

.img-box-content {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	transform: translate(0, -50.5%);
}

.img-box-content h4 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	margin: 0;
}

.img-box-content span {
	font-size: 16px;
	color: #fff;
}



/*----------------------------------- */
/* Footer
------------------------------------- */
#footer {
	background-color: #fcfcfc;
	box-shadow: inset 0 20px 50px -20px rgba(0, 0, 0, 0.06);
}

#footer.sticky-footer {
	box-shadow: none;
}

#footer h4 {
	color: #333;
	font-size: 21px;
	margin-bottom: 25px;
}

.footer-shadow {
	width: 100%;
	display: block;
	background: #fff;
	height: 200px;
	margin-top: -200px;
	position: relative;
	z-index: -1;
	box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.06);
}

.text-widget span {
	color: #707070;
}

.text-widget span.address {
	display: block;
	margin-bottom: 10px;
}

/*  Links  */
ul.footer-links {
	margin: 0 0 15px 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}

.footer-links li {
	position: relative;
	list-style: none;
}

.footer-links li a {
	padding: 0 0 9px 16px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #707070;
	line-height: 21px;
}

.footer-links li a:hover {
	padding-left: 22px;
	color: #66676b;
}

.footer-links li:before {
	font-family: "FontAwesome";
	font-size: 20px;
	content: "\f105";
	position: absolute;
	left: 0;
	top: -2px;
	padding: 0 7px 0 0;
	color: #ccc;
}


/* Footer Bottom */
.copyrights {
	color: #707070;
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	margin-top: 60px;
	text-align: center;
	padding: 40px 0;
	display: inline-block;
	width: 100%;
}

#footer.alt .copyrights {
	margin-top: 0;
	border: none;
	padding: 25px;
}

.copyrights a {
	color: #707070;
}


/* Dark Styles */
#footer.dark {
	background: #222;
	color: #aaa;
}

#footer.dark a,
#footer.dark h4,
#footer.dark a:hover {
	color: #fff;
}

#footer.dark .text-widget,
#footer.dark .text-widget span,
#footer.dark .footer-links li a {
	color: #aaa;
}

#footer.dark .footer-links li a:hover {
	color: #fff;
}

#footer.dark .footer-links li:before {
	color: #666;
}

#footer.dark .copyrights {
	color: #aaa;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

#footer .social-icons li a {
	opacity: 0.8;
	transition: opacity 0.35s;
}

#footer .social-icons li a:hover {
	opacity: 1;
}


/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
	position: fixed;
	right: 0;
	display: none;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
}

#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #66676b;
	opacity: 1;
	transition: all 0.3s;
	border-radius: 3px;
	text-align: center;
	font-size: 26px
}

body #backtotop a {
	color: #fff;
}

#backtotop a:after {
	content: "\f106";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);

}




/* ---------------------------------- */
/* Navigation
------------------------------------- */

#navigation {
	position: relative;
	display: block;
	float: none;
}

#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul a {
	display: block;
	color: #444;
	text-decoration: none;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}

#navigation ul ul li {
	float: none;
	width: 208px;
}

#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 10px;
}

#navigation ul ul {
	margin: 10px 0 0 0;
}

#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}

#navigation ul ul:before {
	content: "123";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	opacity: 0;
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: "FontAwesome";
	opacity: 0.5;
}

#navigation ul li a:after {
	content: '\f107';
	padding-left: 7px;
}

#navigation ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 15px;
}

#navigation ul li a:only-child:after {
	content: '';
	padding: 0;
}

#navigation ul ul li a:only-child:after {
	content: '';
}


/* Dropdown Styles
------------------------------------- */
#navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
}

#navigation ul ul li {
	border-bottom: 1px solid #e9e9e9;
	border-radius: 3px;
}

#navigation ul ul li:last-child {
	border-bottom: none;
}

#navigation ul li:hover ul a,
#navigation ul ul a {
	line-height: 27px !important;
	padding: 10px 30px 10px 15px !important;
	color: #707070 !important;
}

#navigation ul ul li:hover {
	background-color: #f2f2f2 !important;
	border-radius: 0;
}

#navigation ul ul li:first-child {
	border-radius: 3px 3px 0 0;
}

#navigation ul ul li:last-child {
	border-radius: 0 0 3px 3px;
}

#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0, 15px, 0);
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}


/* Menu Style 1
------------------------------------- */
#navigation.style-1 .current {
	background-color: transparent;
	border: 1px solid #66676b;
	color: #66676b;
	padding: 5px 15px;
	border-radius: 3px;
}

#navigation.style-1 .current:after {
	opacity: 1;
}

#navigation.style-1 ul li {
	transition: all 0.25s;
	border-radius: 3px;
}

#navigation.style-1 ul li:hover {
	background-color: #66676b;
	color: #fff;
}

#navigation.style-1 ul li:hover a {
	color: #fff;
}

#navigation.style-1 ul a {
	font-size: 18px;
	line-height: 32px;
	padding: 6px 16px;
	letter-spacing: 1px;
}

#navigation.style-1 ul li {
	margin: 0 5px;
}

#navigation.style-1 ul ul li {
	margin: 0;
	border-radius: 0;
}

#navigation.style-1 ul ul li:first-child {
	border-radius: 3px 3px 0 0;
}

#navigation.style-1 ul ul li:last-child {
	border-radius: 0 0 3px 3px;
}


/* Menu Style 2
------------------------------------- */
#navigation.style-2 {
	width: 100%;
	margin-top: 16px;
	background-color: #66676b;
}

#navigation.style-2 .current:after {
	opacity: 1;
}

#navigation.style-2 ul li {
	transition: all 0.35s;
}

#navigation.style-2 .current,
#navigation.style-2 ul li:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

#navigation.style-2 ul li:hover a {
	color: #fff;
}

#navigation.style-2 ul a {
	font-size: 15px;
	line-height: 32px;
	padding: 13px 20px;
	color: #fff;
	border-radius: 0;
}

#navigation.style-2 ul ul li {
	margin: 0;
}


/* ---------------------------------- */
/* User Menu
------------------------------------- */
.user-menu {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 25px;
	top: 9px;
	vertical-align: top;
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 25px;
}

.user-menu .user-name {
	transition: 0.2s;
	color: #444;
}

.user-menu .user-name {
	transition: 0.2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 145px;
}

.user-menu .user-name:after {
	content: "\f107";
	font-family: "FontAwesome";
	transition: 0.2s;
	transform: rotate(0deg);
	display: inline-block;
	margin-left: 6px;
	color: #aaa;
	right: 0;
	padding: 0 5px;
	position: absolute;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
	color: #66676b;
}

.user-menu.active .user-name:after {
	transform: rotate(180deg);
}

/* Avatar */
.user-name span img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}

.user-name span {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -5px;
}

.user-menu ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 45px;
	right: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	display: inline-block;
	width: 190px;
	font-size: 15px;
	transform: translate3d(0, 15px, 0);
	padding: 16px 8px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}

.user-menu ul li a {
	padding: 5px 15px;
	line-height: 22px;
	display: inline-block;
	color: #696969;
	transition: 0.2s;
}

.user-menu ul li a:hover {
	color: #66676b;
}

.user-menu ul li a i {
	width: 20px;
	position: relative;
	display: inline-block;
}

.user-menu.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}


/* Mobile Fixes for User Menu */
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
	.user-menu .user-name {
		max-width: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.header-widget {
		height: auto;
		position: absolute;
		right: 0;
		width: 150%;
	}

	.header-style-2 .header-widget {
		position: relative;
		width: auto;
	}

	.user-menu {
		top: 12px;
	}

	.right-side {
		position: relative;
	}
}

@media (max-width: 992px) {
	.user-menu ul {
		right: -60px;
		float: right;
	}
}

@media (max-width: 480px) {
	.header-widget .user-menu {
		top: 0;
		margin-top: 7px;
		margin-bottom: 20px;
		float: left;
	}
}

/* ---------------------------------- */
/* mmenu.js - mobile menu
------------------------------------- */
.mm-hidden {
	display: none !important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels,
.mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.mm-panel.mm-opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
	z-index: 1
}

.mm-panel.mm-noanimation {
	-webkit-transition: none !important;
	transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panels > .mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-panels > .mm-panel:not(.mm-hidden) {
	display: block
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
	display: block
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-next:after,
.mm-prev:before {
	content: '';
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.mm-prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 30px;
	height: 50px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mm-navbar > * {
	display: block;
	padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-navbar .mm-btn:first-child {
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
	background-color: #262626;
}

.mm-listview,
.mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none
}

.mm-listview > li {
	position: relative
}

.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
	border-color: inherit
}

.mm-listview > li {
	border-bottom: 1px solid #404040;
}

.mm-listview > li > a,
.mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 14px 10px 14px 20px;
	margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.mm-listview > li:not(.mm-divider):after {
	left: 20px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 50px;
	margin-right: 0
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -10px;
}

.mm-menu {
	background: #2a2a2a;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview {
	border-color: #2a2a2a
}

.mm-menu .mm-listview > li .mm-next:after {
	border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview > li {
	transition: 0.2s;
}

.mm-menu .mm-listview > li:hover {
	background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;

}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking {
	overflow: hidden
}

html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
	display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
	z-index: 10
}

.mm-menu.mm-offcanvas {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
	-webkit-transform: translate(80%, 0);
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
	html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-sronly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important
}

em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -11px;
	position: absolute;
	right: 45px;
	top: 50%
}

em.mm-counter + a.mm-next {
	width: 90px
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
	margin-right: 90px
}

em.mm-counter + a.mm-fullsubopen {
	padding-left: 0
}

em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
	padding-right: 90px
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
	padding-right: 90px;
}

.mm-vertical > .mm-counter {
	top: 12px;
	margin-top: 0
}

.mm-vertical.mm-spacer > .mm-counter {
	margin-top: 40px
}

.mm-nosubresults > .mm-counter {
	display: none
}

.mm-menu em.mm-counter {
	background-color: rgba(0, 0, 0, 0.3);
	height: 22px;
	width: 22px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	line-height: 23px;
	font-size: 11px;
	font-weight: 500;
}

/* Trigger Styles */
.mmenu-trigger {
	height: 50px;
	width: 55px;
	display: none;
	position: relative;
	margin: 0 0 23px 0;
	background-color: #eee;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 0px;
}

/* Hamburger Icon */
.hamburger {
	padding: 0;
	top: 13px;
	left: 12px;
	transform: scale(0.72);
	-moz-transform: scale(0.72) translateY(3px);
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	outline: none;
	overflow: visible;
}

.hamburger-box {
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	outline: none;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 34px;
	height: 4px;
	background-color: #555;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	outline: none;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
	outline: none;
}

.hamburger-inner::after {
	bottom: -10px;
	outline: none;
}

transform:

rotate
(
-
90
deg

)
;
}

/* Animation */
.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.mmenu-trigger {
	display: none;
}

@media only screen and (max-width: 992px) {

	/* Header Responsive Styles */
	#responsive {
		display: none;
	}

	.mmenu-trigger {
		display: inline-block !important;
	}

	.header-style-2 .mmenu-trigger {
		margin: 0;
		top: 6px;
	}

	.header-style-2 .header-widget a.button.border {
		float: left;
	}

	#header {
		padding-top: 0px;
	}

	#logo {
		position: absolute;
		width: 100%;
		margin: 0 auto;
		margin-top: 3px;
		width: 35%;
		text-align: center;
		left: 0;
		right: 0;
	}

	.header-widget {
		padding: 20px 0;
		/* border-top: 1px solid #eee; */
	}

	.header-widget a.button.border {
		padding: 7px 16px;
		background-color: transparent;
		font-size: 16px;
		min-width: auto;
		float: right;
	}

	.header-widget .sign-in {
		top: 9px;
	}

	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side {
		width: 100%;
	}

	#top-bar .right-side .social-icons {
		float: left;
		position: relative;
		z-index: 9;
	}

	#header-container.header-style-2 .header-widget {
		float: left;
		margin-top: 35px;
		margin-bottom: -5px
	}

	.header-widget {
		text-align: left;
	}

	ul.top-bar-menu {
		z-index: 99;
		position: relative;
	}

	.header-style-2 .menu-responsive {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding: 0 15px;
	}

	#header-container.header-style-2 .header-widget {
		width: calc(100%);
		border-top: 1px solid #e0e0e0;
		padding-top: 30px;
	}

	.menu {
		max-height: none;
	}

	#responsive {
		display: none;
	}

	/* Header Responsive Styles */
	.responsive-search input:focus {
		border: none;
		color: #fff;
	}

	#header-container.header-style-2 .left-side,
	#header-container.header-style-2 .right-side,
	.right-side,
	.left-side {
		width: 100%;
	}

	#top-bar .right-side .social-icons {
		float: left;
		position: relative;
		z-index: 9;
	}

	#header-container.header-style-2 .header-widget {
		float: left;
		margin-top: 35px;
		margin-bottom: -5px
	}

	.header-widget {
		text-align: left;
	}

	ul.top-bar-menu {
		z-index: 99;
		position: relative;
	}

	.header-style-2 .menu-responsive {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding: 0 15px;
	}

	#header-container.header-style-2 .header-widget {
		width: calc(100%);
		border-top: 1px solid #e0e0e0;
		padding-top: 30px;
	}

}


@media (max-width: 767px) {

	.header-style-2 .menu-responsive {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding: 0 15px;
	}

	#header-container.header-style-2 #header .container {
		width: 100%;
	}

	#header-container.header-style-2 .header-widget li .button {
		margin-left: 0;
	}

	#header-container.header-style-2 .header-widget li:after {
		display: none;
	}

	#header-container.header-style-2 .header-widget li {
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	#header-container.header-style-2 .header-widget li i {
		width: 50px;
		margin: 0 0 0 0px;
		display: inline-block;
		text-align: left;
		top: 3px;
	}

}

@media (max-width: 360px) {

	.header-widget .sign-in {
		display: block;
		top: 0;
		margin-bottom: 10px;
	}

	.header-widget a.button.border {
		float: left;
		margin-bottom: 10px;
	}

}



/* Web Font */
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot');
	src: url('../fonts/fontello.eot') format('embedded-opentype'),
	url('../fonts/fontello.woff') format('woff'),
	url('../fonts/fontello.ttf') format('truetype'),
	url('../fonts/fontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.social-icons li i {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 16px;
	font-size: 16px;
	width: auto;
}

.icon-delicious:before {
	content: '\23';
}

/* '#' */
.icon-paypal:before {
	content: '\24';
}

/* '$' */
.icon-gplus:before {
	content: '\f0d5';
}

/* '+' */
.icon-stumbleupon:before {
	content: '\2f';
}

/* '/' */
.icon-fivehundredpx:before {
	content: '\30';
}

/* '0' */
.icon-pinterest:before {
	content: '\31';
}

/* '1' */
.icon-forrst:before {
	content: '\3a';
}

/* ':' */
.icon-digg:before {
	content: '\3b';
}

/* ';' */
.icon-spotify:before {
	content: '\3d';
}

/* '=' */
.icon-reddit:before {
	content: '\3e';
}

/* '&gt;' */
.icon-appstore:before {
	content: '\41';
}

/* 'A' */
.icon-blogger:before {
	content: '\42';
}

/* 'B' */
.icon-dribbble:before {
	content: '\44';
}

/* 'D' */
.icon-evernote:before {
	content: '\45';
}

/* 'E' */
.icon-flickr:before {
	content: '\46';
}

/* 'F' */
.icon-linkedin:before {
	content: '\4c';
}

/* 'L' */
.icon-rss:before {
	content: '\52';
}

/* 'R' */
.icon-twitter:before {
	content: '\54';
}

/* 'T' */
.icon-youtube:before {
	content: '\55';
}

/* 'U' */
.icon-vimeo:before {
	content: '\56';
}

/* 'V' */
.icon-xing:before {
	content: '\58';
}

/* 'X' */
.icon-yahoo:before {
	content: '\59';
}

/* 'Y' */
.icon-amazon:before {
	content: '\61';
}

/* 'a' */
.icon-steam:before {
	content: '\62';
}

/* 'b' */
.icon-dropbox:before {
	content: '\64';
}

/* 'd' */
.icon-facebook:before {
	content: '\66';
}

/* 'f' */
.icon-github:before {
	content: '\67';
}

/* 'g' */
.icon-lastfm:before {
	content: '\6c';
}

/* 'l' */
.icon-tumblr:before {
	content: '\74';
}

/* 't' */
.icon-wordpress:before {
	content: '\77';
}

/* 'w' */
.icon-linkedin-rect:before {
	content: '\f31b';
}

/* '?' */
.icon-instagram:before {
	content: '\f31f';
}

/* '?' */


/* Social Icons styles for topbar
------------------------------------- */
.agent ul.social-icons,
#footer ul.social-icons,
#top-bar ul.social-icons {
	margin: 0;
	padding: 0;
}

.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	transform: scale(1);
	margin-right: 0;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	border-radius: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-filter: blur(radius);
}


.agent .social-icons li a i,
.agent .social-icons li a:before,
#footer .social-icons li a i,
#footer .social-icons li a:before,
#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
	transform: scale(1.1) translateY(calc(-50% - 2px));
	-moz-transform: scale(1.1) translateY(calc(-50% - 1px));
	-ms-transform: scale(1.1) translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	margin-top: 55%;
}

.agent .social-icons li a.twitter i,
.agent .social-icons li a.twitter:before,
#footer .social-icons li a.twitter i,
#footer .social-icons li a.twitter:before,
#top-bar .social-icons li a.twitter i,
#top-bar .social-icons li a.twitter:before {
	transform: scale(1.1) translateY(calc(-50% - 1px));
}


/* Header Icon Styles */
#top-bar .social-icons {
	float: right;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
	font-size: 14px;
	color: #fff;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
	font-size: 12px;
}

#top-bar .social-icons li a:hover {
	background: #fff !important;
	border-color: transparent;
}

#top-bar .social-icons li a:hover i {
	color: #66676b;
}


/* Social Icons styles for footer
------------------------------------- */
.agent .social-icons li a,
#footer .social-icons li a {
	width: 38px;
	height: 40px;
	background-color: transparent;
}

.agent .social-icons,
#footer .social-icons {
	position: relative;
	left: -13px;
}

.agent .social-icons li,
#footer .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

.agent .social-icons li a:before,
.agent .social-icons li a i,
#footer .social-icons li a:before,
#footer .social-icons li a i {
	font-size: 15px;
	color: #a0a0a0;
}

.agent .social-icons li .twitter:before,
.agent .social-icons li .twitter i:before,
.agent .social-icons li .vimeo:before,
.agent .social-icons li .vimeo i:before,
#footer .social-icons li .twitter:before,
#footer .social-icons li .twitter i:before,
#footer .social-icons li .vimeo:before,
#footer .social-icons li .vimeo i:before {
	font-size: 13px;
}

.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
	background: transparent !important;
	border-color: transparent;
}

.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
	color: #66676b;
}



/* ---------------------------------- */
/* Social Icons
------------------------------------- */
.social-icons {
	padding-left: 5px;
}

.social-icons li {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 16px;
	margin-top: 11px;
	transform: scale(1.19);
	-webkit-transform: scale(1.19);
	-webkit-filter: blur(radius);
}

.social-icons li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	background-color: #f3f3f3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
}

.social-icons.fixed li a {
	display: block;
}

/* Common Styles */
.social-icons li a i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	z-index: 20;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-webkit-filter: blur(radius);
}

.social-icons li a:hover,
.social-icons li a i {
	color: #fff;
}

.social-icons li a i {
	top: -30px;
	opacity: 0;
}

.social-icons li a:hover i {
	top: 0;
	opacity: 1;
}


/* Rounded Style */
.social-icons.rounded li a {
	border-radius: 3px;
}


/* Border Style */
.social-icons.border li a {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.social-icons.border li a:hover {
	border-color: transparent;
}

/* Color Style */
.social-icons.color li a {
	border-color: transparent;
}

.social-icons.color li a i,
.social-icons.color li a:hover i {
	top: 0;
	opacity: 1;
}

.social-icons.color a:before {
	opacity: 0;
}

/* Fixed Style */
.social-icons.fixed {
	position: fixed;
	left: 0;
	padding-left: 2px;
	top: 100px;
	width: 50px;
}

.social-icons.fixed li {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	margin-top: 7px;
}

.social-icons.fixed li a {
	background-color: rgba(51, 51, 51, 0.35);
}

.social-icons.fixed li a:before {
	color: #fff;
}

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
	font-family: "fontello";
	font-size: 16px;
	line-height: 16px;
	color: #a0a0a0;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: absolute;
	z-index: 20;
	transform: scale(0.9);
}

/* Icon Styles */
.twitter:before,
.social-icons li a.twitter i {
	font-size: 14px;
}

.twitter i, .twitter:before {
	margin: 13px 0 0 12px;
}

.twitter:before {
	content: "\54";
	top: 0;
	opacity: 1;
}

.twitter:hover:before {
	top: 30px;
	opacity: 0;
}

.twitter:hover {
	background-color: #3bc1ed !important;
}

.twitter:hover,
.social-icons.color .twitter,
.social-icons.fixed .twitter:hover {
	background-color: #3bc1ed;
	border-color: #3bc1ed;
}

.dribbble i, .dribbble:before {
	margin: 13px 0 0 13px;
}

.dribbble:before {
	content: "\44";
	top: 0;
	opacity: 1;
}

.dribbble:hover:before {
	top: 30px;
	opacity: 0;
}

.dribbble:hover {
	background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
	background-color: #ef5a92;
	border-color: #ef5a92;
}

.facebook i, .facebook:before {
	margin: 13px 0 0 16px;
}

.facebook:before {
	content: "\66";
	top: 0;
	opacity: 1;
}

.facebook:hover:before {
	top: 30px;
	opacity: 0;
}

.facebook:hover {
	background-color: #4a6d9d !important;
}

.social-icons.color .facebook,
.social-icons.fixed .facebook:hover {
	background-color: #4a6d9d;
	border-color: #4a6d9d;
}

.linkedin i, .linkedin:before {
	margin: 13px 0 0 13px;
}

.linkedin:before {
	content: "\4c";
	top: 0;
	opacity: 1;
}

.linkedin:hover:before {
	top: 30px;
	opacity: 0;
}

.linkedin:hover {
	background-color: #0b7bb5 !important;
}

.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover {
	background-color: #0b7bb5;
	border-color: #0b7bb5;
}

.delicious i, .delicious:before {
	margin: 13px 0 0 13px;
}

.delicious:before {
	content: "\23";
	top: 0;
	opacity: 1;
}

.delicious:hover:before {
	top: 30px;
	opacity: 0;
}

.delicious:hover {
	background-color: #3274d1 !important;
}

.social-icons.color .delicious,
.social-icons.fixed .delicious:hover {
	background-color: #3274d1;
	border-color: #3274d1;
}

.paypal i, .paypal:before {
	margin: 13px 0 0 13px;
}

.paypal:before {
	content: "\24";
	top: 0;
	opacity: 1;
}

.paypal:hover:before {
	top: 30px;
	opacity: 0;
}

.paypal:hover {
	background-color: #2e689a !important;
}

.social-icons.color .paypal,
.social-icons.fixed .paypal:hover {
	background-color: #2e689a;
	border-color: #2e689a;
}

.gplus i, .gplus:before {
	margin: 13px 0 0 13px;
}

.gplus:before {
	content: "\f0d5";
	top: 0;
	opacity: 1;
}

.gplus:hover:before {
	top: 30px;
	opacity: 0;
}

.gplus:hover {
	background-color: #d53824 !important;
}

.social-icons.color .gplus,
.social-icons.fixed .gplus:hover {
	background-color: #d53824;
	border-color: #d53824;
}

.stumbleupon i, .stumbleupon:before {
	margin: 13px 0 0 11px;
}

.stumbleupon:before {
	content: "\2f";
	top: 0;
	opacity: 1;
}

.stumbleupon:hover:before {
	top: 30px;
	opacity: 0;
}

.stumbleupon:hover {
	background-color: #eb4924 !important;
}

.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover {
	background-color: #eb4924;
	border-color: #eb4924;
}

.fivehundredpx i, .fivehundredpx:before {
	margin: 13px 0 0 11px;
}

.fivehundredpx:before {
	content: "\30";
	top: 0;
	opacity: 1;
}

.fivehundredpx:hover:before {
	top: 30px;
	opacity: 0;
}

.fivehundredpx:hover {
	background-color: #444 !important;
}

.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover {
	background-color: #444;
	border-color: #444;
}

.pinterest i, .pinterest:before {
	margin: 13px 0 0 15px;
}

.pinterest:before {
	content: "\31";
	top: 0;
	opacity: 1;
}

.pinterest:hover:before {
	top: 30px;
	opacity: 0;
}

.pinterest:hover {
	background-color: #cb1f25 !important;
}

.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover {
	background-color: #cb1f25;
	border-color: #cb1f25;
}

.forrst i, .forrst:before {
	margin: 13px 0 0 15px;
}

.forrst:before {
	content: "\3a";
	top: 0;
	opacity: 1;
}

.forrst:hover:before {
	top: 30px;
	opacity: 0;
}

.forrst:hover {
	background-color: #40833e !important;
}

.social-icons.color .forrst,
.social-icons.fixed .forrst:hover {
	background-color: #40833e;
	border-color: #40833e;
}

.digg i, .digg:before {
	margin: 13px 0 0 12px;
}

.digg:before {
	content: "\3b";
	top: 0;
	opacity: 1;
}

.digg:hover:before {
	top: 30px;
	opacity: 0;
}

.digg:hover {
	background-color: #205685 !important;
}

.social-icons.color .digg,
.social-icons.fixed .digg:hover {
	background-color: #205685;
	border-color: #205685;
}

.spotify i, .spotify:before {
	margin: 13px 0 0 13px;
}

.spotify:before {
	content: "\3d";
	top: 0;
	opacity: 1;
}

.spotify:hover:before {
	top: 30px;
	opacity: 0;
}

.spotify:hover {
	background-color: #6ca405 !important;
}

.social-icons.color .spotify,
.social-icons.fixed .spotify:hover {
	background-color: #6ca405;
	border-color: #6ca405;
}

.reddit i, .reddit:before {
	margin: 13px 0 0 12px;
}

.reddit:before {
	content: "\3e";
	top: 0;
	opacity: 1;
}

.reddit:hover:before {
	top: 30px;
	opacity: 0;
}

.reddit:hover {
	background-color: #404040 !important;
}

.social-icons.color .reddit,
.social-icons.fixed .reddit:hover {
	background-color: #404040;
	border-color: #404040;
}

.appstore i, .appstore:before {
	margin: 13px 0 0 14px;
}

.appstore:before {
	content: "\41";
	top: 0;
	opacity: 1;
}

.appstore:hover:before {
	top: 30px;
	opacity: 0;
}

.appstore:hover {
	background-color: #c0c0c0 !important;
}

.social-icons.color .appstore,
.social-icons.fixed .appstore:hover {
	background-color: #c0c0c0;
	border-color: #c0c0c0;
}

.blogger i, .blogger:before {
	margin: 13px 0 0 13px;
	font-size: 14px;
}

.blogger:before {
	content: "\42";
	top: 0;
	opacity: 1;
}

.blogger:hover:before {
	top: 30px;
	opacity: 0;
}

.blogger:hover {
	background-color: #ff6501 !important;
}

.social-icons.color .blogger,
.social-icons.fixed .blogger:hover {
	background-color: #ff6501;
	border-color: #ff6501;
}

.dribbble i, .dribbble:before {
	margin: 13px 0 0 13px;
}

.dribbble:before {
	content: "\44";
	top: 0;
	opacity: 1;
}

.dribbble:hover:before {
	top: 30px;
	opacity: 0;
}

.dribbble:hover {
	background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
	background-color: #ef5a92;
	border-color: #ef5a92;
}

.evernote i, .evernote:before {
	margin: 13px 0 0 15px;
}

.evernote:before {
	content: "\45";
	top: 0;
	opacity: 1;
}

.evernote:hover:before {
	top: 30px;
	opacity: 0;
}

.evernote:hover {
	background-color: #6bb130 !important;
}

.social-icons.color .evernote,
.social-icons.fixed .evernote:hover {
	background-color: #6bb130;
	border-color: #6bb130;
}

.flickr i, .flickr:before {
	margin: 13px 0 0 13px;
}

.flickr:before {
	content: "\46";
	top: 0;
	opacity: 1;
}

.flickr:hover:before {
	top: 30px;
	opacity: 0;
}

.flickr:hover {
	background-color: #136dd5 !important;
}

.social-icons.color .flickr,
.social-icons.fixed .flickr:hover {
	background-color: #136dd5;
	border-color: #136dd5;
}

.rss i, .rss:before {
	margin: 13px 0 0 14px;
	font-size: 14px;
}

.rss:before {
	content: "\52";
	top: 0;
	opacity: 1;
}

.rss:hover:before {
	top: 30px;
	opacity: 0;
}

.rss:hover {
	background-color: #fe8f00 !important;
}

.social-icons.color .rss,
.social-icons.fixed .rss:hover {
	background-color: #fe8f00;
	border-color: #fe8f00;
}

.youtube i, .youtube:before {
	margin: 13px 0 0 14px;
	font-size: 18px;
}

.youtube:before {
	content: "\55";
	top: 0;
	opacity: 1;
}

.youtube:hover:before {
	top: 30px;
	opacity: 0;
}

.youtube:hover {
	background-color: #bf2f29 !important;
}

.social-icons.color .youtube,
.social-icons.fixed .youtube:hover {
	background-color: #bf2f29;
	border-color: #bf2f29;
}

.vimeo i, .vimeo:before {
	margin: 13px 0 0 13px;
	font-size: 14px;
}

.vimeo:before {
	content: "\56";
	top: 0;
	opacity: 1;
}

.vimeo:hover:before {
	top: 30px;
	opacity: 0;
}

.vimeo:hover {
	background-color: #4c8ab0 !important;
}

.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover {
	background-color: #4c8ab0;
	border-color: #4c8ab0;
}

.xing i, .xing:before {
	margin: 13px 0 0 14px;
}

.xing:before {
	content: "\58";
	top: 0;
	opacity: 1;
}

.xing:hover:before {
	top: 30px;
	opacity: 0;
}

.xing:hover {
	background-color: #036568 !important;
}

.social-icons.color .xing,
.social-icons.fixed .xing:hover {
	background-color: #036568;
	border-color: #036568;
}

.yahoo i, .yahoo:before {
	margin: 13px 0 0 11px;
}

.yahoo:before {
	content: "\59";
	top: 0;
	opacity: 1;
}

.yahoo:hover:before {
	top: 30px;
	opacity: 0;
}

.yahoo:hover {
	background-color: #9251a2 !important;
}

.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover {
	background-color: #9251a2;
	border-color: #9251a2;
}

.amazon i, .amazon:before {
	margin: 13px 0 0 12px;
}

.amazon:before {
	content: "\61";
	top: 0;
	opacity: 1;
}

.amazon:hover:before {
	top: 30px;
	opacity: 0;
}

.amazon:hover {
	background-color: #2f3842 !important;
}

.social-icons.color .amazon,
.social-icons.fixed .amazon:hover {
	background-color: #2f3842;
	border-color: #2f3842;
}

.steam i, .steam:before {
	margin: 13px 0 0 11px;
}

.steam:before {
	content: "\62";
	top: 0;
	opacity: 1;
}

.steam:hover:before {
	top: 30px;
	opacity: 0;
}

.steam:hover {
	background-color: #383838 !important;
}

.social-icons.color .steam,
.social-icons.fixed .steam:hover {
	background-color: #383838;
	border-color: #383838;
}

.dropbox i, .dropbox:before {
	margin: 13px 0 0 13px;
}

.dropbox:before {
	content: "\64";
	top: 0;
	opacity: 1;
}

.dropbox:hover:before {
	top: 30px;
	opacity: 0;
}

.dropbox:hover {
	background-color: #2c92dd !important;
}

.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover {
	background-color: #2c92dd;
	border-color: #2c92dd;
}

.github i, .github:before {
	margin: 13px 0 0 13px;
}

.github:before {
	content: "\67";
	top: 0;
	opacity: 1;
}

.github:hover:before {
	top: 30px;
	opacity: 0;
}

.github:hover {
	background-color: #5c7381 !important;
}

.social-icons.color .github,
.social-icons.fixed .github:hover {
	background-color: #5c7381;
	border-color: #5c7381;
}

.lastfm i, .lastfm:before {
	margin: 13px 0 0 11px;
}

.lastfm:before {
	content: "\6c";
	top: 0;
	opacity: 1;
}

.lastfm:hover:before {
	top: 30px;
	opacity: 0;
}

.lastfm:hover {
	background-color: #d21309 !important;
}

.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover {
	background-color: #d21309;
	border-color: #d21309;
}

.tumblr i, .tumblr:before {
	margin: 13px 0 0 15px;
}

.tumblr:before {
	content: "\74";
	top: 0;
	opacity: 1;
}

.tumblr:hover:before {
	top: 30px;
	opacity: 0;
}

.tumblr:hover {
	background-color: #3d658d !important;
}

.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover {
	background-color: #3d658d;
	border-color: #3d658d;
}

.wordpress i, .wordpress:before {
	margin: 13px 0 0 14px;
}

.wordpress:before {
	content: "\77";
	top: 0;
	opacity: 1;
}

.wordpress:hover:before {
	top: 30px;
	opacity: 0;
}

.wordpress:hover {
	background-color: #383838 !important;
}

.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover {
	background-color: #383838;
	border-color: #383838;
}

.instagram i, .instagram:before {
	margin: 13px 0 0 13px;
}

.instagram:before {
	content: "\f31f";
	top: 0;
	opacity: 1;
}

.instagram:hover:before {
	top: 30px;
	opacity: 0;
}

.instagram:hover {
	background-color: #3f6f94 !important;
}

.social-icons.color .instagram,
.social-icons.fixed .instagram:hover {
	background-color: #3f6f94;
	border-color: #3f6f94;
}


/* Web Font */
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot');
	src: url('../fonts/fontello.eot') format('embedded-opentype'),
	url('../fonts/fontello.woff') format('woff'),
	url('../fonts/fontello.ttf') format('truetype'),
	url('../fonts/fontello.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.social-icons li i {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 16px;
	font-size: 16px;
	width: auto;
}

.icon-delicious:before {
	content: '\23';
}

/* '#' */
.icon-paypal:before {
	content: '\24';
}

/* '$' */
.icon-gplus:before {
	content: '\f0d5';
}

/* '+' */
.icon-stumbleupon:before {
	content: '\2f';
}

/* '/' */
.icon-fivehundredpx:before {
	content: '\30';
}

/* '0' */
.icon-pinterest:before {
	content: '\31';
}

/* '1' */
.icon-forrst:before {
	content: '\3a';
}

/* ':' */
.icon-digg:before {
	content: '\3b';
}

/* ';' */
.icon-spotify:before {
	content: '\3d';
}

/* '=' */
.icon-reddit:before {
	content: '\3e';
}

/* '&gt;' */
.icon-appstore:before {
	content: '\41';
}

/* 'A' */
.icon-blogger:before {
	content: '\42';
}

/* 'B' */
.icon-dribbble:before {
	content: '\44';
}

/* 'D' */
.icon-evernote:before {
	content: '\45';
}

/* 'E' */
.icon-flickr:before {
	content: '\46';
}

/* 'F' */
.icon-linkedin:before {
	content: '\4c';
}

/* 'L' */
.icon-rss:before {
	content: '\52';
}

/* 'R' */
.icon-twitter:before {
	content: '\54';
}

/* 'T' */
.icon-youtube:before {
	content: '\55';
}

/* 'U' */
.icon-vimeo:before {
	content: '\56';
}

/* 'V' */
.icon-xing:before {
	content: '\58';
}

/* 'X' */
.icon-yahoo:before {
	content: '\59';
}

/* 'Y' */
.icon-amazon:before {
	content: '\61';
}

/* 'a' */
.icon-steam:before {
	content: '\62';
}

/* 'b' */
.icon-dropbox:before {
	content: '\64';
}

/* 'd' */
.icon-facebook:before {
	content: '\66';
}

/* 'f' */
.icon-github:before {
	content: '\67';
}

/* 'g' */
.icon-lastfm:before {
	content: '\6c';
}

/* 'l' */
.icon-tumblr:before {
	content: '\74';
}

/* 't' */
.icon-wordpress:before {
	content: '\77';
}

/* 'w' */
.icon-linkedin-rect:before {
	content: '\f31b';
}

/* '?' */
.icon-instagram:before {
	content: '\f31f';
}

/* '?' */


/* Social Icons styles for topbar
------------------------------------- */
.agent ul.social-icons,
#footer ul.social-icons,
#top-bar ul.social-icons {
	margin: 0;
	padding: 0;
}

.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	transform: scale(1);
	margin-right: 0;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	border-radius: 0;
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-filter: blur(radius);
}


.agent .social-icons li a i,
.agent .social-icons li a:before,
#footer .social-icons li a i,
#footer .social-icons li a:before,
#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
	transform: scale(1.1) translateY(calc(-50% - 2px));
	-moz-transform: scale(1.1) translateY(calc(-50% - 1px));
	-ms-transform: scale(1.1) translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	margin-top: 55%;
}

.agent .social-icons li a.twitter i,
.agent .social-icons li a.twitter:before,
#footer .social-icons li a.twitter i,
#footer .social-icons li a.twitter:before,
#top-bar .social-icons li a.twitter i,
#top-bar .social-icons li a.twitter:before {
	transform: scale(1.1) translateY(calc(-50% - 1px));
}


/* Header Icon Styles */
#top-bar .social-icons {
	float: right;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
	font-size: 14px;
	color: #fff;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
	font-size: 12px;
}

#top-bar .social-icons li a:hover {
	background: #fff !important;
	border-color: transparent;
}

#top-bar .social-icons li a:hover i {
	color: #66676b;
}


/* Social Icons styles for footer
------------------------------------- */
.agent .social-icons li a,
#footer .social-icons li a {
	width: 38px;
	height: 40px;
	background-color: transparent;
}

.agent .social-icons,
#footer .social-icons {
	position: relative;
	left: -13px;
}

.agent .social-icons li,
#footer .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

.agent .social-icons li a:before,
.agent .social-icons li a i,
#footer .social-icons li a:before,
#footer .social-icons li a i {
	font-size: 15px;
	color: #a0a0a0;
}

.agent .social-icons li .twitter:before,
.agent .social-icons li .twitter i:before,
.agent .social-icons li .vimeo:before,
.agent .social-icons li .vimeo i:before,
#footer .social-icons li .twitter:before,
#footer .social-icons li .twitter i:before,
#footer .social-icons li .vimeo:before,
#footer .social-icons li .vimeo i:before {
	font-size: 13px;
}

.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
	background: transparent !important;
	border-color: transparent;
}

.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
	color: #66676b;
}


/* ---------------------------------- */
/* Info Box
------------------------------------- */
.info-box {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	padding: 25px 30px;
	border-top: 2px solid #66676b;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
	background-color: #66676b;
	color: #66676b;
}

.info-box.no-border {
	border: none;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.93));
	background-color: #66676b;
}

.info-box h4 {
	margin: 0;
	font-size: 19px;
	color: #66676b;
	margin-bottom: 20px;
	margin-top: 0px;
}

.info-box p {
	margin-bottom: 0;
}

.info-box.large {
	padding: 36px;

}


/* ---------------------------------- */
/* Testimonials
------------------------------------- */
.testimonials-subtitle {
	padding: 0 15%;
	text-align: center;
	font-size: 23px;
	line-height: 37px;
	margin-bottom: 8px;
	color: #909090;
}

.testimonial {
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 3px;
	padding: 35px;
	color: #909090;
	position: relative;
	margin-bottom: 20px;
	margin-top: 40px;
}

.testimonial p {
	margin: 0;
}

.testimonial:before {
	position: absolute;
	left: 35px;
	bottom: -10px;
	content: "\f0dd";
	font-family: "FontAwesome";
	font-size: 42px;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	cursor: default;
}

.testimonial:after {
	position: absolute;
	left: 30px;
	bottom: 0px;
	content: "";
	height: 10px;
	width: 32px;
	background: #fff;
}

/* Testimonial author */
.testimonial-author {
	display: table;
	padding-top: 10px;
	padding-left: 20px;
}

.testimonial-author img {
	width: 55px;
	height: auto;
	border-radius: 50%;
	display: table-cell;
}

.testimonial-author h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding-left: 20px;
	color: #66676b;
}

.testimonial-author h4 span {
	display: block;
	color: #888;
	padding-top: 6px;
}


/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */


/* Icon Box 1
------------------------------------- */
.icon-box-1 {
	text-align: center;
	padding: 20px 0;
	padding-bottom: 15px;
}

.icon-box-1.alternative {
	padding: 20px;
	padding-bottom: 15px;
}

.icon-box-1 .icon-container {
	font-size: 66px;
	color: #fff;
	background-color: #66676b;
	height: 140px;
	width: 140px;
	line-height: 140px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 13px;
	display: inline-block;
	position: relative;
}

.icon-box-1.alternative .icon-container {
	font-size: 60px;
	height: 130px;
	width: 130px;
	line-height: 130px;
}

.icon-box-1 .icon-container i {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	transition: all 0.2s ease-in;
	display: inline-block;
}

.icon-box-1:hover .icon-container i {
	opacity: 0.5;
	transform: translate3d(0, 0, 0) scale(1.16);
}

.icon-box-1.alternative:hover .icon-container i {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

/* Links inside */
.icon-box-1 .icon-container .icon-links {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0) scale(1.2);
	transition: all 0.2s ease-in;
	display: block;
}

.icon-box-1 .icon-container .icon-links a {
	display: block;
	color: #fff;
	padding: 5px 20px;
	transition: all 0.2s;
	position: relative;
}

.icon-box-1:hover .icon-container .icon-links {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0) scale(1);
}


/* Content styling */
.icon-box-1 h3 {
	font-size: 26px;
}

.icon-box-1.alternative h3 {
	font-size: 23px;
}

.icon-box-1 p {
	font-size: 16px;
	color: #888;
	margin: 18px 0 0 0;
}

.icon-box-1.alternative p {
	font-size: 16px;
	line-height: 29px;
}


/* Icon Box Shadow Animation*/
.icon-box-1.alternative {
	overflow: hidden;
	position: relative;
	display: block;
}

.icon-box-1.alternative:after {
	content: "";
	width: 120%;
	height: 0px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 8;
	transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
	opacity: 0;
	transform: translate3d(30%, -30%, 0) scale(1) rotate(45deg);

}

.icon-box-1.alternative:hover:after {
	height: 62%;
	opacity: 0.06;
}


/* ---------------------------------- */
/* Info Banner
------------------------------------- */
.info-banner {
	display: block;
	width: 100%;
	padding: 90px 0;
	color: #fff;
	margin: 0;
}

.info-banner-content {
	position: relative;
	z-index: 199;
}

.info-banner.centered {
	text-align: center;
}

.info-banner-content a.button {
	margin: 0 20px -15px 20px;
	position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
	color: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
}


/* Styles for info banner with parallax */
.text-content {
	background: transparent;
	padding: 110px 0px;
	font-weight: 500;
	z-index: 999;
	position: relative;
}

.text-content.white-font {
	color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
	color: #fff;
}

.text-content a.button {
	padding: 12px 20px;
	font-size: 16px;
}

.text-content a.button:before {
	display: none;
}

.text-content p {
	font-size: 17px;
	line-height: 32px;
}

.text-content h2 {
	margin-bottom: 30px;
	line-height: 46px;
	font-size: 33px;
}

.top-1 {
	position: relative;
	top: -1px;
}

.top-0 {
	position: relative;
}


/*----------------------------------- */
/* Flip Banner
------------------------------------- */
.flip-banner {
	display: block;
	width: 100%;
	height: 180px;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 789;
}

.flip-banner:after {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	z-index: 100;
	transition: all 0.6s;
}

.flip-banner:hover:after {
	opacity: 0.6;
}

.flip-banner-content {
	position: relative;
	top: 50%;
	z-index: 200;
}

.flip-banner h2 {
	font-size: 32px;
	line-height: 40px;
	position: relative;
	width: 100%;
	display: block;
}


.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0.45s cubic-bezier(.87, -.41, .19, 1.44);
}


.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(150%);
}

.flip-banner:hover .flip-banner-content .flip-visible {
	transform: translateY(-150%);
}


.flip-banner i {
	padding: 0 10px;
}

.flip-banner .sl {
	position: relative;
	top: 1px;
	font-size: 26px;
}


/* Headline Box */
.headline-box {
	display: inline-block;
	font-size: 28px;
	line-height: 38px;
	background-color: #fff;
	padding: 22px 50px;
	margin: 0;
	box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.12);
	width: auto;
	border-radius: 3px;
}

section.fullwidth .headline-box {
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	top: 0;
	text-align: center;
	margin: 0 auto 0 50%;
}


/* ------------------------------------------------------------------- */
/*  05. Others
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Common Styles
	------------------------------------- */

body {
	color: #707070;
}

#wrapper {
	background-color: #fff;
}

/* Main Font */
body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"],
textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content {
	font-family: "Varela Round", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}


/* Headlines */
h3.headline {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 30px 0;
}

h4.headline {
	font-size: 22px;
	line-height: 32px;
	margin: -5px 0 30px 0;
}

.headline.centered {
	text-align: center;
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
	line-height: 40px;
}

/* Headline Subtitle */
.headline span {
	color: #888;
	font-size: 18px;
	display: block;
}

/* Headline Box */
.headline-box {
	display: inline-block;
	font-size: 28px;
	line-height: 38px;
	background-color: #fff;
	padding: 22px 50px;
	margin: 0;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	width: auto;
	border-radius: 3px;
}

section.fullwidth .headline-box {
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	top: 0;
	margin: 0 auto;
	text-align: center;
	margin-left: 50%;
}


/* Icons Demo Styles */
.glyph {
	font-size: 16px;
	width: 33%;
	display: inline-block;
	transition: 0.3s;
}

h4 span.headline-detail {
	font-size: 15px;
}

.mls {
	font-size: 16px;
	top: -8px;
	display: inline-block;
	position: relative;
}

.fs1 {
	font-size: 32px;
}

.pbs .im {
	width: 50px;
	display: inline-block;
}

.unit,
.unitRight,
.fs0 {
	display: none;
}

.pbs {
	padding: 10px 0 5px 15px;
	border-radius: 3px;
	width: 100%;
	display: inline-block;
	transition: 0.2s;
}

.pbs:hover {
	background-color: #f4f4f4;
}

.sl-icons-demo i {
	width: 25px;
	display: inline-block;
	top: 1px;
	position: relative;
}

.icons .fa.fa-fw {
	margin-right: 3px;
	font-size: 14px;
}

.icons .text-muted {
	display: none;
}



