﻿/* -----------------------------------------------------------------------------

    RESET
	Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)

----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.slide-text {
	left: 0;
	top: 35%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	height: 100%;	
}
.slide-text > p {
	padding: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	font-weight: 500;
	margin-bottom: 20px;
}
.line{
	display:none;
}
/* #header {
    background-color: #e6e6e6;
} */
/* -----------------------------------------------------------------------------

    GENERAL

----------------------------------------------------------------------------- */

html { height: 100%; font: 16px/1.5em 'Varela Round', sans-serif; }
body { position: relative; margin: 0; font: inherit; -webkit-font-smoothing: antialiased; -ms-word-wrap: break-word; word-wrap: break-word; }
/* body.enable-fixed-header { padding-top: 84px; } */

	/* -------------------------------------------------------------------------
		TYPOGRAPHY
	------------------------------------------------------------------------- */

	h1, h2, h3, h4, h5, h6, hgroup, form,
	ul, ol, dd, p, figure, pre, table, fieldset, hr, iframe {
		margin: 10px 0 0 0;
	}
	h6 { margin-bottom: -20px; }
	h1 { font-size: 4em; line-height: 1.1em; }
	h2 { font-size: 3em; line-height: 1.1em; }
	h3 { font-size: 1.87em; line-height: 1.1em; }
	h4  { font-size: 1.125em; line-height: 1.1em; }
	h5  { font-size: 15PX;    font-weight: bold;    letter-spacing: 1px;    line-height: 26px;    text-align: center; }
	h6  { font-size: 1em; line-height: 1.1em; }
	p { line-height: 1.5em; }
	a { text-decoration: none; border-bottom: 1px solid transparent;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	button { background: none;
		-webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
	img { max-width: 100%; }
	table { width: 100%; }
	table th { text-align: left; padding: 12px 30px; }
	table th:first-child { border-radius: 5px 0 0 5px; }
	table th:last-child { border-radius: 0 5px 5px 0; }
	table td { padding: 12px 30px; border-bottom: 1px solid transparent; }
	ul { margin: 24px 0 0 0; }
	ul > li { position: relative; margin: 4px 0 0 0; padding: 0 0 0 24px; list-style-type: none; }
	ul > li:first-child { margin: 0; }
	ul > li:before { display: inline-block; position: absolute; top: 5px; left: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; }
	ol { margin: 24px 0 0 0; counter-reset: li; }
	ol > li { position: relative; margin: 4px 0 0 0; list-style-type: none; }
	ol > li:first-child { margin: 0; }
	ol > li:before { margin-right: 8px; content: counter(li)'.'; counter-increment: li; }
	.bgimage{
		background-image:url('../../gallery/MyFuton_PG_for_girls_bhiwadi.jpg');
		background-size:cover;
		background-repeat:no-repeat;
		height:100vh;
		background-position:top center;
	}
	#box_wrapper,
#canvas {
/* 	overflow: hidden; */
	position: relative;

}


	/* -------------------------------------------------------------------------
		FORMS
	------------------------------------------------------------------------- */
	.overlay{
		background: rgba(0, 0, 0, 0.4);
		height:100%;
		width:100%;
	}
	.default-form input[type=text],
	.default-form input[type=email],
	.default-form input[type=tel],
	.default-form input[type=password],
	.default-form input[type=date],
	.default-form select,
	.default-form textarea { margin: 0; padding: 10px 15px; width: 100%; border-radius: 7px; border: 1px solid transparent; font: 16px 'Varela Round', sans-serif;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.default-form select { padding: 8px 15px; width: 100%; }
	.default-form textarea { min-height: 100px; }
	.default-form .input-group { position: relative; padding-right: 40px; border-radius: 7px; }
	.default-form .input-group button { position: absolute; top: 0; right: 0; padding: 10px 12px; cursor: pointer;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.default-form .input-group button:hover { opacity: .8; }
	.default-form .input-group button:active { opacity: .5; }
	.default-form .input-group button > i { font-size: 18px; }

	/* CHECKBOX */
	.default-form .checkbox-input { margin: 0 7px; white-space: nowrap; }
	.default-form .checkbox-input:first-child { margin-left: 0; }
	.default-form .checkbox-input:last-child { margin-right: 0; }
	.default-form .checkbox-input label { cursor: pointer; }
	.default-form .checkbox-input label:before { display: inline-block; position: relative; top: 3px; margin-right: 10px; content: ""; width: 16px; height: 16px; line-height: 1em; font-size: 12px; text-align: center; border-radius: 2px; border: 1px solid transparent; }
	.default-form .checkbox-input.active label:before { top: -1px; font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; }
	.default-form .checkbox-input input { display: none; }

	/* RADIO */
	.default-form .radio-input { margin: 0 7px; white-space: nowrap; }
	.default-form .radio-input:first-child { margin-left: 0; }
	.default-form .radio-input:last-child { margin-right: 0; }
	.default-form .radio-input label { cursor: pointer; }
	.default-form .radio-input label:before { display: inline-block; position: relative; top: 3px; margin-right: 10px; content: ""; width: 17px; height: 17px; line-height: 0; font-size: 0; border-radius: 50%; border: 5px solid transparent; }
	.default-form .radio-input input { display: none; }

	/* SELECT BOX */
	.default-form .select-box { display: inline-block; position: relative; width: 100%; }
	.default-form .select-box .fa { position: absolute; top: 4px; right: 4px; padding: 10px; font-size: 14px; cursor: pointer; z-index: 20; }
	.default-form .select-box .value-holder { position: relative; width: 100%; z-index: 10; }
	.default-form .select-box .select-clone { display: none; position: absolute; top: 32px; left: 0; padding-top: 10px; width: 100%; max-height: 200px; overflow-y: auto; z-index: 30; border-radius: 0 0 7px 7px; border: 1px solid transparent; border-top: 0; }
	.default-form .select-box .select-clone > li { padding: 5px 15px; text-align: left; cursor: pointer; }
	.default-form .select-box .select-clone > li:last-child { border-radius: 0 0 7px 7px; }
	.default-form .select-box select { display: none; }

	/* CALENDAR */
	.default-form .calendar-input { display: inline-block; position: relative; width: 100%; }
	.default-form .calendar-input .fa { position: absolute; top: 11px; right: 14px; font-size: 18px; }
	.ui-datepicker-calendar th,
	.ui-datepicker-calendar th:first-child,
	.ui-datepicker-calendar th:last-child { border-radius: 0; padding: 0; }
	.ui-datepicker { display: none; margin-top: 10px; padding: 10px; width: 260px; border-radius: 7px; z-index: 20!important; }
	.ui-datepicker-header { position: relative; padding: 8px 0; border-radius: 7px; text-align: center; }
	.ui-datepicker-prev,
	.ui-datepicker-next { position: absolute; top: 4px; left: 3px; padding: 10px; line-height: 14px; font-size: 14px; cursor: pointer; opacity: 1; border: 0;
		-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	.ui-datepicker-prev:active { left: 1px; }
	.ui-datepicker-next:active { right: 1px; }
	.ui-datepicker-next { left: auto; right: 3px; }
	.ui-datepicker-prev span,
	.ui-datepicker-next span { display: none; }
	.ui-datepicker-prev:before,
	.ui-datepicker-next:before { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f053"; }
	.ui-datepicker-next:before { content: "\f054"; }
	.ui-datepicker-calendar { margin: 0; width: 100%; border-collapse: separate; border-spacing: 1px 1px; }
	.ui-datepicker-calendar th { font-size: 0.75em; text-align: center; }
	.ui-datepicker-calendar td { padding: 0; border-radius: 3px; text-align: center; border: 0; }
	.ui-datepicker-calendar td a { display: block; padding: 6px 0; border-radius: 3px; border: 0; }
	.ui-datepicker-calendar .ui-datepicker-unselectable { padding: 6px 0; }

	/* -------------------------------------------------------------------------
		UTILITY
	------------------------------------------------------------------------- */

	.textalign-center { text-align: center; }
	.textalign-right { text-align: right; }
	.clearfix:after { display: table; clear: both; content: ""; line-height: 0; }
	.rounded-shadow { display: block; border-radius: 50%; border: 10px solid transparent; }


/* -----------------------------------------------------------------------------

    COMPONENTS

----------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
		ACCORDION CONTAINER
	------------------------------------------------------------------------- */

	.accordion-container { margin: 24px 0 0 0; padding: 0; list-style-type: none; }
	.accordion-container > li { margin: 30px 0 0 0; padding: 0; list-style-type: none; }
	.accordion-container > li:first-child { margin-top: 0; }
	.accordion-container > li:before { display: none; }
	.accordion-container .accordion-item { position: relative; padding-left: 60px; }
	.accordion-container .accordion-toggle { display: block; position: absolute; top: 0; left: 0; width: 40px; height: 40px; }
	.accordion-container .accordion-toggle .fa { margin: 0; font-size: 16px; }
	.accordion-item-inner { padding-left: 20px; border-left: 3px solid transparent;
		-webkit-transition: border-color 300ms ease-in-out; -moz-transition: border-color 300ms ease-in-out; -ms-transition: border-color 300ms ease-in-out; -o-transition: border-color 300ms ease-in-out; transition: border-color 300ms ease-in-out; }
	.accordion-item-title { margin: 0; font-size: 1.2em; }
	.accordion-item-subtitle { margin: 5px 0 0 0; font-size: 1em; }
	.accordion-item-content { display: none; }
	.accordion-item.active .accordion-item-content { display: block; }

	/* -------------------------------------------------------------------------
		ALERT MESSAGES
	------------------------------------------------------------------------- */

	.alert-message { position: relative; padding: 8px 15px; font-size: 0.9em; border-radius: 10px; border: 1px solid transparent; }
	.alert-message .close { position: absolute; top: 11px; right: 10px; cursor: pointer; }

	/* -------------------------------------------------------------------------
		BUTTONS
	------------------------------------------------------------------------- */

	.button { display: inline-block; position: relative; top: 0; padding: 7px 15px 7px 15px; border: 0; border-radius: 7px; cursor: pointer; }
	.button > i { font-size: 14px; margin-right: 2px; }
	.button:active { top: 1px; }
	.button.type-2 { position: relative; padding: 0 40px 2px 0; background-color: #cdcdcd; }
	.button.type-2 > span { display: block; padding: 10px 15px 7px 15px; border-radius: 5px; background: #FFF; }
	.button.type-2 .fa { position: absolute; top: 13px; right: 13px; margin: 0; padding: 2px; border-radius: 3px; font-size: 12px; }

	/* -------------------------------------------------------------------------
		CONTENT DIVIDER
	------------------------------------------------------------------------- */

	.content-divider { margin: 24px 0; padding: 0; border: 0; border-top: 1px solid transparent; }
	.content-divider.space-medium { margin: 48px 0; }
	.content-divider.color-transparent { border-color: transparent; }

	/* -------------------------------------------------------------------------
		DOWNLOAD CONTAINER
	------------------------------------------------------------------------- */

	.download-container { display: block; position: relative; padding: 24px 140px 24px 140px; border-radius: 5px; border: 1px solid transparent; }
	.download-container .download-ico { display: block; position: absolute; top: 0; bottom: 0; left: 0; width: 100px; height: 100%; text-align: center; border-radius: 5px 0 0 5px;
		-webkit-transition: background-color 300ms ease-in-out; -moz-transition: background-color 300ms ease-in-out; -ms-transition: background-color 300ms ease-in-out; -o-transition: background-color 300ms ease-in-out; transition: background-color 300ms ease-in-out; }
	.download-container .download-ico > span { position: relative; top: 25px; font-size: 0.85em; }
	.download-container .download-ico .fa { display: block; font-size: 26px; }
	.download-container .download-title { display: block; margin: 0; font-size: 1.5em; }
	.download-container .download-description { display: block; margin: 4px 0 0 0; font-size: 1em; }
	.download-container .download-extension { display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 100px; height: 100%; text-align: center; border-left: 1px solid transparent;
		-webkit-transition: color 300ms ease-in-out; -moz-transition: color 300ms ease-in-out; -ms-transition: color 300ms ease-in-out; -o-transition: color 300ms ease-in-out; transition: color 300ms ease-in-out; }
	.download-container .download-extension > span { position: relative; top: 35px; }

	/* -------------------------------------------------------------------------
		LISTS
	------------------------------------------------------------------------- */

	.custom-list { margin: 0; padding: 0; list-style-type: none; }
	.custom-list > li { margin: 0; padding: 0; list-style-type: none; }
	.custom-list > li:before { display: none; }
	.check-list { margin: 24px 0 0 0; padding: 0; list-style-type: none; }
	.check-list > li { position: relative; margin: 4px 0 0 0; padding: 0 0 0 24px; list-style-type: none; }
	.check-list > li:first-child { margin: 0; }
	.check-list > li:before { display: inline-block; position: absolute; top: 5px; left: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; }
	.check-list > li.unchecked:before { left: 1px; content: "\f00d"; }

	/* -------------------------------------------------------------------------
		LOADING ANIM
	------------------------------------------------------------------------- */

	.loading-anim { display: inline-block; padding: 10px; line-height: 0; border-radius: 3px; }
	.loading-anim >	span { display: block; width: 70px; height: 10px; line-height: 0; background-size: 70px 10px; background-position: 0 0; }

	/* -------------------------------------------------------------------------
		PROGRESS BAR
	------------------------------------------------------------------------- */

	.progress-bar { position: relative; margin-top: 24px; }
	.progress-bar-title { margin: 0 0 5px 0; font-size: 1em; }
	.progress-bar-inner { height: 18px; line-height: 0; border-radius: 5px; }
	.progress-bar-inner > span { display: block; width: 0; height: 18px; border-radius: 5px;
		-webkit-transition: width 500ms ease-in-out; -moz-transition: width 500ms ease-in-out; -ms-transition: width 500ms ease-in-out; -o-transition: width 500ms ease-in-out; transition: width 500ms ease-in-out; }

	/* TYPE 2 */
	.progress-bar.type-2 { padding-left: 50px; }
	.progress-bar.type-2 .toggle { position: absolute; top: 0; left: 0; padding: 0; width: 40px; height: 40px; font-size: 16px;  }
	.progress-bar.type-2 .toggle i { margin: 0; }
	.progress-bar.type-2 .progress-bar-text { display: none; margin: 7px 0 0 0; line-height: 1.2em; }
	.progress-bar.type-2.active .progress-bar-text { display: block; }

	/* TYPE 3 */
	.progress-bar.type-3 .progress-bar-inner { padding: 5px; }
	.progress-bar.type-3 .progress-bar-inner > span { height: 8px; }

	/* -------------------------------------------------------------------------
		PROJECT CONTAINER
	------------------------------------------------------------------------- */

	.project-container { margin-top: 24px; max-width: 270px; border-radius: 5px; text-align: center; }
	.project-container .project-header { position: relative;box-shadow: 0 29px 60px 0 rgba(49, 164, 188, 0.15);  }
	.project-container .project-thumb { display: block; position: relative; border: 0; }
	.project-container .project-thumb .overlay { width: 100%; padding-top: 50%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 5px 5px 0 0; opacity: 0; filter: alpha(opacity=0);
		-webkit-transition: opacity 300ms ease-in-out; -moz-transition: opacity 300ms ease-in-out; -ms-transition: opacity 300ms ease-in-out; -o-transition: opacity 300ms ease-in-out; transition: opacity 300ms ease-in-out; }
	.project-container.active .project-thumb .overlay,
	.project-container .project-thumb:hover .overlay { opacity: 1; filter: alpha(opacity=100);}
	.project-container .project-thumb .overlay > span { position: absolute; left: 0; right: 0; top: 50%; text-align: center; }
	.project-container .project-thumb .overlay > span > span { display: inline-block; position: relative; top: -20px; padding: 6px 12px; border: 2px solid transparent; border-radius: 5px; }
	.project-container .project-thumb .overlay span .fa { font-size: 14px; }
	.project-container .project-thumb img { display: block; border-radius: 5px 5px 0 0; }
	.project-container .project-tags { position: absolute; left: 0; right: 0; bottom: 0; padding: 4px 0; }
	.project-container .project-tags li { display: inline; font-size: 0.9em; }
	.project-container .project-content { padding: 15px; }
	.project-container .project-title { margin: 0; font-size: 1em; line-height: 1.3em; }
	.project-container .project-category { margin: 0; font-size: 1em; line-height: 1.3em; }

	/* -------------------------------------------------------------------------
		RADIAL PROGRESS BAR
	------------------------------------------------------------------------- */

	.radial-progress-bar { display: inline-block; margin-top: 24px; text-align: center; }
	.radial-progress-bar * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
	.radial-progress-bar .loader { display: inline-block; position: relative; width: 140px; height: 140px;
		-webkit-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
	}
	.radial-progress-bar .loader-bg { width: 100%; height: 100%; border-radius: 50%; border: 10px solid transparent; box-sizing: border-box; }
	.radial-progress-bar .spiner-holder-one { position: absolute; top: 0; left: 0; overflow: hidden; width: 50%; height: 50%; background: transparent; box-sizing: border-box; }
	.radial-progress-bar .spiner-holder-two { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; background: transparent; box-sizing: border-box; }
	.radial-progress-bar .loader-spiner { width: 200%; height: 200%; border-radius: 50%; border: 10px solid transparent; box-sizing: border-box; }
	.radial-progress-bar .animate-0-25-a {
		-webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform: rotate(90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-0-25-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-25-50-a {
		-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); transform: rotate(180deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-25-50-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-50-75-a {
		-webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform:rotate(270deg); transform: rotate(270deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-50-75-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin:100% 100%;
	}
	.radial-progress-bar .animate-75-100-a {
		-webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform: rotate(0deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .animate-75-100-b {
		-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%; -moz-transform-origin:100% 100%; -o-transform-origin:100% 100%; transform-origin: 100% 100%;
	}
	.radial-progress-bar .text { text-align: center; line-height: 120px; font-size: 2em; }
	.radial-progress-bar-label { font-size: 1.6em; }

	/* -------------------------------------------------------------------------
		SERVICE
	------------------------------------------------------------------------- */

	.service-container { text-align: center;  }
	.service-container .service-icon { display: inline-block; width: 140px; height: 140px; line-height: 140px; border-radius: 50%; }
	.service-container .service-icon .fa { font-size: 60px; vertical-align: middle; }
	.service-container .service-icon-custom { display: inline-block; width: 150px; height: 150px; background-position: center; background-repeat: no-repeat; }

	/* -------------------------------------------------------------------------
		TABS
	------------------------------------------------------------------------- */

	.tabs-container { margin-top: 24px; }
	.tabs-container .tab-title-list { margin: 0; padding: 0; list-style-type: none; }
	.tabs-container .tab-title-list > li { padding: 0; list-style-type: none; }
	.tabs-container .tab-title-list > li:before { display: none; }
	.tabs-container .tab-title-list:after { display: table; clear: both; content: ""; line-height: 0; }
	.tabs-container .tab-title { float: left; margin: 0 2px 0 0; border-radius: 7px 7px 0 0; cursor: pointer;
		-webkit-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -moz-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -ms-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -o-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; transition: padding 300ms ease-in-out, margin 300ms ease-in-out; }
	.tabs-container .tab-title:hover { margin-top: -5px; padding-bottom: 5px; }
	.tabs-container .tab-title.active:hover { margin-top: 0; padding-bottom: 0; }
	.tabs-container .tab-title > a { display: block; padding: 12px 30px; border: 0;
		-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
	.tabs-container .tab-title > span { display: block; padding: 12px 30px; }
	.tabs-container .tab-content-list { margin: 0; padding: 0 30px 30px 30px; border: 1px solid transparent; border-top-width: 3px; border-radius: 0 0 7px 7px; list-style-type: none; }
	.tabs-container .tab-content-list > li { margin: 0; padding: 0; list-style-type: none; }
	.tabs-container .tab-content-list > li:before { display: none; }
	.tabs-container .tab-content { display: none; }
	.tabs-container .tab-content.active { display: block; }
	/* VERTICAL LAYOUT*/
	.tabs-container.type-vertical { position: relative; padding-left: 160px; }
	.tabs-container.type-vertical .tab-title-list { position: absolute; top: 0; left: 0; width: 160px; }
	.tabs-container.type-vertical .tab-title { margin: 0 0 2px 0; float: none; border-radius: 7px 0 0 7px; }
	.tabs-container.type-vertical .tab-title:hover { margin-top: 0; margin-left: -5px; padding-bottom: 0; }
	.tabs-container.type-vertical .tab-title a { padding: 12px 15px; }
	.tabs-container.type-vertical .tab-content-list { border-width: 1px 1px 1px 3px; border-radius: 0 7px 7px 0; }

	/* -------------------------------------------------------------------------
		TIMELINE CONTAINER
	------------------------------------------------------------------------- */

	.timeline-container { margin: 24px 0 0 30px; padding: 0; list-style-type: none; border-left: 10px solid transparent; }
	.timeline-container > li { margin: 0; padding: 0; list-style-type: none; }
	.timeline-container > li:before { content: ""; }
	.timeline-container .timeline-item { margin-top: 20px; position: relative; margin-left: 30px; padding: 30px; border-radius: 5px; border-left: 3px solid transparent; }
	.timeline-container .timeline-item:first-child { margin-top: 0; }
	.timeline-container .timeline-item:before { display: block; position: absolute; top: 50px; left: -44px; content: "": line-height: 0; width: 12px; height: 12px; border-radius: 50%; border: 3px solid transparent; }
	.timeline-container .timeline-item:after { display: block; position: absolute; top: 54px; left: -25px; content: ""; width: 17px; height: 4px; line-height: 0; border-radius: 2px; }
	.timeline-item-label { position: absolute; top: 45px; left: -68px; }
	.timeline-item-title { margin: 0; font-size: 1.6em; }
	.timeline-item-subtitle { margin: 5px 0 0 0; font-size: 1em; }


/* -----------------------------------------------------------------------------

    HEADER

----------------------------------------------------------------------------- */

#header { position: relative; z-index: 50; }
.enable-fixed-header #header { position: fixed; top: 0; left: 0; right: 0; 
	background-color: #fffffff0;
	-moz-backface-visibility: hidden; }
#header .header-inner { position: relative; height: 84px; }

	/* -------------------------------------------------------------------------
		COMPONENTS
	------------------------------------------------------------------------- */

	/* HEADER BTN */
	.header-btn { 
		height: 100px;
		line-height: 84px;
		cursor: pointer; 
		font-size:15px;
	}
	.header-btn > i { font-size: 20px; margin-right: 2px; color: #585c5c;}

	/* HEADER NAV */
	.header-nav { display: none; position: absolute; top: 100%; }
	.header-nav ul { display: none; margin: 0; padding: 0; list-style-type: none; }
	.header-nav ul > li { margin: 0; padding: 0; list-style-type: none; }
	.header-nav ul > li:before { display: none; }
	.header-nav li { position: relative; padding-right: 25px; }
	.header-nav li.has-submenu:after { position: absolute; top: 19px; right: 15px; font-size: 8px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; }
	.header-nav .submenu-toggle { display: none; position: absolute; top: 2px; right: 0; width: 40px; height: 40px; font-size: 14px; cursor: pointer; }
	.header-nav a { display: block; padding: 10px 15px; border: 0; border-top: 1px solid transparent; }
	.header-nav .sub-menu { position: absolute; top: 0; left: 100%; padding-left: 1px; }

	/* HEADER FORM */
	.header-form { display: none; position: absolute; top: 100%; padding: 20px 30px 25px 30px; border-top: 1px solid transparent; }
	.header-form form { margin: 0; }
	.header-form .submit-btn { width: 100%; }
	.header-form .form-row { margin: 10px 0 0 0; }
	.header-form input[type="text"],
	.header-form input[type="password"] { width: auto; max-width: 280px; }
	.header-form .forgot-password { margin-top: 22px; text-align: center; }
	.header-form .alert-message { display: none; margin: 0 0 10px 0; }
	.header-form .form-divider { margin: 18px 0; border: 0; border-top: 1px solid transparent; }

	/* HEADER TOGGLES */
	.navbar-toggle,
	.search-toggle { display: none; position: absolute; top: 0; right: 0; margin-top: 25px;  }
	.search-toggle { right: 55px; }
	.navbar-toggle .fa,
	.search-toggle .fa { margin: 0; font-size: 18px; }

	/* -------------------------------------------------------------------------
		HEADER BRANDING
	------------------------------------------------------------------------- */

	.header-branding { display: block; float: left; position: relative; top: 10px; margin-right: 20px; max-width: 200px; vertical-align: top; }
	.header-branding a,
	.header-branding img { display: block; border: 0; }

	/* -------------------------------------------------------------------------
		HEADER SEARCH
	------------------------------------------------------------------------- */

	.header-search { display: inline-block;  position: relative; margin-right: 0px;margin-left: 25px; height: 84px; vertical-align: top; border-bottom: 3px solid transparent; z-index: 20; }

	/* SEARCH INPUT */
	.header-search .search-input { position: relative; width: 220px; }
	.header-search input { width: 100%; }
	.header-search form { margin: 0; padding-top: 20px; }
	.header-search .search-input .ico { position: absolute; top: 11px; left: 12px; font-size: 18px; }
	.header-search .search-input .close { display: none; position: absolute; top: 1px; right: 2px; padding: 10px; font-size: 18px; cursor: pointer; }

	/* SEARCH ADVANCED */
	.header-search .header-form { margin-top: 3px; }
	.header-search .search-advanced-inner { width: 270px; }
	.header-search .search-advanced input { width: 100%; }
	.header-search .radio-inputs { margin-top: 20px; }
	.header-search .calendar-input { width: 130px; }
	.header-search .ui-datepicker { padding: 0; width: auto; border-radius: 0; }
	.header-search .input-left { float: left; }
	.header-search .input-right { float: right; }
	.header-search .select-box { width: 130px; }
	.header-search .select-box .select-clone { border: 0; }
	.header-search .ui-datepicker { position: relative!important; left: auto!important; top: auto!important; }

	/* -------------------------------------------------------------------------
		HEADER MENU
	------------------------------------------------------------------------- */

	.header-menu { display: inline-block; position: relative; vertical-align: top; z-index: 30; }
	.header-menu .header-nav a { width: 180px; }

	/* -------------------------------------------------------------------------
		HEADER TOOLS
	------------------------------------------------------------------------- */

	.header-tools { 
		float: right; 
		padding:0px 3px 0px 3px;
	}

	/* HEADER LANGUAGE */
	.header-language { display: inline-block; position: relative; margin-right: 15px; }

	/* HEADER REGISTER */
	.header-register { display: inline-block; position: relative; margin: 0 15px; }

	/* HEADER LOGIN */
	.header-login { display: inline-block; position: relative; margin: 0 15px; }
	.header-login .header-form { left: -70px; }

	/* HEADER ADD OFFER */
	.header-add-offer { margin-left: 15px; }


/* -----------------------------------------------------------------------------

    BANNER

----------------------------------------------------------------------------- */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff !important;
  box-shadow: 0px 0px 5px #696969;
}
#banner1 { position: relative;}

	/* -------------------------------------------------------------------------
		BANNER BG
	------------------------------------------------------------------------- */

	.banner-bg { width: 100%; height: 100%; }
	.banner-bg-item { width: 100%; /* height: 850px; */ background-position: center; background-size: cover; overflow: hidden; }

	/* -------------------------------------------------------------------------
		BANNER SEARCH
	------------------------------------------------------------------------- */

	.banner-search { position: absolute; left: 0; bottom: 100px; width: 100%; }
	.banner-search-inner { padding: 0 70px; }
	.banner-search .tab-title { float: left; margin-right: 2px; border-radius: 7px 7px 0 0; cursor: pointer;
		-webkit-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -moz-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -ms-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; -o-transition: padding 300ms ease-in-out, margin 300ms ease-in-out; transition: padding 300ms ease-in-out, margin 300ms ease-in-out; }
	.banner-search .tab-title:hover { margin-top: -5px; padding-bottom: 5px; }
	.banner-search .tab-title.active:hover { margin-top: 0; padding-bottom: 0; }
	.banner-search .tab-title > a { display: block; padding: 12px 30px; border: 0; }
	.banner-search .tab-content-list { padding: 20px 0; border-top: 3px solid transparent; border-radius: 0 0 7px 7px; }
	.banner-search .tab-content { display: none; }
	.banner-search .tab-content.active { display: block; }
	.banner-search form { margin: 0; text-align: center; }
	.banner-search form > * { margin: 10px 0 10px 5px; }
	.banner-search form > *:first-child { margin-left: 0; }
	.banner-search input { width: 100%; }
	.banner-search .search-input { display: inline-block; width: 100%; max-width: 250px; }
	.banner-search .calendar-input { max-width: 150px; text-align: left; }
	.banner-search .select-box { max-width: 120px; text-align: left; }
	.banner-search .select-box .select-clone { border: 0; }


/* -----------------------------------------------------------------------------

    CORE

----------------------------------------------------------------------------- */

#core.page-standard { padding: 40px 0 80px 0; }

	/* -------------------------------------------------------------------------
		PAGE HEADER
	------------------------------------------------------------------------- */

	.page-header { background-position: center; background-size: cover; }
	.page-header.has-nav { border-bottom: 3px solid transparent; }
	.page-header-inner { position: relative; height: 200px; }
	.page-header h1 { float: left; margin-top: 44px; max-width: 50%; font-size: 1.875em; line-height: 1.1em; }
	.page-header h2 { float: left; margin-top: 44px; max-width: 50%; font-size: 1.875em; line-height: 1.1em; }
	.page-header.has-nav h1 { margin-top: 110px; }
	.page-header.has-nav h2 { margin-top: 110px; }
	.page-header .breadcrumbs { float: right; margin-top: 36px; padding: 10px 14px; max-width: 50%; border-radius: 7px; }
	.page-header.has-nav .breadcrumbs { margin-top: 110px ; }
	.page-header .breadcrumbs li { display: inline-block; }
	.page-header-nav { position: absolute; left: 0; bottom: 0; }
	.page-header-nav li { float: left; margin-right: 2px; }
	.page-header-nav a { display: block; padding: 20px 0; width: 185px; font-size: 1.125em; text-align: center; border-radius: 7px 7px 0 0; border: 0; }
	.page-header-nav a:hover { margin-top: -5px; padding-bottom: 25px; }
	.page-header-nav .active a:hover { margin-top: 0; padding-bottom: 20px; }
.white{	color:#fff !important;}
	/* -------------------------------------------------------------------------
		CONTENT SECTION
	------------------------------------------------------------------------- */

	.content-section { padding: 70px 0 70px 0; }
	.content-section h2 { margin-bottom: 10px; }
	.content-section .cta-button { margin-top: 50px; }
	.content-section.services { padding: 50px 0 70px;background-image: linear-gradient(#ffffff, #f2f5f5); }
	.content-section.deal { padding: 60px 0 90px 0; }
	.content-section.deal h2 { margin-bottom: 0; }
	.content-section.deal .cta-button { margin-top: 24px; }
	.content-section.deal .rounded-shadow { margin-top: -30px; }
	.content-section.our-team { padding: 70px 0 100px 0; text-align: right; }

	/* -------------------------------------------------------------------------
		CONTACT FORM
	------------------------------------------------------------------------- */

	.contact-form-container { padding: 0px 20px 20px 30px; border-left: 1px solid transparent; }
	.contact-form-container form { margin: 0; }
	.contact-form-container .form-note { margin-top: 35px;color: #ff0000; }
	.contact-form-container .form-submit { text-align: right; }
	.contact-form-container .contact-hp-email { display: none; }

	/* -------------------------------------------------------------------------
		MAIN WRAPPER
	------------------------------------------------------------------------- */

	.main-wrapper-container { padding-bottom: 60px; }
	#main-wrapper { margin-top: -100px; border-radius: 7px; }

	/* -------------------------------------------------------------------------
		PROPERTIES LISTING
	------------------------------------------------------------------------- */

	.properties-listing { padding: 30px 30px 30px 0; }

	/* PROPERTIES LISTING HEADER */
	.properties-listing-header { padding-bottom: 30px; border-bottom: 1px solid transparent; }
	.properties-listing-header .list-sorting { float: left; }
	.properties-listing-header form { margin: 0; }
	.properties-listing-header h5 { display: inline-block; margin: 0; font-size: 1.125em; }
	.properties-listing-header .select-box { margin-left: 10px; width: 110px; }
	.properties-listing-header .select-box .value-holder { white-space: nowrap; }
	.properties-listing-header .select-box select { white-space: nowrap; }
	.properties-listing-header .list-layout { float: right; }
	.properties-listing-header .list-layout .button { margin-left: 5px; padding: 0; width: 40px; height: 40px; font-size: 14px; }
	.properties-listing-header .list-layout .button .fa { position: relative; top: 1px; }

	/* PROPERTY LIST */
	.property-list { padding: 30px 0; }
	.property-list .property { position: relative; margin-top: 20px; height: 200px; border-radius: 7px; }
	.property-list .property:first-child { margin-top: 0; }
	.property-list .property-thumb { display: block; position: absolute; top: 0; left: 0; width: 250px; height: 200px; border: 0; overflow: hidden; border-radius: 7px 0 0 7px; }
	.property-list .property-thumb .overlay { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; opacity: 0; filter: alpha(opacity=0); border-radius: 7px 0 0 7px;
		-webkit-transition: opacity 500ms; -moz-transition: opacity 500ms; -ms-transition: opacity 500ms; -o-transition: opacity 500ms; transition: opacity 500ms;
	}
	.property-list .property-thumb:hover .overlay { opacity: 1; filter: alpha(opacity=100); }
	.property-list .property-thumb .overlay span { display: inline-block; position: relative; top: 80px; padding: 5px 10px; border-radius: 5px; border: 2px solid transparent; }
	.property-list .property-content { padding: 24px 30px 24px 280px; }
	.property-list .property-title { margin: 0; padding-right: 120px;  }
	.property-list .property-location { margin: 0; padding-right: 120px; }
	.property-list .property-description { margin: 15px 0 0 0; }
	.property-list .property-description table td { padding: 6px 0; }
	.property-list .property-icons { margin: 15px 0 0 0; }
	.property-list .property-icons li { display: inline-block; position: relative; margin-right: 15px; padding-left: 28px; font-size: 0.875em; }
	.property-list .property-icons li i { display: block; position: absolute; top: 0; left: 0; width: 24px; height: 24px; }
	.property-list .property-price-rating { position: absolute; top: 24px; right: 30px; text-align: center; }
	.property-list .property-price strong { font-weight: normal; }
	.property-list .property-rating .fa { margin: 0 3px; font-size: 14px; }

	/* GRID LAYOUT*/
	.property-list.layout-grid { margin: -10px; }
	.property-list.layout-grid .property { float: left; margin: 10px; width: 225px; height: auto; text-align: center; }
	.property-list.layout-grid .property.first-in-row { clear: left;  }
	.property-list.layout-grid .property-thumb { position: relative; top: auto; left: auto; width: 100%; height: auto; border-radius: 7px 7px 0 0; }
	.property-list.layout-grid .property-thumb .overlay { border-radius: 7px 7px 0 0; }
	.property-list.layout-grid .property-thumb .overlay span { top: 70px; }
	.property-list.layout-grid .property-thumb img { display: block; }
	.property-list.layout-grid .property-content { padding: 17px 20px; }
	.property-list.layout-grid .property-title { padding: 0; }
	.property-list.layout-grid .property-location { display: none; }
	.property-list.layout-grid .property-description { display: none; }
	.property-list.layout-grid .property-icons { position: absolute; left: 0; top: 150px; margin: 0; width: 100%; height: 30px; text-align: center; }
	.property-list.layout-grid .property-icons li { position: relative; margin: 4px 0 0 0; }
	.property-list.layout-grid .property-icons li.beds { left: -40px; }
	.property-list.layout-grid .property-icons li.bathrooms { left: 40px; }
	.property-list.layout-grid .property-price-rating { position: relative; top: auto; right: auto; }
	.property-list.layout-grid .property-rating { display: none; }

	/* PROPERTIES LISTING FOOTER */
	.properties-listing-footer { padding-top: 30px; border-top: 1px solid transparent; text-align: right; }
	.properties-listing-footer .select-box { width: 120px; }

	/* PROPERTIES SEARCH */
	.properties-search-title { margin: 0; height: 100px; line-height: 100px; text-align: center; font-size: 1.5em; border-radius: 7px 0 0 0; }
	.properties-search form { margin: 0; }
	.properties-search-basic { padding: 20px 30px 30px 30px; }
	.properties-search-type .radio-input { margin: 3px; }
	.properties-search .form-row { margin-top: 10px; }
	.properties-search .input-left { float: left; width: 49%; }
	.properties-search .input-right { float: right; width: 49%; }
	.properties-search .form-divider { margin: 0 30px; border: 0; border-top: 1px solid transparent; }

	/* PROPERTIES FILTER */
	.properties-search-filter { padding: 20px 30px 30px 30px; }
	.properties-search-filter .filter-title { margin: 0 0 10px 0; font-size: 1.5em; }
	.properties-search-filter .toggle-title { position: relative; margin: 0; padding: 10px 30px 10px 0; font-size: 1.125em; cursor: pointer; }
	.properties-search-filter .toggle-title:after { display: block; position: absolute; top: 14px; right: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f077"; }
	.properties-search-filter .toggle-content { padding-bottom: 10px; }
	.properties-search-filter .closed .toggle-title:after { content: "\f078"; }
	.properties-search-filter .price-filter .slider-range { display: block; position: relative; margin: 2px 0 15px 0; height: 10px; line-height: 1px; border-radius: 7px; }
	.properties-search-filter .price-filter .slider-range .ui-slider-range { display: block; position: absolute;  top: 0; height: 10px; line-height: 1px; border-radius: 7px; }
	.properties-search-filter .price-filter .slider-range .ui-slider-handle { display: block; position: absolute; width: 14px; height: 14px; top: -2px; border-radius: 50%; border: 3px solid transparent;
		-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;
	}
	.properties-search-filter .price-filter .slider-range .ui-slider-handle:active { outline: 0; }
	.properties-search-filter .price-filter .slider-range .ui-slider-handle:last-child { margin-left: -14px; }
	.properties-search-filter .price-filter .range-from,
	.properties-search-filter .price-filter .range-to { width: 90px; }
	.properties-search-filter .price-filter .range-from { float: left; }
	.properties-search-filter .price-filter .range-to { float: right; }
	.properties-search-filter .rating-filter-list li { margin-top: 7px; }
	.properties-search-filter .rating-filter-list li:first-child { margin-top: 0; }
	.properties-search-filter .rating-filter .checkbox-input label { display: block; position: relative; }
	.properties-search-filter .rating-filter .checkbox-input.active label:before { top: -2px; }
	.properties-search-filter .rating-filter .stars { margin-left: 30px; }
	.properties-search-filter .rating-filter .stars .fa { margin: 0 3px; font-size: 14px; }
	.properties-search-filter .rating-filter .label { position: absolute; top: 0; right: 0; width: 60px; }
	.properties-search-filter .additional-filter-list li { margin-top: 7px; }
	.properties-search-filter .additional-filter-list li:first-child { margin-top: 0; }
	.properties-search-filter .additional-filter-list label { display: block; }
	.properties-search-filter .additional-filter-list .checkbox-input.active label:before { top: -1px; }

	/* -------------------------------------------------------------------------
		PROPERTY DETAILS
	------------------------------------------------------------------------- */

	/* PROPERTY DETAILS */
	.property-details { padding: 15px;background: #f5f9f9; }
	.property-details .property-images { position: relative; margin-bottom: 30px; border-radius: 7px 7px 0 0; }
	.property-details .property-images .owl-wrapper-outer { border-radius: 7px 7px 0 0; }
	.property-details .property-images img { display: block; border-radius: 7px 7px 0 0; }
	.property-details .property-images .images-footer { position: absolute; left: 0; right: 0; bottom: 0; }
	.property-details .property-images .images-footer-inner { position: relative; margin-right: 0px; padding: 0 60px 0 15px; height: 40px; line-height: 40px; }
	.property-details .property-images .image-counter { position: absolute; top: 0; right: 10px; }
	.property-details .property-images .prev-btn,
	.property-details .property-images .next-btn { display: block; position: absolute; bottom: 0; right: 0; width: 40px; height: 40px; cursor: pointer; }
	.property-details .property-images .prev-btn { right: 41px; }
	.property-details .property-images .prev-btn .fa,
	.property-details .property-images .next-btn .fa { position: relative; left: 0;
		-webkit-transition: left 300ms; -moz-transition: left 300ms; -ms-transition: left 300ms; -o-transition: left 300ms; transition: left 300ms;
	}
	.property-details .property-images .prev-btn:active .fa { left: -2px; }
	.property-details .property-images .next-btn:active .fa { left: 2px; }
	.property-details .property-images.single-image .images-footer-inner { margin: 0; }
	.property-details .property-images.single-image .images-footer .next-btn,
	.property-details .property-images.single-image .images-footer .prev-btn { display: none; }
	.property-details .property-images.single-image.no-description .images-footer { display: none; }
	.property-details .property-description { margin-right: -15px; padding-right: 30px; }
	.property-details .description-text > *:first-child { margin: 0; }
	.property-details .useful-info { margin-top: 50px; }
	.property-details .useful-info > *:first-child { margin: 0; }
	.property-details .useful-info table td { padding: 10px 0; }
	.property-details .tabs-container table { margin-top: 0; }
	.property-details .comments { margin-top: 50px; }
	.property-details .comments > *:first-child { margin: 0; }
	.property-details .comments .comment { margin-top: 20px; }
	.property-details .comments .rating .fa { margin-right: 4px; font-size: 14px; }
	.property-details .comments .author strong { font-weight: normal; }
	.property-details .comments .review > * { margin-top: 8px; }
	.property-details .tabs-container { margin-top: 50px; }
	.property-details .tabs-container .tab-content-list { padding: 20px 0 0 0; border-width: 3px 0 0 0; }
	.property-details .tabs-container .comments { margin-top: 0; }
	.property-details .tabs-container .comments .comment:first-child { margin-top: 0; }
	.property-details .property-panel { margin-left: -16px; border-left: 1px solid transparent; }
	.property-details .property-panel .panel-item { padding: 26px 0 26px 30px; border-top: 1px solid transparent; }
	.property-details .property-panel .panel-item:first-child { padding-top: 0; border-top: 0; }
	.property-details .property-panel .panel-item > * { margin-top: 14px; }
	.property-details .property-panel .panel-item-title { margin: 0; font-size: 1.125em; }
	.property-details .property-panel .swap-now .button { display: block; padding: 18px 0; font-size: 1.7em; text-align: center; }
	.property-details .property-panel .swap-now .button .fa { font-size: 24px; }
	.property-details .property-panel .object-rating .rating { margin: 5px 0 0 0; }
	.property-details .property-panel .object-rating .fa { margin-right: 4px; font-size: 14px; }
	.property-details .property-panel .object-owner .portrait { display: block; position: relative; float: left; max-width: 100%; }
	.property-details .property-panel .object-owner .portrait img { display: block; border-radius: 5px; }
	.property-details .property-panel .object-owner .name { position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 10px 8px 38px; border-radius: 0 0 5px 5px; font-size: 0.875em; }
	.property-details .property-panel .object-owner .name i { display: block; position: absolute; top: 4px; left: 10px; width: 22px; height: 22px; }
	.property-details .property-panel .object-price .price { margin: 10px 0 0 0; }
	.property-details .property-panel .object-price .price strong { font-size: 2.25em; }
	.property-details .property-panel .book-form,
	.property-details .property-panel .contact-form	{ max-width: 300px; }
	.property-details .property-panel .book-form .form-row,
	.property-details .property-panel .contact-form .form-row { margin-top: 10px; }
	.property-details .property-panel .book-form .submit-btn,
	.property-details .property-panel .contact-form .submit-btn { display: block; width: 100%; }
	.property-details .property-panel .contact-form textarea { min-height: 140px; }

	/* PROPERTY LOCATION DETAILS */
	.property-location-title { margin: 0; height: 100px; line-height: 100px; text-align: center; font-size: 1.5em; border-radius: 7px 0 0 0; }
	.property-location-details .property-map { position: relative; }
	.property-location-details .property-map iframe { display: block; margin: 0; width: 100%; height: 250px; border: 0; }
	.property-location-details .property-map img { display: block; }
	.property-location-details .property-map .map-btn { display: block; position: absolute; width: 40px; height: 40px; right: 0; bottom: -40px; text-align: center; }
	.property-location-details .property-map .map-btn .fa { position: relative; top: 8px; }
	.property-location-details .property-info { padding: 30px; }
	.property-location-details .property-info-title { margin: 0 0 10px 0; font-size: 1.5em; }
	.property-location-details .toggle-title { position: relative; margin: 0; padding: 10px 30px 10px 0; font-size: 1.125em; cursor: pointer; }
	.property-location-details .toggle-title:after { display: block; position: absolute; top: 14px; right: 0; font-size: 14px;
		font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f077"; }
	.property-location-details .toggle-content { padding-bottom: 10px; }
	.property-location-details .toggle-content > *:first-child { margin-top: 0; }
	.property-location-details .closed .toggle-title:after { content: "\f078"; }
	.property-location-details .property-accomodation li { position: relative; }
	.property-location-details .property-accomodation li strong { position: absolute; right: 0; font-weight: normal }

	/* -------------------------------------------------------------------------
		BROWSE
	------------------------------------------------------------------------- */

	#browse { padding: 40px 0 60px; }
	#browse .browse-inner { margin-top: 50px; }
	#browse .browse-contents { padding: 30px; }
	#browse .browse-tabs-container > ul > .tab-title { font-size: 1.125em; }
	#browse .browse-tabs-container > ul > .tab-title a { padding: 20px 30px; }
	#browse .browse-contents { border-width: 3px 0 0 0; }

	/* BROWSE PROPERTIES */
	#browse .browse-properties .tab-title { margin-right: 10px; }
	#browse .browse-properties .tab-title a { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
	#browse .browse-properties .tab-title:hover { margin-top: 0; padding: 0; }
	#browse .browse-properties .tab-content-list { padding: 10px 0 0 0; border: 0; }

	/* BROWSE DESTINATIONS */
	#browse .browse-destinations .top-destination { position: relative; height: 220px; border-radius: 7px; background-position: center; background-size: cover; }
	#browse .browse-destinations .top-destination .destination-thumb { display: none; }
	#browse .browse-destinations .top-destination-inner { position: absolute; left: 0; right: 0; bottom: 0; padding: 27px 150px 27px 20px; border-radius: 0 0 7px 7px; }
	#browse .browse-destinations .top-destination-inner:after { display: table; clear: both; content: ""; line-height: 0; }
	#browse .browse-destinations .top-destination h3 { margin: 0; }
	#browse .browse-destinations .top-destination .button { position: absolute; top: 18px; right: 20px; }
	#browse .browse-destinations .row { margin-top: 30px; }
	#browse .browse-destinations .row:first-child { margin-top: 0; }

	/* BROWSE MEMBERS */
	#browse .browse-members-header { margin-bottom: 18px; }
	#browse .browse-members-search { position: relative; float: left; }
	#browse .browse-members-search form { margin: 0; }
	#browse .browse-members-search input { width: 250px; }
	#browse .browse-members-search .fa { position: absolute; top: 10px; left: 12px; font-size: 18px; }
	#browse .browse-members-pagination { float: right; width: 120px; text-align: right; }
	#browse .browse-members-pagination form { margin: 0; }
	#browse .browse-members-pagination form .select-box { text-align: left; }

	#browse .browse-members-list { margin: 0 -12px; }
	#browse .browse-members-list .member { float: left; margin: 12px; padding-bottom: 12px; width: 160px; text-align: center; border-radius: 7px; }
	#browse .browse-members-list .first-in-row { clear: left; }
	#browse .browse-members-list .member-portrait { display: block; margin-bottom: 12px; border: 0; }
	#browse .browse-members-list .member-portrait img { display: block; border-radius: 5px 5px 0 0; }
	#browse .browse-members-list .member-name { margin: 0; font-size: 1em; }
	#browse .browse-members-list .member-place { margin: 0; font-size: 1em; }


/* -----------------------------------------------------------------------------

    TESTIMONIALS

----------------------------------------------------------------------------- */

#testimonials { position: relative; padding: 130px 0; z-index: 10; }
#testimonials .testimonials-inner { position: relative; padding-left: 290px; }
#testimonials .active-portrait { position: absolute; top: -5px; left: 0; margin: 0; width: 220px; height: 220px; overflow: hidden; border-radius: 50%; border: 10px solid transparent; }
#testimonials .active-portrait img { border-radius: 50%; }
#testimonials .testimonial .portrait { display: none; }
#testimonials .testimonial blockquote > p { font-size: 2.25em; line-height: 1.3em; }
#testimonials .testimonial blockquote > p:first-child { margin-top: 0; }
#testimonials .testimonial blockquote cite { display: block; margin-top: 12px; font-size: 1.125em; }
#testimonials .navigation { margin-top: 24px;  }
#testimonials .navigation button { padding: 0; width: 40px; height: 40px; }


/* -----------------------------------------------------------------------------

    BOTTOM PANEL

----------------------------------------------------------------------------- */

#bottom-panel { padding: 45px 0 24px 0; }
#bottom-panel .widget p { margin-top: 12px; }
#bottom-panel .widget-title { margin: 0; font-size: 1.125em; }
#bottom-panel .widget-content > *:first-child { margin-top: 0; }
#bottom-panel .widget-content { padding-top: 12px; }
#bottom-panel .input-group { max-width: 300px; }

	/* ABOUT WIDGET */
	#bottom-panel .about-widget { margin-top: -12px; }
	#bottom-panel .about-widget .widget-content { padding-top: 0; }
	#bottom-panel .about-widget img { display: block; }

	/* LINKS WIDGET */
	#bottom-panel .links-widget li { margin-bottom: 6px;
		-webkit-transform: translateZ(0); }

	/* TWITTER WIDGET */
	#bottom-panel .twitter-widget.loading .twitter-feed { text-align: center; }
	#bottom-panel .twitter-widget .widget-title > span { margin-right: 13px; }
	#bottom-panel .twitter-widget .tweet-nav { display: none; font-size: 14px; white-space: nowrap; }
	#bottom-panel .twitter-widget .tweet-nav-prev,
	#bottom-panel .twitter-widget .tweet-nav-next { position: relative; left: 0; margin: 0 2px; cursor: pointer;
		-webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
	#bottom-panel .twitter-widget .tweet-nav-prev:active { left: -2px; }
	#bottom-panel .twitter-widget .tweet-nav-next:active { left: 2px; }
	#bottom-panel .twitter-widget .tweet-list { display: none; }
	#bottom-panel .twitter-widget .tweet-time { display: block; }

	/* NEWSLETTER WIDGET */
	#bottom-panel .newsletter-widget form { margin-top: 12px; -webkit-transform: translateZ(0); }
	#bottom-panel .newsletter-widget input { width: 100%; border: 0; }
	#bottom-panel .newsletter-widget .alert-message { margin-bottom: 12px; }
	#bottom-panel .newsletter-widget .alert-message { display: none; }


/* -----------------------------------------------------------------------------

    FOOTER

----------------------------------------------------------------------------- */

#footer { padding: 10px 0; }
#footer p { -webkit-transform: translateZ(0); }
#footer p:first-child { margin-top: 0; }

	/* FOOTER SOCIAL */
	.footer-social { text-align: right; font-size: 18px; -webkit-transform: translateZ(0); }
	.footer-social > li { display: inline-block; margin-left: 10px; }
	.footer-social > li > a > span { display: none; }
	.footer-social > li > a { border: 0; }
	.footer-social > li > a:hover { opacity: .8; }
	.footer-social > li > a:active { opacity: .5; }


.imagetext{
	width:100%;
	height:100%;
}
.demo1{
	line-height: 23px;
    text-align: center;
    color: #0c0c0c;
    margin-top: 10px;
    font-size: 14px;
}
.demo2{
	background: #fff;
}
.demo3{
	text-align: center;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}
.demo4{
	text-align: center;
    padding-bottom: 40px;
    font-weight: normal;
}
.demo5{
	text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
    color: #31a4bc;
    font-weight: normal;
}
.demo6{
	font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    
}
.demo7{
	font-size: 50px !important;
    color: #31a4bc;
}
.demo8{
    padding-top: 40px;
}
.demo9{
	text-align: center;
    font-size: 22px;
    margin-top: 0px;
}
.demo10{
	margin-top: 17px;
    margin-bottom: 40px;
}
.p1{
      float: left;
}
.p2{
	float:right;
}
.p3{
	text-align: center;padding-left: 174px;
}
.p4{
	float: right;padding-right: 112px;
}
.p5{
	float:left;
}
.p6{
	text-align: center;
}
.p7{
	text-align: center;
}
.p8{
	float: right;
}
.p9{
	text-align: left !important;padding-left: 142px;
}
.p10{
	float:right;
}
.p11{
	float:left;
}
.p12{
	padding-right: 280px;
}
.p13{
     padding-right: 240px;
}
.p14{
     padding-left: 270px;
}
.p15{
	float: left;

}
.p16{
	float: right;

}
.p17{
	padding-right: 264px;

}
.p18{
	float: left;

}
.p19{
	padding-left: 327px;

}
.p20{
	float: left;

}
.p21{
	float: right;
}
.s1{
	background-image: url(slider-background2.jpg);
}
/* -----------------------------------------------------------------------------

    RESPONSIVE

----------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
        EXTRA LARGE DEVICES
    ------------------------------------------------------------------------- */

	#media-query-breakpoint { display: none; }
    #media-query-breakpoint,
    #media-query-breakpoint span:before { content: "1200"; }

    /* -------------------------------------------------------------------------
        LARGE DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

	/* HEADER */
	.header-search .search-input { width: 180px; }

	/* BANNER */
	.banner-search-inner { padding: 0; }
	.banner-search .submit-btn { display: block; }

	/* CORE */
	.page-header-nav a { padding: 20px; width: auto; }
	#browse .browse-destinations .top-destination { text-align: center; }
	#browse .browse-destinations .top-destination-inner { padding: 20px; }
	#browse .browse-destinations .top-destination .button { position: relative; top: auto; right: auto; margin-top: 20px; white-space: nowrap; }
	#browse .browse-members-list { margin: 0 -8px; }
	#browse .browse-members-list .member { margin: 8px; width: 133px; }
	.property-list .property-icons { position: absolute; left: 0; bottom: 0; width: 250px; padding: 10px 0; text-align: center; border-radius: 0 0 0 7px; }
	.property-list.layout-grid { margin: -20px 3px; }
	.property-list.layout-grid .property { margin: 20px; width: 250px; }
	.property-list.layout-grid .property.first-in-row { clear: none; }
	.property-list.layout-grid .property.odd { clear: left; }
	.property-list.layout-grid .property-thumb .overlay span { top: 80px; }
	.property-list.layout-grid .property-icons { padding: 0; top: 170px; width: 100%; border-radius: 0; }

    #media-query-breakpoint,
    #media-query-breakpoint span:before { content: "1199"; }

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

	/* GENERAL */
	body.enable-fixed-header { padding-top: 0; }
	.default-form .select-box .fa,
	.default-form .select-box .value-holder,
	.default-form .select-box .select-clone { display: none;  }
	.default-form .select-box select { display: block; }

	/* HEADER */
	.enable-fixed-header #header { position: fixed; }
	#header .header-inner { padding: 10px 0; height: auto; }
	.header-branding { float: none; top: auto; }
	.navbar-toggle,
	.search-toggle { display: block; }
	.header-form { position: relative; margin: 0 auto; padding: 0; max-width: 300px; border: 0; }
	.header-form input,
	.header-form input[type="text"],
	.header-form input[type="password"] { width: 100%; max-width: 280px; }
	.header-form .submit-btn { max-width: 280px; }
	.header-form .alert-message { margin-top: 10px; }
	.header-navbar { display: none; margin-top: 28px; text-align: center; background:#ffffff;  }
	.header-btn { height: 60px; line-height: normal; }
	.header-nav { position: relative; }
	.header-nav li { display: inline-block; padding: 2px; }
	.header-nav a { border-radius: 7px; border: 0; }
	.header-nav li.has-submenu:after { display: none; }
	.header-nav .submenu-toggle { display: block; }
	.header-nav .sub-menu { position: relative; top: auto; left: auto; margin-left: 30px; }
	.header-search { display: none; margin: 0; padding: 24px 0; height: auto; border: 0; }
	.header-search form { padding-top: 0; }
	.header-search .search-input { margin: 0 auto; width: 100%; max-width: 270px; }
	.header-search.active .search-input .close { display: none; }
	.header-search .header-form { display: block; position: relative; margin-top: 20px; padding: 0; border: 0; }
	.header-search .search-advanced-inner { margin: 0 auto; width: 100%; max-width: 270px; }
	.header-search .input-left,
	.header-search .input-right { float: none; }
	.header-search .input-right { margin-top: 10px; }
	.header-search .calendar-input { width: 100%; }
	.header-search .select-box { width: 100%; }
	.header-menu { display: none; margin: 0; padding: 0px 0; }
	.header-menu .header-btn { display: none; }
	.header-menu .header-nav { margin: auto; max-width: 300px; }
	.header-menu .header-nav { display: block; white-space: normal; }
	.header-menu .header-nav > ul { display: block; }
	.header-menu .header-nav li { display: block; }
	.header-menu .header-nav li a { display: block; width: auto; text-align: left; }
	.header-tools { display: none; float: none; }
	.header-language { display: block; margin: 0; padding: 24px 0; border-top: 1px solid transparent; }
	.header-language .header-btn { display: none; }
	.header-language .header-nav { display: block; white-space: normal; }
	.header-language .header-nav > ul { display: block; }
	.header-register { display: block; margin: 0; padding: 0; border-top: 1px solid transparent; }
	.header-register .header-btn { display: block; padding: 24px 0; width: 100%; border: 0; text-align: center; }
	.header-register .header-form { margin-top: -15px; padding-bottom: 24px; }
	.header-login { display: block; margin: 0; padding: 0; border-top: 1px solid transparent; }
	.header-login .header-btn { display: block; padding: 24px 0; width: 100%; border: 0; text-align: center; }
	.header-login .header-form { left: auto; margin-top: -15px; padding-bottom: 24px; }
	.header-add-offer { display: inline-block; margin: 0; padding: 10px; border-top: 1px solid transparent; }

	/* BANNER */
	.banner-search .tab-content-list { padding: 20px; }

	/* CORE */
	/* .page-header-inner { padding: 30px 0; height: auto; } */
	.page-header h1,
	/* .page-header.has-nav h1	{ margin: 0; } */
	.page-header .breadcrumbs,
	.page-header.has-nav .breadcrumbs { margin-top: 110px; }
	.page-header-nav { position: relative; clear: both; padding-top: 30px; text-align: center; }
	.page-header-nav li { display: inline-block; float: none; margin: 5px; }
	.page-header-nav a { padding: 20px; width: auto; border-radius: 7px; }
	.page-header-nav a:hover { margin: 0; padding: 20px; }
	.contact-form-container { padding-left: 50px; }
	#browse .browse-members-list .first-in-row { clear: none; }
	#browse .browse-members-list .first-in-row-medium { clear: left; }
	#browse .browse-members-list { margin: 0 -10px; }
	#browse .browse-members-list .member { margin: 10px; width: 150px; }
	.main-wrapper-container { padding: 0; }
	#main-wrapper { margin-top: 0; }
	.properties-listing { padding-right: 0; }
	.properties-search { margin: 40px auto 0 auto; max-width: 500px; }
	.properties-search-title { border-radius: 7px; }
	.property-list.layout-grid { margin: -10px; }
	.property-list.layout-grid .property { margin: 10px; width: 225px; }
	.property-list.layout-grid .property.odd { clear: none; }
	.property-list.layout-grid .property.first-in-row { clear: left; }
	.property-list.layout-grid .property-thumb .overlay span { top: 60px; }
	.property-list.layout-grid .property-icons { top: 150px; }
	.property-details { margin: 0; padding: 30px 0 0 0; border: 0; }
	.property-details .property-description { margin: 0; padding: 0; border: 0; }
	.property-details .property-panel { margin: 40px 0 0 0; padding: 0; border: 0; }
	.property-details .property-panel .panel-item { padding-left: 0; }
	.property-location-details .property-map { margin-top: 30px; text-align: center; }
	.property-location-details .property-map img { display: inline-block; }
	.property-location-details .property-map .map-btn { display: block; position: relative; margin: 5px auto 0 auto; bottom: auto; right: auto; }

	.property-location-details { margin: 40px 0 0 0; max-width: 500px; }
	.property-location-title { border-radius: 7px; }

    #media-query-breakpoint,
    #media-query-breakpoint span:before { content: "991"; }

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

	/* GENERAL */
	table { display: block; max-width: 100%; overflow-x: scroll; }
	.ui-datepicker-calendar { display: table; }

	/* COMPONENTS */
	.download-container { padding: 12px 80px 12px 80px; }
	.download-container .download-ico { width: 60px; height: 100%; }
	.download-container .download-ico > span { top: 30px; font-size: 0.85em; }
	.download-container .download-ico > span > span { display: none; }
	.download-container .download-ico .fa { font-size: 16px; }
	.download-container .download-extension { width: 60px; }
	.download-container .download-extension > span { top: 25px; font-size: 0.8em; }
	.tabs-container .tab-title,
	.tabs-container.type-vertical .tab-title { margin: 0 5px 5px 0; border-radius: 7px; }
	.tabs-container .tab-title:hover,
	.tabs-container.type-vertical .tab-title:hover { margin-top: 0; margin-left: 0; padding-bottom: 0; }
	.tabs-container.type-vertical { padding-left: 0; }
	.tabs-container.type-vertical .tab-title-list { position: relative; width: auto; }
	.tabs-container.type-vertical .tab-title { float: left; }

	/* BANNER */
	.banner-search .tab-title { margin-bottom: 2px; border-radius: 7px; }

	/* CORE */
	.page-header { padding-top: 40px; text-align: center; }
	.page-header.has-nav h1,
	.page-header h1 { float: none; margin-top: 10; max-width: 100%; }
	.page-header.has-nav .breadcrumbs,
	.page-header .breadcrumbs { display: inline-block; float: none; margin-top: 30px; max-width: 100%; }
	.page-header-nav a,
	.page-header-nav a:hover,
	.page-header-nav .active a:hover { padding: 10px 15px; }
	.content-section.our-team { padding: 70px 0 100px 0; text-align: left; }
	.contact-form-container { margin-top: 48px; padding: 0; max-width: 400px; border: 0; }
	#browse .browse-destinations .row { margin: 0; }
	#browse .browse-contents { padding: 10px 0 30px 0; }
	#browse .browse-properties { padding: 10px 20px 0 20px; }
	#browse .browse-destinations .top-destination { margin: 20px auto 0 auto; max-width: 340px; }
	#browse .browse-members-header { padding: 20px 20px 0 20px; text-align: center; }
	#browse .browse-members-search { display: inline-block; float: none; }
	#browse .browse-members-search input { width: 100%; }
	#browse .browse-members-pagination { display: block; float: none; margin-top: 20px; width: 100%; }
	#browse .browse-members-pagination form { margin: auto; width: 120px; text-align: center; }
	#browse .browse-members-list .first-in-row-medium { clear: none; }
	#browse .browse-members-list { margin: 0; padding: 0 20px; text-align: center; }
	#browse .browse-members-list .member { display: inline-block; float: none; margin: 10px; width: 150px; vertical-align: top; }
	.properties-listing-header { text-align: center; }
	.properties-listing-header .list-sorting { float: none; }
	.properties-listing-header .select-box { margin: 5px; }
	.properties-listing-header .list-layout { display: none; }
	.property-list.layout-grid { margin: 0; }
	.property-list .property,
	.property-list.layout-grid .property { float: none; margin: 20px 0 0 0; padding: 30px; width: auto; height: auto; text-align: center; }
	.property-list .property:first-child,
	.property-list.layout-grid .property:first-child { margin-top: 0; }
	.property-list .property-thumb,
	.property-list.layout-grid .property-thumb { display: inline-block; position: relative; left; auto; top: auto; width: 100%; max-width: 250px; height: auto; border-radius: 5px; overflow: auto; }
	.property-list .property-thumb .overlay,
	.property-list.layout-grid .property-thumb .overlay { border-radius: 5px; }
	.property-list .property-thumb img,
	.property-list.layout-grid .property-thumb img { display: block; }
	.property-list .property-content,
	.property-list.layout-grid .property-content { padding: 10px 0 0 0; }
	.property-list .property-title,
	.property-list.layout-grid .property-title { padding: 0; }
	.property-list .property-location,
	.property-list.layout-grid .property-location { display: block; padding: 0; }
	.property-list.layout-grid .property-description { display: block; }
	.property-list .property-icons,
	.property-list.layout-grid .property-icons { position: relative; margin-top: 20px; padding: 0; left: auto; bottom: auto; top: auto; width: auto; }
	.property-list.layout-grid .property-icons li,
	.property-list.layout-grid .property-icons li.beds,
	.property-list.layout-grid .property-icons li.people,
	.property-list.layout-grid .property-icons li.bathrooms { left: auto; margin: 0 5px; }
	.property-list .property-price-rating,
	.property-list.layout-grid .property-price-rating { position: relative; top: auto; right: auto; margin-top: 20px; }
	.property-list.layout-grid .property-rating { display: block; }
	.properties-listing-footer { text-align: center; }
	.property-location-details { margin: 40px auto 0 auto; }
	.property-details .useful-info table { display: table; overflow: none; }

	/* TESTIMONIALS */
	#testimonials .testimonials-inner { padding-left: 0; }
	#testimonials .active-portrait { position: relative; margin: 0 auto 24px auto; }
	#testimonials .testimonial-list { text-align: center; }
	#testimonials .navigation { text-align: center; }

	/* BOTTOM PANEL */
	#bottom-panel { padding: 0 0 48px 0; }
	#bottom-panel .widget { margin-top: 48px; }

	/* FOOTER */
	#footer { text-align: center; }
	#footer .footer-social { margin-top: 24px; text-align: center; }

	#media-query-breakpoint,
    #media-query-breakpoint span:before { content: "767"; }

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {
	.line{
		display:block;
		background-color: #525555;
		width:100%;
	}
	.mobtext{
		font-size:20px;
	}
	.demo8{
		padding:0px;
	}
	.header-btn { 
		font-size:13px;
	}
	.slide-text > p {
        font-size: 11px;
		margin-bottom: 20px;
		font-weight:300;
		color: #fff;
    }
	#slide_image{
		width:100%;
		height:75vh;
	}
	
	.mobbgimage{
	display:block;
	height:72vh;
	background:#fff;
}
.mobbgoverlay{
	    background: #14a4bc;
    height: 100%;
    width: 100%;
}
	.bgchange{
		background-color: #ffffff;
	}
	/* COMPONENTS */
	.download-container { padding-left: 20px; }
	.download-container .download-ico { display: none; }

	/* BANNER */
	.banner-search { bottom: 20px; }

	/* CORE */
	.properties-search-basic { padding-left: 0; padding-right: 0; }
	.properties-search .input-left { float: none; width: 100%; }
	.properties-search .input-right { float: none; margin-top: 10px; width: 100%; }
	.properties-search-filter { padding-left: 0; padding-right: 0; }
	.properties-search-filter .rating-filter .stars { display: none; }
	.properties-search-filter .rating-filter .label { position: relative; right: auto; top: auto; width: auto; }

	#media-query-breakpoint,
    #media-query-breakpoint span:before { content: "767"; }

    #banner{
    	position: relative;
    top: 0px;
    }
    .content-section.services {
    padding: 269px 0 40px;
}
.content-section {
    padding: 5px 0 50px 0;
}
.p19 {
    padding-left: 200px;
}
.p17 {
    padding-right: 16px;
}
.p14 {
    padding-left: 100px;
}
.p13 {
    padding-right: 110px;
}
.p9 {
    text-align: left !important;
    padding-left: 43px;
}
.p4 {
    float: right;
    padding-right: 20px;
}
.s1 {
    background-image: linear-gradient(#fff, #f3f6f6);
}
.banner-bg-item {
    width: 100%;
/*     height: 850px; */
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 110px;
}
.content-section.services {
    padding: 22px 0 70px;
    background-image: linear-gradient(#ffffff, #f2f5f5);
/*     margin-top: -500px; */
}
.demo7 {
    font-size: 50px !important;
    color: #31a4bc;
    padding-top: 15px;
}
.demo9 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: normal;
}
h3 {
    font-size: 20px;
    line-height: 30px;
}
.demo10 {
    margin-top: 17px;
    margin-bottom: 40px;
    text-align: center;
}
/* .active {
    background-color: none !important;
}
.header1 {
    position: fixed;
    z-index: 1000;
    height: 292px !important;
    width: 100%;
    background-color: #ffffff00;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
} */
	}


/* -----------------------------------------------------------------------------

    10.) STYLE SWITCHER

----------------------------------------------------------------------------- */

#style-switcher { position: fixed; top: 100px; left: -175px; width: 175px; z-index: 50;
	-webkit-transition: left 300ms ease-in-out; -moz-transition: left 300ms ease-in-out; -ms-transition: left 300ms ease-in-out; -o-transition: left 300ms ease-in-out; transition: left 300ms ease-in-out; }
#style-switcher.active { left: 0; }
.style-switcher-toggle { display: block; position: absolute; top: 10px; right: -50px; width: 50px; height: 50px; cursor: pointer; border-radius: 0 3px 3px 0;
	color: #FFF; background-color: #0C0C0C; }
.style-switcher-toggle > .ico { position: relative; top: 3px; font-size: 24px; }
.style-switcher-toggle:focus { outline: 0; }
.style-switcher-content { padding: 20px 20px 10px 20px; border-radius: 0 3px 3px 0; color: #7f808a; background-color: #FFF;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); }
#style-switcher	.skin-list > li { display: inline-block; margin-right: 4px; }
#style-switcher	.skin-list > li:last-child { margin-right: 0; }
#style-switcher	.skin-list > li > button { display: block; width: 40px; height: 40px; border-radius: 3px; border: 0px solid transparent; cursor: pointer; }
#style-switcher	.skin-list > li > button:focus { outline: 0; }
#style-switcher	.skin-list > li > button.active { cursor: default; }
#style-switcher	.skin-list > li > button > span { display: none; }
#style-switcher	.skin-list > li > button.skin-default { background-color: #f1155a; }
#style-switcher	.skin-list > li > button.skin-blue { background-color: #2baddf; }
#style-switcher	.skin-list > li > button.skin-yellow { background-color: #ffa200; }

.my-design{
	margin-bottom: 40px;
    margin-top: 50px;
    background: linear-gradient(45deg, #31a4bc, transparent);
    padding: 10px;
    color: #fff;
}
.bs-slider{
    overflow: hidden;
    max-height: 100%;
    position: relative;
/*     background: #000000; */
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
/*     cursor: pointer; */
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
/*     cursor:pointer; */
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
	text-align: left;
	padding-left: 5%;
    /* padding: 10px 45px; */
    
}

.slide-text > h1 {
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    line-height: 29px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: uppercase;
    font-weight: 500;
}

.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 10px 10px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #31a4bc;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    border-radius: 5px;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #525555;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/* @media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
} */


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    /* .slide-text {
        padding: 10px 50px;
    } */
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
	}

    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    #box_wrapper, #canvas {
    top: 0px !important;
}
	.slide-text {
		left: 0;
		top: 30%;
		right: 0;
		margin: auto;
		/* padding: 10px; */
		position: absolute;
		text-align: left;
    	height: 100%;
		
	}
    .slide-text h1 {
		font-size: 12px;
		margin-bottom: 5px;
		color: #fff;
		line-height: 20px;
	}


    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
		border: 1px solid #fff;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

@media (max-width: 992px) {
	
}



dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/* carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-indicators li {
	border-radius: 50%;
	height: 10px;
	max-width: 10px;
}



/* modal */
.modal-open {
	padding-right: 0 !important;
}

.modal-backdrop.show {
	background-color: #4d4d4d;
	opacity: 0.9;
}

.modal-content {
	border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
	margin-bottom: 0;
}




.small-gallery-carousel a:hover img {
	opacity: 1 !important;
}

.small-gallery-carousel .owl-nav > div i {
	background-color: #a0ce4e;
	border: 5px solid rgba(198, 228, 122, 0.8);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 0;
	height: 50px;
	margin-top: -25px;
	right: 0;
	text-align: center;
	width: 50px;
}

.small-gallery-carousel .owl-nav .owl-prev i {
	background-color: #54c1c4;
	border: 5px solid #7dd3d6;
}

.small-gallery-carousel .fa-chevron-right,
.small-gallery-carousel .fa-chevron-left {
	position: relative;
}

.small-gallery-carousel .fa-chevron-right:before,
.small-gallery-carousel .fa-chevron-left:before {
	position: absolute;
	right: 50%;
	top: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

.owl-carousel .owl-nav > div.disabled {
	opacity: 0.8 !important;
}

.owl-carousel .owl-nav > div:hover i {
	background-color: #fff;
	color: #000;
}

/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
	display: none;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	touch-action: manipulation;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel.owl-shadow-items .owl-stage {
	padding-bottom: 11px;
	padding-top: 11px;
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
	height: 100%;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	transition: all 0.3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	line-height: 1;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 8px;
	margin: 5px 12px;
	opacity: 0.5;
	transition: all 200ms ease;
	width: 8px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	border-color: #fff;
	opacity: 1;
}

.owl-carousel .owl-nav {
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav > div {
	display: inline-block;
	opacity: 0.5;
	right: 10px;
	text-transform: uppercase;
}

.owl-carousel .owl-nav > div.disabled {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav > div.disabled:hover {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav > div:hover {
	opacity: 0.3;
}

@media (min-width: 768px) {
	.owl-carousel .owl-nav > div i {
		font-size: 30px;
	}
}

.owl-carousel .owl-nav > div:first-child {
	left: 10px;
	right: auto;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	/* background: url("../img/owl.video.play.png") no-repeat; */
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	width: 80px;
	z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
	top: 50%;
}

.owl-theme .owl-nav > div {
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: 0.5;
}

.owl-theme .owl-dots {
	margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
	bottom: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

/* .owl-center theme */
.owl-center .owl-nav {
	bottom: 0;
	margin-top: 0;
	opacity: 1;
	position: static;
	top: 0;
}

.owl-center .owl-nav > div {
	background-color: rgba(50, 50, 50, 0.6);
	bottom: 0;
	height: auto;
	margin: 0;
	right: -15px;
	top: 0;
	width: 50px;
}

.owl-center .owl-nav > div:first-child {
	left: -15px;
	right: auto;
}

.owl-center .owl-nav > div:first-child:after {
	left: 13px;
}

.owl-center .owl-nav > div:after {
	color: #fff;
	font-size: 20px;
	left: 17px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
	position: absolute;
	right: -1em;
	top: -55px;
}

.top-right-nav .owl-nav > div {
	background: transparent;
	min-width: 2em;
}

.top-right-nav .owl-nav > div:first-child {
	left: auto;
	right: 3em;
}

.top-right-nav .owl-nav > div i {
	font-size: 1em;
}

/*theme with text nav*/
.owl-text-nav .owl-nav {
	display: none;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav {
		display: block;
		left: -13vw;
		position: absolute;
		right: -13vw;
		top: 50%;
	}
}

@media (min-width: 1800px) {
	.owl-text-nav .owl-nav {
		left: -15vw;
		right: -15vw;
	}
}

.owl-text-nav .owl-nav > div {
	margin-top: -30px;
	position: absolute;
	right: 10px;
	text-align: center;
}

.owl-text-nav .owl-nav > div > span {
	display: block;
	font-weight: 900;
	line-height: 1;
}

@media (min-width: 1560px) {
	.owl-text-nav .owl-nav > div > span {
		font-size: 38px;
		line-height: 1;
		max-width: 5em;
	}
}

.small-gallery-carousel a {
	display: block;
	overflow: hidden;
}

.small-gallery-carousel a img {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}

.small-gallery-carousel a:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav > div {
	opacity: 1;
}

@media (min-width: 768px) {
	.small-gallery-carousel .owl-nav > div {
		margin-top: -8px;
		right: 100px;
	}

	.small-gallery-carousel .owl-nav > div:first-child {
		left: 100px;
	}
}

.small-gallery-carousel .owl-nav > div i {
	font-size: 12px;
}

/* owl images fix */
.owl-carousel .owl-item {
	opacity: 0;
	transition: opacity 0.2s ease 0.1s;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}



/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp {
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	-webkit-text-size-adjust: 100%;
	top: 0;
	touch-action: none;
	width: 100%;
	z-index: 1500;
}

.pswp * {
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
	-webkit-backface-visibility: hidden;
	background: #000;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	will-change: opacity;
}

.pswp__scroll-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__container,
.pswp__zoom-wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	touch-action: none;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__zoom-wrap {
	position: absolute;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	width: 100%;
}

.pswp__bg {
	/* for open/close transition */
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.pswp__img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	height: auto !important;
	left: 0;
	top: 0;
	width: 100% !important;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
	color: #ccc;
	font-size: 14px;
	left: 0;
	line-height: 16px;
	margin-top: -8px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
	-webkit-appearance: none;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: right;
	height: 44px;
	margin: 0;
	opacity: 0.75;
	overflow: visible;
	padding: 0;
	position: relative;
	transition: opacity 0.2s;
	width: 44px;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	opacity: 0.9;
	outline: none;
}

.pswp__button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
/* 	background: url(./dummies/default-skin.png) 0 0 no-repeat; */
	background-size: 264px 88px;
	height: 44px;
	width: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		/* background-image: url(./dummies/default-skin.svg); */
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	background-position: -88px 0;
	display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 70px;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 30px;
	position: absolute;
	top: 35px;
	width: 32px;
}

.pswp__button--arrow--left:before {
	background-position: -138px -44px;
	left: 6px;
}

.pswp__button--arrow--right:before {
	background-position: -94px -44px;
	right: 6px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-backface-visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease-out;
	width: 100%;
	will-change: opacity;
	z-index: 1600;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	display: block;
	position: absolute;
	right: 44px;
	top: 56px;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	width: auto;
	will-change: transform;
	z-index: 1620;
}

.pswp__share-tooltip a {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 12px;
	text-decoration: none;
}

.pswp__share-tooltip a:hover {
	color: #000;
	text-decoration: none;
}

.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	content: "";
	display: block;
	height: 0;
	-moz-pointer-events: none;
	pointer-events: none;
	-webkit-pointer-events: none;
	position: absolute;
	right: 15px;
	top: -12px;
	width: 0;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
	color: #fff;
	font-size: 13px;
	height: 44px;
	left: 0;
	line-height: 44px;
	opacity: 0.75;
	padding: 0 10px;
	position: absolute;
	top: 0;
}

/*
	
	4. Caption

 */
.pswp__caption {
	bottom: 0;
	left: 0;
	min-height: 44px;
	position: absolute;
	width: 100%;
}

.pswp__caption small {
	color: #bbb;
	font-size: 11px;
}

.pswp__caption__center {
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto;
	max-width: 420px;
	padding: 10px;
	text-align: left;
}

.pswp__caption--empty {
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
	visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
	direction: ltr;
	height: 44px;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.25s ease-out;
	width: 44px;
	will-change: opacity;
}

.pswp__preloader__icn {
	height: 20px;
	margin: 12px;
	width: 20px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	/* background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat; */
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	height: 14px;
	left: 15px;
	margin: 0;
	opacity: 0.75;
	position: absolute;
	top: 15px;
	width: 14px;
}

.pswp--css_animation .pswp__preloader__cut {
	height: 14px;
	overflow: hidden;
	/*
      The idea of animating inner circle is based on Polymer ("material") loading indicator
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
	position: relative;
	width: 7px;
}

.pswp--css_animation .pswp__preloader__donut {
	background: none;
	border: 2px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	height: 14px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 14px;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		float: right;
		left: auto;
		margin: 0;
		position: relative;
		top: auto;
	}
	.header-register {
		display: inline-block;
		position: relative;
		margin: 0 0px;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
	-webkit-font-smoothing: auto;
	opacity: 1;
	visibility: visible;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	will-change: opacity;
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}

.pswp__zoom-wrap .embed-responsive {
	margin: auto;
	max-width: 90%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.pswp__zoom-wrap .embed-responsive {
		max-width: 50%;
	}
}



/* boxed layout */


#box_wrapper {
	/* overflow: hidden; */
}

#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
	position: relative;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	height: auto;
	position: static;
	width: auto;
}

/* .pattern1 {
	background-image: url(../img/patterns/pattern1.png);
}

.pattern2 {
	background-image: url(../img/patterns/pattern2.png);
}

.pattern3 {
	background-image: url(../img/patterns/pattern3.png);
}

.pattern4 {
	background-image: url(../img/patterns/pattern4.png);
}

.pattern5 {
	background-image: url(../img/patterns/pattern5.png);
}

.pattern6 {
	background-image: url(../img/patterns/pattern6.png);
}

.pattern7 {
	background-image: url(../img/patterns/pattern7.png);
}

.pattern8 {
	background-image: url(../img/patterns/pattern8.png);
}

.pattern9 {
	background-image: url(../img/patterns/pattern9.png);
}

.pattern10 {
	background-image: url(../img/patterns/pattern10.png);
}

.pattern11 {
	background-image: url(../img/patterns/pattern11.png);
} */

.boxed .container {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-top: 120px;
	padding: 0;
}

@media (min-width: 1600px) {
	.boxed #box_wrapper.container {
		max-width: 1560px;
	}
}

.boxed #box_wrapper.container.top-bottom-margins {
	margin-bottom: 120px;
	margin-top: 150px;
}

/*common background sections*/
/* .s-map-dark {
	background-image: url("../img/parallax/map-dark.jpg");
}

.s-map-light {
	background-image: url("../img/parallax/map-light.jpg");
}

.s-light-abstract {
	background-image: url("../img/parallax/light-abstract.jpg");
}

.s-light-wood {
	background-image: url("../img/parallax/light-wood.jpg");
}
 */
/*bordered columns*/
.c-bordered [class*='col-'] {
	border: 1px solid #e1e1e1;
	margin-left: -1px;
	margin-top: -1px;
}

@media (min-width: 768px) {
	.c-bordered.c-bordered-center .row [class*='col-']:first-child {
		border-left-color: transparent;
	}

	.c-bordered.c-bordered-center .row [class*='col-']:last-child {
		border-right-color: transparent;
	}

	.c-bordered.c-bordered-center .row:first-child [class*='col-'] {
		border-top-color: transparent;
	}

	.c-bordered.c-bordered-center .row:last-child [class*='col-'] {
		border-bottom-color: transparent;
	}
}

/* Media Items - Common Side and Top Image Items */
.item-content p:last-child {
	margin-bottom: -.7em;
}

.bordered .item-media,
.bordered .entry-thumbnail {
	margin: -1px -1px -1px -1px;
	z-index: 1;
}

.bordered .item-media.cover-image {
	height: calc(100% + 2px);
}

.bordered.full-padding .item-media {
	margin: 0;
}

/* side and vertical items paddings */
.full-padding {
	padding: 40px;
}

.content-padding .item-content {
	padding: 34px 60px;
}

@media (max-width: 992px) {
	.full-padding {
		padding: 30px;
	}

	.content-padding .item-content {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.content-padding .item-content {
		padding: 30px;
		text-align: center;
	}

	.content-padding .item-content h5 {
		margin-top: 0;
	}
}

/*side item*/
.side-item {
	border-radius: 5px;
	display: flex;
	height: auto;
	overflow: hidden;
}

.side-item .item-media {
	flex-shrink: 0;
	height: 100%;
	width: 370px;
}

.side-item .item-content {
	flex-grow: 1;
}

.side-item h2,
.side-item h3,
.side-item h4,
.side-item h5 {
	line-height: 1;
	margin-bottom: 5px;
}

.side-item .social-icons a {
	background: #f0f0f0;
	padding: 11px;
}

.side-item .row {
	margin: 0;
}

.side-item .row [class*="col-"] {
	margin: 0;
	padding: 0;
}

.side-item .item-title + .item-content {
	padding-top: 30px;
}

.side-item [class*="col-"] > .item-title {
	padding: 15px 30px;
}

.side-item [class*="col-"] > .item-title h2,
.side-item [class*="col-"] > .item-title h3,
.side-item [class*="col-"] > .item-title h4 {
	margin: 0;
}

.side-item.bordered [class*="col-"] > .item-title {
	margin: -1px;
}

@media (max-width: 992px) {
	.side-item {
		height: auto;
	}

	.side-item .item-media {
		width: 270px;
	}

	.side-item .item-media img {
		height: auto;
	}
}

/*-xs- -sm- side-item paddings and margins*/

@media (max-width: 767px) {
	.side-item {
		flex-direction: column;
		height: auto;
	}

	.side-item .item-media {
		width: 100%;
	}

	.no-content-padding [class*='col-sm-'] .item-content,
	.no-content-padding [class*='col-xs-'] .item-content,
	.full-padding [class*='col-sm-'] .item-content,
	.full-padding [class*='col-xs-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.no-content-padding [class*='col-xs-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content,
	.full-padding [class*='col-xs-'][class*='order-xs-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
	.no-content-padding .col-xs-12 .item-content,
	.full-padding .col-sm-12 .item-content,
	.full-padding .col-xs-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-md- side-item paddings and margins*/

@media (min-width: 768px) {
	.no-content-padding [class*='col-md-'] .item-content,
	.full-padding [class*='col-md-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-md-'][class*='md-pull-'] .item-content,
	.no-content-padding [class*='col-md-'][class*='order-md-1'] .item-content,
	.full-padding [class*='col-md-'][class*='md-pull-'] .item-content,
	.full-padding [class*='col-md-'][class*='order-md-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}
	#box_wrapper,#canvas {
		/* 	overflow: hidden; */
			position: relative;
				top: 0px;
		}
	.no-content-padding .col-sm-12 .item-content,
	.full-padding .col-sm-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-lg- side-item paddings and margins*/

@media (min-width: 992px) {
	.no-content-padding [class*='col-lg-'] .item-content,
	.full-padding [class*='col-lg-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
	.no-content-padding [class*='col-lg-'][class*='order-lg-1'] .item-content,
	.full-padding [class*='col-lg-'][class*='lg-pull-'] .item-content,
	.full-padding [class*='col-lg-'][class*='order-lg-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-md-12 .item-content,
	.full-padding .col-md-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/*-xl- side-item paddings and margins*/

@media (min-width: 1200px) {
	.no-content-padding [class*='col-xl-'] .item-content,
	.full-padding [class*='col-xl-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-xl-'][class*='order-xl-1'] .item-content,
	.full-padding [class*='col-xl-'][class*='order-xl-1'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-lg-12 .item-content,
	.full-padding .col-lg-12 .item-content {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
}

/* vertical media item */
.vertical-item.content-padding .item-content {
	padding: 50px;
}

@media (max-width: 1199px) {
	.vertical-item.content-padding .item-content {
		padding: 30px;
	}
}

.vertical-item.content-padding.padding-small .item-content {
	padding: 40px 40px 40px;
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	bottom: 0;
	left: 0;
	padding: 20px 30px 20px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.vertical-item.content-absolute.vertical-center .item-content {
	top: 0;
}

.vertical-item + .item-title {
	padding: 10px 30px;
}

.vertical-item + .item-title h2,
.vertical-item + .item-title h3,
.vertical-item + .item-title h4 {
	margin: 0;
}

/* item meta */
.item-meta {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-transform: uppercase;
}

.item-meta i {
	font-size: 1.2em;
	position: relative;
	text-align: center;
	width: 1em;
}

.item-meta span {
	padding: 0 0.5em;
}

/* item media & item links */
.item-media {
	overflow: hidden;
	position: relative;
}

.item-media img {
	width: 100%;
}

.item-media.cover-image {
	height: 100%;
}

.media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.media-links div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 4;
}

.content-absolute .media-links div {
	display: flex;
	justify-content: flex-end;
	margin-top: 0;
	top: 0;
}

.content-absolute .media-links div a {
	transition: all 0.35s ease 0.1s;
}

.content-absolute .media-links div a:hover {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.content-absolute .media-links div a:first-child {
	transition-delay: 0s;
}

.isotope-wrapper {
	margin-bottom: 30px;
}

.media-links:before {
	background-color: rgba(37, 37, 37, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s linear;
}

[class*="-item"]:hover .media-links:before {
	opacity: 0.9;
}

.media-links a.abs-link {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}

.media-links a.abs-link:before {
	color: #54c1c4;
	content: "+";
	font-size: 60px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
}

[class*="-item"] .links-wrap a {
	border: 2px solid transparent;
	display: inline-block;
	font-size: 16px;
	height: 60px;
	line-height: 58px;
	opacity: 0;
	position: relative;
	text-align: center;
	top: -100px;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 60px;
	z-index: 5;
}

[class*="-item"] .links-wrap a.link-zoom {
	background-color: #323232;
	border-color: #323232;
	color: #fff;
}

[class*="-item"] .links-wrap a.link-zoom:hover {
	background-color: #54c1c4;
	border-color: #54c1c4;
	color: #fff;
	opacity: 1;
}

[class*="-item"] .links-wrap a.link-anchor {
	background-color: #fff;
	border-color: #fff;
	color: #323232;
	transition-delay: 0.1s;
}

[class*="-item"] .links-wrap a.link-anchor:hover {
	background-color: #54c1c4;
	border-color: #54c1c4;
	color: #fff;
	opacity: 1;
}

[class*="-item"] .links-wrap a:before {
	content: "\f002";
	font-family: "FontAwesome";
}

[class*="-item"] .links-wrap a.link-anchor:before {
	content: "\f041";
}

[class*="-item"]:hover .links-wrap a {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

[class*="-item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* item icons */
.item-icons {
	font-size: 12px;
	margin-top: 35px;
}

.content-padding .item-icons {
	margin-top: 0;
}

.item-icons i {
	padding: 0 4px;
}

.item-icons .col {
	padding-bottom: 20px;
	padding-top: 15px;
	text-align: center;
}

.side-item.team-single {
	flex-direction: column;
}

.side-item.team-single .item-media {
	width: 100%;
}

.side-item.team-single .item-content {
	align-items: center;
	display: flex;
	flex-direction: column;
}

@media (max-width: 575px) {
	.side-item.team-single .item-content {
		padding: 30px;
	}
}

.side-item.team-single .item-content h5 {
	margin-top: 22px;
}

@media (max-width: 575px) {
	.side-item.team-single .item-content h5 {
		margin-top: 0;
	}
}

.side-item.team-single .item-content p {
	margin-bottom: 27px;
}

.gallery .vertical-item {
	min-height: 150px;
}

.gallery .item-content {
	padding: 20px 20px 30px 20px;
}

.gallery .item-content h3 {
	font-size: 20px;
	letter-spacing: 0;
}

/*
** Buttons
 */
.btn:hover {
	cursor: pointer;
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75);
}

.btn-secondary {
	border-color: #e1e1e1;
	color: #323232;
}

/*color background buttons*/
.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-maincolor4,
.btn-darkgrey {
	color: #fff;
}

.btn-maincolor {
	background-color: #54c1c4;
	border: 5px solid #54c1c4;
}

.btn-maincolor2 {
	background-color: #e56778;
	border: 5px solid #e56778;
}

.btn-maincolor3 {
	background-color: #a0ce4e;
	border: 5px solid #a0ce4e;
}

.btn-maincolor4 {
	background-color: #e8ac56;
	border: 5px solid #e8ac56;
}

.btn-darkgrey {
	background-color: #1f3258;
	border: 5px solid #1f3258;
}

.btn-darkblue {
	background-color: #1f3258;
	border: 5px solid #1f3258;
	color: #fff;
}

/*color outline buttons*/
.btn-outline-maincolor,
.btn-outline-maincolor2,
.btn-outline-maincolor3,
.btn-outline-darkgrey {
	background-color: #fff;
}

.btn-outline-maincolor {
	border: 5px solid #54c1c4;
	color: #54c1c4;
}

.btn-outline-maincolor2 {
	border: 5px solid #e56778;
	color: #e56778;
}

.btn-outline-maincolor3 {
	border: 5px solid #a0ce4e;
	color: #a0ce4e;
}

.btn-outline-darkgrey {
	border: 5px solid #1f3258;
	color: #323232;
}

.btn-outline-darkblue {
	border: 5px solid #1f3258;
	color: #1f3258;
}

.corner {
	background-color: transparent !important;
	height: 0;
	overflow: visible !important;
	padding-bottom: 70px;
	position: relative;
	z-index: 3;
}

.corner:before,
.corner:after {
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.corner:after {
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 70px solid #fff;
}

.corner.corner-outside {
	position: absolute;
}

.corner.corner-outside:first-child {
	top: -70px;
}

.corner.corner-outside:last-child {
	bottom: -70px;
}

.corner.corner-half:after {
	border-left-width: 100vw;
	border-right-width: 0;
}

.corner.corner-half.corner-half-inverse:after {
	border-left-width: 0;
	border-right-width: 100vw;
}

.corner.corner-mirror:after {
	border-left-width: 0;
}

.corner.corner-mirror:before {
	border-left: 50vw solid transparent;
	border-top: 70px solid #fff;
	left: 50vw;
}

.corner.corner-inverse:before,
.corner.corner-inverse:after {
	border-bottom: 70px solid #fff;
	border-top: none;
}

@media (max-width: 1199px) {
	.corner {
		padding-bottom: 30px;
	}

	.corner:after {
		border-top-width: 30px;
	}

	.corner.corner-outside {
		position: absolute;
	}

	.corner.corner-outside:first-child {
		top: -30px;
	}

	.corner.corner-outside:last-child {
		bottom: -30px;
	}

	.corner.corner-mirror:before {
		border-top-width: 30px;
	}

	.corner.corner-inverse:before,
	.corner.corner-inverse:after {
		border-bottom-width: 30px;
	}
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
	border-bottom-color: #f0f0f0;
	border-top-color: #f0f0f0;
}

.corner.ls.ms.corner-inverse:after {
	border-bottom-color: #f0f0f0;
}

.corner.ds.corner-mirror:before,
.corner.ds:after {
	border-bottom-color: #323232;
	border-top-color: #323232;
}

.corner.ds.corner-inverse:after {
	border-bottom-color: #323232;
}

.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
	border-bottom-color: #252525;
	border-top-color: #252525;
}

.corner.ds.ms.corner-inverse:after {
	border-bottom-color: #252525;
}

.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
	border-bottom-color: #2f3e47;
	border-top-color: #2f3e47;
}

.corner.ds.bs.corner-inverse:after {
	border-bottom-color: #2f3e47;
}

.corner.cs.corner-mirror:before,
.corner.cs:after {
	border-bottom-color: #54c1c4;
	border-top-color: #54c1c4;
}

.corner.cs.corner-inverse:after {
	border-bottom-color: #54c1c4;
}

.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
	border-bottom-color: #e56778;
	border-top-color: #e56778;
}

.corner.cs.cs2.corner-inverse:after {
	border-bottom-color: #e56778;
}

.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
	border-bottom-color: #a0ce4e;
	border-top-color: #a0ce4e;
}

.corner.cs.cs3.corner-inverse:after {
	border-bottom-color: #a0ce4e;
}

/*
** Light Background Section - .ls
*/
.ls {
	background-color: #fff;
	color: #818181;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
	color: #323232;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	opacity: 0.8;
}

.ls .btn-maincolor:hover,
.ls .btn-maincolor2:hover,
.ls .btn-maincolor3:hover,
.ls .btn-darkgrey:hover,
.ls .btn-darkblue:hover,
.ls .btn-outline-maincolor:hover,
.ls .btn-outline-maincolor2:hover,
.ls .btn-outline-maincolor3:hover,
.ls .btn-maincolor4:hover,
.ls .btn-outline-darkblue:hover,
.ls .btn-outline-darkgrey:hover {
	color: #fff;
	padding: 27px 43px;
}

.ls .btn-outline-maincolor:hover {
	background-color: #1f3258;
	border: 4px solid #1f3258;
	color: #54c1c4;
}

.ls .btn-maincolor:hover {
	background-color: #fff;
	border: 4px solid #54c1c4;
	color: #54c1c4;
}

.ls .btn-outline-maincolor2:hover {
	background-color: #1f3258;
	border: 4px solid #1f3258;
	color: #e56778;
}

.ls .btn-maincolor2:hover {
	background-color: #fff;
	border: 4px solid #e56778;
	color: #e56778;
}

.ls .btn-outline-maincolor3:hover {
	background-color: #1f3258;
	border: 4px solid #1f3258;
	color: #a0ce4e;
}

.ls .btn-maincolor3:hover {
	background-color: #fff;
	border: 4px solid #a0ce4e;
	color: #a0ce4e;
}

.ls .btn-darkblue:hover {
	background-color: #fff;
	border: 4px solid #1f3258;
	color: #1f3258;
}

.ls .btn-outline-maincolor4:hover {
	background-color: #1f3258;
	border: 4px solid #1f3258;
	color: #e8ac56;
}

.ls .btn-maincolor4:hover {
	background-color: #fff;
	border: 4px solid #e8ac56;
	color: #e8ac56;
}

.ls .btn-outline-darkblue:hover {
	background-color: #1f3258;
	border: 4px solid #1f3258;
	color: #fff;
}

.ls .btn-outline-darkgrey:hover {
	background-color: #1f3258;
	border: 4px solid #1f3258;
	color: #fff;
}

.ls .btn-darkgrey:hover {
	background-color: #fff;
	border: 4px solid #1f3258;
	color: #1f3258;
}

.ls .links-maincolor a:hover {
	opacity: 0.7;
}

/*
** Grey Background Section - light section, muted section - .ls.ms
*/
.ls.ms {
	background-color: #f0f0f0;
	color: #6f6f6f;
}

.ls.ms .links-grey a {
	color: #6f6f6f;
}

.ls.ms .hero-bg {
	background-color: #fff;
}

.ls.ms .hero-bg hr {
	background-color: #e1e1e1;
}

.ls.ms hr {
	background-color: #fff;
}

.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms input[type="number"],
.ls.ms textarea,
.ls.ms select,
.ls.ms .form-control {
	background-color: #fff;
}

.ls.ms .hero-bg input[type="text"],
.ls.ms .hero-bg input[type="email"],
.ls.ms .hero-bg input[type="url"],
.ls.ms .hero-bg input[type="password"],
.ls.ms .hero-bg input[type="search"],
.ls.ms .hero-bg input[type="tel"],
.ls.ms .hero-bg input[type="number"],
.ls.ms .hero-bg textarea,
.ls.ms .hero-bg select,
.ls.ms .hero-bg .form-control {
	background-color: #f0f0f0;
	border-color: #e1e1e1;
}

.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
	border-color: #d4d4d4;
}

.ls.ms .btn-secondary {
	border-color: #fff;
}

.ls.ms .btn-secondary:hover {
	background-color: #e1e1e1;
	border-color: #e1e1e1;
}

.ls .color-icon.bg-icon {
	background-color: #ececec;
}

.ls .pricing-plan [class*='btn-outline-'] {
	background-color: #fff;
}

.ls .pricing-plan [class*='btn-outline-']:hover {
	background-color: #54c1c4;
}

.ls.ms .nav-tabs > li.active > a,
.ls.ms .nav-tabs > li.active > a:hover,
.ls.ms .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .tab-content {
	background-color: #fff;
}

.ls.ms .tab-content .bordered {
	border-color: #e6e6e6;
}

.ls.ms .tab-content.no-border {
	background-color: transparent;
}

.ls.ms .tab-content .form-control {
	background-color: #f0f0f0;
}

.ls.ms .vertical-tabs .nav > li > a {
	background-color: #fff;
}

.ls.ms .vertical-tabs .nav > li > a:hover,
.ls.ms .vertical-tabs .nav > li.active > a {
	background-color: #323232;
}

.ls.ms .panel-title > a {
	background-color: #323232;
}

.ls.ms .panel-title > a.collapsed {
	background-color: #fff;
}

.ls.ms .hero-bg .panel-title > a {
	border: 1px solid #e1e1e1;
}

.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
	background-color: #323232;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .breadcrumb {
	color: #818181;
}

.ls.ms .breadcrumb a {
	color: #686868;
}

.ls.ms .breadcrumb a:hover {
	color: #54c1c4;
}

.ls.ms [class*='btn-outline-']:not(:hover) {
	background-color: #f0f0f0;
}

/*
** Dark Section background and Dark Muted background sections - .ds and .ds.ms
*/
/* dark grey background section - .ds */
.ds {
	background-color: #fff;
	color: #fff;
}

.ds * .ds {
	background-color: #182745;
}

/* dark background section - .ds.ms */
.ds.ms {
	background-color: #1f3258;
}

.ds.ms .ds.ms {
	background-color: #2a2a2a;
}

/* dark section blue - .ds.bs */
.ds.bs {
	background-color: #2f3e47;
}

.ds a:not(.btn) {
	color: #fff;
}

.ds a:not(.btn):hover {
	opacity: 1;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #fff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
	color: #fff;
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	opacity: 0.8;
}

.ds .ls {
	background-color: #fff;
	color: #818181;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #323232;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
	color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
	color: #54c1c4;
}

.ds .ls a:not(.btn) {
	color: #323232;
}

.ds .ls a:not(.btn):hover {
	color: #54c1c4;
}

.ds label {
	color: #fff;
}

.ds hr {
	background-color: #454545;
	border-color: #454545;
}

.ds blockquote,
.ds .blockquote {
	color: #fff;
}

.ds pre {
	color: #fff;
}

.ds .muted-bg,
.ds .hero-bg {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .bordered {
	border-color: #454545;
}

.ds .color-main {
	color: #54c1c4;
}

.ds .color-main2 {
	color: #e56778;
}

.ds .color-dark,
.ds .color-darkgrey {
	border-color: #fff;
	color: #fff;
}

.ds .links-maincolor a {
	color: #54c1c4;
}

.ds .links-maincolor a:hover {
	color: #fff;
}

.ds .links-maincolor2 a {
	color: #e56778;
}

.ds .links-maincolor2 a:hover {
	color: #fff;
}

.ds .links-maincolor3 a {
	color: #a0ce4e;
}

.ds .links-maincolor3 a:hover {
	color: #fff;
}

.ds .links-grey a {
	color: #fff;
}

.ds .links-grey a:hover {
	color: #fff;
}

.ds .links-darkgrey a {
	color: #fff;
}

.ds .links-darkgrey a:hover {
	color: #54c1c4;
}

.ds.s-bordertop:before,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-borderbottom-container .container:after {
	background-color: #454545;
}

.ds.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: #454545;
}

.ds .btn-darkgrey {
	background-color: #fff;
	color: #323232;
}

.ds .btn-maincolor:hover,
.ds .btn-maincolor2:hover,
.ds .btn-maincolor3:hover,
.ds .btn-darkgrey:hover,
.ds .btn-outline-maincolor:hover,
.ds .btn-outline-maincolor2:hover,
.ds .btn-outline-maincolor3:hover,
.ds .btn-maincolor4:hover,
.ds .btn-outline-darkgrey:hover {
	color: #fff;
}

.ds .btn-outline-maincolor:hover,
.ds .btn-maincolor:hover {
	background-color: #3ba7aa;
}

.ds .btn-outline-maincolor2:hover,
.ds .btn-maincolor2:hover {
	background-color: #de3b51;
}

.ds .btn-outline-maincolor3:hover,
.ds .btn-maincolor3:hover {
	background-color: #87b633;
}

.ds .btn-outline-darkgrey {
	border-color: #fff;
	color: #fff;
}

.ds .btn-outline-darkgrey:hover,
.ds .btn-darkgrey:hover {
	background-color: #191919;
	border-color: #191919;
}

.ds .btn-maincolor4:hover {
	background-color: #fff;
	border: 5px solid #e8ac56;
	color: #e8ac56;
	padding: 26px 42px;
}

.ds a.fa {
	border-color: #454545;
	color: #1f3258;
}

.ds a.bg-icon {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .fa.color-icon:hover {
	color: #fff;
}

.ds .color-icon.bg-icon {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .color-icon.bg-icon:hover {
	color: #fff;
}

.ds .color-bg-icon:hover {
	background-color: #54c1c4;
}

.ds {
	/* shop */
}

.ds .list-bordered li {
	border-color: #454545;
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds input[type="number"],
.ds textarea,
.ds select,
.ds .form-control {
	background-color: #fff;
	border-color: #454545;
	color: #818181;
}

.ds .form-group-select:before {
	border-color: #454545;
}

.ds .form-control:focus {
	border-color: #525252;
}

.ds .form-control:-moz-placeholder {
	color: #252525;
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	color: #252525;
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	color: #252525;
}

.ds .form-control::-webkit-input-placeholder {
	color: #252525;
}

.ds .form-control:focus:-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus::-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.ds .contact-form.transparent-background .form-control {
	border-color: #454545;
}

.ds .tab-content {
	border-color: #454545;
}

.ds .nav-tabs .nav-link {
	border-color: #454545;
}

.ds .owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}

.ds .post-adds .share_button > i,
.ds .post-adds .like_button > i {
	color: #fff;
}

.ds .side-item {
	border-color: #454545;
}

.ds .excerpt {
	color: #fff;
}

.ds .reply a {
	color: #fff;
}

.ds .widget_search .form-inline .btn,
.ds .widget_product_search [type="submit"],
.ds .widget_mailchimp .form-inline .btn {
	background-color: transparent;
	color: #54c1c4;
}

.ds .widget_shopping_cart .cart_list,
.ds .widget_recent_entries li,
.ds .widget_recent_comments li,
.ds .widget_archive li,
.ds .widget_categories li,
.ds .widget_meta li,
.ds .widget_nav_menu li,
.ds .widget_pages li,
.ds .widget_popular_entries li {
	border-color: #454545;
}

.ds .widget_nav_menu ul ul {
	border-color: #454545;
}

.ds .widget_popular_entries .media-heading {
	color: #fff;
}

.ds .tweet_list li + li .tweet_right {
	border-color: #454545;
}

.ds .widget_tag_cloud a {
	border-color: #fff;
	color: #fff;
}

.ds .widget_shopping_cart li a + a {
	color: #fff;
}

.ds .widget_shopping_cart li a + a:hover {
	color: #54c1c4;
}

.ds .summary .price {
	border-color: #454545;
	color: #fff;
}

.ds .summary .product_meta {
	border-color: #454545;
}

.ds .widget_price_filter .price_label {
	color: #fff;
}

.ds #calendar_wrap {
	border-color: #454545;
}

.ds .widget_calendar table {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: #454545;
}

.ds .widget_calendar tfoot td a {
	border-color: #454545;
}

.ds .widget_calendar caption,
.ds .widget_calendar thead,
.ds .widget_calendar th {
	color: #fff;
}

.ds .widget_calendar tbody td a:hover {
	color: #fff;
}

.ds .grid-view h3:before,
.ds .grid-view h3:after {
	background-color: #454545;
}

.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
	color: #fff;
}

.ds .ui-slider {
	background-color: rgba(255, 255, 255, 0.05);
}

.ds .ui-slider .ui-slider-handle {
	background-color: #fff;
}

.ds #sort_view {
	background-color: transparent;
	color: #fff;
}

.ds #toggle_shop_view.grid-view:after,
.ds #toggle_shop_view:before {
	background-color: rgba(247, 247, 247, 0.05);
}

.ds .widget_layered_nav .color-filters a:before {
	border-color: #454545;
}

.ds .table.cart a {
	color: #fff;
}

.ds .pagination > li > a,
.ds .pagination > li > span {
	background-color: transparent;
	border: 1px solid #454545;
	color: #fff;
}

.ds .pagination > li.active > a,
.ds .pagination > li.active > span,
.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus {
	background-color: #54c1c4;
	border-color: #54c1c4;
	color: #fff;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #fff;
}

.ds .thumbnail .caption {
	background-color: rgba(252, 252, 252, 0.05);
	border-color: transparent;
}

.ds .progress {
	background-color: #454545;
}

.ds .panel-heading .panel-title > a.collapsed,
.ds .vertical-tabs .nav > li > a {
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.ds .panel-heading .panel-title > a,
.ds .panel-heading .panel-title > a:hover,
.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
	background-color: #54c1c4;
}

.ds .panel-heading .panel-title > a:hover:after,
.ds .vertical-tabs .nav > li > a:hover:after {
	color: #fff;
}

.ds .entry-meta .comments-link a {
	color: #fff;
}

.ds #timetable tbody th,
.ds #timetable tbody td {
	border-color: #454545;
}

.ds #isotope_filters a,
.ds .filters a {
	color: #fff;
}

.ds div .fw-shortcode-calendar-wrapper .page-header h3,
.ds div .btn-group button[data-calendar-nav],
.ds div .btn-group button[data-calendar-nav*='today'] {
	color: #fff;
}

/*
** Color Background Section - .cs
*/
.cs.cs2 {
	background-color: #e56778;
}

.cs.cs2 .color-main {
	color: #54c1c4;
}

.cs.cs3 {
	background-color: #a0ce4e;
}

.cs.cs3 .color-main {
	color: #54c1c4;
}

/* color section grey - .cs.gs */
.cs.gs {
	background-color: #f0f0f0;
}

.cs.cs-success {
	background-color: #4db19e;
}

.cs.cs-info {
	background-color: #007ebd;
}

.cs.cs-warning {
	background-color: #eeb269;
}

.cs.cs-danger {
	background-color: #dc5753;
}

.cs {
	background-color: #54c1c4;
	color: #fff;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
	color: #fff;
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
	color: #fff;
}

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.cs a:not(.btn) {
	color: #fff;
}

.cs a:not(.btn):hover {
	opacity: 0.8;
}

.cs blockquote,
.cs .blockquote {
	border-color: #7acfd1;
}

.cs hr {
	border-color: rgba(255, 255, 255, 0.15);
}

.cs pre {
	color: #fff;
}

.cs .hero-bg {
	background-color: rgba(255, 255, 255, 0.1);
}

.cs .bordered {
	border-color: rgba(255, 255, 255, 0.15);
}

.cs.s-bordertop:before,
.cs.s-borderbottom:after,
.cs.s-bordertop-container .container:before,
.cs.s-borderbottom-container .container:after {
	background-color: rgba(255, 255, 255, 0.15);
}

.cs.s-bordered-columns [class*='col-'] + [class*='col-']:before {
	background-color: rgba(255, 255, 255, 0.15);
}

.cs .links-darkgrey a,
.cs .links-grey a {
	color: #fff;
	opacity: 0.9;
}

.cs .links-darkgrey a:hover,
.cs .links-grey a:hover {
	color: #fff;
	opacity: 1;
}

.cs .color-dark {
	border-color: #fff;
	color: #fff;
}

.cs .color-darkgrey {
	border-color: #323232;
	color: #323232;
}

.cs .response,
.cs .color-main {
	color: #fff;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
	background-color: #fff;
	border-color: #fff;
	color: #323232;
}

.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.cs .form-control:-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.cs .form-control::-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
	color: #323232;
}

.cs .form-control::-webkit-input-placeholder {
	color: #323232;
}

.cs .form-control:focus:-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.cs .btn-maincolor {
	background-color: #54c1c4;
	color: #fff;
}

.cs .btn-outline-maincolor {
	border-color: #fff;
	color: #fff;
}

.cs .btn-maincolor:hover,
.cs .btn-maincolor2:hover,
.cs .btn-maincolor3:hover,
.cs .btn-darkgrey:hover,
.cs .btn-outline-maincolor:hover,
.cs .btn-outline-maincolor2:hover,
.cs .btn-outline-maincolor3:hover,
.cs .btn-outline-darkgrey:hover {
	color: #fff;
}

.cs .btn-outline-maincolor:hover,
.cs .btn-maincolor:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.cs .btn-outline-maincolor2:hover,
.cs .btn-maincolor2:hover {
	background-color: #de3b51;
}

.cs .btn-outline-maincolor3:hover,
.cs .btn-maincolor3:hover {
	background-color: #87b633;
}

.cs .btn-outline-darkgrey:hover,
.cs .btn-darkgrey:hover {
	background-color: #191919;
	border-color: #191919;
}

.cs a.fa {
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.cs a.bg-icon {
	background-color: rgba(255, 255, 255, 0.17);
}

.cs .color-icon.bg-icon {
	background-color: rgba(255, 255, 255, 0.9);
}

.cs a.fa.color-bg-icon:hover {
	background-color: #323232;
}

.cs .btn-action {
	background-color: #fff;
}

.cs .btn-action i {
	color: #323232;
}

.cs .btn-action:hover i {
	opacity: 0.7;
}

/*
** Helper Utilities
*/
/* layout */
.clear,
.clearfix {
	clear: both;
}

.round {
	border-radius: 50%;
}

.text-normal {
	text-transform: none;
}

/* paddings for .*-bg, .bg-* and .bordered */
.p-big {
	padding: 40px 45px;
}

@media (min-width: 1200px) {
	.p-big {
		padding: 55px 60px;
	}
}

.p-normal {
	padding: 40px 45px;
}

.p-small {
	padding: 30px 35px;
}

.cover-before,
.cover-after {
	overflow: hidden;
}

.cover-before,
.cover-after,
.cover-before > *,
.cover-after > * {
	position: relative;
	z-index: 2;
}

.cover-before:before,
.cover-after:after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-corner {
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

/* text helpers */
.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size: 36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-56 {
	font-size: 56px;
}

.fw-100 {
	font-weight: 100;
}

.fw-300,
.thin {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-700,
.bolder {
	font-weight: 700;
}

.fw-900,
.bold {
	font-weight: 900;
}

.dropcap {
	float: left;
	font-size: 108px;
	font-weight: 900;
	line-height: 0.9;
	margin: 0 15px 0 0;
	text-transform: uppercase;
}

@media (max-width: 1600px) {
	.dropcap {
		font-size: 92px;
		margin-right: 15px;
	}
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.overflow-visible {
	overflow: visible;
	position: relative;
	z-index: 2;
}

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

/*display helpers*/
[class*='visible-above-'],
[class*='visible-below-'] {
	display: none !important;
}

@media (min-width: 576px) {
	.visible-above-sm {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.visible-below-sm {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.visible-above-md {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-below-md {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.visible-above-lg {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.visible-below-lg {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-above-xl {
		display: block !important;
	}
}

@media (max-width: 1199px) {
	.visible-below-xl {
		display: block !important;
	}
}

@media (max-width: 575px) {
	.hidden-below-sm {
		display: none !important;
	}
}

@media (min-width: 576px) {
	.hidden-above-sm {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-below-md {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-above-md {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-below-lg {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-above-lg {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-below-xl {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-above-xl {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
}

/* borders, colors and backgrounds */
.light-bg {
	background-color: #fff;
}

.hero-bg {
	background-color: #f5f5f5;
}

.muted-bg {
	background-color: rgba(50, 50, 50, 0.06);
}

.response,
.color-main {
	border-color: #54c1c4;
	color: #54c1c4 !important;
}

.color-main2 {
	border-color: #e56778;
	color: #e56778 !important;
}

.color-main3 {
	border-color: #a0ce4e;
	color: #a0ce4e !important;
}

.color-main4 {
	border-color: #e8ac56;
	color: #e8ac56 !important;
}

.color-dark {
	border-color: #252525;
	color: #252525 !important;
}

.color-light {
	border-color: #fff;
	color: #fff !important;
}

.color-darkgrey {
	border-color: #323232;
	color: #323232;
}

.color-success {
	color: #4db19e;
}

.color-info {
	color: #007ebd;
}

.color-warning {
	color: #eeb269;
}

.required,
.color-danger {
	color: #dc5753;
}

.bordered {
	border: 1px solid #e1e1e1;
}

.box-shadow {
	border-color: transparent;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.links-maincolor a {
	color: #54c1c4;
}

.links-maincolor2 a {
	color: #e56778;
}

.links-maincolor3 a {
	color: #a0ce4e;
}

.links-grey a {
	color: #818181;
}

.links-grey a:hover {
	color: #54c1c4;
}

.links-darkgrey a {
	color: #323232;
}

.links-darkgrey a:hover {
	color: #54c1c4;
}

.bg-maincolor {
	background-color: #54c1c4;
}

.bg-maincolor2 {
	background-color: #e56778;
}

.bg-maincolor3 {
	background-color: #a0ce4e;
}

.bg-maincolor4 {
	background-color: #e8ac56;
}

.bg-dark {
	background-color: #252525;
}

.bg-darkblue {
	background-color: #1f3258;
	color: #fff;
}

.bg-darkgrey {
	background-color: #323232;
	color: #fff;
}

.grey-bg2 {
	background-color: #f0f0f0;
}

.bg-success {
	background-color: #4db19e !important;
}

.bg-info {
	background-color: #007ebd !important;
}

.bg-warning {
	background-color: #eeb269 !important;
}

.bg-danger {
	background-color: #dc5753 !important;
}

[class*='bg-'] {
	color: #fff;
}

[class*='bg-'] a,
[class*='bg-'] h1,
[class*='bg-'] h2,
[class*='bg-'] h3,
[class*='bg-'] h4,
[class*='bg-'] h5,
[class*='bg-'] h6 {
	color: #fff;
}

/*padding for inline elements with theme backgrounds*/
span[class*='bg-'],
span.bordered,
span.light-bg,
span.hero-bg,
span.muted-bg {
	padding-left: 0.37em;
	padding-right: 0.37em;
}

/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my--80 {
	margin-bottom: -80px;
	margin-top: -80px;
}

.my--70 {
	margin-bottom: -70px;
	margin-top: -70px;
}

.my--60 {
	margin-bottom: -60px;
	margin-top: -60px;
}

.my-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.my-15 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.my-20 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.my-30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.my-40 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.my-50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.my-60 {
	margin-bottom: 60px;
	margin-top: 60px;
}

/*left&right equal margins*/
.mx--80 {
	margin-left: -80px;
	margin-right: -80px;
}

.mx--70 {
	margin-left: -70px;
	margin-right: -70px;
}

.mx--60 {
	margin-left: -60px;
	margin-right: -60px;
}

.mx-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.mx-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mx-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.mx-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.mx-60 {
	margin-left: 60px;
	margin-right: 60px;
}

/*top margins*/
.mt--80 {
	margin-top: -80px;
}

.mt--70 {
	margin-top: -70px;
}

.mt--60 {
	margin-top: -60px;
}

.mt-10 {
	margin-top: 10px;
}

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

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

/*bottom margins*/
.mb--80 {
	margin-bottom: -80px;
}

.mb--70 {
	margin-bottom: -70px;
}

.mb--60 {
	margin-bottom: -60px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

/*top right bottom left margins*/
.m--80 {
	margin: -80px;
}

.m--70 {
	margin: -70px;
}

.m--60 {
	margin: -60px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-30 {
	margin: 30px;
}

.m-40 {
	margin: 40px;
}

.m-50 {
	margin: 50px;
}

.m-60 {
	margin: 60px;
}

/* paddings */
/*top&bottom equal paddings - dividers*/
.py--80 {
	padding-bottom: -80px;
	padding-top: -80px;
}

.py--70 {
	padding-bottom: -70px;
	padding-top: -70px;
}

.py--60 {
	padding-bottom: -60px;
	padding-top: -60px;
}

.py-10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.py-15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.py-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.py-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.py-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.py-50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.py-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

/*left&right equal paddings*/
.px--80 {
	padding-left: -80px;
	padding-right: -80px;
}

.px--70 {
	padding-left: -70px;
	padding-right: -70px;
}

.px--60 {
	padding-left: -60px;
	padding-right: -60px;
}

.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.px-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.px-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.px-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.px-60 {
	padding-left: 60px;
	padding-right: 60px;
}

/*top paddings*/
.pt--80 {
	padding-top: -80px;
}

.pt--70 {
	padding-top: -70px;
}

.pt--60 {
	padding-top: -60px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

/*bottom paddings*/
.pb--80 {
	padding-bottom: -80px;
}

.pb--70 {
	padding-bottom: -70px;
}

.pb--60 {
	padding-bottom: -60px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

/*top right bottom left paddings*/
.p--80 {
	padding: -80px;
}

.p--70 {
	padding: -70px;
}

.p--60 {
	padding: -60px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.p-40 {
	padding: 40px;
}

.p-50 {
	padding: 50px;
}

.p-60 {
	padding: 60px;
}

.margin-reverse {
	margin-top: -60px;
}

/*
** Shortcodes
*/
/*
** Icon Box
*/
.icon-styled {
	display: inline-block;
	text-align: center;
}

.icon-styled i {
	width: 1em;
}

.icon-styled[class*='bg-'],
.icon-styled[class*='btn-'],
.icon-styled.bordered,
.icon-styled.icon-bordered {
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
	height: 3em;
	width: 3em;
}

.text-center .icon-styled[class*='bg-'],
.text-center .icon-styled[class*='btn-'],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-bordered {
	margin-left: auto;
	margin-right: auto;
}

.icon-styled[class*='bg-'] i,
.icon-styled[class*='btn-'] i,
.icon-styled.bordered i,
.icon-styled.icon-bordered i {
	line-height: 3em;
}

.icon-styled[class*='bg-'] + p,
.icon-styled[class*='btn-'] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
	margin-top: 12px;
}

.icon-styled.icon-bordered:not([class*="color-"]) {
	border-color: #e1e1e1;
}

.icon-styled[class*='bg-'] {
	border-color: transparent;
}

.icon-styled.icon-top {
	align-self: flex-start;
	line-height: inherit;
}

.media > .icon-styled:first-child {
	flex-shrink: 0;
}

.media > .icon-styled:last-child {
	flex-shrink: 0;
}

.icon-inline > .icon-styled:first-child {
	flex-shrink: 0;
	margin-right: 10px;
}

.icon-inline > .icon-styled:last-child {
	flex-shrink: 0;
	margin-left: 20px;
}

.icon-inline {
	align-items: center;
	display: flex;
}

.text-center .icon-inline {
	justify-content: center;
}

.icon-inline > * {
	margin-bottom: 0;
	margin-right: 4px;
	margin-top: 0;
}

.icon-box h6 {
	margin-bottom: 20px;
	margin-top: 25px;
}

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered,
.icon-box.hero-bg,
.icon-box.muted-bg,
.icon-box.box-shadow {
	padding: 70px 30px;
}

.c-bordered .icon-box {
	padding: 70px 30px 30px;
}

.c-bordered .icon-box p:last-child {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.icon-box.featured-box {
		height: calc(100% + 12px);
		margin: -6px -10px;
		padding-bottom: 36px;
		padding-top: 76px;
		position: relative;
		z-index: 2;
	}
}

.icon-box .icon-styled[class*='bg-'],
.icon-box .icon-styled.icon-bordered {
	margin-bottom: 0.5em;
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4 {
	margin-top: 1.6em;
}

.icon-box .icon-styled + p.small-text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.2em;
	margin: 0.74em 0;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
	line-height: 1;
	margin-bottom: 1.6em;
}

.media h6 {
	margin-bottom: 20px;
	margin-top: 10px;
}

.media .heading-accent,
.icon-box .heading-accent {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: inherit;
	line-height: 1;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.media .heading-accent,
	.icon-box .heading-accent {
		font-size: 38px;
	}
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
	margin-top: 0.6em;
}

.media .special-heading,
.icon-box .special-heading {
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.media.ls [class*='bg-'],
.media.ls .icon-bordered,
.media.ds [class*='bg-'],
.media.ds .icon-bordered,
.media.cs [class*='bg-'],
.media.cs .icon-bordered,
.media.bordered [class*='bg-'],
.media.bordered .icon-bordered,
.media.hero-bg [class*='bg-'],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*='bg-'],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*='bg-'],
.media.box-shadow .icon-bordered {
	margin-right: 10px;
}

.media.ls [class*='bg-']:last-child,
.media.ls .icon-bordered:last-child,
.media.ds [class*='bg-']:last-child,
.media.ds .icon-bordered:last-child,
.media.cs [class*='bg-']:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered [class*='bg-']:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg [class*='bg-']:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg [class*='bg-']:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow [class*='bg-']:last-child,
.media.box-shadow .icon-bordered:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.media .media-body > p:first-child {
	margin-top: -0.2em;
}

.side-icon-box {
	margin: 15px 0 32px;
}

.side-icon-box h4 {
	letter-spacing: 0.17em;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.side-icon-box .icon-styled + .media-body {
		margin-left: 50px;
	}

	.side-icon-box {
		margin-bottom: 50px;
	}
}

@media (max-width: 575px) {
	.icon-box h5 {
		margin-bottom: 15px;
		margin-top: 15px !important;
	}
}

/*
** Special Heading
*/
.special-heading {
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
	word-wrap: break-word;
}

.special-heading.text-lowercase {
	font-size: 62px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 0;
}

.special-heading.big,
.special-heading.text-uppercase {
	font-size: 64px;
	font-weight: 900;
	line-height: 0.8;
}

.special-heading.big {
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}

@media (max-width: 1600px) {
	.special-heading.big,
	.special-heading.text-lowercase,
	.special-heading.text-uppercase {
		font-size: 42px;
		line-height: 1;
	}
}

.special-heading + h3 {
	margin-top: -1em;
}

.special-heading + p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.special-heading + p.extra-letter-spacing {
		letter-spacing: 2em;
	}
}

.special-heading.text-center + p {
	text-align: center;
}

h3.small .special-heading {
	font-size: 38px;
	line-height: 1;
}

h3.small {
	font-size: 20px;
	margin-bottom: 36px;
}

/*
** Number Card
*/
.number-card {
	display: flex;
	margin: 30px 0;
	overflow: hidden;
	position: relative;
}

.number-card .card-number span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	margin-left: -0.32em;
	margin-top: -0.14em;
	position: relative;
}

.number-card .card-number span:after {
	bottom: -0.09em;
	content: "•";
	font-size: 0.62em;
	position: absolute;
	right: -0.4em;
}

@media (min-width: 992px) {
	.number-card .card-number span {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.number-card .card-number span {
		font-size: 238px;
	}
}

.number-card .card-content {
	padding: 36px 36px 46px;
}

@media (min-width: 992px) {
	.number-card .card-content {
		padding: 56px 60px 66px 100px;
	}
}

.number-card .card-content h4 {
	line-height: 1;
	margin: 0;
}

.number-card .card-content h3 {
	font-weight: 900;
	line-height: 1;
	margin: 6px 0 25px;
}

@media (min-width: 500px) {
	.number-card .card-content h3 {
		font-size: 38px;
	}
}

@media (max-width: 499px) {
	.number-card .card-number {
		position: absolute;
	}

	.number-card .card-number span {
		font-size: 36px;
	}

	.number-card h3,
	.number-card h4 {
		display: inline-block;
	}
}

.pricing-plan {
	margin-bottom: 80px;
	padding: 40px 40px 0px;
	text-align: center;
	transition: all 0.2s linear;
}

.pricing-plan .plan-description {
	color: #818181;
}

.pricing-plan:hover {
	background-color: #1f3258;
}

.pricing-plan:hover .plan-name h3 {
	color: #fff;
}

.pricing-plan:hover .plan-description {
	color: #fff;
}

.pricing-plan:hover .plan-features {
	color: #fff;
}

.pricing-plan.third .price-wrap .plan-price {
	color: #a0ce4e;
}

@media (max-width: 575px) {
	.pricing-plan {
		padding: 30px 30px 0px;
	}
}

@media (max-width: 575px) {
	.pricing-plan {
		margin-bottom: 60px;
	}
}

.pricing-plan .price-wrap {
	align-items: flex-end;
	display: flex;
	font-size: 20px;
	justify-content: center;
	line-height: 0.7;
	margin: 48px 0 5px;
}

@media (max-width: 575px) {
	.pricing-plan .price-wrap {
		margin: 20px 0;
	}
}

.pricing-plan .price-wrap[class*='bg-'] {
	margin-bottom: 0;
	margin-top: 50px;
	padding: 30px 30px 10px;
}

.pricing-plan .price-wrap .plan-price {
	color: #54c1c4;
	font-size: 70px;
	font-weight: 200;
	line-height: 70px;
	text-transform: uppercase;
}

.pricing-plan [class*='bg-'] {
	margin-left: -41px;
	margin-right: -41px;
	padding: 10px 30px 30px;
}

.pricing-plan .plan-name[class*='bg-'] {
	margin-top: -40px;
	padding-top: 30px;
}

.pricing-plan .plan-name h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1;
}

@media (min-width: 1200px) {
	.pricing-plan {
		padding: 57px 60px 0px;
	}

	.pricing-plan [class*='bg-'] {
		margin-left: -61px;
		margin-right: -61px;
	}

	.pricing-plan .plan-name[class*='bg-'] {
		margin-top: -57px;
	}
}

.pricing-plan .plan-features {
	margin: 55px 0 8px;
}

@media (max-width: 575px) {
	.pricing-plan .plan-features {
		margin: 30px 0 8px;
	}
}

.pricing-plan .plan-button {
	position: relative;
	top: 35px;
}

.pricing-plan.plan-featured {
	border: 10px solid #e56778;
	margin: 0 -30px;
	padding: 78px 60px 25px;
	position: relative;
	top: -5px;
}

@media (max-width: 992px) {
	.pricing-plan.plan-featured {
		margin: 0;
		margin-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.pricing-plan.plan-featured {
		padding: 30px 30px 0;
	}
}

.pricing-plan.plan-featured .plan-button {
	top: 65px;
}

@media (max-width: 575px) {
	.pricing-plan.plan-featured .plan-button {
		top: 40px;
	}
}

.pricing-plan.plan-featured .plan-price {
	color: #e56778;
}

.pricing-plan.plan-featured .offer1 {
	align-items: center;
	background-color: #e56778;
	border-radius: 50%;
	display: flex;
	height: 120px;
	justify-content: center;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 120px;
	z-index: 555;
}

@media (max-width: 992px) {
	.pricing-plan.plan-featured .offer1 {
		right: -9px;
	}
}

@media (max-width: 575px) {
	.pricing-plan.plan-featured .offer1 {
		display: none;
	}
}

.pricing-plan.plan-featured .offer1 h6 {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0;
	width: 50%;
}

@media (max-width: 590px) {
	.pricing-plan.plan-featured {
		margin: 0;
		margin-bottom: 50px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.pricing-plan.plan-featured {
		margin-bottom: 60px;
	}
}

.quote-item {
	border: none;
	padding: 20px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.quote-item {
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}
}

.quote-item blockquote {
	margin: 36px auto;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.quote-item blockquote {
		margin-top: 20px;
	}
}

.quote-item blockquote .star-rating {
	font-size: 15px;
	margin: 0 auto;
	margin-bottom: 33px;
	margin-top: 14px;
}

@media (max-width: 575px) {
	.quote-item blockquote .star-rating {
		margin-bottom: 15px;
	}
}

.quote-image {
	display: inline-block;
	max-width: 340px;
	position: relative;
	width: 100%;
}

.quote-image img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
}

.quote-image + p {
	margin: 30px 0 20px;
}

.owl-theme .owl-dots {
	margin-top: -30px;
}

.owl-carousel .owl-dots .owl-dot span {
	background-color: #1f3258;
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot span:hover {
	background-color: #e56778;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #e56778;
}

.owl-theme .owl-dots {
	margin-top: 6px;
}

/*
** Items Masonry
*/
.items-tile .item-content {
	padding-bottom: 100px;
}

.items-tile .item-content h3 {
	margin-bottom: 0.3em;
	text-transform: none;
}

@media (min-width: 992px) {
	.items-tile .item-content h3 a {
		display: inline-block;
		max-height: 3.05em;
		overflow: hidden;
		padding-bottom: 0.1em;
	}

	.items-tile .item-content h3 + p {
		max-height: 5.5em;
		overflow: hidden;
	}
}

.items-tile .item-icons {
	border-bottom: 10px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
	height: 70px;
	left: 0;
	line-height: 60px;
	padding: 0 40px;
	position: absolute;
	right: 0;
}

.items-tile .item-icons span {
	padding: 0 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 32px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 320px;
	}
}

@media (min-width: 1200px) {
	.items-tile .item-content {
		padding: 60px 60px 100px;
	}

	.items-tile .item-content h3 {
		font-size: 38px;
	}

	.items-tile .col-lg-4 [class*='col-']:first-child .item-media {
		margin-bottom: 16px;
	}

	.items-tile .col-lg-4 [class*='col-']:last-child .item-content {
		min-height: 388px;
	}
}

/*
filters
*/
.filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

.filters.gallery-filters {
	padding-bottom: 45px;
}

.filters.filters-active-tob-border {
	padding-top: 0;
}

.filters.filters-active-tob-border a {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

@media (max-width: 991px) {
	.filters.filters-active-tob-border a {
		padding-bottom: 7px;
		padding-top: 10px;
	}
}

.filters.filters-active-tob-border a.active:after {
	background: #54c1c4;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.filters a {
	line-height: 3em;
	padding: 0 15px;
}

.filters .active {
	color: #54c1c4;
}

@media (min-width: 992px) {
	.isotope-wrapper + .row {
		margin-top: 60px;
	}

	.isotope-wrapper.c-mb-30 + .row {
		margin-top: 30px;
	}

	.isotope-wrapper.c-mb-10 + .row {
		margin-top: 50px;
	}

	.isotope-wrapper.c-mb-1 + .row {
		margin-top: 59px;
	}
}

.feature-top {
	color: #323232;
	font-size: 30px;
	line-height: 37px;
	margin: 0 auto;
	margin-bottom: 71px;
	max-width: 759px;
}

@media (max-width: 575px) {
	.feature-top {
		margin-bottom: 60px;
	}
}

.features-carousel .owl-nav {
	top: 47%;
}

.features-carousel .owl-next,
.features-carousel .owl-prev {
	background-color: #e5e5e5;
	border: 10px solid #f8f9fa;
	border-radius: 50%;
	bottom: 50%;
	color: #323232;
	font-size: 12px;
	font-weight: 600;
	height: 80px;
	letter-spacing: 0.2em;
	margin-top: -25px;
	opacity: 1 !important;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
}

.features-carousel .owl-next:hover,
.features-carousel .owl-prev:hover {
	background-color: #e56778;
	border-color: #f5c2c9;
	color: #fff;
	text-indent: 0.2em;
}

.features-carousel .owl-next {
	right: -215px !important;
}

.features-carousel .owl-next:hover::before {
	display: none;
}

.features-carousel .owl-next:hover::after {
	right: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

.features-carousel .owl-prev {
	left: -215px !important;
}

.features-carousel .owl-prev:hover::before {
	display: none;
}

.features-carousel .owl-prev:hover::after {
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.features-carousel .owl-prev i,
.features-carousel .owl-next i {
	display: none;
}

.features-carousel .owl-next:before,
.features-carousel .owl-prev:before {
	position: absolute;
	top: 0;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.features-carousel .owl-next:after,
.features-carousel .owl-prev:after {
	position: absolute;
	top: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.features-carousel .owl-next:after {
	content: "next";
	right: 40px;
}

.features-carousel .owl-prev:after {
	content: "prev";
	left: 40px;
}

.features-carousel .owl-next:before {
/* 	content: url(../images/next_arrow.png); */
	right: -20px;
}

.features-carousel .owl-prev:before {
	/* content: url(../images/prev_arrow.png); */
	left: -20px;
}

.features-item .features__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
}

.features-item .features__img {
	height: auto;
	margin: 0 auto;
	max-width: 340px;
	overflow: hidden;
}

.features-item .features__img a {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.features-item .features__img a .overlay {
	align-items: center;
	border-radius: 50%;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	z-index: 555;
}

.features-item .features__img a .overlay span {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.features-item .features__img a .overlay span:hover {
	color: #e56778;
}

.features-item .features__img a:hover .overlay {
	background-color: rgba(31, 50, 88, 0.8);
	opacity: 1;
	transition: all 0.3s ease;
}

.features-item .features__img a img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.features-item .features__content {
	margin-top: 34px;
}

@media (max-width: 575px) {
	.features-item .features__content {
		margin-top: 20px;
	}
}

.features-item .features__content h4 {
	margin: 0 auto;
	margin-bottom: 18px;
	max-width: 300px;
	transition: all 0.3s ease;
}

@media (max-width: 575px) {
	.features-item .features__content h4 {
		margin-bottom: 10px;
	}
}

.features-item .features__content h4:hover {
	color: #252525 !important;
}

@media (max-width: 1650px) {
	.features-carousel .owl-next {
		right: -120px !important;
	}

	.features-carousel .owl-prev {
		left: -120px !important;
	}
}

.features-carousel .owl-dots {
	display: none;
}

@media (max-width: 1450px) {
	.features-carousel .owl-nav {
		display: none;
	}

	.features-carousel .owl-dots {
		display: block;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.feature-top {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.feature-top {
		font-size: 22px;
	}
}

@media (max-width: 360px) {
	.features-carousel .features-item .features__img {
		height: 290px;
	}
}

.serv-img {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.serv-img img {
	height: 100%;
	width: 100%;
}

.serv-left {
	background-color: #f0f0f0;
	padding: 36px 60px;
}

.serv-left h4 {
	margin-bottom: 18px;
}

.serv-right {
	background-color: #fafafa;
	height: 100%;
	padding: 39px 60px 0 110px;
}

.serv-right ul li {
	padding: 13px 0;
}

@media (max-width: 992px) {
	.serv-left {
		padding: 20px;
	}

	.serv-right {
		padding: 20px;
	}
}

.events__title {
	margin-bottom: 69px;
}

.events__title p {
	color: #323232;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

.events__title h2 {
	font-size: 70px;
	line-height: 1;
	margin-top: 7px;
}

@media (max-width: 575px) {
	.events__title {
		margin-bottom: 30px;
	}
}

.events__more {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.1px;
	margin-top: 30px;
	text-transform: uppercase;
}

.events-page .events__item {
	margin-bottom: 10px;
}

.events__item {
	margin-bottom: 30px;
	padding: 40px 60px;
	transition: all 0.3s linear;
}

@media (max-width: 1200px) {
	.events__item {
		padding: 30px;
	}
}

.events__item:hover {
	background-color: #1f3258;
}

.events__item:hover .events__content .events__date .date__right .month {
	color: #fff;
}

.events__item:nth-child(n):hover .events__meta {
	color: #54c1c4;
}

.events__item:nth-child(2n):hover .events__meta {
	color: #e56778;
}

.events__item:nth-child(3n):hover .events__meta {
	color: #a0ce4e;
}

.events__item .events__content {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.events__item .events__content {
		flex-direction: column;
	}
}

.events__item .events__content .events__date {
	align-items: center;
	display: flex;
	flex-flow: row;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 30px;
}

@media (max-width: 1200px) {
	.events__item .events__content .events__date {
		margin-bottom: 15px;
	}
}

@media (max-width: 992px) {
	.events__item .events__content .events__date {
		margin-bottom: 0;
	}
}

.events__item .events__content .events__date .date__left {
	align-items: center;
	display: flex;
	flex: 1 1;
	flex-direction: column;
}

.events__item .events__content .events__date .date__left .day {
	display: block;
	font-size: 70px;
	font-weight: 200;
	letter-spacing: 0;
	line-height: 1;
	text-indent: 0;
}

.events__item .events__content .events__date .date__right {
	display: flex;
	flex: 1 1;
	flex-direction: column;
	line-height: 1.2;
	margin-left: 18px;
}

.events__item .events__content .events__date .date__right .month {
	color: #252525;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.events__item .events__content .events__date .date__right .year {
	color: #818181;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.events__item .events__content .events__media {
	border-radius: 50%;
	min-width: 120px;
	overflow: hidden;
	position: relative;
}

.events__item .events__content .events__media img {
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 120px;
}

.events__item .events__content .events__meta {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 20px 0;
	max-width: 433px;
	text-align: left;
	text-transform: none;
}

@media (max-width: 1200px) {
	.events__item .events__content .events__meta {
		text-align: center;
	}
}

.ls.ms {
	position: relative;
}

.events.ls.ms:before,
.s-steps.ls.ms:before {
/* 	background-image: url(../images/mask-top.png); */
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 175px;
	left: 0;
	position: absolute;
	top: -175px;
	width: 100%;
}

.events.ls.ms:after,
.s-steps.ls.ms:after {
/* 	background-image: url(../images/mask-bottom.png); */
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -175px;
	content: "";
	height: 175px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (max-width: 1200px) {
	.events__item .events__content .events__meta {
		margin-left: 20px;
	}

	.ls.ms:after,
	.ls.ms:before,
	.ls.ms.s-steps-bottom:after {
		display: none;
	}
}

@media (max-width: 992px) {
	.events__media {
		display: none;
	}
}

@media (max-width: 768px) {
	.events__title h2 {
		font-size: 42px;
	}

	.events__item .events__content {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.events__item .events__content .events__date {
		flex-direction: column;
		flex-wrap: wrap;
		margin-right: 0;
	}

	.events__item .events__content .events__date .date__right {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		margin-left: 0;
	}

	.events__item .events__content .events__meta {
		font-size: 22px;
		margin-left: 0;
		text-align: center;
	}
}

.event-aside .events__media {
	display: none;
}

.event-post {
	display: flex;
	padding: 35px 0;
}

.event-post .event-img {
	border-radius: 50%;
	flex-shrink: 0;
	height: 374px;
	overflow: hidden;
	width: 32%;
}

.event-post .event-img img {
	height: 100%;
}

.event-post .event-content {
	flex-grow: 1;
	padding: 0 0px 0 65px;
}

.event-post .event-content h3 {
	font-size: 29px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 28px;
	text-transform: unset;
}

.event-single-aside .event-post {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.event-single-aside .event-post .event-img {
	height: 290px;
	margin-bottom: 40px;
	width: 290px;
}

.event-single-aside .event-post .event-content {
	padding: 0;
}

@media (max-width: 1200px) {
	.event-post {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}

	.event-post .event-img {
		height: 350px;
		margin-bottom: 40px;
		max-width: 350px;
		width: 100%;
	}

	.event-post .event-content {
		padding: 0;
	}
}

@media (max-width: 400px) {
	.event-post .event-img {
		height: 290px;
		width: 290px;
	}
}

.s-steps.ms:after {
	display: none;
}

.s-steps.ms:before {
	/* background-image: url(../images/mask-top-2.png); */
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

.steps {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 49px;
	padding-top: 78px;
	position: relative;
	position: relative;
}

.steps .steps__media {
	align-items: center;
	display: flex;
	height: 118px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -59px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 118px;
}

.steps .steps__media h2 {
	font-size: 42px;
	font-weight: 100;
	letter-spacing: 0.6px;
	margin: 0;
	margin: 0;
}

.steps .steps__title {
	margin-bottom: 20px;
}

.steps .steps__meta {
	max-width: 260px;
}

.steps .steps__meta p {
	margin-bottom: 0;
}

.s-steps.s-steps-bottom:after {
	display: block;
}

@media (max-width: 992px) {
	.steps {
		margin-bottom: 30px;
	}

	.s-steps.s-steps-bottom:after {
		display: none;
	}
}

.s-free.s-parallax {
/* 	background-image: url(../images/free-bg.png); */
	border-radius: 50% / 12%;
	margin: 0 -100px;
}

@media (max-width: 575px) {
	.s-free.s-parallax {
		border-radius: 50% / 7%;
	}
}

.free-title {
	margin: 0 auto;
}

.free-title p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.1px;
	line-height: 10px;
	margin: 0;
	text-transform: uppercase;
}

.free-title h2 {
	color: #e56778;
	font-size: 70px;
	margin: 0;
	margin-top: 12px;
}

.free-title .title-discription {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	font-weight: 100;
	line-height: 40px;
	margin-top: 20px;
	text-transform: unset;
}

.s-free form {
	margin-top: 70px;
}

.s-free form input {
	font-style: italic;
	margin-right: 28px;
	max-width: 372px;
	padding: 0 31px;
	width: 100%;
}

.s-free form select {
	font-style: italic;
}

.s-free form input[type=checkbox] {
	font-style: italic;
	margin: 0;
	max-width: 30px;
}

.s-free form label {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	margin: 0;
	text-transform: unset;
}

.free-input {
	display: flex;
}

@media (max-width: 768px) {
	.free-input {
		flex-direction: column;
	}
}

input[type="checkbox"] + label:before {
	display: none;
}

.free-button {
	margin-top: 36px;
}

.free-chek {
	margin-bottom: 70px;
}

@media (max-width: 768px) {
	.free-title h2 {
		font-size: 30px;
	}

	.free-title .title-discription {
		font-size: 20px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) and (max-width: 575px) {
	.free-title .title-discription {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.free-input {
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.s-free form {
		margin-top: 40px;
	}

	.s-free form input {
		margin-bottom: 10px;
		margin-right: 0;
		max-width: 100%;
	}

	.free-chek {
		align-items: flex-start;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.s-free form {
		margin: 30px auto;
		width: 60%;
	}
}

.location__item {
	align-items: center;
/* 	background: url(../images/locat-bg.jpg) no-repeat center/cover; */
	border-radius: 5px 0 0 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -167px;
	padding: 160px 20px 174px;
	z-index: 2;
}

.location__item.loc2 {
/* 	background: url(../images/locat-bg2.jpg) no-repeat center/cover; */
	border-radius: 0 5px 5px 0;
}

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

.location__item .location__title h5 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 25px;
}

.location__item .location__disc {
	color: #fff;
}

.location__item .location__tel {
	color: #fff;
	font-weight: 600;
	margin-bottom: 26px;
}

@media (max-width: 991px) {
	.location__item {
		margin-top: -45px;
		padding: 70px 20px 70px;
	}

	.location__item.loc2 {
		margin-top: -45px;
	}
}

@media (max-width: 767px) {
	.location__item {
		border-radius: 5px 5px 0px 0px;
	}

	.location__item.loc2 {
		border-radius: 0 0px 5px 5px;
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.location__item {
		padding: 30px;
	}
}

.cont-item {
	align-items: center;
	/* background: url(../images/contact1.png) no-repeat center/cover; */
	display: flex;
	flex-direction: column;
	height: 370px;
	justify-content: center;
	margin-bottom: 42px;
	max-width: 370px;
	width: 100%;
}

/* .cont-item.cont-center {
	background: url(../images/contact2.png) no-repeat center/cover;
}

.cont-item.cont-right {
	background: url(../images/contact3.png) no-repeat center/cover;
} */

.cont-item i {
	color: #fff;
	font-size: 70px;
	margin-top: 10px;
}

.cont-item h5 {
	font-size: 30px;
	margin-top: 28px;
}

.cont-item p {
	color: #fff;
	margin: 0;
}

@media (max-width: 1300px) {
	.cont-item {
		height: 290px;
		max-width: 290px;
	}
}

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

.excerpt {
	color: #323232;
	font-size: 20px;
}

/*
** Widgets
*/
aside h2 {
	line-height: 1;
	margin-bottom: 0;
}

aside > * + * {
	margin-top: 60px;
}

@media (max-width: 768px) {
	aside > * + * {
		margin-top: 40px;
	}
}

.widget {
	position: relative;
}

.widget > h3,
.widget .widget-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.5em;
}

.widget > h2:last-child {
	line-height: 1;
}

.widget li.media {
	margin-bottom: 20px;
}

.widget li.media img {
	max-width: 80px;
}

.widget li.media h3,
.widget li.media h4 {
	font-size: inherit;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.5em;
	text-transform: none;
}

.widget li.media p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.page_footer .widget {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.8px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.page_footer .widget {
		margin-bottom: 30px;
	}
}

.page_footer .widget .icon-styled {
	margin-right: 6px;
}

.page_footer .widget > h3,
.page_footer .widget .widget-title {
	margin-bottom: 2.2em;
}

.widget-title.next-image-background {
	position: relative;
	z-index: 2;
}

.widget-title.next-image-background + img {
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: -15px;
}

.text-center .widget-title.next-image-background + img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	aside {
		margin: 60px auto;
		max-width: 370px;
	}
}

@media (max-width: 575px) {
	aside {
		margin: 30px auto;
		max-width: 370px;
	}
}

/* affix-aside */
.affix-aside {
	position: relative;
}

.affix-aside.affix {
	position: fixed;
	top: 100px;
}

.affix-aside.affix-bottom {
	position: absolute !important;
}

.affix-aside.affix-top {
	left: auto !important;
	width: inherit !important;
}

@media (max-width: 991px) {
	.affix-aside,
	.affix-aside.affix-top,
	.affix-aside.affix,
	.affix-aside.affix-bottom {
		position: static !important;
		width: 100% !important;
	}
}

.stars > span {
	display: flex;
}

.stars a {
	color: transparent;
	position: relative;
	text-indent: -999em;
	width: 1em;
}

.stars a:before {
	font-family: "FontAwesome";
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}

.stars a:before,
.stars a:hover ~ a:before {
	color: #818181;
	content: "\f006";
}

.stars.selected a.active:before,
.stars:hover a:before {
	color: #54c1c4;
	content: "\f005";
	opacity: 1;
}

.stars.selected a.active ~ a:before {
	color: #818181;
	content: "\f005";
	opacity: .75;
}

.stars.selected a:not(.active):before {
	color: #54c1c4;
	content: "\f005";
	opacity: 1;
}

.star-rating {
	color: #e8ac56;
	font-family: "FontAwesome";
	font-size: 1em;
	height: 1em;
	letter-spacing: 0.1em;
	line-height: 1;
	overflow: hidden;
	position: relative;
	width: 5em;
}

.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}

.star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
}

.widget_popular_entries .media,
.widget_recent_posts .media {
	overflow: hidden;
}

.widget_popular_entries .media .media-image,
.widget_recent_posts .media .media-image {
	height: 100px;
	max-width: 100px;
	width: 100%;
}

.widget_popular_entries .media .media-image img,
.widget_recent_posts .media .media-image img {
	height: 100%;
	max-width: 100px;
	width: 100%;
}

.widget_popular_entries .media .media-body,
.widget_recent_posts .media .media-body {
	padding-right: 5px;
}

.widget_popular_entries .media .media-body h4,
.widget_recent_posts .media .media-body h4 {
	margin-top: 10px;
}

.widget_popular_entries .media .media-body h4 a,
.widget_recent_posts .media .media-body h4 a {
	font-size: 16px;
	letter-spacing: 0;
}

.widget_slider .item-content {
	padding: 20px 30px 30px;
}

.widget_slider .item-content h5 {
	margin-bottom: 5px;
	margin-top: 0;
}

.widget_slider .item-content a {
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
}

.widget_slider .item-meta a {
	color: #e56778;
	font-size: 13px;
}

.widget_slider .item-meta a i {
	color: #252525;
}

.widget_slider .owl-carousel .owl-nav {
	left: 11%;
	top: 27%;
}

.widget_slider .owl-carousel .owl-nav .owl-prev {
	background-color: #54c1c4;
	border: 5px solid #7dd3d6;
	border-radius: 50%;
	font-size: 12px;
	opacity: 1;
	padding: 2px 12px;
	right: 90%;
}

.widget_slider .owl-carousel .owl-nav .owl-prev i {
	color: #fff;
}

.widget_slider .owl-carousel .owl-nav .owl-next {
	background-color: #a0ce4e;
	border: 5px solid rgba(198, 228, 122, 0.8);
	border-radius: 50%;
	font-size: 12px;
	opacity: 1;
	padding: 2px 12px;
	right: 13%;
}

.widget_slider .owl-carousel .owl-nav .owl-next i {
	color: #fff;
}

.small-tabs .nav-item .nav-link {
	border-radius: 5px 5px 0 0;
	padding: 13px 25px;
}

.small-tabs .item-content h5 {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 8px;
	margin-top: 27px;
	text-transform: capitalize;
}

.small-tabs .item-content .item-meta a {
	color: #e56778;
}

.small-tabs .item-content .item-meta a i {
	color: #252525;
	margin-right: 8px;
}

/*
widget_search,
widget_mailchimp
widget_product_search
*/
.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
	margin: auto;
	max-width: 370px;
	position: relative;
}

.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
	display: inline;
	margin: 0;
	padding: 0;
}

.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
	background-color: #f0f0f0;
	border: none;
	color: #252525;
	font-style: italic;
	max-width: 370px;
	width: 100%;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
	background-color: transparent;
	border: none;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
	padding: 21px 21px 18px 10px;
}

.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
	opacity: 0.5;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
	color: #a0ce4e;
	content: "\f040";
	font-family: "FontAwesome";
	font-size: 14px;
}

.widget_mailchimp form button:before {
	content: "\f0e0";
}

.widget_product_search form:before {
	line-height: 60px;
}

.widget_product_search input[type="submit"] {
	color: transparent;
	font-size: 0;
}

.signup input::-webkit-input-placeholder {
	color: #818181;
}

.signup input::-moz-placeholder {
	color: #818181;
}

/* Firefox 19+ */
.signup input:-moz-placeholder {
	color: #818181;
}

/* Firefox 18- */
.signup input:-ms-input-placeholder {
	color: #818181;
}

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

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li {
	padding-left: 20px;
}

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

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	position: relative;
}

.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li {
	border-top: none;
}

.widget_archive a:empty,
.widget_archive li > a:not([href]),
.widget_categories a:empty,
.widget_categories li > a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]),
.widget_meta a:empty,
.widget_meta li > a:not([href]),
.widget_pages a:empty,
.widget_pages li > a:not([href]),
.widget_recent_comments a:empty,
.widget_recent_comments li > a:not([href]),
.widget_recent_entries a:empty,
.widget_recent_entries li > a:not([href]) {
	display: none !important;
}

.children li a:before,
.sub-menu li a:before {
	left: 0 !important;
}

.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
	display: inline-block;
	flex-grow: 10;
	padding-bottom: 12px;
	padding-top: 12px;
}

.widget_archive li > a:before,
.widget_categories li > a:before,
.widget_nav_menu li > a:before,
.widget_meta li > a:before,
.widget_pages li > a:before {
	color: #e56778;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 7px;
	left: -15px;
	padding-right: 10px;
	position: absolute;
	top: 12px;
}

.widget_pad_shad {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 20px 40px 42px 40px;
}

.widget_recent_comments li,
.widget_recent_entries li {
	padding-bottom: 12px;
	padding-top: 12px;
}

.widget_recent_comments li:before,
.widget_recent_entries li:before {
	color: #e56778;
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 7px;
	left: -15px;
	padding-right: 10px;
	position: absolute;
	top: 12px;
}

.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
	border: none;
	display: inline-block;
	padding-bottom: 0;
	padding-right: 5px;
	padding-top: 0;
	position: relative;
}

.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 5px;
	content: "";
	display: block;
	left: -5px;
	opacity: 0.3;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 1px;
}

.page_copyright .widget_nav_menu li:first-child:before,
.page_topline .widget_nav_menu li:first-child:before {
	display: none;
}

.page_copyright .widget_nav_menu a,
.page_topline .widget_nav_menu a {
	padding: 0 10px;
}

.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
	display: none;
}

.widget_categories select,
.widget_archive select {
	background-color: #f0f0f0;
	border: none;
	max-width: 370px;
	width: 100%;
}

/* widget_calendar */
.calendar_wrap {
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.calendar_wrap {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

.widget_calendar table {
	display: flex;
	flex-direction: column;
	margin: 0;
	max-width: 370px;
	position: relative;
	text-align: center;
}

.widget_calendar caption {
	background-color: #e56778;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 15px;
	padding: 22px 0 22px;
	text-align: center;
}

.widget_calendar thead {
	background-color: #1f3258;
	color: #fff;
}

.widget_calendar thead th {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.4px;
	line-height: 34px;
	text-align: center;
	width: 100px;
}

.widget_calendar thead th:first-child {
	padding-left: 20px;
}

.widget_calendar thead th:last-child {
	padding-right: 20px;
}

.widget_calendar tbody {
	background-color: #f0f0f0;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.widget_calendar tbody tr:first-child td {
	padding-top: 30px;
}

.widget_calendar tbody tr:last-child td {
	padding-bottom: 30px;
}

.widget_calendar tbody .pad {
	opacity: 0.5;
}

.widget_calendar tbody td {
	padding: 10px 4px;
	position: relative;
	width: 100px;
}

.widget_calendar tbody td:first-child {
	padding-left: 20px;
}

.widget_calendar tbody td:last-child {
	padding-right: 20px;
}

.widget_calendar tbody td a {
	color: #e56778;
	font-weight: 400;
}

.widget_calendar th {
	color: inherit;
}

.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

.widget_calendar tfoot td a {
	color: transparent;
	display: inline-block;
	font-size: 0;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	text-align: center;
}

.widget_calendar tfoot td a:hover {
	background-color: #54c1c4;
	border-color: #54c1c4;
}

.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 14px;
}

.widget_calendar tfoot td.pad {
	display: none;
}

.widget_calendar tfoot td:first-child {
	left: 0;
	padding: 0;
}

.widget_calendar tfoot td:first-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot td:first-child a:before {
	content: "\f053";
}

.widget_calendar tfoot td:last-child {
	padding: 0;
	right: 0;
}

.widget_calendar tfoot td:last-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot td:last-child a:after {
	content: "\f054";
}

/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
	display: none;
}

.widget_rss .widget-title .rsswidget:first-child:before {
	content: "\f09e";
	font-family: "FontAwesome";
	font-size: 0.8em;
	padding-right: 0.3em;
	position: relative;
	top: -1px;
}

.widget_rss ul {
	list-style: none;
	padding-left: 0;
}

.widget_rss ul a {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss li cite:last-child {
	display: block;
	margin-top: 0.5em;
}

.widget_rss li + li {
	margin-top: 1.5em;
}

.widget_rss .rss-date {
	color: #323232;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 0.8em 0;
	text-transform: uppercase;
}

/* widget_tag_cloud */
.widget_tag_cloud a {
	border-radius: 20px;
	display: inline-block;
	font-size: 12px !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin: 0 10px 10px 0;
	padding: 12px 18px 10px 22px;
	text-align: center;
	text-transform: uppercase;
}

.widget_tag_cloud a:hover {
	background-color: #54c1c4;
	color: #fff;
}

/* widget_flickr */
.widget_flickr ul {
	margin: 0;
	padding: 0;
}

.widget_flickr li {
	border-radius: 5px;
	display: inline-block;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.widget_flickr img {
	border-radius: 1px;
	max-width: 160px;
}

.widget_flickr a {
	opacity: 1;
}

.widget_flickr a:hover {
	opacity: 0.6;
}

.widget_instagram .photo {
	display: inline-block;
}

.widget_instagram img {
	max-width: 82px;
}

/* access_press */
.apsc-facebook-icon,
.apsc-twitter-icon,
.apsc-youtube-icon,
.apsc-soundcloud-icon,
.apsc-dribble-icon,
.apsc-comment-icon,
.apsc-edit-icon,
.apsc-google-plus-icon,
.apsc-instagram-icon,
.apsc-each-profile {
	background-color: #f0f0f0;
}

.apsc-facebook-icon i {
	background-color: #3b5999;
}

.apsc-twitter-icon i {
	background-color: #55acee;
}

.apsc-youtube-icon i {
	background-color: #d01501;
}

.apsc-soundcloud-icon i {
	background-color: #e8ac56;
}

.apsc-dribble-icon i {
	background-color: #f16697;
}

.apsc-comment-icon i {
	background-color: #54c1c4;
}

.apsc-edit-icon i {
	background-color: #a0ce4e;
}

.apsc-google-plus-icon i {
	background-color: #dd4b39;
}

.apsc-instagram-icon i {
	background-color: #c8286a;
}

.apsc-each-profile a {
	color: white !important;
}

.apsc-each-profile a:hover {
	color: white !important;
	text-decoration: none !important;
}

.apsc-theme-4 .apsc-each-profile {
	border-radius: 5px;
	margin-bottom: 9px;
	overflow: hidden;
}

.apsc-theme-4 .apsc-inner-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.apsc-theme-4 .social-icon {
	display: inline-block;
	margin-right: auto;
	padding: 4px 0;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-each-profile a {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 20px 18px 20px 87px;
	position: relative;
	text-transform: uppercase;
}

.apsc-theme-4 .apsc-each-profile a:hover {
	opacity: 0.8;
}

.apsc-theme-4 .apsc-each-profile a .fa {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	bottom: 0;
	display: flex;
	font-size: 16px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: none;
	transform: none;
	transition: all 0.5s ease-in-out;
	width: 60px;
}

.apsc-theme-4 .media-name {
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.apsc-theme-4 .apsc-count {
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-size: 13px;
	padding: 4px 4px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.apsc-theme-4 .apsc-media-type {
	display: inline-block;
	padding: 4px 0;
}

@media screen and (max-width: 479px) {
	.apsc-theme-4 .apsc-each-profile,
	.apsc-theme-3 .apsc-each-profile {
		float: none;
	}
}

/* widget_twitter */
.tweet_avatar {
	float: left;
	margin-top: 4px;
}

.tweet_avatar img {
	display: none;
	max-width: 25px;
}

.tweet_avatar:before {
	color: #55acee;
	content: "\f099";
	font-family: "FontAwesome";
}

.tweet_right {
	margin-left: 35px;
	overflow: hidden;
	zoom: 1;
}

.tweet_list {
	list-style: none;
	padding: 0;
}

.tweet_list li + li {
	clear: both;
	padding-top: 20px;
}

.tweet_text a:last-child {
	display: block;
}

.tweet_time {
	display: block;
}

/*.widget_slider*/
.widget_slider img {
	max-width: auto !important;
}

.widget_slider h4:first-child {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.3em;
	margin-top: -1em;
	text-transform: none;
}

.widget_slider .cat-links {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	position: absolute;
}

/*.widget_post_tabs*/
.widget_post_tabs h4:first-child {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0.3em;
	margin-top: -1em;
	text-transform: none;
}

.widget_post_tabs .vertical-item {
	margin-bottom: 2.6em;
}

.widget_post_tabs .vertical-item:last-child {
	margin-bottom: 0;
}

/*.widget_posts_2cols*/
.widget_posts_2cols ul {
	display: flex;
	flex-wrap: wrap;
}

.widget_posts_2cols li {
	margin-top: 20px;
	width: 50%;
}

.widget_posts_2cols li:nth-child(even) {
	padding-left: 10px;
}

.widget_posts_2cols li:nth-child(odd) {
	padding-right: 10px;
}

.widget_posts_2cols li:nth-child(1),
.widget_posts_2cols li:nth-child(2) {
	margin-top: 0;
}

.widget_posts_2cols h5 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 10px 0 0;
	text-transform: none;
}

/*
** Social Icons - Font Awesome Brand Icons
*/
/* social icon layout */
a[class*='fa-']:before {
	display: inline-block;
	font-family: "FontAwesome", sans-serif;
	font-size: 14px;
	line-height: 1;
	width: 1em;
}

a.fa {
	font-size: 0;
	line-height: 0;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
}

a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa .tooltip,
a.fa.border-icon {
	margin-left: 3px;
	margin-right: 3px;
}

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

a.fa:last-child {
	margin-right: 0;
}

a.border-icon,
a.bg-icon,
a.color-bg-icon {
	margin-bottom: 4px;
}

a.color-bg-icon {
	color: #fff !important;
}

a.border-icon:before,
a.bg-icon:before,
a.color-bg-icon:before {
	height: 2.6em;
	line-height: 2.6em;
	width: 2.6em;
}

a[class*='fa-'].rounded-icon {
	border-radius: 50%;
}

.page_footer .social-icons a {
	background-color: #fff;
}

/*social icons brand colors*/
a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-500px,
a[class*="fa-"].fa-500px:hover {
	color: #0099e5;
}

a.color-icon.fa-adn,
a[class*="fa-"].fa-adn:hover {
	color: #4a484c;
}

a.color-icon.fa-amazon,
a[class*="fa-"].fa-amazon:hover {
	color: #f90;
}

a.color-icon.fa-android,
a[class*="fa-"].fa-android:hover {
	color: #a4c639;
}

a.color-icon.fa-angellist,
a[class*="fa-"].fa-angellist:hover {
	color: #000;
}

a.color-icon.fa-apple,
a[class*="fa-"].fa-apple:hover {
	color: #979797;
}

a.color-icon.fa-behance-square,
a[class*="fa-"].fa-behance-square:hover {
	color: #1769ff;
}

a.color-icon.fa-behance,
a[class*="fa-"].fa-behance:hover {
	color: #1769ff;
}

a.color-icon.fa-bitbucket-square,
a[class*="fa-"].fa-bitbucket-square:hover {
	color: #205081;
}

a.color-icon.fa-bitbucket,
a[class*="fa-"].fa-bitbucket:hover {
	color: #205081;
}

a.color-icon.fa-bitcoin,
a[class*="fa-"].fa-bitcoin:hover {
	color: #ee9209;
}

a.color-icon.fa-black-tie,
a[class*="fa-"].fa-black-tie:hover {
	color: #222;
}

a.color-icon.fa-btc,
a[class*="fa-"].fa-btc:hover {
	color: #ee9209;
}

a.color-icon.fa-buysellads,
a[class*="fa-"].fa-buysellads:hover {
	color: #c90100;
}

a.color-icon.fa-cc-amex,
a[class*="fa-"].fa-cc-amex:hover {
	color: #007bc1;
}

a.color-icon.fa-cc-diners-club,
a[class*="fa-"].fa-cc-diners-club:hover {
	color: #004a97;
}

a.color-icon.fa-cc-discover,
a[class*="fa-"].fa-cc-discover:hover {
	color: #f68121;
}

a.color-icon.fa-cc-jcb,
a[class*="fa-"].fa-cc-jcb:hover {
	color: #003a8f;
}

a.color-icon.fa-cc-mastercard,
a[class*="fa-"].fa-cc-mastercard:hover {
	color: #0a3a82;
}

a.color-icon.fa-cc-paypal,
a[class*="fa-"].fa-cc-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-cc-stripe,
a[class*="fa-"].fa-cc-stripe:hover {
	color: #00afe1;
}

a.color-icon.fa-cc-visa,
a[class*="fa-"].fa-cc-visa:hover {
	color: #0157a2;
}

a.color-icon.fa-chrome,
a[class*="fa-"].fa-chrome:hover {
	color: #4587f3;
}

a.color-icon.fa-codepen,
a[class*="fa-"].fa-codepen:hover {
	color: #000;
}

a.color-icon.fa-connectdevelop,
a[class*="fa-"].fa-connectdevelop:hover {
	color: #391448;
}

a.color-icon.fa-contao,
a[class*="fa-"].fa-contao:hover {
	color: #eb8623;
}

a.color-icon.fa-creative-commons,
a[class*="fa-"].fa-creative-commons:hover {
	color: #231f20;
}

a.color-icon.fa-css3,
a[class*="fa-"].fa-css3:hover {
	color: #1680c0;
}

a.color-icon.fa-dashcube,
a[class*="fa-"].fa-dashcube:hover {
	color: #7f7f7f;
}

a.color-icon.fa-delicious,
a[class*="fa-"].fa-delicious:hover {
	color: #39f;
}

a.color-icon.fa-deviantart,
a[class*="fa-"].fa-deviantart:hover {
	color: #4e6252;
}

a.color-icon.fa-digg,
a[class*="fa-"].fa-digg:hover {
	color: #000;
}

a.color-icon.fa-dribbble,
a[class*="fa-"].fa-dribbble:hover {
	color: #444;
}

a.color-icon.fa-dropbox,
a[class*="fa-"].fa-dropbox:hover {
	color: #007ee5;
}

a.color-icon.fa-drupal,
a[class*="fa-"].fa-drupal:hover {
	color: #0077c0;
}

a.color-icon.fa-empire,
a[class*="fa-"].fa-empire:hover {
	color: #000;
}

a.color-icon.fa-expeditedssl,
a[class*="fa-"].fa-expeditedssl:hover {
	color: #343433;
}

a.color-icon.fa-facebook-official,
a[class*="fa-"].fa-facebook-official:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook-square,
a[class*="fa-"].fa-facebook-square:hover {
	color: #3b5998;
}

a.color-icon.fa-facebook,
a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}

a.color-icon.fa-firefox,
a[class*="fa-"].fa-firefox:hover {
	color: #e66000;
}

a.color-icon.fa-flickr,
a[class*="fa-"].fa-flickr:hover {
	color: #ff0084;
}

a.color-icon.fa-fonticons,
a[class*="fa-"].fa-fonticons:hover {
	color: #1c1e29;
}

a.color-icon.fa-forumbee,
a[class*="fa-"].fa-forumbee:hover {
	color: #83ad13;
}

a.color-icon.fa-foursquare,
a[class*="fa-"].fa-foursquare:hover {
	color: #0072b1;
}

a.color-icon.fa-ge,
a[class*="fa-"].fa-ge:hover {
	color: #000;
}

a.color-icon.fa-get-pocket,
a[class*="fa-"].fa-get-pocket:hover {
	color: #d3505a;
}

a.color-icon.fa-gg-circle,
a[class*="fa-"].fa-gg-circle:hover {
	color: #000;
}

a.color-icon.fa-gg,
a[class*="fa-"].fa-gg:hover {
	color: #000;
}

a.color-icon.fa-git-square,
a[class*="fa-"].fa-git-square:hover {
	color: #333;
}

a.color-icon.fa-git,
a[class*="fa-"].fa-git:hover {
	color: #333;
}

a.color-icon.fa-github-alt,
a[class*="fa-"].fa-github-alt:hover {
	color: #333;
}

a.color-icon.fa-github-square,
a[class*="fa-"].fa-github-square:hover {
	color: #333;
}

a.color-icon.fa-github,
a[class*="fa-"].fa-github:hover {
	color: #333;
}

a.color-icon.fa-gittip,
a[class*="fa-"].fa-gittip:hover {
	color: #630;
}

a.color-icon.fa-google-plus-square,
a[class*="fa-"].fa-google-plus-square:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-plus,
a[class*="fa-"].fa-google-plus:hover {
	color: #dd4b39;
}

a.color-icon.fa-google-wallet,
a[class*="fa-"].fa-google-wallet:hover {
	color: #4285f4;
}

a.color-icon.fa-google,
a[class*="fa-"].fa-google:hover {
	color: #dd4b39;
}

a.color-icon.fa-hacker-news,
a[class*="fa-"].fa-hacker-news:hover {
	color: #f60;
}

a.color-icon.fa-houzz,
a[class*="fa-"].fa-houzz:hover {
	color: #7ac142;
}

a.color-icon.fa-html5,
a[class*="fa-"].fa-html5:hover {
	color: #e34f26;
}

a.color-icon.fa-instagram,
a[class*="fa-"].fa-instagram:hover {
	color: #3f729b;
}

a.color-icon.fa-internet-explorer,
a[class*="fa-"].fa-internet-explorer:hover {
	color: #1ebbee;
}

a.color-icon.fa-ioxhost,
a[class*="fa-"].fa-ioxhost:hover {
	color: #faa729;
}

a.color-icon.fa-joomla,
a[class*="fa-"].fa-joomla:hover {
	color: #142849;
}

a.color-icon.fa-jsfiddle,
a[class*="fa-"].fa-jsfiddle:hover {
	color: #4679bd;
}

a.color-icon.fa-lastfm-square,
a[class*="fa-"].fa-lastfm-square:hover {
	color: #c3000d;
}

a.color-icon.fa-lastfm,
a[class*="fa-"].fa-lastfm:hover {
	color: #c3000d;
}

a.color-icon.fa-leanpub,
a[class*="fa-"].fa-leanpub:hover {
	color: #0c0c0c;
}

a.color-icon.fa-linkedin-square,
a[class*="fa-"].fa-linkedin-square:hover {
	color: #0976b4;
}

a.color-icon.fa-linkedin,
a[class*="fa-"].fa-linkedin:hover {
	color: #0976b4;
}

a.color-icon.fa-linux,
a[class*="fa-"].fa-linux:hover {
	color: #333;
}

a.color-icon.fa-maxcdn,
a[class*="fa-"].fa-maxcdn:hover {
	color: #f60;
}

a.color-icon.fa-meanpath,
a[class*="fa-"].fa-meanpath:hover {
	color: #538ed7;
}

a.color-icon.fa-medium,
a[class*="fa-"].fa-medium:hover {
	color: #000;
}

a.color-icon.fa-odnoklassniki-square,
a[class*="fa-"].fa-odnoklassniki-square:hover {
	color: #ed812b;
}

a.color-icon.fa-odnoklassniki,
a[class*="fa-"].fa-odnoklassniki:hover {
	color: #ed812b;
}

a.color-icon.fa-opencart,
a[class*="fa-"].fa-opencart:hover {
	color: #2ac2ef;
}

a.color-icon.fa-openid,
a[class*="fa-"].fa-openid:hover {
	color: #f78c40;
}

a.color-icon.fa-opera,
a[class*="fa-"].fa-opera:hover {
	color: #cc0f16;
}

a.color-icon.fa-optin-monster,
a[class*="fa-"].fa-optin-monster:hover {
	color: #83c11f;
}

a.color-icon.fa-pagelines,
a[class*="fa-"].fa-pagelines:hover {
	color: #000;
}

a.color-icon.fa-paypal,
a[class*="fa-"].fa-paypal:hover {
	color: #253b80;
}

a.color-icon.fa-pied-piper-alt,
a[class*="fa-"].fa-pied-piper-alt :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper-square,
a[class*="fa-"].fa-pied-piper-square :hover {
	color: #2f9f46;
}

a.color-icon.fa-pied-piper,
a[class*="fa-"].fa-pied-piper:hover {
	color: #2f9f46;
}

a.color-icon.fa-pinterest-p,
a[class*="fa-"].fa-pinterest-p:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest-square,
a[class*="fa-"].fa-pinterest-square:hover {
	color: #cc2127;
}

a.color-icon.fa-pinterest,
a[class*="fa-"].fa-pinterest:hover {
	color: #cc2127;
}

a.color-icon.fa-qq,
a[class*="fa-"].fa-qq:hover {
	color: #000;
}

a.color-icon.fa-ra,
a[class*="fa-"].fa-ra:hover {
	color: #000;
}

a.color-icon.fa-rebel,
a[class*="fa-"].fa-rebel:hover {
	color: #000;
}

a.color-icon.fa-reddit-square,
a[class*="fa-"].fa-reddit-square:hover {
	color: #ff4500;
}

a.color-icon.fa-reddit,
a[class*="fa-"].fa-reddit:hover {
	color: #ff4500;
}

a.color-icon.fa-renren,
a[class*="fa-"].fa-renren:hover {
	color: #005eac;
}

a.color-icon.fa-safari,
a[class*="fa-"].fa-safari:hover {
	color: #1b88ca;
}

a.color-icon.fa-sellsy,
a[class*="fa-"].fa-sellsy:hover {
	color: #1f78b9;
}

a.color-icon.fa-share-alt-square,
a[class*="fa-"].fa-share-alt-square:hover {
	color: #01bf01;
}

a.color-icon.fa-share-alt,
a[class*="fa-"].fa-share-alt:hover {
	color: #01bf01;
}

a.color-icon.fa-shirtsinbulk,
a[class*="fa-"].fa-shirtsinbulk:hover {
	color: #dd3a26;
}

a.color-icon.fa-simplybuilt,
a[class*="fa-"].fa-simplybuilt:hover {
	color: #000;
}

a.color-icon.fa-skyatlas,
a[class*="fa-"].fa-skyatlas:hover {
	color: #00adbb;
}

a.color-icon.fa-skype,
a[class*="fa-"].fa-skype:hover {
	color: #00aff0;
}

a.color-icon.fa-slack,
a[class*="fa-"].fa-slack:hover {
	color: #0f7965;
}

a.color-icon.fa-slideshare,
a[class*="fa-"].fa-slideshare:hover {
	color: #e98325;
}

a.color-icon.fa-soundcloud,
a[class*="fa-"].fa-soundcloud:hover {
	color: #f80;
}

a.color-icon.fa-spotify,
a[class*="fa-"].fa-spotify:hover {
	color: #7ab800;
}

a.color-icon.fa-stack-exchange,
a[class*="fa-"].fa-stack-exchange:hover {
	color: #000;
}

a.color-icon.fa-stack-overflow,
a[class*="fa-"].fa-stack-overflow:hover {
	color: #fe7a15;
}

a.color-icon.fa-steam-square,
a[class*="fa-"].fa-steam-square:hover {
	color: #0b0b0b;
}

a.color-icon.fa-steam,
a[class*="fa-"].fa-steam:hover {
	color: #0b0b0b;
}

a.color-icon.fa-stumbleupon-circle,
a[class*="fa-"].fa-stumbleupon-circle:hover {
	color: #eb4924;
}

a.color-icon.fa-stumbleupon,
a[class*="fa-"].fa-stumbleupon:hover {
	color: #eb4924;
}

a.color-icon.fa-tencent-weibo,
a[class*="fa-"].fa-tencent-weibo:hover {
	color: #74af2c;
}

a.color-icon.fa-trello,
a[class*="fa-"].fa-trello:hover {
	color: #256a92;
}

a.color-icon.fa-tripadvisor,
a[class*="fa-"].fa-tripadvisor:hover {
	color: #589442;
}

a.color-icon.fa-tumblr-square,
a[class*="fa-"].fa-tumblr-square:hover {
	color: #35465c;
}

a.color-icon.fa-tumblr,
a[class*="fa-"].fa-tumblr:hover {
	color: #35465c;
}

a.color-icon.fa-twitch,
a[class*="fa-"].fa-twitch:hover {
	color: #6441a5;
}

a.color-icon.fa-twitter-square,
a[class*="fa-"].fa-twitter-square:hover {
	color: #55acee;
}

a.color-icon.fa-twitter,
a[class*="fa-"].fa-twitter:hover {
	color: #55acee;
}

a.color-icon.fa-viacoin,
a[class*="fa-"].fa-viacoin:hover {
	color: #333;
}

a.color-icon.fa-vimeo-square,
a[class*="fa-"].fa-vimeo-square:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vimeo,
a[class*="fa-"].fa-vimeo:hover {
	color: #1ab7ea;
}

a.color-icon.fa-vine,
a[class*="fa-"].fa-vine:hover {
	color: #00b488;
}

a.color-icon.fa-vk,
a[class*="fa-"].fa-vk:hover {
	color: #45668e;
}

a.color-icon.fa-wechat,
a[class*="fa-"].fa-wechat:hover {
	color: #93d034;
}

a.color-icon.fa-weibo,
a[class*="fa-"].fa-weibo:hover {
	color: #e71d34;
}

a.color-icon.fa-weixin,
a[class*="fa-"].fa-weixin:hover {
	color: #93d034;
}

a.color-icon.fa-wikipedia-w,
a[class*="fa-"].fa-wikipedia-w:hover {
	color: #000;
}

a.color-icon.fa-windows,
a[class*="fa-"].fa-windows:hover {
	color: #00bcf2;
}

a.color-icon.fa-wordpress,
a[class*="fa-"].fa-wordpress:hover {
	color: #21759b;
}

a.color-icon.fa-xing-square,
a[class*="fa-"].fa-xing-square:hover {
	color: #026466;
}

a.color-icon.fa-xing,
a[class*="fa-"].fa-xing:hover {
	color: #026466;
}

a.color-icon.fa-y-combinator,
a[class*="fa-"].fa-y-combinator:hover {
	color: #f0652f;
}

a.color-icon.fa-yahoo,
a[class*="fa-"].fa-yahoo:hover {
	color: #400191;
}

a.color-icon.fa-yc,
a[class*="fa-"].fa-yc:hover {
	color: #f0652f;
}

a.color-icon.fa-yelp,
a[class*="fa-"].fa-yelp:hover {
	color: #af0606;
}

a.color-icon.fa-youtube-play,
a[class*="fa-"].fa-youtube-play:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube-square,
a[class*="fa-"].fa-youtube-square:hover {
	color: #e52d27;
}

a.color-icon.fa-youtube,
a[class*="fa-"].fa-youtube:hover {
	color: #e52d27;
}

a.color-icon.fa-rss,
a[class*="fa-"].fa-rss:hover {
	color: #ffa811;
}

.color-bg-icon.fa-500px,
a.fa-500px.bg-icon:hover,
.fa-500px.color-icon.border-icon:hover {
	background-color: #0099e5;
}

.color-bg-icon.fa-adn,
a.fa-adn.bg-icon:hover,
.fa-adn.color-icon.border-icon:hover {
	background-color: #4a484c;
}

.color-bg-icon.fa-amazon,
a.fa-amazon.bg-icon:hover,
.fa-amazon.color-icon.border-icon:hover {
	background-color: #f90;
}

.color-bg-icon.fa-android,
a.fa-android.bg-icon:hover,
.fa-android.color-icon.border-icon:hover {
	background-color: #a4c639;
}

.color-bg-icon.fa-angellist,
a.fa-angellist.bg-icon:hover,
.fa-angellist.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-apple,
a.fa-apple.bg-icon:hover,
.fa-apple.color-icon.border-icon:hover {
	background-color: #979797;
}

.color-bg-icon.fa-behance-square,
a.fa-behance-square.bg-icon:hover,
.fa-behance-square.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-behance,
a.fa-behance.bg-icon:hover,
.fa-behance.color-icon.border-icon:hover {
	background-color: #1769ff;
}

.color-bg-icon.fa-bitbucket-square,
a.fa-bitbucket-square.bg-icon:hover,
.fa-bitbucket-square.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitbucket,
a.fa-bitbucket.bg-icon:hover,
.fa-bitbucket.color-icon.border-icon:hover {
	background-color: #205081;
}

.color-bg-icon.fa-bitcoin,
a.fa-bitcoin.bg-icon:hover,
.fa-bitcoin.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-black-tie,
a.fa-black-tie.bg-icon:hover,
.fa-black-tie.color-icon.border-icon:hover {
	background-color: #222;
}

.color-bg-icon.fa-btc,
a.fa-btc.bg-icon:hover,
.fa-btc.color-icon.border-icon:hover {
	background-color: #ee9209;
}

.color-bg-icon.fa-buysellads,
a.fa-buysellads.bg-icon:hover,
.fa-buysellads.color-icon.border-icon:hover {
	background-color: #c90100;
}

.color-bg-icon.fa-cc-amex,
a.fa-cc-amex.bg-icon:hover,
.fa-cc-amex.color-icon.border-icon:hover {
	background-color: #007bc1;
}

.color-bg-icon.fa-cc-diners-club,
a.fa-cc-diners-club.bg-icon:hover,
.fa-cc-diners-club.color-icon.border-icon:hover {
	background-color: #004a97;
}

.color-bg-icon.fa-cc-discover,
a.fa-cc-discover.bg-icon:hover,
.fa-cc-discover.color-icon.border-icon:hover {
	background-color: #f68121;
}

.color-bg-icon.fa-cc-jcb,
a.fa-cc-jcb.bg-icon:hover,
.fa-cc-jcb.color-icon.border-icon:hover {
	background-color: #003a8f;
}

.color-bg-icon.fa-cc-mastercard,
a.fa-cc-mastercard.bg-icon:hover,
.fa-cc-mastercard.color-icon.border-icon:hover {
	background-color: #0a3a82;
}

.color-bg-icon.fa-cc-paypal,
a.fa-cc-paypal.bg-icon:hover,
.fa-cc-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-cc-stripe,
a.fa-cc-stripe.bg-icon:hover,
.fa-cc-stripe.color-icon.border-icon:hover {
	background-color: #00afe1;
}

.color-bg-icon.fa-cc-visa,
a.fa-cc-visa.bg-icon:hover,
.fa-cc-visa.color-icon.border-icon:hover {
	background-color: #0157a2;
}

.color-bg-icon.fa-chrome,
a.fa-chrome.bg-icon:hover,
.fa-chrome.color-icon.border-icon:hover {
	background-color: #4587f3;
}

.color-bg-icon.fa-codepen,
a.fa-codepen.bg-icon:hover,
.fa-codepen.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-connectdevelop,
a.fa-connectdevelop.bg-icon:hover,
.fa-connectdevelop.color-icon.border-icon:hover {
	background-color: #391448;
}

.color-bg-icon.fa-contao,
a.fa-contao.bg-icon:hover,
.fa-contao.color-icon.border-icon:hover {
	background-color: #eb8623;
}

.color-bg-icon.fa-creative-commons,
a.fa-creative-commons.bg-icon:hover,
.fa-creative-commons.color-icon.border-icon:hover {
	background-color: #231f20;
}

.color-bg-icon.fa-css3,
a.fa-css3.bg-icon:hover,
.fa-css3.color-icon.border-icon:hover {
	background-color: #1680c0;
}

.color-bg-icon.fa-dashcube,
a.fa-dashcube.bg-icon:hover,
.fa-dashcube.color-icon.border-icon:hover {
	background-color: #7f7f7f;
}

.color-bg-icon.fa-delicious,
a.fa-delicious.bg-icon:hover,
.fa-delicious.color-icon.border-icon:hover {
	background-color: #39f;
}

.color-bg-icon.fa-deviantart,
a.fa-deviantart.bg-icon:hover,
.fa-deviantart.color-icon.border-icon:hover {
	background-color: #4e6252;
}

.color-bg-icon.fa-digg,
a.fa-digg.bg-icon:hover,
.fa-digg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-dribbble,
a.fa-dribbble.bg-icon:hover,
.fa-dribbble.color-icon.border-icon:hover {
	background-color: #444;
}

.color-bg-icon.fa-dropbox,
a.fa-dropbox.bg-icon:hover,
.fa-dropbox.color-icon.border-icon:hover {
	background-color: #007ee5;
}

.color-bg-icon.fa-drupal,
a.fa-drupal.bg-icon:hover,
.fa-drupal.color-icon.border-icon:hover {
	background-color: #0077c0;
}

.color-bg-icon.fa-empire,
a.fa-empire.bg-icon:hover,
.fa-empire.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-expeditedssl,
a.fa-expeditedssl.bg-icon:hover,
.fa-expeditedssl.color-icon.border-icon:hover {
	background-color: #343433;
}

.color-bg-icon.fa-facebook-official,
a.fa-facebook-official.bg-icon:hover,
.fa-facebook-official.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook-square,
a.fa-facebook-square.bg-icon:hover,
.fa-facebook-square.color-icon.border-icon:hover {
	background-color: #3b5998;
}

.color-bg-icon.fa-facebook,
a.fa-facebook.bg-icon:hover,
.fa-facebook.color-icon.border-icon:hover {
	background-color: #3b5999;
}

.color-bg-icon.fa-firefox,
a.fa-firefox.bg-icon:hover,
.fa-firefox.color-icon.border-icon:hover {
	background-color: #e66000;
}

.color-bg-icon.fa-flickr,
a.fa-flickr.bg-icon:hover,
.fa-flickr.color-icon.border-icon:hover {
	background-color: #ff0084;
}

.color-bg-icon.fa-fonticons,
a.fa-fonticons.bg-icon:hover,
.fa-fonticons.color-icon.border-icon:hover {
	background-color: #1c1e29;
}

.color-bg-icon.fa-forumbee,
a.fa-forumbee.bg-icon:hover,
.fa-forumbee.color-icon.border-icon:hover {
	background-color: #83ad13;
}

.color-bg-icon.fa-foursquare,
a.fa-foursquare.bg-icon:hover,
.fa-foursquare.color-icon.border-icon:hover {
	background-color: #0072b1;
}

.color-bg-icon.fa-ge,
a.fa-ge.bg-icon:hover,
.fa-ge.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-get-pocket,
a.fa-get-pocket.bg-icon:hover,
.fa-get-pocket.color-icon.border-icon:hover {
	background-color: #d3505a;
}

.color-bg-icon.fa-gg-circle,
a.fa-gg-circle.bg-icon:hover,
.fa-gg-circle.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-gg,
a.fa-gg.bg-icon:hover,
.fa-gg.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-git-square,
a.fa-git-square.bg-icon:hover,
.fa-git-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-git,
a.fa-git.bg-icon:hover,
.fa-git.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-alt,
a.fa-github-alt.bg-icon:hover,
.fa-github-alt.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github-square,
a.fa-github-square.bg-icon:hover,
.fa-github-square.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-github,
a.fa-github.bg-icon:hover,
.fa-github.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-gittip,
a.fa-gittip.bg-icon:hover,
.fa-gittip.color-icon.border-icon:hover {
	background-color: #630;
}

.color-bg-icon.fa-google-plus-square,
a.fa-google-plus-square.bg-icon:hover,
.fa-google-plus-square.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-google-plus,
a.fa-google-plus.bg-icon:hover,
.fa-google-plus.color-icon.border-icon:hover {
	background-color: #fff;
	color: #dd4b39 !important;
}

.color-bg-icon.fa-google-wallet,
a.fa-google-wallet.bg-icon:hover,
.fa-google-wallet.color-icon.border-icon:hover {
	background-color: #4285f4;
}

.color-bg-icon.fa-google,
a.fa-google.bg-icon:hover,
.fa-google.color-icon.border-icon:hover {
	background-color: #dd4b39;
}

.color-bg-icon.fa-hacker-news,
a.fa-hacker-news.bg-icon:hover,
.fa-hacker-news.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-houzz,
a.fa-houzz.bg-icon:hover,
.fa-houzz.color-icon.border-icon:hover {
	background-color: #7ac142;
}

.color-bg-icon.fa-html5,
a.fa-html5.bg-icon:hover,
.fa-html5.color-icon.border-icon:hover {
	background-color: #e34f26;
}

.color-bg-icon.fa-instagram,
a.fa-instagram.bg-icon:hover,
.fa-instagram.color-icon.border-icon:hover {
	background-color: #3f729b;
}

.color-bg-icon.fa-internet-explorer,
a.fa-internet-explorer.bg-icon:hover,
.fa-internet-explorer.color-icon.border-icon:hover {
	background-color: #1ebbee;
}

.color-bg-icon.fa-ioxhost,
a.fa-ioxhost.bg-icon:hover,
.fa-ioxhost.color-icon.border-icon:hover {
	background-color: #faa729;
}

.color-bg-icon.fa-joomla,
a.fa-joomla.bg-icon:hover,
.fa-joomla.color-icon.border-icon:hover {
	background-color: #142849;
}

.color-bg-icon.fa-jsfiddle,
a.fa-jsfiddle.bg-icon:hover,
.fa-jsfiddle.color-icon.border-icon:hover {
	background-color: #4679bd;
}

.color-bg-icon.fa-lastfm-square,
a.fa-lastfm-square.bg-icon:hover,
.fa-lastfm-square.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-lastfm,
a.fa-lastfm.bg-icon:hover,
.fa-lastfm.color-icon.border-icon:hover {
	background-color: #c3000d;
}

.color-bg-icon.fa-leanpub,
a.fa-leanpub.bg-icon:hover,
.fa-leanpub.color-icon.border-icon:hover {
	background-color: #0c0c0c;
}

.color-bg-icon.fa-linkedin-square,
a.fa-linkedin-square.bg-icon:hover,
.fa-linkedin-square.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linkedin,
a.fa-linkedin.bg-icon:hover,
.fa-linkedin.color-icon.border-icon:hover {
	background-color: #0976b4;
}

.color-bg-icon.fa-linux,
a.fa-linux.bg-icon:hover,
.fa-linux.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-maxcdn,
a.fa-maxcdn.bg-icon:hover,
.fa-maxcdn.color-icon.border-icon:hover {
	background-color: #f60;
}

.color-bg-icon.fa-meanpath,
a.fa-meanpath.bg-icon:hover,
.fa-meanpath.color-icon.border-icon:hover {
	background-color: #538ed7;
}

.color-bg-icon.fa-medium,
a.fa-medium.bg-icon:hover,
.fa-medium.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-odnoklassniki-square,
a.fa-odnoklassniki-square.bg-icon:hover,
.fa-odnoklassniki-square.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-odnoklassniki,
a.fa-odnoklassniki.bg-icon:hover,
.fa-odnoklassniki.color-icon.border-icon:hover {
	background-color: #ed812b;
}

.color-bg-icon.fa-opencart,
a.fa-opencart.bg-icon:hover,
.fa-opencart.color-icon.border-icon:hover {
	background-color: #2ac2ef;
}

.color-bg-icon.fa-openid,
a.fa-openid.bg-icon:hover,
.fa-openid.color-icon.border-icon:hover {
	background-color: #f78c40;
}

.color-bg-icon.fa-opera,
a.fa-opera.bg-icon:hover,
.fa-opera.color-icon.border-icon:hover {
	background-color: #cc0f16;
}

.color-bg-icon.fa-optin-monster,
a.fa-optin-monster.bg-icon:hover,
.fa-optin-monster.color-icon.border-icon:hover {
	background-color: #83c11f;
}

.color-bg-icon.fa-pagelines,
a.fa-pagelines.bg-icon:hover,
.fa-pagelines.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-paypal,
a.fa-paypal.bg-icon:hover,
.fa-paypal.color-icon.border-icon:hover {
	background-color: #253b80;
}

.color-bg-icon.fa-pied-piper-alt,
a.fa-pied-piper-alt .bg-icon:hover,
.fa-pied-piper-alt .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper-square,
a.fa-pied-piper-square .bg-icon:hover,
.fa-pied-piper-square .color-icon.border-icon:hover {
	color: #2f9f46;
}

.color-bg-icon.fa-pied-piper,
a.fa-pied-piper.bg-icon:hover,
.fa-pied-piper.color-icon.border-icon:hover {
	background-color: #2f9f46;
}

.color-bg-icon.fa-pinterest-p,
a.fa-pinterest-p.bg-icon:hover,
.fa-pinterest-p.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest-square,
a.fa-pinterest-square.bg-icon:hover,
.fa-pinterest-square.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-pinterest,
a.fa-pinterest.bg-icon:hover,
.fa-pinterest.color-icon.border-icon:hover {
	background-color: #cc2127;
}

.color-bg-icon.fa-qq,
a.fa-qq.bg-icon:hover,
.fa-qq.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-ra,
a.fa-ra.bg-icon:hover,
.fa-ra.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-rebel,
a.fa-rebel.bg-icon:hover,
.fa-rebel.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-reddit-square,
a.fa-reddit-square.bg-icon:hover,
.fa-reddit-square.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-reddit,
a.fa-reddit.bg-icon:hover,
.fa-reddit.color-icon.border-icon:hover {
	background-color: #ff4500;
}

.color-bg-icon.fa-renren,
a.fa-renren.bg-icon:hover,
.fa-renren.color-icon.border-icon:hover {
	background-color: #005eac;
}

.color-bg-icon.fa-safari,
a.fa-safari.bg-icon:hover,
.fa-safari.color-icon.border-icon:hover {
	background-color: #1b88ca;
}

.color-bg-icon.fa-sellsy,
a.fa-sellsy.bg-icon:hover,
.fa-sellsy.color-icon.border-icon:hover {
	background-color: #1f78b9;
}

.color-bg-icon.fa-share-alt-square,
a.fa-share-alt-square.bg-icon:hover,
.fa-share-alt-square.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-share-alt,
a.fa-share-alt.bg-icon:hover,
.fa-share-alt.color-icon.border-icon:hover {
	background-color: #01bf01;
}

.color-bg-icon.fa-shirtsinbulk,
a.fa-shirtsinbulk.bg-icon:hover,
.fa-shirtsinbulk.color-icon.border-icon:hover {
	background-color: #dd3a26;
}

.color-bg-icon.fa-simplybuilt,
a.fa-simplybuilt.bg-icon:hover,
.fa-simplybuilt.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-skyatlas,
a.fa-skyatlas.bg-icon:hover,
.fa-skyatlas.color-icon.border-icon:hover {
	background-color: #00adbb;
}

.color-bg-icon.fa-skype,
a.fa-skype.bg-icon:hover,
.fa-skype.color-icon.border-icon:hover {
	background-color: #00aff0;
}

.color-bg-icon.fa-slack,
a.fa-slack.bg-icon:hover,
.fa-slack.color-icon.border-icon:hover {
	background-color: #0f7965;
}

.color-bg-icon.fa-slideshare,
a.fa-slideshare.bg-icon:hover,
.fa-slideshare.color-icon.border-icon:hover {
	background-color: #e98325;
}

.color-bg-icon.fa-soundcloud,
a.fa-soundcloud.bg-icon:hover,
.fa-soundcloud.color-icon.border-icon:hover {
	background-color: #f80;
}

.color-bg-icon.fa-spotify,
a.fa-spotify.bg-icon:hover,
.fa-spotify.color-icon.border-icon:hover {
	background-color: #7ab800;
}

.color-bg-icon.fa-stack-exchange,
a.fa-stack-exchange.bg-icon:hover,
.fa-stack-exchange.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-stack-overflow,
a.fa-stack-overflow.bg-icon:hover,
.fa-stack-overflow.color-icon.border-icon:hover {
	background-color: #fe7a15;
}

.color-bg-icon.fa-steam-square,
a.fa-steam-square.bg-icon:hover,
.fa-steam-square.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-steam,
a.fa-steam.bg-icon:hover,
.fa-steam.color-icon.border-icon:hover {
	background-color: #0b0b0b;
}

.color-bg-icon.fa-stumbleupon-circle,
a.fa-stumbleupon-circle.bg-icon:hover,
.fa-stumbleupon-circle.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-stumbleupon,
a.fa-stumbleupon.bg-icon:hover,
.fa-stumbleupon.color-icon.border-icon:hover {
	background-color: #eb4924;
}

.color-bg-icon.fa-tencent-weibo,
a.fa-tencent-weibo.bg-icon:hover,
.fa-tencent-weibo.color-icon.border-icon:hover {
	background-color: #74af2c;
}

.color-bg-icon.fa-trello,
a.fa-trello.bg-icon:hover,
.fa-trello.color-icon.border-icon:hover {
	background-color: #256a92;
}

.color-bg-icon.fa-tripadvisor,
a.fa-tripadvisor.bg-icon:hover,
.fa-tripadvisor.color-icon.border-icon:hover {
	background-color: #589442;
}

.color-bg-icon.fa-tumblr-square,
a.fa-tumblr-square.bg-icon:hover,
.fa-tumblr-square.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-tumblr,
a.fa-tumblr.bg-icon:hover,
.fa-tumblr.color-icon.border-icon:hover {
	background-color: #35465c;
}

.color-bg-icon.fa-twitch,
a.fa-twitch.bg-icon:hover,
.fa-twitch.color-icon.border-icon:hover {
	background-color: #6441a5;
}

.color-bg-icon.fa-twitter-square,
a.fa-twitter-square.bg-icon:hover,
.fa-twitter-square.color-icon.border-icon:hover {
	background-color: #55acee;
}

.color-bg-icon.fa-twitter,
a.fa-twitter.bg-icon:hover,
.fa-twitter.color-icon.border-icon:hover {
	background-color: #55acee;
	color: #fff;
}

.color-bg-icon.fa-viacoin,
a.fa-viacoin.bg-icon:hover,
.fa-viacoin.color-icon.border-icon:hover {
	background-color: #333;
}

.color-bg-icon.fa-vimeo-square,
a.fa-vimeo-square.bg-icon:hover,
.fa-vimeo-square.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vimeo,
a.fa-vimeo.bg-icon:hover,
.fa-vimeo.color-icon.border-icon:hover {
	background-color: #1ab7ea;
}

.color-bg-icon.fa-vine,
a.fa-vine.bg-icon:hover,
.fa-vine.color-icon.border-icon:hover {
	background-color: #00b488;
}

.color-bg-icon.fa-vk,
a.fa-vk.bg-icon:hover,
.fa-vk.color-icon.border-icon:hover {
	background-color: #45668e;
}

.color-bg-icon.fa-wechat,
a.fa-wechat.bg-icon:hover,
.fa-wechat.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-weibo,
a.fa-weibo.bg-icon:hover,
.fa-weibo.color-icon.border-icon:hover {
	background-color: #e71d34;
}

.color-bg-icon.fa-weixin,
a.fa-weixin.bg-icon:hover,
.fa-weixin.color-icon.border-icon:hover {
	background-color: #93d034;
}

.color-bg-icon.fa-wikipedia-w,
a.fa-wikipedia-w.bg-icon:hover,
.fa-wikipedia-w.color-icon.border-icon:hover {
	background-color: #000;
}

.color-bg-icon.fa-windows,
a.fa-windows.bg-icon:hover,
.fa-windows.color-icon.border-icon:hover {
	background-color: #00bcf2;
}

.color-bg-icon.fa-wordpress,
a.fa-wordpress.bg-icon:hover,
.fa-wordpress.color-icon.border-icon:hover {
	background-color: #21759b;
}

.color-bg-icon.fa-xing-square,
a.fa-xing-square.bg-icon:hover,
.fa-xing-square.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-xing,
a.fa-xing.bg-icon:hover,
.fa-xing.color-icon.border-icon:hover {
	background-color: #026466;
}

.color-bg-icon.fa-y-combinator,
a.fa-y-combinator.bg-icon:hover,
.fa-y-combinator.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yahoo,
a.fa-yahoo.bg-icon:hover,
.fa-yahoo.color-icon.border-icon:hover {
	background-color: #400191;
}

.color-bg-icon.fa-yc,
a.fa-yc.bg-icon:hover,
.fa-yc.color-icon.border-icon:hover {
	background-color: #f0652f;
}

.color-bg-icon.fa-yelp,
a.fa-yelp.bg-icon:hover,
.fa-yelp.color-icon.border-icon:hover {
	background-color: #af0606;
}

.color-bg-icon.fa-youtube-play,
a.fa-youtube-play.bg-icon:hover,
.fa-youtube-play.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube-square,
a.fa-youtube-square.bg-icon:hover,
.fa-youtube-square.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-youtube,
a.fa-youtube.bg-icon:hover,
.fa-youtube.color-icon.border-icon:hover {
	background-color: #e52d27;
}

.color-bg-icon.fa-rss,
a.fa-rss.bg-icon:hover,
.fa-rss.color-icon.border-icon:hover {
	background-color: #ffa811;
}

/*social icons default colors*/
.color-bg-icon {
	color: #fff;
}

a.fa {
	color: #323232;
}

a.border-icon {
	border-color: rgba(129, 129, 129, 0.4);
}

a.border-icon.color-icon:hover {
	border-color: transparent;
}

a.bg-icon {
	background-color: #e8e8e8;
}

a.color-bg-icon {
	background-color: #323232;
	color: #fff;
}

a.fa.color-icon:hover {
	color: #323232;
}

a.fa.bg-icon:hover {
	color: #fff;
}

a.fa.color-bg-icon:hover {
	background-color: #54c1c4;
	color: #fff;
}

a.color-icon:hover {
	color: #323232;
}

a.color-icon.border-icon:hover {
	color: #fff;
}

/*
** WordPress Required
*/
.alignnone {
	margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto 30px auto;
}

.alignright {
	float: right;
	margin: 22px 0 30px 40px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 22px 40px 23px 0;
	max-width: 50%;
}

a img.alignright {
	float: right;
	margin: 10px 0 30px 40px;
}

a img.alignnone {
	margin: 10px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.sticky,
.bypostauthor {
	position: relative;
}

/*
** WordPress Page Links and Pagination
*/
.page-item,
.nav-links,
.page-links {
	clear: both;
}

.page-item > span,
.page-item > a,
.nav-links > span,
.nav-links > a,
.page-links > span,
.page-links > a {
	background-color: #fff;
	border: none;
	border-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	color: #323232;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: inherit;
	margin-left: 0;
	margin-right: 4px;
	margin-top: 10px;
	min-width: 3em;
	padding: 0.6em 1.5em;
	text-align: center;
}

.page-item > span:hover,
.page-item > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > span:hover,
.page-links > a:hover {
	background-color: #323232;
	color: #fff;
}

.page-item.active > a,
.page-item > span,
.nav-links.active > a,
.nav-links > span,
.page-links.active > a,
.page-links > span {
	background-color: #e8ac56 !important;
	box-shadow: none;
	color: #fff;
	cursor: not-allowed;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
	font-size: 10px;
}

@media (max-width: 575px) {
	.nav-links {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.page-links a:first-child {
	margin-left: 1em;
}

.pagination {
	justify-content: center;
	margin-top: 60px;
}

.post-nav {
	margin: 60px 0 0;
	position: relative;
}

.post-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
}

.post-nav .nav-links > div {
	height: auto;
	padding: 30px 40px;
	position: relative;
	text-align: right;
	transition: 0.2s opacity ease;
	width: 50%;
}

.post-nav .nav-links > div:hover {
	opacity: 0.9;
}

@media (max-width: 575px) {
	.post-nav .nav-links > div {
		width: 100%;
	}
}

.post-nav .nav-links > div .fa {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
	text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
	left: 0;
	right: auto;
}

.post-nav .nav-links .nav-subtitle {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	min-width: 8em;
	padding: 0.25em 0.8em 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.post-nav .nav-links .nav-title {
	display: block;
}

.post-nav .nav-links a {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}

/*
** Main Menu styles
*/
.nav-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav-wrap {
		justify-content: flex-end;
	}
}

.nav-wrap > .top-nav + *:not(.top-includes) {
	flex-grow: 100;
	padding-left: 30px;
	padding-right: 30px;
}

/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	.top-nav {
		align-items: center;
		display: flex;
		flex-grow: 10;
		flex-wrap: nowrap;
		justify-content: center;
		position: relative;
	}

	.justify-nav-end .top-nav {
		justify-content: flex-end;
	}

	.justify-nav-center .top-nav {
		justify-content: center;
	}
	/* menu layout */
	.sf-menu {
		display: block;
	}

	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu li > ul {
		display: none;
		position: absolute;
		top: 80%;
		z-index: 99;
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}
	/* menu skin */
	.sf-menu a {
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		padding: 10px 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		zoom: 1;
	}

	.sf-menu li {
		*white-space: normal;
		white-space: nowrap;
	}

	.sf-menu > li {
		display: inline-block;
		position: relative;
	}

	.sf-menu.nav > li:first-child > a {
		margin-left: 0;
	}

	.sf-menu.nav > li:last-child > a {
		margin-right: 0;
	}

	.sf-menu > li > a {
		line-height: 14px;
		margin: 0 15px;
		padding-bottom: 53px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 53px;
		transition-duration: 0.15s;
	}

	.affix .sf-menu > li > a {
		padding-bottom: 33px;
		padding-top: 33px;
	}
}

@media (min-width: 1200px) and (min-width: 1500px) {
	.sf-menu > li > a {
		margin: 0 40px;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		color: #54c1c4;
	}

	.nav-narrow .sf-menu > li {
		padding: 0;
	}

	.nav-narrow .sf-menu > li > a {
		margin-left: 29px;
		margin-right: 29px;
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.nav-narrow .sf-menu > li.active > a:before {
		background-color: #54c1c4;
		content: "";
		height: 1px;
		left: -20px;
		position: absolute;
		right: -20px;
		top: 0;
		z-index: 1;
	}

	.nav-bordered .sf-menu > li + li:before {
		background-color: rgba(255, 255, 255, 0.15);
		bottom: 0;
		content: "";
		left: -2px;
		position: absolute;
		top: 0;
		width: 1px;
	}

	.cs .sf-menu > li > a {
		color: #fff;
	}

	.cs .sf-menu > li > a:hover,
	.cs .sf-menu > li.active > a {
		color: #323232;
	}

	.ds .sf-menu > li > a {
		color: #fff;
	}

	.ds .sf-menu > li > a:hover,
	.ds .sf-menu > li.active > a {
		color: #e56778;
	}

	.ls .sf-menu > li > a {
		color: #323232;
	}

	.ls .sf-menu > li > a:hover,
	.ls .sf-menu > li.active > a {
		color: #e56778;
	}

	.ls .sf-menu > li + li:before {
		background-color: #e1e1e1;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		/* only transition out, not in */
		transition: none;
	}
	/* second and next levels */
	.sf-menu > li .mega-menu,
	.sf-menu li > ul {
		/* allow long menu items to determine submenu width */
		*width: 10em;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 5px;
		min-width: 10em;
		padding: 28px 0 28px;
		text-align: left;
		/* no auto sub width for IE7, see white-space comment below */
	}

	.sf-menu > li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu.nav ul a {
		color: #323232;
		padding-left: 40px;
		padding-right: 40px;
	}

	.sf-menu .mega-menu ul {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #e56778;
	}
	/* third level */
	.sf-menu ul ul {
		margin-top: 0;
		top: -32px;
	}

	.sf-arrows ul .sf-with-ul:after {
		content: "\f105";
		font-family: "FontAwesome";
		padding-left: 7px;
	}
}

.sf-menu i[class] {
	font-size: 1.1em;
	margin-right: 7px;
}

/* hidden menu items */

@media (min-width: 1200px) {
	.sf-menu .sf-xl-hidden {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.sf-more-li {
		display: none;
	}
}

/*
** Side Header
*/
/* side header layout */
body:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
}

body,
body:after,
#canvas,
.page_header_side {
	transition: 0.5s ease-in-out;
}

#canvas {
	left: 0;
	transition-property: left, margin-left;
}

body.active-side-header {
	overflow: hidden;
}

body.active-side-header #canvas {
	left: 310px;
}

body.active-side-header .page_header_side {
	left: 0;
}

body.active-side-header:after {
	opacity: 1;
	visibility: visible;
}

html.html-active-push-header {
	overflow: hidden;
}


.format-link .entry-bottom a:after {
	display: none;
}

.gallery .owl-nav {
	bottom: 0;
	left: 50%;
	opacity: 1;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gallery .owl-nav:before {
	color: #fff;
	content: "/";
	left: 41%;
	position: absolute;
	top: -49px;
	-webkit-transform: translateX(-69%);
	transform: translateX(-69%);
}

.gallery .owl-nav div:first-child {
	left: -74px;
	position: absolute;
	top: -52px;
}

.gallery .owl-nav .owl-prev:after {
	content: "prev";
	font-size: 14px;
	font-weight: 400;
	height: 15px;
	position: absolute;
	right: -47px;
	top: 8%;
	width: 40px;
}

.gallery .owl-nav .owl-next {
	position: absolute;
	right: -66px;
	top: -52px;
}

.gallery .owl-nav .owl-next:before {
	content: "next";
	font-size: 14px;
	font-weight: 400;
	height: 15px;
	left: -47px;
	position: absolute;
	top: 8%;
	width: 40px;
}

.gallery .owl-nav .owl-prev,
.gallery .owl-nav .owl-next {
	color: #fff;
	opacity: 1;
}

.gallery .owl-nav .owl-prev i,
.gallery .owl-nav .owl-next i {
	font-size: 10px;
}




/* 
** Template Specific Styles
*/
#box_wrapper > section,
#box_wrapper > div > section {
	overflow: hidden;
}

#box_wrapper > section.page_topline,
#box_wrapper > section.page_toplogo,
#box_wrapper > section.overflow-visible,
#box_wrapper > div > section.overflow-visible {
	overflow: visible;
}

img.absolute_image {
	position: absolute;
	top: 50px;
	z-index: 1;
}

.image-rounded-cross-borders {
	margin: 50px 0 60px;
	position: relative;
}

.image-rounded-cross-borders:before,
.image-rounded-cross-borders:after {
	background-color: #e1e1e1;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: -30px;
	width: 1px;
}

.image-rounded-cross-borders:after {
	bottom: -30px;
	top: auto;
}

.image-rounded-cross-borders .box-shadow {
	border-radius: 50%;
	padding: 9px;
}

.image-rounded-cross-borders .box-shadow:before,
.image-rounded-cross-borders .box-shadow:after {
	background-color: #e1e1e1;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	top: 50%;
	width: 30px;
}

@media (max-width: 1199px) {
	.image-rounded-cross-borders .box-shadow:before,
	.image-rounded-cross-borders .box-shadow:after {
		display: none;
	}
}

.image-rounded-cross-borders .box-shadow:after {
	left: auto;
	right: -30px;
}

.image-rounded-cross-borders img {
	border-radius: 50%;
}


.glow {
  font-size: 15px;
  color:#525555;
  font-weight: bold;
  text-align: center;
  -webkit-animation: glow 2s ease-in-out infinite alternate;
  -moz-animation: glow 2s ease-in-out infinite alternate;
  animation: glow 2s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 30px #31a4bc, 0 0 40px #31a4bc, 0 0 50px #31a4bc, 0 0 10px #31a4bc, 0 0 10px #31a4bc;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 10px #fff, 0 0 60px #fff, 0 0 30px #fff, 0 0 30px #fff;
  }
}

.own1{
	padding-top: 20px;
}
strong {
    font-weight: bold !important;
}

/* -----------------------------------------------------------------------------

    GENERAL

----------------------------------------------------------------------------- */

body { color: #999999; }
a { color: #31a4bc; }
a:hover { border-color: #31a4bc; }

	/* -------------------------------------------------------------------------
		TYPOGRAPHY
	------------------------------------------------------------------------- */

	h1, h2, h3, h4, h5, h6 { color: #525555; }
	table th { color: #FFF; background-color: #31a4bc; }
	table td { border-color: #e6e6e6; }
	ul > li:before { color: #31a4bc; }
	ol > li:before { color: #423338; }

	/* -------------------------------------------------------------------------
		FORMS
	------------------------------------------------------------------------- */

	.default-form input[type=text],
	.default-form input[type=password],
	.default-form input[type=date],
	.default-form input[type=email],
	.default-form input[type=tel],
	.default-form textarea,
	.default-form select { color: #999999; background-color: #FFF; border-color: #e6e6e6; }
	.default-form input[type=text].active,
	.default-form input[type=password].active { border-color: #31a4bc; }
	.default-form input[type=text].error,
	.default-form input[type=password].error,
	.default-form .error { border-color: #31a4bc; }

	/* CHECKBOX */
	.default-form .checkbox-input label:before { color: #31a4bc; border-color: #e6e6e6; }

	/* RADIO */
	.default-form .radio-input label:before { background-color: #FFF; border-color: #FFF;
		-moz-box-shadow: 0 0 0 1px #e6e6e6;
		-webkit-box-shadow: 0 0 0 1px #e6e6e6;
		box-shadow: 0 0 0 1px #e6e6e6;
	}
	.default-form .radio-input.active label:before { background-color: #31a4bc; }

	/* SELECT BOX */
	.default-form .select-box .fa { color: #31a4bc; }
	.default-form .select-box .select-clone { background-color: #FFF; border-color: #e6e6e6; }
	.default-form .select-box .select-clone > li { color: #999999; }
	.default-form .select-box .select-clone > li:hover { color: #FFF; background-color: #31a4bc; }
	.default-form .select-box.error .value-holder { border-color: #31a4bc; }

	/* CALENDAR */
	.default-form .calendar-input .fa { color: #31a4bc; }
	.ui-datepicker { background-color: #241c1f; background-color: rgba(36,28,31,0.9); }
	.ui-datepicker-header { color: #999999; background-color: #241c1f; }
	.ui-datepicker-calendar th { color: #999999; background-color: transparent; }
	.ui-datepicker-calendar td { color: #999999; background-color: #241c1f; }
	.ui-datepicker-calendar td a { color: #999999; }
	.ui-datepicker-calendar td a:hover { color: #FFF; background-color: #31a4bc; }
	.ui-datepicker-calendar .ui-datepicker-unselectable { color: #534e50; }

	/* -------------------------------------------------------------------------
		UTILITY
	------------------------------------------------------------------------- */

	.rounded-shadow { border-color: #FFF;
		-moz-box-shadow: 0 4px 0 #d9d9d9;
		-webkit-box-shadow: 0 4px 0 #d9d9d9;
		box-shadow: 0 4px 0 #d9d9d9;
	}


/* -----------------------------------------------------------------------------

    COMPONENTS

----------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
		ACCORDION CONTAINER
	------------------------------------------------------------------------- */

	.accordion-item.active .accordion-toggle { background-color: #423338; }
	.accordion-item-inner { border-color: #e6e6e6; }
	.accordion-item.active .accordion-item-inner { border-color: #31a4bc; }
	.accordion-item-subtitle { color: #999; }

	/* -------------------------------------------------------------------------
		ALERT MESSAGES
	------------------------------------------------------------------------- */

	.alert-message.warning { color: #D40041; border-color: #D40041; }
	.alert-message.warning .close { color: #D40041; }
	.alert-message.success { color: #499143; border-color: #499143; }
	.alert-message.success .close { color: #499143; }

	/* -------------------------------------------------------------------------
		BUTTONS
	------------------------------------------------------------------------- */

	.button { color: #FFF; background-color: #525555;font-size: 13px;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	}
	.button:hover {
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.05);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.05);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 0 0 100px rgba(0,0,0,0.05);
	}
	.button:active {
		-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
	}
	.button.color-2 { background-color: #423338; }
	.button.color-3 { color: #979797; background-color: #e6e6e6;
		-moz-box-shadow: inset 0 -2px 0 #cdcdcd;
		-webkit-box-shadow: inset 0 -2px 0 #cdcdcd;
		box-shadow: inset 0 -2px 0 #cdcdcd;
	}
	.button.type-2 { background-color: #cdcdcd; }
	.button.type-2 > span { background-color: #e6e6e6; }
	.button.type-2 .fa { color: #cdcdcd; background-color: #FFF; }

	/* -------------------------------------------------------------------------
		CONTENT DIVIDER
	------------------------------------------------------------------------- */

	.content-divider { border-color: #e6e6e6; }
	.content-divider.color-transparent { border-color: transparent; }

	/* -------------------------------------------------------------------------
		DOWNLOAD CONTAINER
	------------------------------------------------------------------------- */

	.download-container { color: #999; border-color: #e6e6e6; }
	.download-container .download-ico { color: #FFF; background-color: #31a4bc; }
	.download-container .download-title { color: #423338; }
	.download-container .download-description { color: #999999; }
	.download-container .download-extension { border-color: #e6e6e6; }
	.download-container:hover { border-color: #e6e6e6; }
	.download-container:hover .download-ico { background-color: #423338; }
	.download-container:hover .download-extension { color: #423338; }

	/* -------------------------------------------------------------------------
		LISTS
	------------------------------------------------------------------------- */

	.check-list > li:before { color: #31a4bc; }
	.check-list > li.unchecked:before { color: #423338; }

	/* -------------------------------------------------------------------------
		LOADING ANIM
	------------------------------------------------------------------------- */

	.loading-anim { background: rgba(0,0,0,0.2); }
	/* .loading-anim > span { background-image: url( '../../img/loader_2x.gif' );
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../img/loader_2x.gif', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../../img/loader_2x.gif', sizingMethod='scale')";
	} */

	/* -------------------------------------------------------------------------
		PROGRESS BAR
	------------------------------------------------------------------------- */

	.progress-bar-inner { background-color: #e6e6e6; }
	.progress-bar-inner > span { background-color: #31a4bc; }

	/* TYPE 2 */
	.progress-bar.type-2.active .toggle { background-color: #423338; }

	/* -------------------------------------------------------------------------
		PROJECT CONTAINER
	------------------------------------------------------------------------- */

	.project-container { background-color: #f3f3f3;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
	}
	.project-container .project-thumb .overlay { background-color: #31a4bc; }
	.project-container .project-thumb .overlay > span > span { color: #FFF; border-color: #FFF; }
	.project-container .project-tags { color: #FFF; background-color: #525555; }
	.project-container .project-tags a { color: #FFF; }
	.project-container .project-title,
	.project-container .project-title a	{ color: #423338; }
	.project-container .project-title a:hover { border-color: #423338; }
	.project-container .project-category { color: #979797; }

	/* -------------------------------------------------------------------------
		RADIAL PROGRESS BAR
	------------------------------------------------------------------------- */

	.radial-progress-bar .loader-bg { border-color: #e6e6e6; }
	.radial-progress-bar .loader-spiner { border-color: #31a4bc; }
	.radial-progress-bar .text { color: #423338; }

	/* -------------------------------------------------------------------------
		RATING CONTAINER
	------------------------------------------------------------------------- */

	.rating-container { color: #31a4bc; }

	/* -------------------------------------------------------------------------
		SERVICE
	------------------------------------------------------------------------- */

	.service-container .service-icon { color: #FFF; background-color: #31a4bc;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
	}
/* 	.service-container .service-icon-custom.ico-1 { background-image: url( '../../img/icon_01_red.png' ); }
	.service-container .service-icon-custom.ico-2 { background-image: url( '../../img/icon_02_red.png' ); }
	.service-container .service-icon-custom.ico-3 { background-image: url( '../../img/icon_03_red.png' ); }
	.service-container .service-icon-custom.ico-4 { background-image: url( '../../img/icon_04_red.png' ); } */

	/* -------------------------------------------------------------------------
		TABS
	------------------------------------------------------------------------- */

	.tabs-container .tab-title { color: #FFF; background-color: #423338; }
	.tabs-container .tab-title > a { color: #FFF; }
	.tabs-container .tab-title.active { color: #FFF; background-color: #31a4bc; }
	.tabs-container .tab-title.active > a { color: #FFF; }
	.tabs-container .tab-content-list { background-color: #FFF; border-color: #e6e6e6; border-top-color: #31a4bc; }
	.tabs-container.type-vertical .tab-content-list { border-color: #e6e6e6; border-left-color: #31a4bc; }

	/* -------------------------------------------------------------------------
		TIMELINE CONTAINER
	------------------------------------------------------------------------- */

	.timeline-container { border-color: #f2f2f2; }
	.timeline-container .timeline-item { background-color: #f3f3f3; border-color: #31a4bc;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06); }
	.timeline-container .timeline-item:before { background-color: #31a4bc; border-color: #FFF;
		-moz-box-shadow: 0 0 0 3px #e6e6e6, 0 0 0 6px #FFF;
		-webkit-box-shadow: 0 0 0 3px #e6e6e6, 0 0 0 6px #FFF;
		box-shadow: 0 0 0 3px #e6e6e6, 0 0 0 6px #FFF;
	}
	.timeline-container .timeline-item:after { background-color: #e7e7e7; }
	.timeline-item-label { color: #b2b2b2; }
	.timeline-item-subtitle { color: #999; }


/* -----------------------------------------------------------------------------

    HEADER

----------------------------------------------------------------------------- */

#header { background-color: #ffffff00; }

	/* -------------------------------------------------------------------------
		COMPONENTS
	------------------------------------------------------------------------- */

	/* DEFAULT FORM */
	#header .default-form input[type=text],
	#header .default-form input[type=password],
	#header .default-form select { color: #999999; background-color: #241c1f; border-color: #241c1f; }
	#header .default-form input[type=text].active,
	#header .default-form input[type=password].active { border-color: #31a4bc; }

	/* HEADER BTN */
	.header-btn { color: #31a4bc; }
	.header-btn:hover,
	.header-btn.hover { color: #31a4bc; border-color: #31a4bc; }

	/* HEADER NAV */
	.header-nav a { color: #FFF;    background-color: #31a4bc;    border-color: #31a4bc; }
	.header-nav a:hover,
	.header-nav .hover > a { color: #FFF; background-color: #31a4bc; }
	.header-nav .hover:after,
	.header-nav li:hover:after { color: #FFF; }
	.header-nav .submenu-toggle { color: #31a4bc; }

	/* HEADER FORM */
	.header-form { background-color: #423338; background-color: rgba(66,51,56,0.9); border-color: #241c1f; }
	.header-form .form-divider { border-color: #241c1f; }

	/* -------------------------------------------------------------------------
		HEADER SEARCH
	------------------------------------------------------------------------- */

	/* SEARCH INPUT */
	.header-search.active { border-color: #31a4bc; }
	.header-search .search-input .fa { color: #31a4bc; }

	/* SEARCH ADVANCED */
	.header-search .radio-input label:before { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
	.header-search .select-box .fa { color: #31a4bc; }
	.header-search .select-box .select-clone { background-color: #241c1f; }
	.header-search .select-box .select-clone > li { color: #999999; }
	.header-search .select-box .select-clone > li:hover { color: #FFF; background-color: #31a4bc; }
	.header-search .ui-datepicker { background-color: transparent; }

	/* -------------------------------------------------------------------------
		HEADER TOOLS
	------------------------------------------------------------------------- */

	/* HEADER LOGIN */
	.header-login .login-toggle {  }
	.header-login .login-toggle:hover {  }

	/* HEADER ADD OFFER */
	.header-add-offer > a:hover { color: #FFF;    background-color: #383636;
		-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
		box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
	}
	.header-add-offer > a:active {
		-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
	}


/* -----------------------------------------------------------------------------

    BANNER

----------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
		BANNER SEARCH
	------------------------------------------------------------------------- */

	.banner-search .tab-title { color: #FFF; background-color: #423338; }
	.banner-search .tab-title > a { color: #FFF; }
	.banner-search .tab-title.active { background-color: #31a4bc; }
	.banner-search .tab-title.active > a { color: #FFF; }
	.banner-search .tab-content-list { background-color: #423338; background-color: rgba(66,51,56,0.9); border-color: #31a4bc; }

	/* FORM */
	.banner-search input[type=text],
	.banner-search input[type=password],
	.banner-search select { color: #999999; background-color: #241c1f; border-color: #241c1f; }
	.banner-search input[type=text].active,
	.banner-search input[type=password].active { border-color: #31a4bc; }
	.banner-search .calendar-input .fa { color: #31a4bc; }
	.banner-search .ui-datepicker-header { color: #999999; background: #241c1f; }
	.banner-search .ui-datepicker-calendar td { color: #999999; background-color: #241c1f; }
	.banner-search .ui-datepicker-calendar td a { color: #999999; }
	.banner-search .ui-datepicker-calendar td a:hover { color: #FFF; background-color: #31a4bc; }
	.banner-search .ui-datepicker-calendar .ui-datepicker-unselectable { color: #534e50; }
	.banner-search .select-box .fa { color: #31a4bc; }
	.banner-search .select-box .select-clone { background-color: #241c1f; }
	.banner-search .select-box .select-clone > li { color: #999999; }
	.banner-search .select-box .select-clone > li:hover { color: #FFF; background-color: #31a4bc; }


/* -----------------------------------------------------------------------------

    CORE

----------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
		PAGE HEADER
	------------------------------------------------------------------------- */

	.page-header.has-nav { border-color: #31a4bc;padding-top: 40px; }
	.page-header h1 { color: #FFF; text-shadow: 0 1px 1px rgba(0,0,0,0.25); }
	.page-header h2 { color: #FFF; text-shadow: 0 1px 1px rgba(0,0,0,0.25); }
	.page-header .breadcrumbs { color: #FFF; background-color: #595c5c; }
	.page-header-nav a { color: #423338; background-color: #FFF; }
	.page-header-nav .active a { color: #FFF; background-color: #31a4bc; }
	.page-about-us .page-header { background-image: url( '../../../dummies/page_header_01.jpg' ); }
	.page-contact-us .page-header,
	.page-privacy-policy .page-header,
	.page-terms-conditions .page-header { background-image: url( '../../../dummies/page_header_02.jpg' ); }
	.page-search-results .page-header { background-image: url( '../../../dummies/page_header_03.jpg' ); }
	.page-property-details .page-header { background-image: url( '../../../dummies/page_header_04.jpg' ); }

	/* -------------------------------------------------------------------------
		CONTENT SECTION
	------------------------------------------------------------------------- */

	.content-section.our-team { background: #f3f3f3 url( '../../../dummies/content_img_03.jpg' ) center bottom no-repeat; }

	/* -------------------------------------------------------------------------
		CONTACT FORM
	------------------------------------------------------------------------- */

	.contact-form-container { border-color: #e6e6e6; }

	/* -------------------------------------------------------------------------
		MAIN WRAPPER
	------------------------------------------------------------------------- */

	.main-wrapper-container { background-color: #f3f3f3; }
	#main-wrapper { background-color: #FFF;
		-moz-box-shadow: 0 3px 0 #e6e6e6;
		-webkit-box-shadow: 0 3px 0 #e6e6e6;
		box-shadow: 0 3px 0 #e6e6e6;
	}

	/* -------------------------------------------------------------------------
		PROPERTIES LISTING
	------------------------------------------------------------------------- */

/* 	.page-search-results #main-wrapper { background: #FFF url('../../img/wrapper_separator.png') 357px 0 repeat-y; } */

	/* PROPERTIES LISTING HEADER */
	.properties-listing-header { border-color: #f3f3f3; }
	.properties-listing-header .list-layout .button.active { background-color: #423338; }

	/* PROPERTY LIST */
	.property-list .property { background-color: #f3f3f3;
		-moz-box-shadow: 0 2px 0 #e6e6e6;
		-webkit-box-shadow: 0 2px 0 #e6e6e6;
		box-shadow: 0 2px 0 #e6e6e6;
	}
	.property-list .property-thumb .overlay { color: #FFF; background-color: #31a4bc; background-color: rgba(241,21,90,0.9); }
	.property-list .property-thumb .overlay span { border-color: #FFF; }
	.property-list .property-title a { color: #423338; }
	.property-list .property-title a:hover { border-color: #423338; }
	.property-list .property-location { color: #999; }
	.property-list .property-icons { color: #9a9395; }
	/* .property-list .property-icons li i { background: url( '../../img/icons.png' ) 0 0 no-repeat; } */
	.property-list .property-icons li.beds i { background-position: -3px -3px; }
	.property-list .property-icons li.people i { top: -1px; background-position: -33px -3px; }
	.property-list .property-icons li.bathrooms i { top: -2px; background-position: -63px -3px; }
	.property-list .property-price strong { color: #31a4bc; }
	.property-list .property-rating { color: #31a4bc; }

	/* GRID LAYOUT */
	.property-list.layout-grid .property-icons { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
	.property-list.layout-grid .property-icons li.beds i { background-position: -3px -33px; }
	.property-list.layout-grid .property-icons li.people i { top: -1px; background-position: -33px -33px; }
	.property-list.layout-grid .property-icons li.bathrooms i { top: -2px; background-position: -63px -33px; }

	/* PROPERTIES LISTING FOOTER */
	.properties-listing-footer { border-color: #f3f3f3; }

	/* PROPERTIES SEARCH */
	.properties-search-title { color: #FFF; background-color: #31a4bc; }
	.properties-search .form-divider { border-color: #f3f3f3; }

	/* PROPERTIES FILTER */
	.properties-search-filter .toggle-title:after { color: #31a4bc; }
	.properties-search-filter .price-filter .slider-range { background-color: #e6e6e6; }
	.properties-search-filter .price-filter .ui-slider-range { background-color: #bf1148; }
	.properties-search-filter .price-filter .slider-range .ui-slider-handle { background-color: #31a4bc; border-color: #31a4bc;
		-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,0.3), inset 0 -3px 0 rgba(255,255,255,0.3);
		-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,0.3), inset 0 -3px 0 rgba(255,255,255,0.3);
		box-shadow: inset 0 3px 0 rgba(0,0,0,0.3), inset 0 -3px 0 rgba(255,255,255,0.3);
	}
	.properties-search-filter .rating-filter .stars { color: #31a4bc; }

	/* -------------------------------------------------------------------------
		PROPERTY DETAILS
	------------------------------------------------------------------------- */

	/* .page-property-details #main-wrapper { background: #FFF url('../../img/wrapper_separator.png') 357px 0 repeat-y; } */

	/* PROPERTY DETAILS */
	.property-details .property-images .images-footer-inner { color: #FFF; background-color: rgba(49, 164, 188, 0.78); }
	.property-details .property-images .image-counter { color: #999999; }
	.property-details .property-images .prev-btn,
	.property-details .property-images .next-btn { color: #FFF; background-color: #31a4bc; }
	.property-details .property-description { border-color: #f3f3f3; }
	.property-details .property-description table td { border-color: #f3f3f3; }
	.property-details .comments .author strong { color: #423338; }
	.property-details .comments .rating { color: #31a4bc; }
	.property-details .property-panel { border-color: #f3f3f3; }
	.property-details .property-panel .panel-item { border-color: #f3f3f3; }
	.property-details .property-panel .object-rating { color: #31a4bc; }
	.property-details .property-panel .object-owner .name { color: #FFF; background-color: #423338; background-color: rgba(66,51,56,0.9); }
/* 	.property-details .property-panel .object-owner .name i { background: url( '../../img/icons.png' ) 0 0 no-repeat; } */
	.property-details .property-panel .object-owner .name i.ico-family { background-position: -34px -34px; }
	.property-details .property-panel .object-owner .name i.ico-person { background-position: -94px -34px; }
	.property-details .property-panel .object-price .price strong { color: #31a4bc; }

	/* PROPERTY LOCATION DETAILS */
	.property-location-title { color: #FFF; background-color: #31a4bc; }
	.property-location-details .property-map .map-btn { color: #FFF; background-color: #31a4bc; }
	.property-location-details .toggle-title:after { color: #31a4bc; }


	/* -------------------------------------------------------------------------
		BROWSE
	------------------------------------------------------------------------- */

	#browse { background-color: #f3f3f3; }
	#browse .browse-tabs-container .tab-title { background-color: #FFF; }
	#browse .browse-tabs-container .tab-title a { color: #423338; }
	#browse .browse-tabs-container .tab-title.active { background-color: #31a4bc; }
	#browse .browse-tabs-container .tab-title.active a { color: #FFF; }

	/* BROWSE PROPERTIES */
	#browse .browse-properties .tab-title { background-color: transparent; }
	#browse .browse-properties .tab-title a { color: #FFF; }
	#browse .browse-properties .tab-title.active { background-color: transparent; }
	#browse .browse-properties .tab-title.active a { background-color: #423338; }
	#browse .browse-properties .tab-content-list { background-color: transparent;
		-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

	/* BROWSE DESTINATIONS */
	#browse .browse-destinations .top-destination-inner { background-color: #423338; background-color: rgba(66,51,56,0.5); }
	#browse .browse-destinations .top-destination h3 { color: #FFF; }

	/* BROWSE MEMBERS */
	#browse .browse-members-search .fa { color: #31a4bc; }

	#browse .browse-members-list .member { background-color: #f3f3f3;
		-moz-box-shadow: inset 0 -2px 0 #e6e6e6;
		-webkit-box-shadow: inset 0 -2px 0 #e6e6e6;
		box-shadow: inset 0 -2px 0 #e6e6e6;
	}


/* -----------------------------------------------------------------------------

    TESTIMONIALS

----------------------------------------------------------------------------- */

#testimonials { color: #FFF; background: #72656c url( '../../../dummies/testimonials_bg.jpg' ) center center no-repeat; background-size: cover; }
#testimonials .active-portrait { border-color: #FFF;
	-moz-box-shadow: 0 3px 0 #d9d9d9;
	-webkit-box-shadow: 0 3px 0 #d9d9d9;
	box-shadow: 0 3px 0 #d9d9d9;
}


/* -----------------------------------------------------------------------------

    BOTTOM PANEL

----------------------------------------------------------------------------- */

#bottom-panel { background-color: #423338; }
#bottom-panel .widget-title { color: #FFF; }

	/* DEFAULT FORM */

	#bottom-panel .default-form input { color: #999999; background-color: #241c1f; }
	#bottom-panel .default-form .input-group { background-color: #241c1f; }
	#bottom-panel .default-form .input-group input { background-color: transparent; }
	#bottom-panel .default-form .input-group button { color: #31a4bc; }


/* -----------------------------------------------------------------------------

    FOOTER

----------------------------------------------------------------------------- */

#footer { background-color: #000; color: #fff;}


/* -----------------------------------------------------------------------------

    RESPONSIVE

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

	/* CORE */
	.page-search-results #main-wrapper { background-position: 290px 0; }
	.property-list .property-icons { color: #FFF; background-color: #31a4bc; background-color: rgba(241,21,90,0.9); }
	.property-list .property-icons li.beds i { background-position: -3px -33px; }
	.property-list .property-icons li.people i { top: -1px; background-position: -33px -33px; }
	.property-list .property-icons li.bathrooms i { top: -2px; background-position: -63px -33px; }
	.page-property-details #main-wrapper { background-position: 290px 0; }

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

	/* HEADER */
	.header-nav li a:hover,
	.header-nav li.hover a,
	.header-nav li.active a { color: #31a4bc; background-color: transparent; }
	.header-navbar,
	.header-language,
	.header-register,
	.header-login,
	.header-add-offer { border-color: #241c1f; }

	/* CORE */
	.main-wrapper-container { background-color: #FFF; }
	.page-search-results #main-wrapper,
	.page-property-details #main-wrapper { background-image: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

	/* CORE */
	.content-section.our-team { background-image: none; }
	.property-list .property-icons,
	.property-list.layout-grid .property-icons { color: #9a9395; background-color: transparent; }
	.property-list .property-icons li.beds i,
	.property-list.layout-grid .property-icons li.beds i { background-position: -3px -3px; }
	.property-list .property-icons li.people i,
	.property-list.layout-grid .property-icons li.people i { top: -1px; background-position: -33px -3px; }
	.property-list .property-icons li.bathrooms i,
	.property-list.layout-grid .property-icons li.bathrooms i { top: -2px; background-position: -63px -3px; }

	}
	/* ---------pop-up----------
.popup {
    display: none; 
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); 
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    max-width: 900px; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
}

.popup-content h3 
{
    color: #14A4BC; 
}

.popup-content h4 
{
    color: #606262; 
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width:600px) 
{ 
   .popup-content{
        width: 90%; 
        font-size:8px;
   } 
    
}
@media screen and (min-width: 601px) and (max-width: 768px)  
{  
    .popup-content{
    
        width: 80%; 
        padding: 9px; 
        font-size:11px;

   } 
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .popup-content {
        width: 70%; 
        padding: 20px; 
        font-size:13px;
    }
}
*/