/*
Greenland - Real Estate Material Design HTML Template
Author: Creadorathemes
Version: 1.0
Email: creadorathemes@gmail.com
*/

@charset "utf-8";

/*===================================================*/
/*

[ Table Of Contents ]
----------------------
I. Global Styles

	- Font Family
	- Headings
	- Links
	- Typography
	- List Inline
	- Backgrounds - Video
	- Media
	- Animation
	- Pageloader
	- Transition
	- Shadow
	- Positions
	- Social Icons

II. Elements
	- Button
		- Button Lg
		- Button Round
	- Breadcrumb
	- Pagination
		- Pagination Full page
	- Accordion
	- Forms
		- From Label
		- Input File
		- Select Input
		- Badge
	- Step Box
	- Overlay

III. General
	- Owl Carousel
		- Dots Inline
		- Navigation
	- Page Title
	- Section Title
	- Fluid Column
	- Row Seperator
	- Navigation Header
		- Sticky
		- Header Types
			- Header Type 2
			- Header Type 3
			- Header Type 4
			- Header Type 5
		- Full Screen Search
	- Column Equal Height
	- Back to Top
	- Purchase Button
	- Icon List
	- Vertical Middle Block
	- Ratings
	- Grid
		- Image Grid
		- Icon Grid
			- Icon Left
			- Icon on side

VI. Listings
	- Listings Grid
	- Property Search

V. Shortcodes
	- Number Counter
	- Pricing
	- Number Countdown
	- Label Group
	- Tabs
	- Pic Shape
	- Services slider
	- Team
	- Partner
	- Testimonials
		- Testimonial Border Style
	- Open Position
	- Contact Info Section
	- Table
	- Call to Action
	- Portfolio Grid
		- Three Column
		- Radius Item
		- Filter
			-  Filter Center
		- Image Wrapper
		- Content Wrapper
		- Gallery Buttons
	- Project Single
	- Blog
		- Post Grid
		- Post Standard
		- Post List
		- Post Single
			- Post Comment
	- Request Call Back
	- Property Search Form
	- Client Slider
	- Footer

VII. Widget
	- Widget Common
	- Menu Widget
	- Brouchers Widget
	- Search Widget
	- Recent Post Widget
	- Post Widget
	- Thumbnail Widget
	- Thumbnail Gallery Widget
	- Tag Widget
	- Select State
	- Go Link Widget

IX. Extra Templates
	- Templare Commingsoon
	- Contruction Block
	- Sign in / Sign up
	- Animation Shortcode
	- Color Panel
	- Icon Float Away

X. Home Demo
	- Slider after section
	- Demo 2

XI. Spacings
XII. Mouse Selection Colors

*/

.page-title-wrapper.fr {background-image: url('../images/header/fr.jpg');}
.page-title-wrapper.de {background-image: url('../images/header/de.jpg');}
.page-title-wrapper.ir {background-image: url('../images/header/ir.jpg');}
.page-title-wrapper.it {background-image: url('../images/header/it.jpg');}
.page-title-wrapper.es {background-image: url('../images/header/es.jpg');}
.page-title-wrapper.uk {background-image: url('../images/header/uk.jpg');}
.page-title-wrapper.trans {background-image: url('../images/header/trans.jpg');}
.page-title-wrapper.cons {background-image: url('../images/header/cons.jpg');}
.page-title-wrapper.indus {background-image: url('../images/header/indus.jpg');}
.page-title-wrapper.ener {background-image: url('../images/header/ener.jpg');}
.page-title-wrapper.eu {background-image: url('../images/header/eu.jpg');}
.page-title-wrapper.eubc {background-image: url('../images/header/eubc.jpg');}
.page-title-wrapper.eureco {background-image: url('../images/header/lab.jpg');}
.page-title-wrapper.reco {background-image: url('../images/header/reco.jpg');}

.page-title-wrapper.lab {background-image: url('../images/header/lab.jpg');}
.page-title-wrapper.business {background-image: url('../images/header/business.jpg');}
.page-title-wrapper.ism {background-image: url('../images/header/ism.jpg');}
.page-title-wrapper.mapping {background-image: url('../images/header/mapping.jpg');}
.page-title-wrapper.ideation {background-image: url('../images/header/ideation.jpg');}
.page-title-wrapper.classification {background-image: url('../images/header/classification.jpg');}
.page-title-wrapper.selection {background-image: url('../images/header/selection.jpg');}
.page-title-wrapper.community {background-image: url('../images/header/community.jpg');}
.page-title-wrapper.priorise {background-image: url('../images/header/priorise.jpg');}
.page-title-wrapper.develop {background-image: url('../images/header/develop.jpg');}

.form-weneed input {font-size: 2em;}
.form-reco textarea {padding:5px; width:90%; height:150px; background-color: transparent; border:1px solid white; color:white;}
.form-reco textarea::placeholder {color:white;}
.icon-grid {cursor:pointer;}
.icon-grid h5 {font-size: 0.8em; padding:0px; background-color:#4CAF50; color:#FFF; font-weight:400; margin-top:5px; letter-spacing:1px;}
/* ===================================================================
							Global Styles
======================================================================*/
body{
	color: #909090;
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	overflow-x:hidden;
}
.creadora img {
    width: 50px;
}

/* Font Family */
.tooltip-inner{
	font-family: 'Roboto', sans-serif;
}
.nav-tabs>li>a{
	font-family: 'Montserrat', sans-serif;
}
.container {
    max-width: 1200px;
    width: 100%;
}
.row {
	margin-bottom:30px;
}
.row:last-child {
	margin-bottom:0;
}
p {
	color: #909090;
	margin-bottom:25px;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	color:#2e2b2b;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
    margin-top: 0;
	font-weight: 400;
}
h1 {
    font-size: 60px;
    line-height: 60px;
	letter-spacing: -3px;
}
h2 {
    font-size: 50px;
    line-height: 55px;
	letter-spacing: -2px;
}
h3 {
    font-size: 36px;
    line-height: 48px;
	letter-spacing: -2px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
	letter-spacing: -1px;
}
h5 {
 	font-size: 20px;
    line-height: 25px;
	letter-spacing: -1px;
}
h6 {
 	font-size: 16px;
    line-height: 30px;
	margin-bottom:30px;
	letter-spacing: -0.5px;
}
a {
	color:#909090;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#2e2b2b;
}
/* Button Links */
a.btn-link {
	color:#2e2b2b;
	font-weight:600;
	font-size: 14px;
	text-transform:uppercase;
	margin-right: 15px;
}
a.btn-link:after {
	color:#909090;
	display:inline-block;
	font-family: "Ionicons";
	font-size: 15px;
	content: "\f363";
	margin-left:10px;
	position:absolute;
}
a.btn-link:hover:after,a.btn-link:focus:after {
    color: inherit;
}
.btn-link.letter-spacing.typo-grey {
    color: #dadada;
    font-weight: 700;
    letter-spacing: 7px;
}
.btn-link.letter-spacing.typo-grey:after {
	content:none;
}
a:focus, a:hover {
	outline:none;
	text-decoration:none;
}
.dashed,.dashed:hover {
	border-bottom:1px dashed;
	text-decoration:none;
}
.letter-spacing{
	letter-spacing: 8px;
}
/* Typography */
.typo-light {
	font-weight:300;
}
.typo-white,.typo-white p,.typo-white a,.typo-white h1,.typo-white h2,.typo-white h3,.typo-white h4,.typo-white h5,.typo-white h6 {
	color:#fff;
	padding:0px;
}
.typo-white p,.typo-white a { color:rgba(255,255,255,0.8); }
.typo-white a:hover,.typo-white a:focus {
	color:#fff;
}
.typo-black,.typo-black p,.typo-black a,.typo-black h1,.typo-black h2,.typo-black h3,.typo-black h4,.typo-black h5,.typo-black h6,
.typo-white .typo-black,.typo-white .typo-black p,.typo-white .typo-black a,.typo-white .typo-black h1,.typo-white .typo-black h2,.typo-white .typo-black h3,.typo-white .typo-black h4,.typo-white .typo-black h5,.typo-white .typo-black h6 {
	color:#2e2b2b;
}
.typo-grey,a.typo-grey,a.btn-link.typo-grey {
	color:#909090;
}
.theme-bg .typo-grey {
	color:rgba(255,255,255,0.5);
}
.black-bg { background:#424242; }
.black-bg-4 { background:#141414; }
.grey-bg,.gray-bg { background:#f5f5f5; }
.lgrey-bg,.lgray-bg { background:#f9f9f9; }
.white-bg { background:#fff; }
.transparent-bg { background:transparent; }
.bg-contain {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.bg-cover{
	background-size: cover;
}
.bg-contain{
	background-repeat: no-repeat;
    background-size: contain;
    background-position: initial;
}
.bg-inherit{
	background-size: inherit;
}
.verticle-middle {
	vertical-align:middle!important;
}
.shadow-block {
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
}
/* List Inline */
ol, ul {
	list-style: none;
	margin-left:0;
	padding:0;
}
ul:last-of-type {
 margin-bottom:0;
}
.list-inline {
	margin:0 -10px;
}
.list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}
/* Background Video */
.video-bg.min-height{
	height: 400px;
}
.video-bg .video-controls {
    position: absolute !important;
    right: 30px;
    top: 30px;
    z-index: 1;
}
.video-controls a {
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	opacity: 0.5;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		 -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}
.video-controls a:hover, .video-controls a:focus{
	opacity:1;
}
/* Media */
.media-object {
    width: auto !important;
}
.media-body p {
	margin-bottom:20px;
}
/* Animation */
.animated{
	visibility:hidden;
}
.visible{
	visibility:visible;
}
/* ===================================================================
							Page Loader
======================================================================*/
#pageloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
	left:0;
	right:0;
    width: 100%;
    z-index: 99999;
}
#pageloader > img {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
/* ===================================================================
						Button
======================================================================*/
.btn.btn-default,.navbar-default .navbar-nav > li > a.btn.btn-default {
    border-color: transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
    color: #fff;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
	font-size: 14px;
    padding: 0 24px;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
	opacity:1;
}
.btn > i{
	margin-right: 10px;
}
.btn.btn-default.btn-black{
	background: #171717;
	color:#4CAF50;
}
.rev_slider .btn.btn-default {
	height:auto;
}
.btn.btn-default:hover,.btn.btn-default:focus {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}
.theme-bg .btn.btn-default {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}
.theme-bg .btn.btn-default:hover,.theme-bg .btn.btn-default:focus {
    background: rgba(0, 0, 0, 0.1);
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus[disabled], .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #ecedef;
    border-color: transparent;
    color: #333;
}
.input-group-btn > .btn {
	background: #171717;
    border: medium none;
    height: 50px;
    line-height: 40px;
    padding: 0 22px;
    position: relative;
	-webkit-border-top-left-radius: 0;
	   -moz-border-top-left-radius: 0;
		-ms-border-top-left-radius: 0;
		 -o-border-top-left-radius: 0;
    		border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-bottom-left-radius: 0;
		-ms-border-bottom-left-radius: 0;
		 -o-border-bottom-left-radius: 0;
    		border-bottom-left-radius: 0;
}
.form-control:focus {
	border-color:transparent;
}
.form-control:focus,
.has-success .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control,
.has-error .form-control {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
}
.form-control-feedback {
    height: 40px;
    line-height: 40px;
    width: 40px;
}
form .row:lastchild {
	margin-bottom:30px;
}
.subscribe-form .form-control-feedback {
	right:40px;
}
/* Button Lg */
.btn.btn-lg {
    padding: 8px 38px;
    font-size: 18px;
    height: auto;
}
/* Button Round */
a.btn.btn-round {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
    	-ms-border-radius: 50%;
    	 -o-border-radius: 50%;
    font-size: 32px;
}
/* ===================================================================
					Breadcrumb
======================================================================*/
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumb > li {
    font-size: 15px;
    text-transform: capitalize;
}
.breadcrumb > li + li::before {
    color: #909090;
	font-family:"Ionicons";
    content:"\f3d1";
    padding: 0 10px 0 5px;
}
.breadcrumb > li > a:hover {
	color:#2E2B2B;
}
/* ===================================================================
						Pagination
======================================================================*/
.pagination {
    margin: 25px 0;
}
.pagination > li > a, .pagination > li > span {
    background-color: #ebedef;
    border: medium none;
    color: #909090;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
	margin: 0 8px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a.active
.pagination > li > span:hover, .pagination > li > span:focus{
	background: #fff;
	color: #777;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;

}
/* Pagination Full page */
.pagination-section .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.pagination-full-page ul li a {
    display: block;
    width: 50%;
    float: left;
    background: #171717;
    color: #fff;
    padding: 47px 50px;
}
.pagination-full-page ul li a:hover,
.pagination-full-page ul li a:focus,
.pagination-full-page ul li a.active{
	background: #369639;
}
.pagination-full-page ul li.next a{
	text-align: right;
}
.pagination-full-page .arrow {
    display: block;
}
.pagination-full-page li.next .arrow i{
	margin-left: 10px;
}
.pagination-full-page li.prev .arrow i{
	margin-right: 10px;
}
.pagination-full-page li .title {
    font-size: 24px;
}
/* ===================================================================
						Accordion
======================================================================*/
.panel-group .panel {
	margin-bottom: 20px;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;	-ms-border-radius: 0; -o-border-radius: 0;
	border: none;
	background: #fff;
	box-shadow: none;	-webkit-box-shadow: none;	-moz-box-shadow: none;	-ms-box-shadow: none;	-o-box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 1px;
}
.panel-default > .panel-heading,.panel-heading {
	background-color: #ebedef;
    padding: 0;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;	-ms-border-radius: 0; -o-border-radius: 0;
	position:relative;
}
.panel-title {
    font-size: 16px;
    font-weight: 400;
	line-height: 40px;
	letter-spacing: 0.2px;
}
.panel-group .panel-title > a {
    display: block;
    line-height: 56px;
	padding: 0px 30px;
	color:#fff;
}
.panel-group .panel-title > a > i {
    margin-right: 10px;
    margin-top:14px;
    font-size: 26px;
    float: left;
}
.panel-group .panel-title > a.collapsed {
	background:#ebedef;
	color:#2e2b2b;
}
.accordion-plus.panel-group .panel-title > a:after {
	content:"\f463";
    font-family:"Ionicons";
	font-size:18px;
	float:right;
	line-height:40px;
	position:absolute;
	right:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.accordion-plus.panel-group .panel-title > a.collapsed:after {
	color:#2e2e2e;
	content:"\f48a";
}
.panel-body {
    padding: 30px;
	background: #fff;
}
.panel-body p:last-child {
	margin-bottom: 0;
}
/* ===================================================================
						Forms
======================================================================*/
.form-message {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 0;
}
form input, form select,
.form-control {
    background: transparent;
	border: none;
	color: #FFF;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
    height: 50px;
}

form .form-group.focus input,
form .form-group.focus select,
.form-group.focus .form-control {
    border-bottom: 3px solid #222;
    color: #3D3D3D;
    font-size: 100%;
}
.grey-bg .form-control {
	/* background-color: #fff; */
}
.has-feedback label ~ .form-control-feedback {
    font-size: 24px;
    top: 4px;
}
form input[type=checkbox],
form input[type=radio]{
	height: auto;
}
/* Form Label */
form .form-group {
    position: relative;
    margin-bottom: 45px;

}
form .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    color: #636363;
    font-size: 115%;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
form .form-group.focus label {
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    font-size: 14px;
}
/* Input file */
input[type=file] {
    display: block;
    border: 2px dashed #e1e1e1;
    text-align: center !important;
    height: auto;
    min-height: 150px;
    border-radius: 5px;
}
/* Select */
form .form-group select{
	color: #D3D3D3;
    font-size: 100%;
}
form .form-group select option{
	background-color:none;
	color: #222;
    font-size: 100%;
}

/* Badge */
.badge {
    background: #7f7f7f;
    color: #fff;
    height: 24px;
    width: 24px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
/* Step Boxes */
.nav.setup-panel{
	display: table;
	width: 100%;
}
.nav.setup-panel > li {
    display: table-cell;
    float: none;
    width: 25%;
    padding: 0 15px;
}
.nav.setup-panel > li:first-child {
	padding-left: 0;
}
.nav.setup-panel > li:last-child {
	padding-right: 0;
}
.nav.setup-panel > li > a {
    background: #fff;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav.setup-panel > li > a:hover,
.nav.setup-panel > li > a:focus{
	background:  transparent;
}
.nav.setup-panel > li.active > a,
.nav.setup-panel > li.active > a:focus,
.nav.setup-panel > li.active > a:hover {
    border-bottom-color: #171717;
    color: #171717;
}
.setup-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
/*====================
	Social Icons
====================== */
ul.social-icons{margin:0;padding:0;width:auto}ul.social-icons li{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;background-image:url(../images/content/social-icons.png);background-repeat:no-repeat;background-position:0 100px;display:inline-block;margin:-1px 1px 5px 0;padding:0;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;overflow:visible;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);-moz-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);-ms-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);-o-box-shadow:0 1px 4px 0 rgba(0,0,0,.14);box-shadow:0 1px 4px 0 rgba(0,0,0,.14)}ul.social-icons li a{display:block;height:30px;width:30px;text-align:center}ul.social-icons.square li{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}ul.social-icons.round li{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}ul.social-icons li a:hover{text-decoration:none}ul.social-icons li a i[class^=icon-]{color:#444;font-style:16px;position:relative;top:3px}ul.social-icons li a:active{box-shadow:inset 0 0 10px rgba(0,0,0,.3),inset 0 0 10px rgba(0,0,0,.1)}ul.social-icons li[class] a{text-indent:-9999px}ul.social-icons li a:active,ul.social-icons li:active{border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}ul.social-icons li.digg,ul.social-icons.color li.digg:hover{background-position:0 0}ul.social-icons li.digg:hover,ul.social-icons.color li.digg{background-position:0 -30px}ul.social-icons li.dribbble,ul.social-icons.color li.dribbble:hover{background-position:0 -60px}ul.social-icons li.dribbble:hover,ul.social-icons.color li.dribbble{background-position:0 -90px}ul.social-icons li.facebook,ul.social-icons.color li.facebook:hover{background-position:0 -120px}ul.social-icons li.facebook:hover,ul.social-icons.color li.facebook{background-position:0 -150px}ul.social-icons li.flickr,ul.social-icons.color li.flickr:hover{background-position:0 -180px}ul.social-icons li.flickr:hover,ul.social-icons.color li.flickr{background-position:0 -210px}ul.social-icons li.forrst,ul.social-icons.color li.forrst:hover{background-position:0 -240px}ul.social-icons li.forrst:hover,ul.social-icons.color li.forrst{background-position:0 -270px}ul.social-icons li.googleplus,ul.social-icons.color li.googleplus:hover{background-position:0 -300px}ul.social-icons li.googleplus:hover,ul.social-icons.color li.googleplus{background-position:0 -330px}ul.social-icons li.html5,ul.social-icons.color li.html5:hover{background-position:0 -360px}ul.social-icons li.html5:hover,ul.social-icons.color li.html5{background-position:0 -390px}ul.social-icons li.icloud,ul.social-icons.color li.icloud:hover{background-position:0 -420px}ul.social-icons li.icloud:hover,ul.social-icons.color li.icloud{background-position:0 -450px}ul.social-icons li.lastfm,ul.social-icons.color li.lastfm:hover{background-position:0 -480px}ul.social-icons li.lastfm:hover,ul.social-icons.color li.lastfm{background-position:0 -510px}ul.social-icons li.linkedin,ul.social-icons.color li.linkedin:hover{background-position:0 -540px}ul.social-icons li.linkedin:hover,ul.social-icons.color li.linkedin{background-position:0 -570px}ul.social-icons li.myspace,ul.social-icons.color li.myspace:hover{background-position:0 -600px}ul.social-icons li.myspace:hover,ul.social-icons.color li.myspace{background-position:0 -630px}ul.social-icons li.paypal,ul.social-icons.color li.paypal:hover{background-position:0 -660px}ul.social-icons li.paypal:hover,ul.social-icons.color li.paypal{background-position:0 -690px}ul.social-icons li.picasa,ul.social-icons.color li.picasa:hover{background-position:0 -720px}ul.social-icons li.picasa:hover,ul.social-icons.color li.picasa{background-position:0 -750px}ul.social-icons li.pinterest,ul.social-icons.color li.pinterest:hover{background-position:0 -780px}ul.social-icons li.pinterest:hover,ul.social-icons.color li.pinterest{background-position:0 -810px}ul.social-icons li.reddit,ul.social-icons.color li.reddit:hover{background-position:0 -840px}ul.social-icons li.reddit:hover,ul.social-icons.color li.reddit{background-position:0 -870px}ul.social-icons li.rss,ul.social-icons.color li.rss:hover{background-position:0 -900px}ul.social-icons li.rss:hover,ul.social-icons.color li.rss{background-position:0 -930px}ul.social-icons li.skype,ul.social-icons.color li.skype:hover{background-position:0 -960px}ul.social-icons li.skype:hover,ul.social-icons.color li.skype{background-position:0 -990px}ul.social-icons li.stumbleupon,ul.social-icons.color li.stumbleupon:hover{background-position:0 -1020px}ul.social-icons li.stumbleupon:hover,ul.social-icons.color li.stumbleupon{background-position:0 -1050px}ul.social-icons li.tumblr,ul.social-icons.color li.tumblr:hover{background-position:0 -1080px}ul.social-icons li.tumblr:hover,ul.social-icons.color li.tumblr{background-position:0 -1110px}ul.social-icons li.twitter,ul.social-icons.color li.twitter:hover{background-position:0 -1140px}ul.social-icons li.twitter:hover,ul.social-icons.color li.twitter{background-position:0 -1170px}ul.social-icons li.vimeo,ul.social-icons.color li.vimeo:hover{background-position:0 -1200px}ul.social-icons li.vimeo:hover,ul.social-icons.color li.vimeo{background-position:0 -1230px}ul.social-icons li.wordpress,ul.social-icons.color li.wordpress:hover{background-position:0 -1260px}ul.social-icons li.wordpress:hover,ul.social-icons.color li.wordpress{background-position:0 -1290px}ul.social-icons li.yahoo,ul.social-icons.color li.yahoo:hover{background-position:0 -1320px}ul.social-icons li.yahoo:hover,ul.social-icons.color li.yahoo{background-position:0 -1350px}ul.social-icons li.youtube,ul.social-icons.color li.youtube:hover{background-position:0 -1380px}ul.social-icons li.youtube:hover,ul.social-icons.color li.youtube{background-position:0 -1410px}ul.social-icons li.github,ul.social-icons.color li.github:hover{background-position:0 -1440px}ul.social-icons li.github:hover,ul.social-icons.color li.github{background-position:0 -1470px}ul.social-icons li.behance,ul.social-icons.color li.behance:hover{background-position:0 -1500px}ul.social-icons li.behance:hover,ul.social-icons.color li.behance{background-position:0 -1530px}ul.social-icons li.yelp,ul.social-icons.color li.yelp:hover{background-position:0 -1560px}ul.social-icons li.yelp:hover,ul.social-icons.color li.yelp{background-position:0 -1590px}ul.social-icons li.mail,ul.social-icons.color li.mail:hover{background-position:0 -1620px}ul.social-icons li.mail:hover,ul.social-icons.color li.mail{background-position:0 -1650px}ul.social-icons li.instagram,ul.social-icons.color li.instagram:hover{background-position:0 -1680px}ul.social-icons li.instagram:hover,ul.social-icons.color li.instagram{background-position:0 -1710px}ul.social-icons li.foursquare,ul.social-icons.color li.foursquare:hover{background-position:0 -1740px}ul.social-icons li.foursquare:hover,ul.social-icons.color li.foursquare{background-position:0 -1770px}ul.social-icons li.zerply,ul.social-icons.color li.zerply:hover{background-position:0 -1800px}ul.social-icons li.zerply:hover,ul.social-icons.color li.zerply{background-position:0 -1830px}ul.social-icons li.vk,ul.social-icons.color li.vk:hover{background-position:0 -1860px}ul.social-icons li.vk:hover,ul.social-icons.color li.vk{background-position:0 -1890px}

/* ===================================================================
						Owl Carousel
======================================================================*/
.owl-theme .owl-dots {
	margin: 30px -5px 0;
    text-align: unset;
}
.owl-theme .owl-dots .owl-dot {
    padding: 0 5px;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 1px solid #e1e1e1;
}
.typo-white .owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}
/* Dots Inline */
.dots-inline .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 20px;
    text-align: center;
}
/* Navigation */
.owl-theme .owl-nav{
	margin: 0;
}
.owl-carousel .owl-controls .owl-nav div {
	background: #333;
	width: 40px;
    height: 60px;
    line-height: 60px;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 15px;
	margin-right:7.5px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 15px;
	margin-left:7.5px;
}
.owl-theme .owl-nav > div {
	font-size:0;
	padding:0;
	border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	margin:0;
	text-align:center
}
.owl-carousel .owl-controls .owl-nav .owl-prev:after,
.owl-carousel .owl-controls .owl-nav .owl-next:after {
	font-family:"Ionicons";
	content:"\f3d2";
	font-size:30px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:after,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:after {
	opacity:1;
}
.typo-white .owl-carousel .owl-controls .owl-nav .owl-prev:after,
.typo-white .owl-carousel .owl-controls .owl-nav .owl-next:after {
	color:#fff;
}
.owl-carousel .owl-controls .owl-nav .owl-next:after {
	content:"\f3d3";
}
/* Revolution Slider */
.tparrows.tp-rightarrow:before{
	content:"\f125";
	font-family: 'Ionicons';
}
.tparrows.tp-leftarrow:before{
	content: "\f124";
	font-family: 'Ionicons';
}
.overlay-gradient{
	background: linear-gradient(to bottom,transparent 45%,#222);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    opacity: 0.9;
}
/* ===================================================================
						Overlay
======================================================================*/
.overlay-container {
	display:inline-block;
    overflow: hidden;
    position: relative;
}
.rs-opacity-overlay {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    z-index: auto;
}
.dark-overlay,
.theme-overlay,
.white-overlay {
	background:rgba(46,43,43,0.4);
	top: 0; right:0; bottom: 0; left:0;
    height: 100%; width: 100%;
    position: absolute;
	transition: all ease-in-out 0.4s;-webkit-transition: all ease-in-out 0.4s;-moz-transition: all ease-in-out 0.4s;-o-transition: all ease-in-out 0.4s;
}
.dark-overlay {
	background:rgba(46,43,43,0.2);
}
.white-overlay{
	background:rgba(255,255,255,0.8);
}
.dark-overlay.sm {
	background:rgba(46,43,43,0.6);
}
.dark-overlay.heavy {
	background:rgba(0,0,0,0.8)   ;
}
.dark-overlay.x-heavy {
	background:rgba(0,0,0,0.9)   ;
}
.hv-wrapper .dark-overlay,.hv-wrapper .theme-overlay {
	opacity:0;
	visibility:hidden;
}
.hv-wrapper:hover .dark-overlay,.hv-wrapper:hover .theme-overlay {
	opacity:1;
	visibility:visible;
}
/* ===================================================================
						Transition
======================================================================*/
.listing-wrap,
.listing-wrap:hover,
.listing-wrap:focus{
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
}

/* ===================================================================
						Shadow
======================================================================*/
.shadow,
.listing-wrap,
.pricing-wrap,
.post.post-grid,
.author-wrapper,
.brochures-widget ul > li > a,
.panel-group .panel,
.map-canvas {
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	     -o-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	        box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.listing-wrap:hover,.listing-wrap:focus,
.pricing-wrap:hover, .pricing-wrap:focus, .pricing-wrap.active,
.post.post-grid:hover,
.brochures-widget ul > li > a:hover,{
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
		-ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
		 -o-box-shadow: 0 15px 30px rgba(0,0,0,.1);
			box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.radius-3,
.listing-wrap,
.pricing-wrap,
.author-wrapper,
.brochures-widget ul > li > a,
.panel-group .panel {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
		 -o-border-radius: 3px;
	        border-radius: 3px;
}
.shadow-sm,
.label-group li a,
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a.active
.pagination > li > span:hover, .pagination > li > span:focus,
.post-grid .icon-round,
.gallery-detail .btn,
#scrollUp{
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	     -o-box-shadow: 0 3px 5px rgba(0,0,0,.2);
			box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

/* ===================================================================
						Page Title
======================================================================*/
.page-title-wrapper {
	padding: 60px 0;
	background-color: #f5f5f5;
	position: relative;
	background-position:center center;
	background-size:cover;
}
.page-title-wrapper .page-title {
    font-size: 40px;
    line-height: 46px;
}
.page-title-wrapper.dark{
	background: #171717;
}
/* ===================================================================
						Section
======================================================================*/
.page-content {
	padding-bottom: 60px;
	padding-top: 60px;
}
section,.section{
	padding: 50px 0;
	position:relative;
	background-position:center center;
	background-size:cover;
}
section .container,.section .container {
	position:relative;
}
section.bottom-shadow {
	box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 30px 80px 0 rgba(0, 0, 0, 0.08);
}
/* Positions */
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.pos-stc, .container.pos-stc{
	position: static;
}
/* Section Title */
.section-title {
    margin-bottom: 10px;
}
.section-title.text-center  {
    margin-bottom: 25px;
}
.section-title h3 {
	margin-bottom:15px;
}
.sub-title.bottom-line{
	margin-bottom: 40px;
}
h4.sub-title {
	font-weight: 400;
	margin-bottom:25px;
}
.bottom-line {
	position:relative;
}
.bottom-line:after {
    bottom: -20px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 50px;
}
.text-center .bottom-line:after {
	left:0;
	right:0;
}
.text-right .bottom-line:after {
	left: auto;
	right:0;
}
.typo-white .bottom-line:after {
	background:#fff;
}
.section-desc {
    margin-top: 65px;
    margin-bottom: 30px;
    max-width: 70%;
}
.section-title.text-center .section-desc {
    margin: 65px auto 30px;
    max-width: 62%;
}
/* Column Full width */
.fluid-col {
	height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.side-content {
	padding-right:4%;
	padding-left:4%;
}
/* Row Seperator */
.row-sep {
    background: url(../images/content/sep-buildings.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    padding: 30px 0;
    width: 100%;
}
.row-sep.cloud {
	background: url(../images/content/sep-cloud.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
/* ===================================================================
						Navigaton Menu
======================================================================*/
.nav-top {
	background-color:#ebedef;
	line-height:45px;
}
.top-toggle-btn {
    display: block;
    float: left;
    width: 100%;
}
.navbar-toggle {
    font-size: 24px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.top-toggle-btn .navbar-toggle {
    line-height: 40px;
}
.navbar-default .navbar-toggle {
    border: none;
	margin: 0 15px 0 0;
	line-height:50px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;	-webkit-border-radius: 0;	-moz-border-radius: 0;	-ms-border-radius: 0;	-o-border-radius: 0;
	margin:0;
	z-index:99;
}
.navbar-header {
    line-height: 80px;
	display:inline-block;
}
.navbar-brand {
    display: inline-block;
	float: none;
    margin: 0 !important;
    padding: 0;
    vertical-align: middle;
}
.nav-top .navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-collapse {
	padding:0;
}
.menu-inline {
    margin: 0 -15px;
}
.menu-inline > li {
    float: none;
}
.navbar-default .menu-inline > li > a {
	display:inline-block;
    font-size: 14px;
	font-weight:500;
    text-transform: uppercase;
	color: #909090;
	vertical-align:middle;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
}
.dropdown-toggle {
    vertical-align: middle;
}
.dropdown .dropdown-menu.sub-menu {
    top: 0;
    left: 100%
}
.dropdown .dropdown-menu.sub-menu.left-side {
    right: 100%;
    left: auto
}
/* Label */
header .dropdown .label {
    background: #E91E63;
    margin-left: 6px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
header .dropdown .label.yellow {
	color: #000;
	background: #FFEB3B;
}
/* Sticky */
.is-sticky #sticker {
	border:none;
    width: 100%;
    z-index: 99;
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	left:0;
	right:0;
}
/* Header Type 2 */
.header-type-2 .navbar-default .menu-inline > li:hover > a,
.header-type-2 .navbar-default .menu-inline > li:focus > a,
.header-type-2 .navbar-default .menu-inline > li.active > a,
.header-type-2 .navbar-default .menu-inline > li > a.active,
.header-type-2 .navbar-default .menu-inline > li > a:hover,
.header-type-2 .navbar-default .menu-inline > li > a:focus,
.header-type-2 .navbar-toggle:hover,
.header-type-2 .navbar-toggle:focus {
	color:#fff;
}
.top-toggle-btn .navbar-toggle:hover,
.top-toggle-btn .navbar-toggle:focus  {
	color: #171717;
}
.header-type-2 .logo-bar .navbar-nav.menu-inline,
.header-type-6 .logo-bar .navbar-nav.menu-inline {
	line-height: 110px;
}
.header-type-2  .logo-bar .navbar-nav.menu-inline > li,
.header-type-6  .logo-bar .navbar-nav.menu-inline > li {
	vertical-align:middle;
}
.icon-box {
	line-height:normal;
}
.icon-box .icon-wrapper,
.icon-box .inner-wrapper{
	display:table-cell;
	vertical-align:top;
}
.header-type-2 .icon-box .inner-wrapper,
.header-type-6 .icon-box .inner-wrapper{
	display:table-cell;
	vertical-align:middle;
	text-align: left;
}
.icon-box .icon-wrapper {
    padding-right: 30px;
}
.icon-bordered, .icon-square {
    border: 1px solid #eee;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}
.icon-box .icon-wrapper .icon-square {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.inner-wrapper > p {
    margin-bottom: 10px;
}
.inner-wrapper > p:last-child {
    margin-bottom: 0;
}
.header-type-2 .navbar-default .menu-inline > li > a.search-open i{
	margin-left: 10px;
}
/* Header Type 4 */
.header-type-4 .nav-top {
    background-color: rgba(0, 0, 0, 0.1);
}
.header-type-2 .navbar-default .menu-inline > li > a,
.header-type-2 .navbar-default .navbar-toggle,
.header-type-2 .dropdown-toggle,
.header-type-4 .navbar-default .menu-inline > li > a,
.header-type-4 .navbar-toggle,
.header-type-4 .dropdown-toggle  {
	color: rgba(255, 255, 255, 0.5);
}
.header-type-6 .navbar-header,.header-type-2 .navbar-header,.header-type-4 .navbar-header{
	border:none;
}
.header-type-2 .navbar-default .navbar-collapse, .header-type-2 .navbar-default .navbar-form,
.header-type-4 .navbar-default .navbar-collapse, .header-type-4 .navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, 0.5);
}
/* Header Type 6 */
.header-type-6 {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.header-type-6 .navbar-default {
	padding:0 15px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
}
.header-type-6 .is-sticky .navbar-default {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
}
.header-type-6 p.typo-white {
	color:#fff;
}
/*---------------------------------------------------------------
						Full Screen Search
-------------------------------------------------------------- */
.header-main-section .navbar-nav > li > a.srch-clk {
	font-weight:normal;
}
.full-search-wrapper {
    height: 100%; width: 100%;
    position: fixed;
	display:none;
	left:0;
	right:0;
    top: 0;
    z-index: 99999;
}
.full-search-wrapper  {
	background-color: rgba(30,30,30,0.9);
	background-image:
		url('../images/bg/2.jpg'),
		url('../images/bg/2.jpg'),
		url('../images/bg/2.jpg'),
		url('../images/bg/2.jpg'),
		url('../images/bg/2.jpg');
	background-repeat: repeat-x;
	background-position: 50% 50%;

	background-size: cover;
	animation: 50s para infinite linear;
	-webkit-animation: 50s para infinite linear;
	-moz-animation: 50s para infinite linear;
	-ms-animation: 50s para infinite linear;
	}

@keyframes para {
	100% {
		background-position:
			-5000px 20%,
			-800px 95%,
			500px 0,
			1000px 100%,
			400px 0;
	}
}
.full-search-wrapper .search-form {
    position: absolute;
    width: 64%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: rgba(30,30,30,0.9);
    padding: 50px;
}
.full-search-wrapper .search-close {
	font-size: 64px;
    position: absolute;
    right: 40px;
    top: 30px;
    line-height: 1;
}
.full-search-wrapper .search-close > i{
    line-height: 1;
}
.full-search-wrapper .input-group {
	width:100%;
}
.full-search-wrapper .form-control {
	border:1px solid;
	background:transparent;
	border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;
	font-size: 15px;
    height: auto;
    padding: 15px;
	color:#fff;
}
.full-search-wrapper .input-group-btn {
	width:auto;
}
.full-search-wrapper .input-group-btn .btn.btn-default {
	background:transparent;
    border: none;
    font-size: 20px;
    line-height: 60px;
    padding: 0;
    position: absolute;
    top: 0; right: 15px;
}
/* ===================================================================
						Column Equal Height
======================================================================*/
.col-eq-height{
	padding: 60px;
}

/* ===================================================================
						Back to top
======================================================================*/
#scrollUp {
    background-color: #303133;
    bottom: 80px;
    font-size: 24px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    right: 20px;
    text-align: center;
    width: 50px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.bordered #scrollUp {
	right:45px;
	bottom:45px;
}
#scrollUp:hover,
#scrollUp:focus {
	color:#fff;
}
/* ===================================================================
						Purchase Button
======================================================================*/
.purchase-btn, .purchase-btn:hover,
.purchase-btn .title, .purchase-btn:hover .title{
     transition: 350ms all ease-in-out;
    -webkit-transition: 350ms all ease-in-out;
    -moz-transition: 350ms all ease-in-out;
    -ms-transition: 350ms all ease-in-out;
    -o-transition: 350ms all ease-in-out;
}
.purchase-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #303133;
    padding: 10px 26px 10px 10px;
    display: inline-block;
    height: 50px;
    border-radius: 35px;
     transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
	max-width: 50px;
	overflow: hidden;
}
.purchase-btn:hover {
	max-width: 230px;
    padding: 10px 26px 10px 12px;
     transition: 350ms all ease-in-out;
    -webkit-transition: 350ms all ease-in-out;
    -moz-transition: 350ms all ease-in-out;
    -ms-transition: 350ms all ease-in-out;
    -o-transition: 350ms all ease-in-out;
}
.purchase-btn img {
    width: 30px;
    margin-right: 15px;
}
.purchase-btn .title{
	visibility: hidden;
	opacity: 0;
	font-size: 0;
}
.purchase-btn:hover .title{
	visibility: visible;
	opacity: 1;
	font-size: 100%;
}
/* ===================================================================
						Icon List
======================================================================*/
.icon-list > li:before {
	font-family:"Ionicons";
	content:"\f120";
	padding-right:15px;
}
.icon-list > li {
    margin-bottom: 5px;
}
.typo-white .icon-list > li:before{
	color: #fff;
}
/* Icon Box List Style */
.icon-box-list > li {
    margin-bottom: 10px;
}
.icon-box-list > li:last-child {
    margin-bottom: 0;
}
/* Icons List Type */
.list-type{
	list-style: circle;
	padding-left: 15px;
}
.list-type > li > a {
    padding: 6px 0px;
    display: block;
    font-size: 16px;
}
/*  Verticle Middle */
.vmiddle{
	position: absolute;
	top:  50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
/* ===================================================================
						Ratings
======================================================================*/
.rating-wrap {
    margin: 0;
	cursor: pointer;
	color: #EEBF00;
}
/* ===================================================================
						Icon Grids
======================================================================*/
/* Image Grid */
.img-grid.white-bg {
	padding-bottom:30px;
}
.img-grid .overlay-container {
    margin-bottom: 10px;
}
.text-center .grid-details {
    padding: 0 22px;
}
.img-grid h4 {
    margin-bottom: 10px;
}
.img-grid p,.icon-grid p {
    margin-bottom: 20px;
}
.img-grid p:last-child {
    margin-bottom: 0;
}
.icon-grid.icon-grid-bg {
	padding: 25px 25px 25px;
}
.icon-grid.icon-grid-bg,.icon-grid.icon-grid-bg * {
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.icon-grid .grid-icon {
	font-size:32px;
}
.icon-grid .grid-icon,.icon-grid h5.grid-title {
	margin-bottom:10px;
	display:block;
}
.icon-grid h5.grid-title {
	margin-top: 10px;
}
.icon-grid.icon-grid-bg:hover, .icon-grid.icon-grid-bg.active {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
}
.icon-grid.icon-grid-bg:hover .grid-icon,
.icon-grid.icon-grid-bg:hover h5.grid-title,
.icon-grid.icon-grid-bg:hover p,
.icon-grid.icon-grid-bg:hover ul li,
.icon-grid.icon-grid-bg:hover .icon-list > li:before,
.icon-grid.icon-grid-bg.active .grid-icon,
.icon-grid.icon-grid-bg.active h5.grid-title,
.icon-grid.icon-grid-bg.active p,
.icon-grid.icon-grid-bg.active ul li,
.icon-grid.icon-grid-bg.active .icon-list > li:before  {
	color:#fff;
}
/* Icon Grid */
.icon-grid i.icon-circle.step {color: #4CAF50; font-size: 24px; width:60px; height:60px; line-height:60px; margin-bottom: 0;}
.icon-grid i.icon-circle.opigood {color: #4CAF50; font-size: 24px; width:60px; height:60px; line-height:60px; margin-bottom: 0; padding-top:0;}
.icon-grid i.icon-circle.opibad {color: #f44336; font-size: 24px; width:60px; height:60px; line-height:60px; margin-bottom: 0; padding-top:0;}
.icon-grid i.icon-circle.opineutral {color: #777; font-size: 24px; width:60px; height:60px; line-height:60px; margin-bottom: 0; padding-top:0; transform: rotate(90deg);}
.icon-grid:hover i.icon-circle.opibad{background-color: #f44336;}
.icon-grid:hover i.icon-circle.opineutral{background-color: #777;}
.fa-thumbs-o-down:before
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	writing-mode: lr-tb;
}


.icon-grid i.icon-circle {
	background-color: #ecedef;
    border-radius: 50%;	-webkit-border-radius: 50%;	-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
    display: inline-block;
    font-size: 44px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 18px;
    padding-top:18px;
	position:relative;
	transition: all ease-in-out 0.4s;-webkit-transition: all ease-in-out 0.4s;-moz-transition: all ease-in-out 0.4s;-o-transition: all ease-in-out 0.4s;
    width: 80px;
	z-index:1;
	text-align: center;
}
.icon-grid i.icon-circle:after {
	background:inherit;
	border-radius: 50%;	-webkit-border-radius: 50%;	-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	position:absolute;
	content:"";
	width:100%;
	height:100%;

	top:0;
	left:0;
	transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;-webkit-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;-moz-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;-o-transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
	z-index:-1;
}
.icon-grid:hover i.icon-circle:after {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	opacity:0;
}
.icon-grid:hover i.icon-circle {
	color:#fff;
}
/* Icon Left */
.icon-grid .media-left {
    padding-right: 30px;
}
.icon-grid .grid-details h4 {
	margin-bottom:5px;
}
.icon-grid .grid-details h6 {
	margin-bottom:20px;
}
/* icon on side */
.icon-box.style-2 .icon-wrapper,
.icon-box.style-2 .inner-wrapper{
	display:table-cell;
	vertical-align:top;
}
.icon-box.style-2 .icon-wrapper {
	padding-right:30px;
}
/* ===================================================================
						Listings
======================================================================*/
/* Listings Grid */
.listing-wrap {
	overflow: hidden;
	background-color: #fff;
}
.owl-carousel .listing-wrap {
	margin-bottom: 10px;
}
.listing-img-wrap {
    position: relative;
	overflow: hidden;
}
.listing-img-wrap:before {
    opacity: 0;
    background: linear-gradient(to bottom,transparent 50%,#2f2f2f);
    background: -webkit-linear-gradient(to bottom,transparent 50%,#2f2f2f);
    background: -moz-linear-gradient(to bottom,transparent 50%,#2f2f2f);
    background: -ms-linear-gradient(to bottom,transparent 50%,#2f2f2f);
    background: -o-linear-gradient(to bottom,transparent 50%,#2f2f2f);
	position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
	-webkit-transition: all ease-in-out 350ms;
	   -moz-transition: all ease-in-out 350ms;
		-ms-transition: all ease-in-out 350ms;
		 -o-transition: all ease-in-out 350ms;
			transition: all ease-in-out 350ms;
}
.listing-wrap:hover .listing-img-wrap:before {
    opacity: 0.9;
	-webkit-transition: all ease-in-out 350ms;
	   -moz-transition: all ease-in-out 350ms;
		-ms-transition: all ease-in-out 350ms;
		 -o-transition: all ease-in-out 350ms;
			transition: all ease-in-out 350ms;
}
.listing-img-wrap > img{
	width: 100%;
}
.listing.listing-grid{margin:2px;}
.footer-about-content {text-align: justify; margin-bottom: 20px;}
.property-img-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    display: table;
    width: 100%;
    z-index: 2;
    text-align: right;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
    	-ms-transform: translateY(100%);
    	 -o-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-transition: all ease-in-out 350ms;
	   -moz-transition: all ease-in-out 350ms;
		-ms-transition: all ease-in-out 350ms;
		 -o-transition: all ease-in-out 350ms;
			transition: all ease-in-out 350ms;
}
.listing-wrap:hover .property-img-footer{
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	 -o-transform: translateY(0);
			transform: translateY(0);
	-webkit-transition: all ease-in-out 350ms;
	   -moz-transition: all ease-in-out 350ms;
		-ms-transition: all ease-in-out 350ms;
		 -o-transition: all ease-in-out 350ms;
			transition: all ease-in-out 350ms;
}
.agent-wrap {
    display: inline-block;
    float: left;
    vertical-align: middle;
    text-align: center;
}
.agent-wrap .name {
    margin: 0;
}
.agent-wrap .name a {
    color: #fff;
    font-size: 14px;
}
.agent-wrap .name a:hover,
.agent-wrap .name a:focus{
	text-decoration: underline;
}
.agent-wrap img {
    height: 36px;
    width: 36px !important;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
    		border-radius: 50%;
}
.agent-wrap img {
    height: 36px;
    width: 36px;
}
.property-ratings {
    /* float: right; */
    vertical-align: bottom;
    display: table-cell;
	text-align: right;
}
.property-ratings .price{
	color: #fff;
	margin: 0;
	font-size: 14px;
}
.listing-content-wrap{
	padding: 30px;
}
.title-wrap {
    margin-top: 10px;
    min-height:120px;
}
.before-title{text-align: justify; padding:5px 0 10px 0;}
.listing-wrap .title{
	margin-bottom: 0;
}
.features-list li {
    display: inline-block;
    min-width: 144px;
    margin-bottom: 12px;
}
.features-list li:last-child {
    margin-bottom: 0;
}
.features-list li i {
    margin-right: 10px;
}
/* Property Search */
.search-block .tab-content {
    padding: 33px 30px 20px;
}
.property-search-form .btn{
	height: 50px;
	font-size: 17px;
}
/* ===================================================================
						Number Counter
======================================================================*/
h3.number-counter {
	font-weight:300;
	font-size:48px;
	margin-bottom:10px;
}
.counter-title {
	margin-bottom:10px;
}
.counter-wrapper p {
	margin-bottom:10px;
}
/* ===================================================================
						Number Countdown
======================================================================*/
.countdown-section{
	display: inline-block;
	background: transparent;
	float: none;
	margin-right: 20px;
	text-align:  left;
	position: relative;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;
}
.countdown-period,
.countdown-amount{
	position: relative;
	z-index: 1;
	font-weight: 100;
}
.countdown-section .countdown-amount{
	font-size: 30px;
	line-height: 1;
	margin-right:  5px;
}
/* ===================================================================
						Pricing
======================================================================*/
.pricing-wrap {
	padding: 40px 0;
	color: #777;
	cursor: pointer;
	background-color: #fff;
}
.pricing-wrap, .pricing-wrap:hover, .pricing-wrap:focus, .pricing-wrap.active,
.pricing-wrap .title,.pricing-wrap:hover .title{
	-webkit-transition: all ease-in-out 350ms;
	   -moz-transition: all ease-in-out 350ms;
		-ms-transition: all ease-in-out 350ms;
		 -o-transition: all ease-in-out 350ms;
			transition: all ease-in-out 350ms;
}
.pricing-wrap span{
	color: inherit;
}
.pricing-wrap:hover, .pricing-wrap:focus, .pricing-wrap.active{
	color: #fff;
	-webkit-transform: scale(1.01,1.01);
	   -moz-transform: scale(1.01,1.01);
		-ms-transform: scale(1.01,1.01);
		 -o-transform: scale(1.01,1.01);
			transform: scale(1.01,1.01);
}
.pricing-wrap:hover .title,
.pricing-wrap:focus .title,
.pricing-wrap.active .title{
	color: #fff;
}
.price-symbol {
    margin-left: -10px;
    font-size: 22px;
    vertical-align: top;
}
.pricing-body {
    padding-top: 20px;
}
.pricing-body li {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	color: inherit;
}
.price .title {
    display: inline-block;
    font-weight: 200;
}
.pricing-title .title {
    border-bottom: 2px solid #eee;
    display: inline-block;
}
.pricing-footer {
    padding-top: 30px;
}
.pricing-wrap:hover .btn-default,
.pricing-wrap.active .btn-default{
	background: #fff;
	color: #171717;
}
.pricing-wrap:hover .btn-default:hover,
.pricing-wrap.active .btn-default:hover{
	background: #fff;
}
/* ===================================================================
						Label Group
======================================================================*/
label, .label{
	font-weight: 400;
}
.label-group li{
	display: inline-block;
	color: #777;
}
.label-group li a {
    color: #fff;
    background: #171717;
    padding: 6px 10px;
}
.label-group li a:hover,
.label-group li a:focus{
}
.label-group li a.red{
	background: #F44336;
}
.label-group li a.blue{
	background: #2196F3;
}
.label-group li a.yellow{
	background: #FFEB3B;
	color: #171717;
}
.label-group li a.orange{
	background: #FF5722;
}
.label-group li a.pink{
	background: #E91E63;
}
.label-group li a.purple{
	background: #9C27B0;
}
.label-group li a.brown{
	background: #66280C;
}

/* Label sens */
.label-group li a.bottomup{
	background: #f3732c;
}
.label-group li a.topdown{
	background: #f3732c;
}
.label-group li a.hybrid{
	background: #f3732c;
}

/* Label instruments */
.label-group li a.bss{
	background: #3dad48;
}
.label-group li a.colp{
	background: #3dad48;
}
.label-group li a.commark{
	background: #3dad48;
}
.label-group li a.fiscal{
	background: #3dad48;
}
.label-group li a.guideline{
	background: #3dad48;
}
.label-group li a.planning{
	background: #3dad48;
}
.label-group li a.regul{
	background: #3dad48;
}
.label-group li a.provision{
	background: #3dad48;
}

/* Label cost/benefit #f27620 */
.label-group li a.costben{
	background: #FFF;
	border:1px solid #f27620;
	color:#f27620;
}

/* Tabs */
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li.additional-tab {
    float: right;
}
.nav-tabs>li.additional-tab> a{
	background: #222;
	color: #fff;
	margin-right: 0;
}
.nav-tabs>li>a{
	position: relative;
	border: 0;
	padding: 10px 26px;
	min-width: 120px;
	text-align: center;
	font-size: 16px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
	border: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: transparent;
}
.nav-tabs>li>a:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #111;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {
    width: 100%;
}
.tab-content {
    padding: 20px 26px;
    background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
	-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
	-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14);
}
.tab-content p:last-child{
	margin-bottom:  0;
}

/* ===================================================================
						Pic Shape
======================================================================*/
.pic-shape {
	 box-shadow: 20px 30px 0 0 #ebedef;
	 -webkit-box-shadow: 20px 30px 0 0 #ebedef;
	 -moz-box-shadow: 20px 30px 0 0 #ebedef;
	 -ms-box-shadow: 20px 30px 0 0 #ebedef;
	 -o-box-shadow: 20px 30px 0 0 #ebedef;
    display: inline-block;
	margin-bottom:30px;
}
.block-center, .img-center{
	margin-left: auto;
	margin-right: auto;
}
/* ===================================================================
						Services Slider
======================================================================*/
.services-grid {
	margin-bottom:20px;
}
.services-img {
	margin-bottom:20px;
}
.services-slide,.services-grid {
	overflow: visible;
}
.services-slide .media-body,.services-grid .media-body {
    padding: 100px 20px 0;
	overflow:visible;
}
.services-slide:hover .media-left img,.services-grid:hover .media-left img {
	box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.5);
}
h4.services-heading {
	position:relative;
	font-weight:400;
	font-size:23px;
	margin-bottom:15px;
	line-height: 35px;
}
h5.services-heading {
	font-size:18px;
	margin-bottom:15px;
}
h5.services-heading a:hover {
	text-decoration:underline;
	color:#333;
}
.services-heading > span {
	font-size: 36px;
    padding-right: 5px;
    position: absolute;
    right: 100%;
}
.services-desc p {
	margin-bottom:15px;
}
.services-grid .icon-box {
	margin-top:10px;
}
/* ===================================================================
						Team
======================================================================*/
.team-grid {
	background: #fff;
    padding: 30px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
		 	border-radius: 3px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
		-ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
		 -o-box-shadow: 0 3px 5px rgba(0,0,0,.2);
			box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.team-grid .team-img {
    margin: 0 auto 30px;
    width: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.team-grid .team-name {
    margin-bottom: 8px;
    line-height: 24px;
}
.team-grid .team-name > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.position {
    font-style: italic;
}
.team-social li > a {
    font-size: 22px;
}
/* ===================================================================
						Partner
======================================================================*/
.partner.media {
    margin-top: 30px;
}
.partner .media-left {
    padding-right: 30px;
}
.partner-heading.media-heading {
    margin-bottom: 15px;
}
.partner .media-body p {
    margin-bottom: 40px;
}
/* ===================================================================
						Testimonials
======================================================================*/
.testimonial-wrapper {
	margin-bottom:50px;
}
.testimonial-wrapper:last-child {
	margin-bottom:0;
}
.testimonial-wrapper .testimonial-cmt {
	padding: 40px 50px;
	position:relative;
	margin-bottom: 50px;
}
.testimonial-wrapper .testimonial-cmt h6 {
	font-size:16px;
	margin-bottom: 35px;
}
.testimonial-wrapper.testimonial-sm .testimonial-cmt {
	padding:15px;
}
.testimonial-wrapper.testimonial-md .testimonial-cmt {
	padding:30px;
}
.testimonial-wrapper .testimonial-cmt.grey-bg {
	background:#e9f1f8;
}
.testimonial-wrapper .testimonial-cmt p:last-of-type {
	margin-bottom:0;
}
.testimonial-wrapper .testimonial-cmt.white-bg .cmt-arrow,
.testimonial-wrapper .testimonial-cmt.grey-bg .cmt-arrow {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    bottom: -30px;
    display: block;
    height: 30px;
    left: 30px;
    position: absolute;
    width: 30px;
}
.testimonial-wrapper .testimonial-cmt.grey-bg .cmt-arrow {
	border-left: 30px solid #e9f1f8;
}
.media-left.testi-img-block {
	padding-right: 20px;
}
.media-left.testi-img-block img{
	height: 60px;
	width: 60px;
}
.testi-details-block {
	vertical-align:middle;
}
.testimonial-cmt p {
	margin-bottom:0!important;
	font-size:14px;
}
.testimonial-sm .testi-details-block p,
.testimonial-md .testi-details-block p {
	font-size:13px;
	margin-bottom:0;
}
.testi-details-block p.testi-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonial-side-img {
	bottom: 0;
    position: absolute;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    z-index: 1;
}
.testimonial-title {
    bottom: -30px;
    color: rgba(46, 43, 43, 0.25);
    font-size: 143px;
    line-height: 143px;
    margin-bottom: 0;
	padding:0 15px;
    position: absolute;
    vertical-align: bottom;
    width: 100%;
    word-wrap: break-word;
}
/* Testimonial Border style */
.testimonial-bordered .testimonial-wrapper .testimonial-cmt {
    border: 1px solid rgba(255,255,255,0.1);
}
.testimonial-bordered .testimonial-cmt p{
	font-size: 16px;
    font-style: italic;
}
/* ===================================================================
					Open Position
======================================================================*/
.pic-shadow {
	box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
}
.pretty-container {
	position:relative;
}
.pretty-play {
	background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 50px;
    height: 70px;
    line-height: 75px!important;
    padding: 0 0 0 10px;
    position: absolute;
    text-align: center;
    width: 70px;
    z-index: 9;
}
.pretty-play.pretty-middle {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ===================================================================
						Contact Info Section
======================================================================*/
.contact-info-wapper {
	box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
}
.theme-bg .contact-info-wapper {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.contact-info-wapper > div {
	border-right: 1px solid #ebedef;
	padding: 35px 50px;
}
.theme-bg .contact-info-wapper > div {
	padding: 40px 50px;
	border-color:rgba(255,255,255,0.1);
}
.contact-info-wapper > div:last-child {
	border-right:none;
}
p.contact-title {
	margin-bottom:5px;
}
h6.contact-details {
	font-weight: 400;
    line-height: 25px;
}
h6.contact-details:last-child {
	margin-bottom:0;
}
/* ===================================================================
					Table
======================================================================*/
.table.table-position > tbody > tr > td, .table.table-position > tbody > tr > th, .table.table-position > tfoot > tr > td, .table.table-position > tfoot > tr > th, .table.table-position > thead > tr > td, .table.table-position > thead > tr > th {
	border:none;
	padding:30px;
}
.table.table-position > thead > tr > th {
	padding:10px 30px;
	color:#fff;
}
.table.table-position > thead > tr > th > span {
	padding-left:5px;
}
.table.table-position > tbody > tr > td {
	background:#ebedef;
	border-bottom:1px solid #fff;
}
/* ===================================================================
						Call to action
======================================================================*/
.cta-section {
	padding: 0;
}
.cta-wrapper {
    border-radius: 2px;
    box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.4);
    margin-top: -65px;
    padding: 0 30px;
}
.cta-block,.cta-btn-block {
	padding: 40px 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.cta-title {
	margin-bottom:0;
}
p.cta-sub-title {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
	opacity:1;
}
.cta-block > p:last-child {
    margin-bottom: 0;
}
.cta-link {
	font-weight: 600;
    text-transform: uppercase;
	text-decoration:underline;
	line-height:70px;
}
.cta-btn{
	margin-top: 10px;
}
.cta-section .top-overlap-img img {
    position: absolute;
    z-index: 9;
    top: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* ===================================================================
					Portfolio Grid
======================================================================*/
.isotope-filters {
	margin-bottom:60px;
}
.isotope-grid .item,
.isotope-grid .grid-sizer {
	overflow:hidden;
}
.isotope-grid .item .image-wrapper{
	margin-bottom:0;
}
.isotope-grid.has-gutter-space .item{
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
}
.isotope-grid .image-wrapper img {
    width: 100%;
}
/* Three Column */
.isotope-grid.grid-three-column .item,
.isotope-grid.grid-three-column .grid-sizer {
	width: 32%;
}
/* Radius Item */
.isotope-grid.item-radius .item{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
/* Filter */
.isotope-filters .nav-pills li {
    margin-right: 20px;
}
.isotope-filters .nav-pills li:last-child{
	margin-right: 0;
}
.isotope-filters .nav-pills li a, .isotope-filters .nav-pills li button {
    background: transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 2px solid #e1e1e1;
    color: #171717;
    font-weight: 400;
    min-width: 100px;
    padding: 6px 20px;
    text-align: center;
}
.isotope-filters .nav-pills.dark li a, .isotope-filters .nav-pills.dark li button {
    background: #606060 none repeat scroll 0 0;
    color: #fff;
}
.isotope-filters .nav-pills li a.active, .isotope-filters .nav-pills li.active button,
.isotope-filters .nav-pills li a:hover, .isotope-filters .nav-pills li button:hover,
.isotope-filters .nav-pills li a:focus, .isotope-filters .nav-pills li button:focus
{
	color: #fff;
	background: #eee;
}
/* Filter Center */
.isotope-filters.text-center .nav-pills > li, .isotope-filters.text-right .nav-pills > li{
	display: inline-block;
	float: none;
}
/* Gallery Image Wrapper */
.isotope-grid .item .image-wrapper{
	position: relative;
}
.gallery-detail .btn {
    font-size: 22px;
    padding: 10px;
    margin: 0 3px;
    background: #171717;
    line-height: 1;
    color: #fff;
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 17px;
    border-radius: 5px;
    border: none;
	float: left;
}
.gallery-detail .btn span {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
	color: #fff;
}
.gallery-detail .btn.likes{
	color: #E91E63;
}
.gallery-detail p{
	margin: 0 0 20px;
}
/* Gallery Buttons */
.btns-wrapper, .isotope-grid .item:hover .btns-wrapper,
.gallery-content-wrap, .isotope-grid .item:hover .gallery-content-wrap{
	-webkit-transition:all 250ms ease-in-out 0s;
	   -moz-transition:all 250ms ease-in-out 0s;
	    -ms-transition:all 250ms ease-in-out 0s;
	     -o-transition:all 250ms ease-in-out 0s;
		    transition:all 250ms ease-in-out 0s;
}
.btns-wrapper{
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0;
	transform: scale(1.5,1.5); -webkit-transform: scale(1.5,1.5); -moz-transform: scalescale(1.5,1.5); -ms-transform: scale(1.5,1.5); -o-transform: scale(1.5,1.5);
}
.isotope-grid .item:hover .btns-wrapper{
	opacity: 1;
	transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1);
}
/* Gallery Content Wrapper */
.gallery-content-wrap{
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
}
.isotope-grid .item:hover .gallery-content-wrap{
	opacity: 1;
}
.isotope-grid .overlay-container{
	display: block;
}
.gallery-content-wrap a{
	color: #fff;
}
.gallery-content-wrap .title,
.gallery-content-wrap .sub-title{
	margin: 10px 0 0;
	line-height: 1;
}
.gallery-content-wrap .sub-title{
	font-size: 13px;
}
.gallery-content-wrap .sub-title i{
	margin-right: 10px;
}
/* ===================================================================
						Project Single
======================================================================*/
.table.project-details {
	margin-bottom:30px;
	border:none;
	border-radius: 5px;
}
.table.project-details > tbody > tr > td, .table.project-details > tbody > tr > th, .table.project-details > tfoot > tr > td, .table.project-details > tfoot > tr > th, .table.project-details > thead > tr > td, .table.project-details > thead > tr > th {
	padding: 15px;
}
.project-images .pretty-link {
	display:inline-block;
}
.project-images img {
	margin-bottom:5px;
}
.pie-chart-wrapper {
    border: 1px solid #eee;
    padding: 30px;
	margin-bottom:30px;
}
.project.project-single .project-thumbnail{
	margin-bottom: 0;
}
.project.project-single .post-content{
	margin-top: 30px;
}
#pieChart {
    margin-bottom: 20px;
}
.pie-chart-wrapper p {
	text-align:center;
	margin-bottom:0;
}
.piechart-details {
    padding-left: 40px;
}
.piechart-details .color {
    display: inline-block;
    height: 25px;
    margin: 10px 10px 10px 0;
    vertical-align: middle;
    width: 25px;
}
/* ===================================================================
						Blog
======================================================================*/
.post .post-thumbnail,.project .project-thumbnail {
	margin-bottom:15px;
}
.dark-overlay > span {
    color: #fff;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
}
.post .post-title,.project .project-title {
    margin-bottom: 15px;
}
.post .post-title > a:hover,.project .project-title > a:hover {
	color:#333;
	text-decoration:underline;
}
.post .post-date,.project .project-name {
	font-size: 12px;
    margin-bottom: 5px;
}
.post .post-date i,
.comment-date i{
	margin-right: 10px;
}
/* Post Grid */
.post.post-grid {
    background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.post-grid .media-left{
	display: block;
	padding: 0;
}
.post-grid .media-body {
    display: block;
    width: 100%;
    padding: 30px;
	position: relative;
	overflow: visible;
}
.post.post-grid .post-thumbnail{
	margin-bottom: 0;
	display: block;
}
.post.post-grid .post-thumbnail a >  img{
	width: 100% !important;
}
.icon-round {
    -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
    background: #171717;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}
.post-grid .icon-round {
    position: absolute;
    top: -24px;
    right: 26px;
}
.post-grid:hover .icon-round,
.post-grid:focus .icon-round,
.post-grid.active .icon-round {
	color: #fff;
	background: #212121;
}
.post-grid:hover .icon-round,
.post-grid:focus .icon-round,
.post-grid.active .icon-round {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.post-grid .media-body p:last-child {
	margin-bottom: 0;
}

/* Post Standard */
.post-standard,.post-list {
	border-bottom: 1px solid #ebedef;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
/* Post List */
.post-list .post-thumbnail {
	margin-bottom:0;
}
.post-list .media-left, .post-list.media > .pull-left {
    padding-right: 30px;
}
/* Post Single */
.post.post-single .post-date {
	margin-bottom:0;
}
.post.post-single .post-title {
    font-weight: 500;
}
.post.post-single .post-content,
.post.post-single .post-content p {
	margin-bottom: 20px;
}
.author-wrapper {
	padding:15px;
	background: #f5f5f5;
}
.author-wrapper .author-img > img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.author-wrapper .media-left,.author-wrapper .media > .pull-left {
    padding-right: 30px;
}
.author-wrapper h6 {
	font-size:13px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.author-wrapper p:last-child {
	margin-bottom:0;
}
/* Post Comment */
.comment-main-wrapper {
	margin-bottom:15px;
}
.comment-main-wrapper h6 {
	margin-bottom:40px;
}
.comment-wrapper {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.comment-wrapper .media-left,.comment-wrapper .media > .pull-left {
    padding-right: 30px;
}
.comment-wrapper .comment-name {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}
p.comment-date {
    font-size: 12px;
    margin-bottom: 15px;
}
a.reply-link {
    color: #2e2b2b;
    text-transform: capitalize;
    border-bottom: 2px solid #eee;
    padding-bottom: 3px;
    padding: 0px 24px 5px 0px;
    margin-bottom: 6px;
    display: inline-block;
}
a.reply-link:before {
	content:"\f13a";
	color: #909090;
    display: inline-block;
    font-family: "Ionicons";
    margin-right: 10px;
}
.comment-wrapper .comment-img img {
    height: 65px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
    		border-radius: 50%;
}
/* ===================================================================
						Project
======================================================================*/
.project .project-thumbnail {
	margin-bottom:35px;
}
.project .row {
	margin-bottom:0;
}
h6 {
	margin-bottom:25px;
}
/* ===================================================================
						Request Call back
======================================================================*/
.contact-wrapper {
    padding: 25px 50px 50px;
}
.floating-wrapper {
	background: #fff;
	box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
	/* margin-bottom:-50px; */
}
/* ===================================================================
						Widget
======================================================================*/
.sidebar .widget {
	margin-bottom:50px;
}
.sidebar .widget:last-child {
	margin-bottom:0;
}
.sidebar .row{
	margin-bottom: 0;
}
.widget .form-control {
    border-color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.footer-logo{
	margin-bottom: 15px;
}
/* Custom Menu Widget */
.menu-widget ul > li > a {
	background: #ebedef;
	color:#333;
	display:block;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 1px;
    padding: 0 30px;
    text-transform: uppercase;
	position:relative;
}
.menu-widget ul > li > a:before {
	display:inline-block;
	font-family:"Ionicons";
	content:"\f3d6";
	position:absolute;
	left:30px;
	opacity:0;
	visibility:hidden;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.menu-widget ul > li > a:hover,.menu-widget ul > li > a:focus,.menu-widget ul > li > a.active {
	color:#fff;
	padding-left:50px;
}
.menu-widget ul > li > a:hover:before,.menu-widget ul > li > a:focus:before,.menu-widget ul > li > a.active:before {
	opacity:1;
	visibility:visible;
}
.widget-subscribe p {
	margin-bottom:25px;
}
/* Broucher Widget */
.brochures-widget ul > li > a {
    background: #f1f1f1;
    display: block;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 14px;
    padding: 0 30px;
    text-transform: uppercase;
}
.brochures-widget ul > li > a span {
	line-height: 50px;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
}
.brochures-widget ul > li > a:hover,.brochures-widget ul > li > a:focus,
.brochures-widget ul > li > a:hover .text-color,.brochures-widget ul > li > a:focus .text-color {
	color:#fff !important;
}
.brochures-widget ul > li > a .file-type {
	color: #e91e63;
}
/* Search Widget */
.search-widget .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebedef;
}
/* Recent Post Widget */
.recent-widget .post-list {
    border: medium none;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.recent-widget .post-list .media-left, .recent-widget .post-list.media > .pull-left {
    padding-right: 15px;
}
.recent-widget .post .post-title {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}
.recent-widget .post .post-date {
	margin-bottom:0;
}
/* Post Widget */
.widget .post-thumbnail img{
	width: 70px;
	height: 70px;
}
/* Property Search Form */
.property-search-widget form .form-group {
    margin-bottom: 20px;
}
.property-search-widget form select,
.property-search-widget form .form-control {
    font-size: 13px;
    height: 40px;
    border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.property-search-widget form .form-group label {
    position: relative;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 11px;
    /* display: inline-block; */
	-webkit-transform: translate(0);
	   -moz-transform: translate(0);
		-ms-transform: translate(0);
		 -o-transform: translate(0);
			transform: translate(0);
}
.property-search-widget form .form-group.focus input,
.property-search-widget .form-group.focus .form-control{
	border-width: 1px;
}
/* Thumnail Widget */
.thumbnail-widget li {
    display: table;
    padding-bottom: 20px;
}
.thumbnail-widget li:last-child{
	padding-bottom: 0;
}
.thumbnail-widget .thumb-wrap {
    margin-right: 20px;
	display: inline-block;
}
.thumbnail-widget .thumb-wrap img{
	display: inline-block;
}
.thumb-circle .thumb-wrap img{
	border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
}
.thumbnail-widget .thumb-content {
    display: table-cell;
    vertical-align: middle;
}
.thumb-content > h5 {
    margin-bottom: 5px;
}
.thumbnail-widget a{
	display: block;
}
.thumbnail-widget span{
	font-size: 12px;
	font-style: italic;
	color: #7f7f7f;
}
.thumbnail-widget p{
	margin: 0;
	color: #7f7f7f;
}
/* Thumb Gallery Widget */
.gallery-widget ul{
	margin: 0 -2px;
}
.gallery-widget li {
    display: inline-block;
    padding: 0 0 4px;
    width: 23%;
    max-width: 62px;
}
.gallery-widget li img {
    display: inline-block;
    height: auto;
    width: auto;
}
/* Tag Widget */
.tag-widget li {
    display: inline-block;
	margin-bottom: 4px;
}
.tag-widget li a{
	padding: 6px 10px;
	display: block;
	border: 1px solid #eee;
	color: #777;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px;
}
.widget .tag-widget li a:hover{
	color: #fff;
}
.widgets-dark.typo-light .tag-widget li a:hover,
.widgets-dark.typo-light .tag-widget li a:focus,
.widgets-dark.typo-light .tag-widget li a.active{
	color: #fff;
}
/* Select State */
.selected-state > li {
    display: inline-block;
    margin: 0 1px 6px 0;
}
.selected-state > li > span {
    border: 1px solid #eee;
    color: #777;
    padding: 2px 10px;
    display: block;
    font-size: 14px;
	cursor: pointer;
    border-radius: 3px;
	-webkit-transition: 350ms all ease-in-out;
	   -moz-transition: 350ms all ease-in-out;
		-ms-transition: 350ms all ease-in-out;
		 -o-transition: 350ms all ease-in-out;
			transition: 350ms all ease-in-out;
}
.selected-state > li > span:hover,
.selected-state > li > span:focus,
.selected-state > li > span.active,
.selected-state > li > span.selected{
	background: #171717;
	border-color: #171717;
	color: #fff;
	-webkit-transition: 350ms all ease-in-out;
	   -moz-transition: 350ms all ease-in-out;
		-ms-transition: 350ms all ease-in-out;
		 -o-transition: 350ms all ease-in-out;
			transition: 350ms all ease-in-out;
}
/* Go Link Widget */
.go-widget li a {
    display: block;
    padding: 10px 0;
    position: relative;
}
.go-widget li a:hover {
    padding: 10px 0 10px 30px;
}
.go-widget li:last-child a {
    padding-bottom: 0;
}
.go-widget li a::before {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 18px;
    font-weight: bold;
    left: -20px;
    line-height: inherit;
    margin-right: 10px;
    position: absolute;
    top: 7px;
	opacity: 0;
}
.go-widget li a:hover::before {
    left: 0;
	opacity: 1;
}
.go-widget li a::before,
.go-widget li a:hover::before, .go-widget .badge{
	-webkit-transition:all 350ms ease-in-out 0s;
	   -moz-transition:all 350ms ease-in-out 0s;
	    -ms-transition:all 350ms ease-in-out 0s;
	     -o-transition:all 350ms ease-in-out 0s;
		    transition:all 350ms ease-in-out 0s;
}
.widget .badge{
	float: right;
	background: #7f7f7f;
}
.typo-white .widget .badge{
	background: #222;
}

/* ===================================================================
						Client Slider
======================================================================*/
.client-slider.owl-carousel img {
	max-width: 100%;
    width: auto;
	opacity:0.3;
	transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;
	cursor:pointer;
}
.client-slider.owl-carousel img:hover {
	opacity:1;
}
/* ===================================================================
						Footer
======================================================================*/
footer{
	position: relative;
}
.footer-widget-area {
	padding:85px 0 40px;
}
.widget,.footer-logo, .footer-info {
	margin-bottom: 25px!important;
}
.widget-title {
	padding-bottom:15px;
	margin-bottom:25px;
	position:relative;
}
.widget-title:after {
	width:20px;
	height:1px;
	background-color:#4d4d4d;
	position:absolute;
	content:"";
	left:0;
	bottom:0;
}
footer .form-control,
footer .input-group-btn > .btn {
	background:rgba(21,21,21,0.3);
	border: 0;
}
footer .form-control {
	font-size:13px;
	color:#fff;
}
footer hr {
	border-color:#4d4d4d;
	margin:0;
}
.footer-bottom-area {
	padding:30px 0 0;
	position:relative;
}
.footer-bottom-area p:last-child {
    margin-bottom: 0;
}
/* Extra Templates */
.template-block {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.template-block .title {
    float: left;
    word-wrap: break-word;
    width: 30%;
    border-right: 2px solid #fff;
    padding-right: 30px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.template-block .desc-wrap {
    padding-left: 70px;
    display: inline-block;
    width: 70%;
    padding-top: 12px;
}
.desc-wrap .desc {
    font-size: 26px;
    color: #f1f1f1;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
/* Template Coming Soon */
.template-block.comingsoon-block .desc-wrap {
    padding-top: 0;
}
/* COntruction block */
.construction-block .desc-wrap {
    background: rgba(30,30,30,0.5);
    padding: 30px;
}
.construction-block .title {
	border: none;
}
.construction-block form .form-group{
	margin-bottom: 0;
}
/* Sign In / Sign Up Pages */
.sign-wrap{
	left: 0;
	right:  0;
}
.sign-feature-block{
    z-index: 95;
    width: 900px;
    height: 420px;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 0 0;
    margin: auto;
    background-repeat: no-repeat;
    background-color: #edf1f4;
    position: absolute;
    -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05),0 3px 6px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
}
.feature-lists {
    display: inline-block;
    padding: 20px;
    width: 40%;
}
.feature-lists li {
    position: relative;
    padding: 10px 0 0 70px;
}
.feature-lists li > img{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature-lists .feature-desc .title{
	margin-bottom: 5px;
	font-size:  16px;
}
.feature-lists .feature-desc p{
	font-size:  14px;
}
.sign-form-block {
    width: 340px;
    background: #fff;
    border-radius: 5px;
    padding: 29px;
    padding-top: 25px;
    -webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05),0 3px 6px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 0 12px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.15);
    position: absolute;
    top: 50%;
    left: calc(50% - -154px);
    min-height: 485px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.sign-form-block .title-block .title{
	margin-bottom: 5px;
}
.sign-form-block .title-block > p{
	font-size: 14px;
}
/* ===================================================================
						Demo
======================================================================*/
.slider-after.search-block{
	padding-top: 60px;
}
.slider-after.search-block .nav-tabs>li>a{
	background: #fff;
	color: #777;
}
.bottom-overlap-img img {
    margin: 20px auto 0 auto;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
}
/* Demo 2 */
.property-img img {
    box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
    -ms-box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
    -o-box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
/* ===================================================================
						Spacings
======================================================================*/
.padding-none {
	padding:0;
}
.padding-top-none {
	padding-top:0;
}
.padding-bottom-none {
	padding-bottom:0;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-45 {
	padding-bottom:45px;
}
.padding-tb-80 {
	padding-top:80px;
	padding-bottom:80px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
.padding-tb-70 {
	padding-top:70px;
	padding-bottom:70px;
}
.padding-tb-120 {
	padding-top:120px;
	padding-bottom:120px;
}
.padding-top-120 {
	padding-top:120px;
}
.padding-bottom-120 {
	padding-bottom:120px;
}
.padding-tb-70 {
	padding:70px 0;
}
/* Margin */
.margin-none {
	margin:0!important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-top-50{
	margin-top: 50px;
}
.margin-bottom-50{
	margin-bottom: 50px;
}

/* ===================================================================
						Animaion shortcode Page
======================================================================*/
.animation-section .col-eq-height .vmiddle {
    left: 15px;
    right: 15px;
}
.animation-section .col-eq-height .target-object img{
	margin: 0 auto;
}
.animation-section .col-eq-height .target-object{
	padding: 60px;
}
/* ===================================================================
						Color Panel
======================================================================*/
.color-panel {
	position:fixed;
	left: 1%;
	bottom: 1%;
	text-align:center;
}
.panel-icons > li {
    margin-bottom: 15px;
	position:relative;
	display: inline-block;
}
.panel-colors {
    display: inline-block;
    position: relative;
    padding-bottom: 55px;
    position: absolute;
    padding-left: 0;
    left: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    right: 0;
}
.panel-icons > li > a,
.panel-colors > li > a {
	width: 50px;
	height: 50px;
	font-size: 28px;
	display:inline-block;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 50%;	-webkit-border-radius: 50%;	-moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-ransform: perspective(1px) translateZ(0);
	-ms-ransform: perspective(1px) translateZ(0);
	-o-ransform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
	line-height: 50px;
	color:#fff;
	background:#333;
	text-align:center;
	position:relative;
	z-index:1;
}
.panel-colors > li > a {
	bottom: 0;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    width: 20px;
	opacity:0;
	visibility:hidden;
}
.panel-color-list:hover .panel-colors > li > a {
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}
.panel-colors > li:nth-child(5) > a { transition-delay: 0.1s;-webkit-transition-delay: 0.1s;}
.panel-colors > li:nth-child(4) > a { transition-delay: 0.2s;-webkit-transition-delay: 0.2s;}
.panel-colors > li:nth-child(3) > a {   transition-delay: 0.3s;-webkit-transition-delay: 0.3s;}
.panel-colors > li:nth-child(2) > a {   transition-delay: 0.4s;-webkit-transition-delay: 0.4s;}
.panel-colors > li:nth-child(1) > a {   transition-delay: 0.4s;-webkit-transition-delay: 0.5s;}
.panel-icons > li > a.switcher-icon {
	background:#2e2e2e;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}

/*-------------- Mouse Selection Colors ---------------*/
::selection{
	background:#9575CD; color:#fff;
}
::-moz-selection{
	background:#9575CD; color:#fff;
}
::-ms-selection{
	background:#9575CD; color:#fff;
}
::-webkit-selection{
	background:#9575CD; color:#fff;
}


.reset-filter{
	    margin-top: -15px;
	font-size: 12px;
	text-align: right;
	font-style: italic;
}