/* Minification failed. Returning unminified contents.
(7154,19): run-time error CSS1036: Expected expression, found ':'
(13660,23): run-time error CSS1036: Expected expression, found ':'
(14670,25): run-time error CSS1033: Expected closing bracket, found 'i'
(14670,26): run-time error CSS1031: Expected selector, found ']'
(14670,26): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/*! jQuery UI - v1.11.0 - 2014-06-26
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
    font-size:12px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.terms-cond {
    font-size: 12px;
}

.green {
    font-size: 15px;
    font-weight: 500;
    color: green;
}

.first-btn {
    margin-left: 20px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



*, body {
    margin: 0px;
    padding: 0px;
    /*font-family: Calibri;*/
    font-family: 'Ubuntu', sans-serif;
    /*font-weight: 300;*/
}

body {
    /*background: #9e042a;*/
    overflow-x: hidden;
    /*zoom:1;
    -moz-zoom-in:1.2;*/
    /*transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);*/
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.aln_rgt {
    float: right;
}

select option {
    border: none;
    padding-left: 3px;
}

#Prop_Type option {
    /*left: 50px;
    position: absolute;
    background-position: left;
    background-origin: padding-box;*/
}

#reguser_list tr, #reguser_list tr:hover, #reguser_list tr td a i, #reguser_list tr td a:hover i, .refresh i, .refresh:hover i, .galry_btn:hover, .galry_btn, a, a:hover, .social-icons img, .social-icons img:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.headfoot {
    width: 100%;
    float: left;
    font-size: 16px;
    padding-left: 0px;
    font-weight: bolder;
    border-bottom: #ccc solid 1px;
    /* padding-bottom: 5px; */
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.para, .para1 {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    float: left;
}

    .para p, .para1 p {
        float: left;
        padding-bottom: 5px;
    }

        .para p a, .para span a, .para b a, .para1 p a, .para1 span a, .para1 b a {
            color: #9e042a;
            font-size: 14px;
            font-weight: bold;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .para p a:hover, .para span a:hover, .para b a:hover, .para1 p a:hover, .para1 span a:hover, .para1 b a:hover {
                color: #111;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

    .para b, .para1 b {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 3px;
    }

    .para span, .para1 span {
        float: left;
    }

    .para font, .para1 font {
        color: #6d0305;
        text-transform: uppercase;
        /*font-size: 14px;*/
        margin-bottom: 3px;
        float: left;
        width: 100%;
    }

.for-tab-head {
    background-color: #111;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 50%;
    border: 1pt inset #CCC;
    padding: 3pt;
    color: #fff;
}

.for-tab-head {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Calibri;
}

.cont_head {
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    float: left;
}

.btn_backtodirectoryhome {
    width: 50%;
    float: right;
    text-align: right;
}

    .btn_backtodirectoryhome a {
        text-decoration: none;
    }

        .btn_backtodirectoryhome a input {
            cursor: pointer;
            margin-bottom: 10px;
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
            border: #ccc solid 1px;
            float: right;
            font-size: 14px;
            color: #333;
            padding: 3px 5px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            font-weight: bold;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .btn_backtodirectoryhome a input:hover {
                background: #efefef; /* Old browsers */
                background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
                background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

.TFtable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .TFtable td {
        padding: 7px;
        border: #CCC 1px solid;
    }

    .TFtable tr {
        background: #FCA8A8;
    }

        .TFtable tr:nth-child(odd) {
            background: rgba(246, 246, 246, 1);
        }

        .TFtable tr:nth-child(even) {
            background: #fff;
        }

.title {
    font-weight: bold;
    color: maroon;
}

.title_small {
    font-weight: bold;
    color: rgb(116, 3, 11);
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
}

#para {
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    margin-left: 40px;
    font-family: Verdana;
    text-align: justify;
    line-height: 20px;
}

.flight_head {
    padding-top: 25px;
    padding-bottom: 5px;
}


.list-bold {
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    text-align: justify;
}

li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.list-space {
    float: left;
    margin-left: 50px;
    /*font-size:10px;*/
    margin-bottom: 15px;
}

    .list-space li {
        float: left;
        width: 100%;
    }

.directoryList {
    float: left;
    background-color: #fefefe;
    border: #efefef solid 1px;
    width: 100%;
}

    .directoryList a {
        line-height: 24px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        /* padding-left: 5px; */
        padding: 3px 0px 3px 8px;
        float: left;
        width: 97.05%;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

        .directoryList a:hover {
            background-color: #9e042a;
            color: #fff;
            -webkit-transition: all 350ms ease-in-out;
            -moz-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
        }

.logo_img {
    float: left;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-transform: scale(0.95,0.95);
    -moz-transform: scale(0.95,0.95);
    -o-transform: scale(0.95,0.95);
    -ms-transform: scale(0.95,0.95);
    transform: scale(0.95,0.95);
}

    .logo_img:hover {
        -webkit-transform: scale(0.90,0.90);
        -moz-transform: scale(0.90,0.90);
        -o-transform: scale(0.90,0.90);
        -ms-transform: scale(0.90,0.90);
        transform: scale(0.90,0.90);
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

.Anchor {
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
}

h1 {
    font-weight: 500;
    font-size: 25px;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 25px;
    font-weight: 300;
}

h5 {
    font-size: 20px;
    font-weight: 300;
}

h6 {
    font-size: 15px;
    font-weight: 300;
}


.page {
    width: 100%;
    float: left;
    background: #fff;
}


.edit-item-link {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/edit.png);
}

.submitby {
    color: #1C711C;
}

header.head {
    width: 100%;
    float: left;
    height: 37px;
    background: #9e042a; /* Old browsers */
    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 ); /* IE6-9 */
}

.container {
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 80px;
}

.left-content {
    width: 26%;
    float: left;
}

.right-content {
    width: 72.7%;
    float: right;
}


.email {
    color: #1B1FE0 !important;
    cursor: pointer;
}

.up_load {
    padding-top: 3%;
    margin-left: -50%;
}

.edit_check {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: -17px;
    margin-left: -72px;
}

nav.menu {
    width: 76%;
    float: left;
}

    nav.menu ul {
        width: 100%;
        float: left;
        margin-top: 6px;
        height: 27px;
        position: relative;
    }

        nav.menu ul ul {
            display: none;
        }

        nav.menu ul ul {
            width: 80px;
            position: absolute;
            top: 19.5px;
            z-index: 99;
        }

            nav.menu ul ul li {
                width: 100%;
                float: left;
            }

                nav.menu ul ul li a {
                    width: 100%;
                    float: left;
                    font-family: 'Ubuntu', sans-serif;
                    background: #9e042a;
                    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
                    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
                    color: #fff;
                    padding: 8px 10px;
                }

        nav.menu ul li.current ul li a {
            width: 100%;
            float: left;
            background: #9e042a;
            background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
            background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
            color: #fff;
            padding: 8px 10px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
        }
        /*nav.menu ul li.current ul li a:first-child
                {
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    -o-border-radius: 0px;
                    border-radius: 0px;
                }*/
        nav.menu ul li.current ul li .last-child {
            -webkit-border-radius: 0px 0px 8px 8px;
            -moz-border-radius: 0px 0px 8px 8px;
            -o-border-radius: 0px 0px 8px 8px;
            border-radius: 0px 0px 8px 8px;
        }

#frst_ltr:first-letter {
    text-transform: capitalize;
}

.last-child {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    background: #6d0305;
    background: -moz-linear-gradient(top, #6d0305 0%, #9e042a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0305), color-stop(100%,#9e042a));
    background: -webkit-linear-gradient(top, #6d0305 0%,#9e042a 100%);
    background: -o-linear-gradient(top, #6d0305 0%,#9e042a 100%);
    background: -ms-linear-gradient(top, #6d0305 0%,#9e042a 100%);
    background: linear-gradient(to bottom, #6d0305 0%,#9e042a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0305', endColorstr='#9e042a',GradientType=0 );
}

nav.menu ul ul li a:hover, nav.menu ul li.current ul li a:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    color: #333;
}

.last-child:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    color: #333;
}

nav.menu ul li:hover ul {
    display: block;
}

.menu_arw {
    position: absolute;
    border-top: 5px solid #FFF;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    right: 0;
    top: 12px;
}

nav.menu ul li {
    float: left;
    list-style: none;
    position: relative;
}

    nav.menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        font-family: 'Ubuntu', sans-serif;
        padding: 8px 15px;
        float: left;
        text-transform: capitalize;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        background-size: 100% 100%;
    }

        nav.menu ul li a:hover {
            /*text-shadow: #000 0px 0px 20px;*/
            background: url('../images/shade.png')center no-repeat;
            background-size: 100% 100%;
        }

    nav.menu ul li.current a {
        background: #fff;
        color: #333;
        margin-left: 10px;
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        nav.menu ul li.current a:hover {
            text-shadow: none;
        }

nav.site-btn {
    width: 24%;
    float: right;
    margin-top: -3px;
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

    nav.site-btn ul {
        float: right;
        margin-top: 12px;
    }

        nav.site-btn ul li {
            float: left;
            list-style: none;
            /*width: 253px;*/
            position: relative;
            margin-right: 6px;
        }

            nav.site-btn ul li:last-child {
                margin-right: 0px;
            }

            nav.site-btn ul li:after {
                content: "|";
                position: absolute;
                right: -4px;
                top: 2px;
                color: #fff;
            }

            nav.site-btn ul li:last-child::after {
                content: "";
            }

            nav.site-btn ul li a {
                text-decoration: none;
                color: #fff;
                font-size: 12px;
                float: left;
                cursor: pointer;
                /*width: 100px;*/
            }

                nav.site-btn ul li a img {
                    margin: 3px;
                    float: left;
                }

                nav.site-btn ul li a label {
                    float: left;
                    margin: 5px;
                    cursor: pointer;
                }

@-moz-document url-prefix() {
    nav.site-btn ul li a #reg_name {
        letter-spacing: -0.5px;
    }
}

#reg_user label {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#frst_lbl {
    width: 45px !important;
    text-transform: capitalize;
}


article.s-filter {
    width: 100%;
    float: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    height: 103px;
}

    article.s-filter figure.cmp-logo {
        width: 26%;
        float: left;
        margin-top: 6px;
    }


        article.s-filter figure.cmp-logo img {
            width: 100%;
            float: left;
            height: 90px;
        }

section.search-box {
    width: 73%;
    float: left;
    margin-left: 2%;
}

.search-row1, .search-row2 {
    width: 95%;
    float: left;
    margin-left: 2.5%;
}

.mode-slct {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .mode-slct ul {
        width: 100%;
        float: left;
        border: #ccc solid 1px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

        .mode-slct ul li {
            width: 24.6%;
            float: left;
            list-style: none;
            border-right: #ccc solid 1px;
        }

            .mode-slct ul li:last-child {
                border: none;
                -webkit-border-radius: 0px 8px 8px 0px;
                -moz-border-radius: 0px 8px 8px 0px;
                -o-border-radius: 0px 8px 8px 0px;
                border-radius: 0px 8px 8px 0px;
            }

            .mode-slct ul li:first-child {
                -webkit-border-radius: 8px 0px 0px 8px;
                -moz-border-radius: 8px 0px 0px 8px;
                -o-border-radius: 8px 0px 0px 8px;
                border-radius: 8px 0px 0px 8px;
            }

            .mode-slct ul li label {
                width: 100%;
                float: left;
                text-align: center;
                cursor: pointer;
            }

                .mode-slct ul li label input {
                    float: left;
                    margin: 8px 0px 8px 6px;
                }

                .mode-slct ul li label p {
                    margin-top: 8px;
                    color: #333;
                    font-size: 12px;
                    font-weight: bold;
                }

            .mode-slct ul li.mode-slctd {
                background: #333;
            }

                .mode-slct ul li.mode-slctd label p {
                    color: #fff;
                }

.price-range_admin {
    width: 115%;
    float: left;
}

.set_fnt {
    font-size: 14px;
    line-height: 1.6em;
}

.price-range {
    width: 100%;
    float: left;
    /*margin-left: 2.5%;*/
    margin-top: 15px;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .price-range {
        margin-bottom: 1px;
    }
}

.form-group-search_range {
    width: 28%;
    float: left;
    margin-left: 12px;
    margin-right: 37px;
    height: 43px;
}

.price-range > h3 {
    float: left;
    margin-top: 5px;
    color: #333;
}

.price-range1, .price-range2 {
    float: left;
    margin-left: 10px;
}

.price-range1 {
    margin-right: 10px;
}

    .price-range1 > h3, .price-range2 > h3 {
        float: left;
        margin-top: 5px;
        color: #333;
    }

.price-range select {
    padding: 6px;
    width: 120px;
    margin-left: 9px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
}

    .price-range select option {
        padding: 3px;
    }

.search-row2 {
    margin-top: 15px;
}

.place-slct {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .place-slct input {
        padding: 6px;
        width: 94.5%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        outline: 0;
        border: #ccc solid 1px;
    }

    .place-slct p {
        font-size: 12px;
    }

.price-range p {
    font-size: 14px;
}

    .price-range p span {
        float: left;
        margin-top: 5px;
    }

#hgt {
    float: left;
    margin: 9px 0px 5px 0px;
}

.prop-type {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .prop-type h3 {
        margin-top: 5px;
        float: left;
        color: #333;
    }

select {
    padding: 6px;
    width: 101%;
    border: #b7b7b7 solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    float: left;
    position: relative;
}

.search-btn {
    width: 14%;
    float: left;
    background: #9e042a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
    margin-left: 1.3%;
    cursor: pointer;
}

    .search-btn img {
        width: 15px;
        float: left;
        margin-top: 2px;
        cursor: pointer;
    }

    .search-btn h3 {
        color: #fff;
        float: left;
        margin-left: 8px;
        cursor: pointer;
    }

    .search-btn label {
        width: 70%;
        margin-left: 15%;
        float: left;
        cursor: pointer;
    }

    .search-btn:hover {
        background: #69021b;
    }

.marquee-text {
    width: 100%;
    float: left;
    height: 30px;
}

.marquee-inn {
    width: 100%;
    float: left;
    cursor: pointer;
    margin-top: 8px;
}

.marquee-slider {
    width: 100%;
    float: left;
    overflow: hidden;
}

.marquee-inn marquee {
    width: 100%;
}

.js-marquee p {
    font-size: 14px;
    font-weight: bold;
}

article.main {
    width: 100%;
    float: left;
}

aside.search-asd {
    width: 100%;
    float: left;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 380px;
}

    aside.search-asd header {
        width: 100%;
        float: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

    aside.search-asd main {
        width: 95%;
        padding: 2.5%;
        float: left;
    }

    aside.search-asd header h3 {
        color: #333;
        float: left;
        margin: 8px 10px;
    }

.search-asd-row1 {
    width: 97%;
    float: left;
    /*margin: 2.5%;*/
}

    .search-asd-row1 h3 {
        color: #999;
        margin-bottom: 6px;
    }

    .search-asd-row1 select {
        padding: 2%;
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        outline: 0;
        float: left;
    }

#clr {
    margin-right: 20px;
}

.search-asd-row1 input {
    padding: 6px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border: #ccc solid 1px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    margin-top: 13px;
    text-shadow: 0px 2px 0px #DDDDDD;
}

    .search-asd-row1 input:hover, .btn:hover {
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
        background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

section.main-ad {
    width: 59.7%;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 380px;
    float: left;
}

    section.main-ad header {
        width: 100%;
        float: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        section.main-ad header h3 {
            color: #333;
            float: left;
            margin: 8px 10px;
        }

    section.main-ad main {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 347px;
    }


nav.slide-nav {
    width: 100%;
    height: 20px;
    background: #fff;
    float: left;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}


    nav.slide-nav ul {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 10px;
    }

        nav.slide-nav ul li {
            width: 8px;
            height: 8px;
            border: #ccc solid 1px;
            float: left;
            list-style: none;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            background: #fff;
            -webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            -moz-box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            -o-box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            margin-left: 2px;
            margin-right: 2px;
            -webkit-transition: all 350ms ease-in-out;
            -moz-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
            cursor: pointer;
        }

            nav.slide-nav ul li.current-slide {
                background: #333;
                border: #333 solid 1px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
                box-shadow: none;
            }

.marquee-ad {
    width: 100%;
    float: left;
    height: 327px;
    float: left;
    position: relative;
}

    .marquee-ad figure {
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        overflow: hidden;
    }

        .marquee-ad figure figcaption {
            width: 100%;
            height: 22px;
            position: absolute;
            padding-top: 7px !important;
            left: 0;
            bottom: 0;
            background: rgba(255,255,255,1);
            float: left;
            z-index: 7;
            bottom: 0px;
            /*-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;*/
        }

            .marquee-ad figure figcaption h2 {
                width: 100%;
                float: left;
                text-align: center;
                color: #333;
                margin-top: 10px;
            }

        .marquee-ad figure img {
            width: 100%;
            height: 100%;
            float: left;
            position: absolute;
            z-index: 5;
        }

        .marquee-ad figure:hover figcaption {
            bottom: 0px;
        }

    .marquee-ad figcaption span {
        width: 76%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
        text-align: left;
        padding-left: 8px;
    }

    .marquee-ad figcaption {
        font-weight: bold;
    }

section.social-features {
    width: 38.5%;
    float: right;
}

aside.features {
    width: 100%;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    /* height: 184px; */
    float: left;
}

aside.social {
    width: 100%;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 73px;
    margin-top: 10px;
    float: left;
}

    aside.social header {
        width: 100%;
        float: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        aside.social header h3 {
            color: #333;
            float: left;
            margin: 8px 10px;
        }


    aside.social .addthis_button {
        margin: 20px;
        float: left;
        width: 100%;
        margin-left: 60px;
    }

aside.features header {
    width: 100%;
    float: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

    aside.features header h3 {
        color: #333;
        float: left;
        margin: 8px 10px;
    }

aside.features main {
    width: 100%;
    float: left;
    /* background: url('../images/building.png')right center no-repeat; */
    background-size: 35% auto;
}

.features-inn {
    width: 94%;
    margin: 3%;
    float: left;
    margin-top: 1%;
    margin-bottom: 1%;
}

.features-btn {
    width: 50%;
    float: left;
    opacity: 1;
    margin: 10px 0;
}

    .features-btn img {
        float: left;
        margin-top: 3px;
    }

    .features-btn h3 {
        float: left;
        margin: 3px;
        width: 74%;
        text-align: left;
        margin-left: 8px;
    }

    .features-btn:hover {
        opacity: 1;
        cursor: pointer;
    }

article.ad-block {
    width: 100%;
    float: left;
    margin-top: 10px;
}

aside.signup {
    width: 100%;
    float: left;
    /* height: 183px; */
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
}




    aside.signup header {
        width: 100%;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        float: left;
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        aside.signup header h3 {
            margin: 8px;
            float: left;
            color: #333;
        }

section.ad-box {
    margin-top: 10px;
    width: 99.7%;
    float: right;
    height: 73px;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.ad-inn {
    width: 100%;
    float: left;
    height: 100%;
}

.left-vert-wrapper {
    width: 4%;
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
    float: left;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

    .left-vert-wrapper img {
        float: left;
        margin-left: 5px;
        height: 100%;
    }

.marquee-btm-ad {
    width: 96%;
    float: right;
    overflow: hidden;
    margin: 0 2%;
}

figure.ad-element {
    width: 100%;
    height: 93px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 6px;
}

    figure.ad-element img {
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        z-index: 4;
    }

    figure.ad-element figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        z-index: 6;
        background: rgba(0,0,0,0.7);
        display: none;
    }

        figure.ad-element figcaption h2 {
            color: #fff;
            width: 100%;
            text-align: center;
            margin-top: 10px;
            float: left;
            font-size: 14px;
        }

    figure.ad-element:hover figcaption {
        display: block;
    }

#ad-wrapper {
    float: left;
    width: 100%;
}

marquee.ad-scroll {
    width: auto !important;
    height: auto !important;
}

footer {
    bottom: 0;
    /* height: 40px; */
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999999;
}

    footer.footer {
        float: left;
        width: 100%;
        background: #6d0305; /* Old browsers */
        background: -moz-linear-gradient(top, #6d0305 0%, #9e042a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0305), color-stop(100%,#9e042a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6d0305 0%,#9e042a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6d0305 0%,#9e042a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6d0305 0%,#9e042a 100%); /* IE10+ */
        background: linear-gradient(to bottom, #6d0305 0%,#9e042a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0305', endColorstr='#9e042a',GradientType=0 ); /* IE6-9 */
        padding: 7px 0px;
        margin-top: 0px;
    }

        footer.footer .container {
            padding-bottom: 0;
        }

nav.fmenu {
    float: left;
    width: 100%;
    text-align: center;
}

    nav.fmenu ul {
        /*margin: auto;
    width:60%;*/
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-bottom: 5px;
    }

        nav.fmenu ul li {
            list-style: none;
            /* float: left; */
            display: inline-block;
        }

            nav.fmenu ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 13px;
                font-family: 'Ubuntu', sans-serif;
                padding: 1px 10px 1px 10px;
                float: left;
                border-right: #fff solid 1px;
            }

            nav.fmenu ul li:first-child a {
                padding-left: 0;
            }

            nav.fmenu ul li:last-child a {
                border: none;
            }


            nav.fmenu ul li a:hover {
                text-shadow: #000 0px 0px 10px;
            }

p.copyright {
    color: #fff;
    width: 100%;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin-top: 0px;
    float: left;
}

.social-icons {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    margin-top: 3px;
}

    .social-icons img {
        margin: 5px;
        float: left;
        opacity: 0.6;
        cursor: pointer;
        width: 23px;
    }

        .social-icons img:hover {
            opacity: 1;
        }



.price-range .ui-slider {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: #ccc solid 1px;
    z-index: 9;
    margin-top: 8px;
    width: 98.5%;
    float: left;
}

.price-range .ui-slider-handle {
    background: #f6f6f6;
    outline: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: #999 solid 1px;
}

.price-range .ui-slider-range {
    background: #ccc;
}

aside.signup main {
    width: 100%;
    float: left;
}


.signup-inp {
    width: 93%;
    float: left;
}

.signup-inn {
    width: 93%;
    float: left;
    margin-left: 7%;
    margin-top: 14px;
}

    .signup-inn .signupmail {
        width: 94%;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }



    .signup-inn .signupnum {
        width: 94%;
        float: left;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }

    .signup-inn .signupbtn {
        width: 28%;
        float: right;
        padding: 2.2% 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        border: #ccc solid 1px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        outline: 0;
        font-weight: bold;
        font-size: 14px;
        margin-top: 15px;
        cursor: pointer;
        text-shadow: 0px 2px 0px #DDDDDD;
    }

        .signup-inn .signupbtn:hover {
            background: #efefef; /* Old browsers */
            background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
            background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        }

section.head-scroll {
    width: 72.4%;
    float: right;
    height: 88px;
    border: #ccc solid 1px;
    margin-top: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.label-part {
    width: 5%;
    float: left;
    position: relative;
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

.scroll-part {
    width: 95%;
    float: left;
    position: relative;
    height: 100%;
    overflow: hidden;
}


.content-scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 9;
}

.control-scroll {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.9);
    float: left;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}



#backward-btn {
    margin-top: 10px;
    margin-left: 15px;
}

#forward-btn {
    margin-top: 3px;
    margin-left: 15px;
}

#playpause-btn {
    margin-left: 15px;
    margin-top: 3px;
}

.control-left {
    right: -50px;
    z-index: 10;
}

section.head-scroll:hover .control-left {
    right: 0;
}

.content-wrapper {
    width: 100%;
    float: left;
}

figure.content-img {
    width: 220px;
    float: left;
}

    figure.content-img img {
        width: 100%;
        height: 88px;
    }

.responsive-btn {
    float: left;
    background: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    margin-top: 12px;
    display: none;
    cursor: pointer;
}

    .responsive-btn img {
        float: left;
        margin: 3px;
        margin-right: 10px;
    }

    .responsive-btn h3 {
        color: #333;
        float: left;
    }


@media (max-width:1025px) {
    .container {
        width: 97%;
    }


    nav.menu {
        width: 78%;
    }

        nav.menu ul li a {
            padding: 10px 10px 10px 10px;
        }

    nav.site-btn {
        width: 22%;
    }

        nav.site-btn ul li a {
            padding: 5px 5px;
        }

    nav.fmenu ul {
        width: 65%;
    }
}


@media (max-width:995px) {
    nav.fmenu ul {
        width: 68%;
    }
}

@media (max-width:944px) {
    nav.fmenu ul {
        width: 72%;
    }
}

@media (max-width:895px) {
    nav.fmenu ul {
        width: 75%;
    }

    nav.menu ul li a {
        padding: 10px 6px 10px 6px;
    }
}

@media (max-width:881px) {
    .left-content {
        width: 35%;
    }

    .right-content {
        width: 63%;
    }

    article.s-filter figure.cmp-logo {
        width: 35%;
    }

    section.head-scroll {
        width: 63%;
    }

    section.main-ad {
        width: 100%;
    }

    section.social-features {
        width: 100%;
        float: left;
    }

    aside.features {
        width: 48.5%;
        float: left;
        margin-top: 10px;
        height: 176px;
    }

    aside.signup {
        width: 48.5%;
        float: right;
        height: 176px;
    }

    .signup-inn {
        margin-top: 15px;
    }

        .signup-inn .signupnum {
            width: 94%;
        }

        .signup-inn .signupbtn {
            float: left;
            margin-top: 10px;
            width: auto;
        }

    nav.fmenu ul {
        width: 78%;
    }
}

@media (max-width:828px) {
    nav.fmenu ul {
        width: 85%;
    }

    .label-part {
        width: 7%;
    }

    .scroll-part {
        width: 93%;
    }

    .left-vert-wrapper {
        width: 8%;
    }

    .marquee-btm-ad {
        width: 92%;
    }
}


@media (max-width:800px) {
    nav.menu {
        width: 100%;
        display: none;
    }

        nav.menu ul {
            margin-top: 0px;
            background: #fff;
            float: left;
            height: 100%;
            -webkit-border-radius: 0px 8px 8px 8px;
            -moz-border-radius: 0px 8px 8px 8px;
            -o-border-radius: 0px 8px 8px 8px;
            border-radius: 0px 8px 8px 8px;
            overflow: hidden;
            margin-bottom: 20px;
            padding: 2%;
            width: 96%;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        }

            nav.menu ul li a {
                color: #333;
                padding: 10px 12px;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -o-border-radius: 8px;
                border-radius: 8px;
            }

                nav.menu ul li a:hover {
                    background: #9e042a;
                    color: #fff;
                }

            nav.menu ul li.current a {
                background: #9e042a;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -o-border-radius: 8px;
                border-radius: 8px;
                color: #fff;
            }

    header.head {
        height: auto;
    }

    .responsive-btn {
        display: block;
        /*width:16%;
        padding:2%;
        float:left;*/
    }

    nav.site-btn {
        width: 60%;
        float: right;
    }
}

@media (max-width:765px) {
    nav.fmenu ul {
        width: 95%;
    }

        nav.fmenu ul li {
            margin-bottom: 10px;
        }
}

@media (max-width:720px) {
    nav.fmenu ul {
        width: 100%;
    }

    article.s-filter figure.cmp-logo {
        width: 42%;
    }

    article.s-filter section.head-scroll {
        width: 55%;
    }

    .left-content {
        width: 100%;
    }

    .right-content {
        width: 100%;
    }

    aside.features {
        width: 100%;
    }

    aside.signup {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    aside.search-asd {
        height: auto;
    }
}

@media (max-width:570px) {
    article.s-filter {
        height: 220px;
    }

        article.s-filter section.head-scroll {
            width: 100%;
        }

        article.s-filter figure.cmp-logo {
            width: 270px;
        }

    .left-content {
        width: 100%;
        margin-top: 10px;
    }

    .right-content {
        width: 100%;
    }
}

@media (max-width:360px) {
    nav.fmenu ul {
        width: 85%;
    }

    .responsive-btn {
        padding: 5px;
        margin-top: 20px;
    }

    nav.site-btn {
        width: 65%;
    }

    .label-part {
        width: 10%;
    }

    .scroll-part {
        width: 90%;
    }

    .container {
        width: 270px;
    }
}

.form-control {
    padding: 6px;
    width: 30%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    border: #b7b7b7 solid 1px;
    height: 22px;
}

.calc_form-control {
    padding: 6px;
    width: 30%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    border: #ccc solid 1px;
}

.emi-form-control {
    padding: 6px;
    width: 70%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    margin-left: 20px;
    border: #ccc solid 1px;
}

.emi-form-res-control {
    padding-bottom: 6px;
    padding-top: 6px;
    width: 70%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    margin-left: 20px;
    border: #ccc solid 1px;
}

input.input-validation-error,
select.error, input.error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="checkbox"] {
    border: 0 none;
    width: 10px;
}

input .form-control {
    margin: 10px !important;
}

.field-validation-error {
    color: #6d0305;
    font-size: 12px;
    float: left;
    width: 100%;
    color: #FA0207;
    margin-top: -6px;
    float: left;
    margin-bottom: 10px;
    /*display: none;*/
}

.col-md-2 {
    font-size: 14px;
}

.field1 {
    width: 40%;
    float: left;
    padding-left: 4%;
}

.edit_prop_controls {
    width: 46%;
    float: left;
}

.form-control {
    width: 100%;
    margin-bottom: 10px;
}

.field_login input[type="text"], .field_login input[type="password"],
#frmForgot input[type="text"] {
    width: 94.5%;
}

.control-label {
    float: left;
}

.btn {
    padding: 6px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    color: #333;
    text-shadow: 0px 2px 0px #DDDDDD;
}

.btn_bold {
    font-weight: bold;
}

.terms-cond {
    font-size: 12px;
    width: 90%;
    margin-left: 35px;
    line-height: 18px;
}

    .terms-cond span {
        float: left;
    }

        .terms-cond span:first-child {
            margin-top: 2px;
            margin-right: 8px;
        }

        .terms-cond span:last-child {
            width: 94%;
        }

#login_cont {
    float: left;
    width: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#f7f7f7 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 465px;
    background-color: #fff;
    box-shadow: inset 0px 0px 35px rgba(17, 17, 17, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    #login_cont .field-validation-error {
        /*padding-left: 15px;*/
    }

#loginUser, #frmForgot {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    #loginUser input[type="checkbox"] {
        width: 13px;
    }

.pointr {
    cursor: pointer;
}

#frmForgot {
    padding-top: 14px;
}

    #loginUser .form-group, #frmForgot .form-group {
        width: 100%;
        float: left;
    }

    #frmForgot .already-member-text {
        /*width: 85%;*/
        font-size: 12px;
        margin-left: 0;
        margin-right: auto;
        margin-top: 20px;
        text-align: right;
        float: left;
    }

.clear {
    clear: both;
}

.already-member-text {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    /* width: 70%; */
    /* padding-left: 159px; */
    margin-top: 20px;
    /* width: 90%; */
    text-align: center;
}

.remem {
    float: left;
    width: 50%;
}

.forgot-cont {
    float: right;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 42%;
    text-align: right;
}

a {
    cursor: pointer;
}

.field_login, .field_frpwd {
    width: 86%;
}

#progressbar {
    width: 100%;
    float: left;
    background-color: black;
    border-radius: 13px; /* (height of inner div) / 2 + padding */
    padding: 3px;
    margin-top: 18px;
}

    #progressbar > div {
        background-color: orange;
        width: 0%; /* Adjust with JavaScript */
        height: 20px;
        border-radius: 10px;
    }

.image-cont {
    width: 200px;
    height: 200px;
    clear: both;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
}

    .image-cont img {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }

/*
@media (max-width:1440px),(min-width:1367px)
{
    body{
        zoom:1.05;
    }
}

@media (max-width:1600px),(min-width:1441px)
{
    body{
        zoom:1.1;
    }
}

@media (max-width:2401px),(min-width:1601px)
{
    body{
        zoom:1.2;
    }
}

*/

/*Ragu*/

.btn-div {
    float: left;
    width: 100%;
}

.btn-div_editprop {
    padding-left: 755px;
    width: 22%;
}

.btn-div input {
    margin-left: 4%;
}

.condition-span {
    /*margin-left: 35%;*/
    text-align: center;
    float: left;
    width: 100%;
    margin: 8px 0px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #dddddd;
            border: 1px solid #ccc;
            /*text-shadow: 1px 1px 0px #949494;*/
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            background-color: #C8C8C8;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #C8C8C8;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #565353 !important;
        /*border-color: #565353;*/
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #DDDDDD;
        border-color: #dddddd;
    }

.PagedList-skipToPrevious a, .PagedList-skipToLast a {
    background-color: #C8C8C8;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.pro_list:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pro_list:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pro_list:nth-child(2n) {
    /*background-color: #F8F8F8;*/
}

.prop_alert {
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    float: left;
    background-color: #23840D;
    padding: 7px 0px;
    font-size: 16px;
    text-shadow: 1px 2px 1px #111;
    margin-top: 6px;
    border-bottom: 2px solid #236214;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .prop_alert:after {
        content: "";
        position: absolute;
        border-top: 6px solid #236214;
        border-right: 6px solid #236214;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        left: 50%;
        top: 82%;
    }

.pro_list {
    width: 98%;
    float: left;
    margin: 0;
    padding: 2% 1%;
    list-style: none;
    font-size: 12px;
    /*background-color: #E9E9E9;*/
    border-bottom: 1px solid #ccc;
}

    .pro_list a {
        color: blue;
        text-decoration: none;
    }

.pro_head {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    font-size: 13px;
}

.pro_detail {
    width: 100%;
    float: left;
    padding: 8px 0px;
}

.pro_info {
    width: 100%;
    float: left;
    font-size: 11px;
}

.detail_pro {
    width: 50%;
    float: left;
    font-weight: bold;
}

.pro_post {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: bold;
}

.pagination-container {
    text-align: center;
}

.pro_listing_paging {
    text-align: right;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#reguser_list {
    width: 100%;
    text-align: left;
    font-size: 12px;
    border: 1px solid #CDCDCD;
    font-family: calibri;
}

    #reguser_list tr:first-child {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-right: 1px solid #ccc;
        background: #9e042a;
        background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
        background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
    }

    #reguser_list th {
        font-size: 14px;
        padding: 10px 0px 10px 10px;
        border: none;
        color: #fff;
        border-left: 1px solid #CDCDCD;
        font-weight: bold;
        text-shadow: 1px 1px 1px #111;
    }

    #reguser_list .txt_wrp {
        width: 90px;
    }

    #reguser_list th:first-child {
        width: 4.5%;
        border-left: none;
    }

    #reguser_list th:last-child {
        border-right: none;
        border-left: 1px solid #CDCDCD;
    }

    #reguser_list tr td {
        padding: 11px 0px 11px 10px;
        border: none;
        border-right: 1px solid #CDCDCD;
    }

        #reguser_list tr td a {
            color: #111;
        }


            #reguser_list tr td a:hover i {
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }


            #reguser_list tr td a i {
                font-size: 13px;
                margin-left: 4px;
            }

            #reguser_list tr td a:hover i {
                -webkit-transform: rotate(-90deg) scale(1.5,1.5);
                -moz-transform: rotate(-90deg) scale(1.5,1.5);
                -o-transform: rotate(-90deg) scale(1.5,1.5);
                -ms-transform: rotate(-90deg) scale(1.5,1.5);
                transform: rotate(-90deg) scale(1.5,1.5);
            }

        #reguser_list tr td:first-child {
            width: 4.5%;
        }

        #reguser_list tr td:last-child {
            border-right: none;
        }

    #reguser_list tr:nth-child(odd) {
        border-bottom: 1px solid #333;
        background-color: rgba(221, 221, 221, 0.51);
    }

    #reguser_list tr:nth-child(even) {
        border-bottom: #ccc solid 1px;
        background-color: #f6f6f6;
    }

    #reguser_list tr:hover {
        text-shadow: 1px 1px 1px #ffffff, 2px 2px 1px rgba(63, 63, 63, 0.40);
    }

        #reguser_list tr:hover i {
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

.comon_search {
    width: 99%;
    float: left;
    padding: 5px;
    background-color: rgba(244, 244, 244, 1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .comon_search .band, .pro_listing .band {
        color: rgb(128, 0, 76);
        font-weight: bold;
        padding: 5px 0px;
        margin-bottom: 8px;
        border-bottom: 1px dotted #A6A6A6;
        text-shadow: 2px 2px 1px #E5E5E5;
    }

        .pro_listing .band:nth-child(2) {
            border-bottom: 1px solid #A6A6A6;
        }

.form-group-search {
    width: 30%;
    float: left;
}

#form-group-ft label {
    width: 40%;
    float: left;
    text-align: right;
}

#form-group-ft input[type=text] {
    width: 122px;
    margin: 0 0 3px 10px;
}

.form-group-search_small {
    width: 16%;
    float: left;
    margin-right: 5px;
}

.form-group-search_small1 {
    width: 22.1%;
    float: left;
    margin-right: 5px;
}

    .form-group-search_small1 span {
        /* padding: 6px; */
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 2px;
        color: rgb(252, 7, 35);
        float: left;
        /* text-align: center; */
    }

    .form-group-search_small1 input {
        width: 95% !important;
    }

.form-group-search_small select {
    margin-top: 1px;
    height: 24px;
}

.comon_search .comon_input {
    width: 70%;
    float: left;
    /*margin-bottom: 10px;*/
}

.comon_search .comon_sub {
    width: 30%;
    float: right;
    margin-top: 13px;
}

.comon_search .prop_sub {
    width: 20%;
    float: left;
    margin-top: 13px;
}

.comon_search label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    float: left;
}

#algn_none {
    float: none;
}

.comon_search input {
    width: 93%;
    margin-bottom: 5px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.comon_search select {
    width: 96.4%;
    padding: 4px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.comon_search_send_row {
    width: 100%;
    float: left;
}

    .comon_search_send_row .comon_sub {
        margin-top: 8px;
    }

.comon_sub .srch {
    width: 19.5%;
    float: right;
    margin-bottom: 7px;
}

.comon_sub .submt {
    width: 18%;
    float: right;
    margin-left: 10px;
}

    .comon_sub .submt .btn {
        width: 100%;
        float: right;
    }

.comon_sub .exexcel {
    width: 31%;
    float: right;
    margin-left: 10px;
    margin-right: 2px;
}

.prop_sub .exexcel {
    /* width: 30%;
    float: right;
    margin-left: 10px;*/
    width: 12.4%;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    padding: 2px 5px 2px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 0px 2px 0px #DDDDDD;
    color: #333;
}

    .prop_sub .exexcel input, .prop_sub .exexcel .excel_icon {
        border-radius: 0px;
        border: none;
        padding: 0;
        background-color: transparent;
        background-image: none;
        margin: 0px 1px;
        background: url(../images/export-excel.png) center;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .prop_sub .exexcel .excel_icon {
        float: left;
        margin-left: 5px;
    }

.prop_sub .srch {
    width: 41%;
    float: right;
}

.prop_sub .submt {
    width: 33%;
    float: right;
    margin-left: 10px;
}

.comon_sub .btn, .form-group-search_small1 .btn {
    width: 100%;
    float: left;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 2px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    /*border: 1px solid #E4E4E4;
    background: -moz-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: -o-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);*/
}

    .comon_sub .btn:focus, .form-group-search_small1 .btn:focus {
        box-shadow: 0px 0px 5px #D5D5D5;
        -webkit-box-shadow: 0px 0px 5px #D5D5D5;
        -moz-box-shadow: 0px 0px 5px #D5D5D5;
        -ms-box-shadow: 0px 0px 5px #D5D5D5;
        -o-box-shadow: 0px 0px 5px #D5D5D5;
    }

    .comon_sub .btn:hover, .form-group-search_small1 .btn:hover {
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
        background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.errormessage {
    color: red;
    display: none;
}

.message {
    color: darkgreen;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    display: none;
}

.selfree h2, .buyprop h2 {
    text-align: left;
    background-color: #111;
    color: #fff;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.selfreearea h2 {
    text-align: left;
    background-color: #111;
    color: #fff;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.selfree, .buyprop {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    padding-bottom: 10px;
    background-color: #FCFCFC;
}

.selfreearea {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    padding-bottom: 10px;
    background-color: #FCFCFC;
}

.buyprop form, .selfree form {
    /*width: 90%;
    margin: 0 auto;*/
    width: 96%;
    margin-left: 2.85%;
    float: left;
    padding-top: 10px;
}

.selfreearea form {
    width: 90%;
    margin-left: 18px;
    float: left;
}

.buyprofrm, .buyprofrm1, .selfreform, .selfreform1 {
    width: 101%;
    float: left;
    padding-top: 10px;
    padding-left: 0%;
}

.ptop {
    padding-top: 0px;
}

.buyprofrm .byfrmfrstrow {
    width: 100%;
    float: left;
}

.buyprofrm p, .selfreerow p {
    width: 100%;
    float: left;
    font-size: 12px;
    padding-bottom: 5px;
}

.buyprofrm .form-group, .buyprofrm1 .form-group {
    width: 50%;
    float: left;
}

.frm_rw {
    width: 100%;
    float: left;
}

.buyprofrm .form-group label, .buyprofrm1 .form-group label, .selfreerow .form-group label, .selfreform1 span, .selfree .form-group label .buyprofrm .form-group label, .buyprofrm1 .form-group label, .selfreerow .form-group label, .selfreform1 label, .prop_upload_img {
    width: auto;
    float: left;
    font-size: 12.5px;
    font-weight: bold;
    padding-bottom: 8px;
}

.chkbox_fnt {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}



.buyprofrm .form-group input, .buyprofrm .form-group select, .buyprofrm1 .form-group input, .buyprofrm1 .form-group select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 91%;
    max-width: 95%;
    font-size: 12px;
}

.buyprofrm .form-group select {
    width: 100%;
    margin-bottom: 8px;
    height: 36px;
}

.buyprofrm .form-group textarea, .selfreerow .form-group textarea {
    width: 90.6%;
    resize: vertical;
    max-width: 100%;
}

.prorang input {
    width: 20% !important;
    margin-right: 10px;
}

.prorang .col-md-10 label {
    width: 25% !important;
    float: none;
    font-weight: normal;
    padding-right: 10px;
}

.cp {
    width: 100% !important;
    padding-bottom: 10px !important;
    font-size: 14px;
}

    .cp input {
        width: 5% !important;
    }

.buyurl {
    width: 100% !important;
}

    .buyurl input {
        width: 95% !important;
        max-width: 100% !important;
    }

.buybtn, .selbtn {
    width: 97.8%;
    float: left;
}

    .buybtn input, .selbtn input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

.byfrmbtn, .selfrmbtn {
    float: right;
    margin-right: 10px;
}

.buybtn p, .selbtn p {
    width: 50%;
    float: left;
    padding-top: 0px;
}

    .buybtn p span, .selbtn p span {
        color: red;
        padding-right: 4px;
    }

.selfreform .selfreerow {
    width: 100%;
    float: left;
}

    .selfreform .selfreerow .form-group {
        width: 50%;
        float: left;
    }

.selfreerow .form-group input, .selfreerow .form-group select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 91%;
    max-width: 95%;
}

.selfreerow .form-group select {
    width: 100%;
}

.selfreform1 .selfreerow {
    width: 50%;
    float: left;
}

.selfreform1 .selfreecol {
    width: 50%;
    float: left;
}

.fileUpload {
    float: left;
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn1 {
    padding: 10px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: 0;
    background: #9e042a;
    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    /*margin-top: 5px;*/
    cursor: pointer;
}

.listing_go {
    background-image: url('../../images/go_btn.png');
    width: 56px;
    height: 35px;
    border: 0px;
    background-repeat: no-repeat;
    font-family: Sans-Serif;
    color: White;
    font-weight: bold;
    padding-left: 17px;
    font-size: 16px;
    cursor: pointer;
}

.freelisting_img {
    background: url('../../images/Free-listing.gif') no-repeat;
    width: 30%;
    height: 250px;
    float: left;
    position: relative;
}


/********Property Listing Style**************/
/*.prop_lisiting
{
    width: 23.75%;
    float: left;
    margin-right: 10px;
    background-color: #FCFCFC;
    border: #ccc solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.prop_lisiting:hover
{
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    transform:scale(1.15,1.15);

    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.prop_lisiting:last-child
{
    margin: 0px;
}
.prop_lisiting figure
{
    float: left;
    margin: 0px;
    padding: 0px;
}
.prop_lisiting figure img
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 127px;
}
.prop_lisiting .prop_list_detail
{
    float: left;
    text-align: center;
    padding: 0% 5% 5% 5%;
    width: 90%;
}
.prop_lisiting .prop_list_detail ul
{
    width: 100%;
    float: left;
    list-style: none;
}
.prop_lisiting .prop_list_detail ul li
{
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #ccc dotted 1px;
}
.prop_lisiting .prop_list_detail ul li:first-child
{
    border: none;
    padding: 5px 0px 2px 0px;
}
.prop_lisiting .prop_list_detail ul li b
{
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
}
.prop_lisiting .prop_list_detail a
{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;

    background: #9e042a;
    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}*/

.prop_lisiting {
    width: 98.5%;
    float: left;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FCFCFC;
    border: #ccc solid 1px;
    position: relative;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

    .prop_lisiting:hover {
        z-index: 99;
        -webkit-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        transform: scale(1.15,1.15);
        /*box-shadow: 0px 2px 7px rgba(158,28,45,0.3);*/
        box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .prop_lisiting:hover figure img {
            opacity: 0.9;
        }

        .prop_lisiting:hover h1 {
            background-color: #9e042a;
            text-shadow: 2px 2px 2px #111;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .prop_lisiting:hover .prop_list_detail a {
            background-color: #111;
            background-image: none;
        }

    .prop_lisiting h1 {
        width: 98.7%;
        float: left;
        background-color: #111;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 0px 5px 10px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .prop_lisiting aside {
        width: 100%;
        float: left;
        margin-top: 3px;
    }

    .prop_lisiting figure {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 25%;
        height: 166px;
    }

        .prop_lisiting figure img {
            margin: 0px;
            padding: 0px;
            width: 100%;
            height: 166px;
            display: block;
            opacity: 0.7;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .prop_lisiting .prop_list_detail {
        float: left;
        text-align: center;
        width: 72.5%;
        padding-left: 1.5%;
    }

        .prop_lisiting .prop_list_detail ul {
            width: 100%;
            float: left;
            list-style: none;
        }

            .prop_lisiting .prop_list_detail ul li {
                width: 100%;
                float: left;
                list-style: none;
                font-size: 14px;
                text-align: left;
                padding: 2px 0px 7px 0px;
                margin: 5px 0px;
                border-bottom: #ccc dotted 1px;
            }

                .prop_lisiting .prop_list_detail ul li:first-child {
                    /*border: none;
    padding: 5px 0px 2px 0px;*/
                }

                .prop_lisiting .prop_list_detail ul li b {
                    width: 100%;
                    float: left;
                    font-size: 18px;
                    text-align: center;
                }

        .prop_lisiting .prop_list_detail a {
            width: 16%;
            float: right;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            text-shadow: 2px 2px 2px #111;
            padding: 5px 0px;
            background: #9e042a;
            background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
            background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

            .prop_lisiting .prop_list_detail a:hover {
                background: #9e042a;
                background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
                background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
            }

#free_lstng, #fre_lst {
    float: left;
}


/****Control Panel Index Style *******/
.cntrl_panel_icon {
    width: 31.99%;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0px 15px 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .cntrl_panel_icon:hover {
        margin-top: 0px;
        -webkit-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -moz-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -ms-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -o-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .cntrl_panel_icon:last-child {
        margin-right: 0px;
    }

    .cntrl_panel_icon img {
        width: 180px;
        height: 180px;
    }

.go_btn {
    width: 100%;
    float: left;
    text-align: center;
}

    .go_btn span {
        color: #fff;
        font-size: 14px;
        padding: 8px 8px 8px 7px;
        border-radius: 4px;
        text-transform: none;
        text-decoration: none;
        background: #9e042a;
        background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
        background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
    }

    .go_btn .fa {
        color: #fff;
        font-size: 14px;
        padding-right: 5px;
    }


.propertycontent {
}



.pro_list .lables {
    margin: 10px;
    text-align: left;
    width: 100px;
    height: 25px;
}


/*------------------------------------Calculator Pages Styles--------------------------------------------------*/

.OldList {
    list-style-type: none;
    line-height: 17px;
    background-image: url('../images/tickmark.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.search_heading {
    font-family: Verdana;
    font-size: 12px;
    color: #701515;
    /*/color: black;*/
    font-weight: bold;
}

.panel {
    border: solid 1px;
    color: gray;
}


.lablecontent {
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    color: black;
    line-height: 13px;
    font-weight: bold;
    text-align: left;
}

.lablecontent1 {
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: black;
    padding-left: 20px;
}

.mandatory {
    color: maroon;
    font: 11px/15px "tahoma", Arial, Helvetica, sans-serif;
    line-height: 13px;
    font-weight: bold;
    text-align: right;
    color: red;
    padding-left: 2px;
}

.content {
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 11px;
}

.AdlablecontentNew {
    font: 12px "tahoma", Arial, Helvetica, sans-serif;
    color: #575757;
    line-height: 19px;
    font-weight: bold;
    text-align: left;
}

.Amor_calc {
    font-weight: bold;
    color: maroon;
}

.AmortCalc_lablecontent {
    text-align: right;
    line-height: 2.5;
    padding-right: 2px;
}

.tablemenu {
    background-color: silver;
    height: 40px;
}

#amorti-space {
}

.Stampresult {
    border: 0px;
    width: 350px;
    font-weight: bold;
    font: 13px/15px "tahoma", Arial, Helvetica, sans-serif;
}

.emi-btn-calculator {
    padding: 6px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: none;
    outline: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    font: 12px/15px "tahoma", Arial, Helvetica, sans-serif;
    color: #575757;
    margin-top: 5px;
    cursor: pointer;
    line-height: 13px;
}
/*------------------------------------End of Calculator Pages Styles--------------------------------------------------*/

/*******Hosing loan Styles**********/
#btn_loan, #btn_doc {
    float: left;
}

.loan, .doc {
    width: 98%;
    border: none;
    outline: 0;
    background-color: #efefef;
    border: #efefef solid 1px;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
    cursor: pointer;
    padding: 10px 0px 10px 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .loan:hover, .doc:hover, .tble_active {
        background-color: #333;
        border: #333 solid 1px;
        color: #fff !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

#loan, #doc {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*******Hosing loan Styles Ends**********/

/*******Terms Styles Starts**********/

.term_div {
    width: 98%;
    float: left;
    /* border: #ccc solid 1px; */
    padding: 1%;
    /* margin: 5px 0px; */
}

    .term_div p {
        width: 50%;
        float: left;
        font-weight: bold;
    }

    .term_div span {
        width: 50%;
        float: right;
    }

        .term_div span a {
            width: 100%;
            float: right;
            color: #fff;
            text-align: center;
            font-size: 16px;
            padding: 10px 0px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background: #8e2325; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGUyMzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWUwNDJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(-45deg, #8e2325 0%, #9e042a 51%, #8e2325 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8e2325), color-stop(51%,#9e042a), color-stop(100%,#8e2325)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(-45deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(-45deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(-45deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* IE10+ */
            background: linear-gradient(135deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e2325', endColorstr='#8e2325',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .term_div span a:hover {
                color: #fff;
                text-shadow: 2px 2px 2px #111;
                background: #9e042a; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWUwNDJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOGUyMzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMDQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background: -moz-linear-gradient(-45deg, #9e042a 0%, #8e2325 50%, #9e042a 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9e042a), color-stop(50%,#8e2325), color-stop(100%,#9e042a)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(-45deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(-45deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(-45deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* IE10+ */
                background: linear-gradient(135deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#9e042a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

#trm_lstng {
    float: left;
}


/***********AD Slider********/
.marquee-btm-ad .js-marquee {
    margin-right: 0px !important;
}

.note {
    font-size: 12px;
    width: 90%;
    line-height: 30px;
}

.lnkclass {
    color: yellow;
}

.band {
    color: maroon;
    font-weight: bold;
}

.weblnk {
    font-size: 12px;
    float: left;
    margin-left: 50px;
    margin-bottom: 15px;
    color: blue;
}

.tellafrnd {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 605px;
    color: blue;
    width: 99%;
    color: blue;
}

.lnkclass {
    color: yellow;
}

.band {
    color: maroon;
    font-weight: bold;
}

.weblnk {
    font-size: 12px;
    float: left;
    margin-left: 50px;
    margin-bottom: 15px;
    color: blue;
}

.chkmail-text {
    font-size: 13px;
    font-weight: bold;
    width: 713px;
    color: darkgreen;
}

.sucessmsg {
    font-size: 13px;
    font-weight: bold;
    color: rgb(2, 108, 2);
    text-align: center;
    /* margin: 25px; */
    margin-top: 2px;
    /* background-color: #136621; */
    padding: 7px;
}

.sucessmsg1 {
    width: 96%;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: rgb(2, 108, 2);
    padding: 15px;
    margin-top: 2px;
}

.errmsg {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.tellafrnd {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 99%;
    color: blue;
}

.distbl {
    display: table;
}

.disrow {
    display: table-row;
}

.srchformat {
    color: gray;
    font-size: 11px;
    float: left;
    margin-left: 2px;
}
/**/
.txt_small {
    width: 16%;
    border: solid 1px #E4E4E4;
    float: left;
    text-align: right;
    padding: 5px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.addProp_control_wrapper {
    height: 30px;
    float: left;
    padding-top: 5px;
    width: 600px;
    border: solid 0px red;
}

.addProp_control_outer {
    border: dashed 1px #D4D1D1;
    background-color: #F5F5F5;
    width: 95%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

.addProp_control_inner {
    float: left;
    width: 33%;
}

.lbl_addprop_details {
    float: left;
    width: 60%;
    font-size: 14px;
    padding-top: 6px;
}

.prop_lst_colon {
    vertical-align: top;
    padding-right: 3px;
}

.pro_head_new {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.prop_lst_smlimg {
    padding-left: 5px;
    color: black;
}


/******* Apartment Pages Styles **********/
#aprt_menu {
    width: 67%;
}

.anim_cont {
    float: right;
    width: auto;
    font-size: 13.5px;
    font-weight: bold;
    color: #fff;
    margin-top: 3px;
    background: #111;
    border-radius: 4px;
    padding: 7px 8px;
    text-align: left;
    text-shadow: 2px 1px 1px #111;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-name: myfirst;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);*/
}

@-webkit-keyframes myfirst {
    0% {
        background: #0b2969;
    }

    25% {
        background: #478d03;
    }

    50% {
        background: #9e8d02;
    }

    75% {
        background: #0b2969;
    }

    100% {
        background: #478d03;
    }
}

@keyframes myfirst {
    0% {
        background: #0b2969;
    }

    25% {
        background: #478d03;
    }

    50% {
        background: #9e8d02;
    }

    75% {
        background: #0b2969;
    }

    100% {
        background: #478d03;
    }
}

@-moz-document url-prefix() {
    .anim_cont {
        font-size: 13.4px;
        width: 29%;
        padding: 7px 4px 6px 8px;
        margin-top: 4px;
    }
}

.cont_inner {
    width: 100%;
    float: left;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.aprt_img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.cont_inner .para {
    float: left;
}

.cont_inner p, .cont_inner .para {
    width: 100%;
}

    .cont_inner p:last-child {
        margin-bottom: 5px;
    }

    .cont_inner p i {
        margin: 0px 6px 0px 9px;
        transform: rotate(180deg);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.cont_inner p:hover i {
    /*transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);*/
    transform: rotate(360deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.alert {
    color: red;
}

    .alert strong {
        color: #000;
        font-size: 14px;
    }

.cont_inner details {
    width: 100%;
    float: left;
    padding: 10px 0px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .cont_inner details summary:focus {
        outline: none;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.aprt_img1 {
    width: auto;
    margin-left: 97px;
}

.cnt_lft {
    width: 49% !important;
    float: left;
    padding-right: 1%;
}

.cnt_rght {
    width: 49% !important;
    float: right;
    padding-left: 1%;
    text-align: right;
}

.para .img-thumbnail {
    display: inline-block;
    height: auto;
    width: 31%;
    padding: 10px 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
    text-align: center;
    background-color: #762123;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #111;
    box-shadow: 2px 3px 1px #2A2828;
}

    .para .img-thumbnail:hover {
        box-shadow: none;
    }

#paralink, #paralink a {
    width: 100%;
    color: #fff;
}

.cnt_lft1 {
    width: 66%;
    float: left;
}

.cnt_rght1 {
    width: 32%;
    float: right;
    text-align: right;
}

    .cnt_rght1 .para p {
        background-color: #111;
        color: #fff;
        padding-top: 5px;
        border-bottom: 1px solid #fff;
        font-size: 12px;
        width: 96%;
        padding: 5px;
    }

    .cnt_rght1 > .para {
        display: block !important;
    }

.aprt_img {
    width: 100% !important;
}

.aprt_img2 {
    width: 49%;
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
}

.aprt_img3 {
    width: 48%;
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
}

.cont_inner details summary {
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.content_calc {
    line-height: 24px;
    border: solid 0px red;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
    margin: 0 auto;
}

.sub {
    width: 97%;
    margin-left: 3%;
    margin-bottom: 0;
}

    .sub b {
        font-size: 12px;
    }

.plan_head {
    background-color: #762123;
    color: #fff;
    padding: 7px 0px 10px 0px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 1px #111;
    border-bottom: 2px solid #111;
    cursor: pointer;
}

.hde {
    display: none;
}

.pay_lst {
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
}

.pay_lst1 {
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
}

    .pay_lst .para p, .pay_lst1 .para p {
        background-color: #2C2C2C;
        color: #FFFFFF;
        padding-top: 5px;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        font-weight: bold;
        /*text-shadow: 2px 1px 1px #111;*/
    }

        .pay_lst .para p:nth-child(2n+2), .pay_lst1 .para p:nth-child(2n+2) {
            background-color: #4A4A4A;
        }

        .pay_lst .para p mark, .pay_lst1 .para p mark {
            background-color: transparent;
            color: #fff;
            /* padding: 10px 0px; */
            width: 80%;
            float: left;
        }

.lastmrk {
    background-color: #75030B !important;
    padding: 10px 0px !important;
}

#avena_hme_img {
    width: 300px;
    float: left;
}

#avena_hme {
    width: 56%;
    margin-left: 3%;
}


/*************** Glory ****************/
.content {
    width: 100%;
    line-height: 24px;
    border: solid 0px red;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
    margin: 0 auto;
}

.con_head {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.smalltitle {
    padding-top: 0px;
    padding-left: 20px;
    margin: 0px;
    color: #762123;
    margin-top: 5px;
    font-weight: bolder;
}

.specification_li {
    margin-left: 50px;
    padding-right: 30px;
}

.sub_speci {
    margin-left: 70px;
}

.spec_subtitle {
    margin-left: 77px;
}

#tr_odd {
    border: solid 1px white;
    background-color: #CCC;
}

.tbl_areadetails_title {
    border-right: 1px solid white;
    border-top: 1px solid white;
    font-weight: bolder;
    font-family: Verdana;
    font-size: 14px;
    border-color: white;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: center;
}

.an_smalltitle {
    color: #00F;
    font-size: 14px;
    font-weight: bold;
}

.an_title {
    color: #00F;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.smalltit {
    padding-top: 0px;
    padding-left: 0px;
    margin: 0px;
    color: #762123;
    margin-top: 5px;
    font-weight: bolder;
    font-size: 14px;
}

/***** Video Style*******/
#spn_video {
    margin: 0;
    padding: 0;
    height: 175px;
    margin-left: 33px;
}

#paaru_video {
    margin: 0;
    padding: 0;
    width: 240px;
    border: solid 2px #373737;
    float: right;
}

#r1block_video {
    margin: 0;
    padding: 0;
    width: 243px;
    height: 175px;
    margin-left: 33px;
}

.libold {
    margin-left: 35px;
    margin-top: 10px;
    color: #762123;
    font-weight: bolder;
    font-size: 14px;
}

/*----Ponnazhaki Apartments------*/
.ancontent {
    line-height: 24px;
    border: solid 0px red;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
    margin: 0 auto;
}

/*-----victory gardens------*/
.tbl_areadetails_content {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bolder;
}

.property_list_title {
    width: 460px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calc_content {
    color: Maroon;
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 13px;
}

/* Admin Pages Style */
.pro_listing {
    float: left;
    background-color: #fff;
    padding: 5px;
    width: 99.1%;
    box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
    -webkit-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
    -moz-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
    -ms-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
    -o-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#sgn_type {
    margin-right: 10px;
    width: 18%;
}

#vistr_type, #apr_snd_mail {
    width: 100%;
    margin-top: 0px;
    height: 23px;
}

.signup_css {
    position: absolute;
    background-color: rgba(17, 17, 17, 0.42);
    width: 874px;
    height: 73px;
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

    .signup_css h3 {
        font-weight: 500;
        text-align: center;
        /* margin-bottom: auto; */
        margin-top: 35px;
        color: #fff;
        font-size: larger;
        text-shadow: 2px 2px #5F585A;
    }

#list_id {
    width: 20%;
}

    #list_id input {
        width: 98%;
    }

#act_type {
    width: 9%;
}

#lst_fld {
    margin-right: 0;
}

    #lst_fld input {
        width: 99% !important;
    }

.form-group-search_small1 .btn {
    width: 98% !important;
    margin-top: 8px;
    height: 30px;
}


#frmUnsubscribe .para {
    width: 100%;
}

    #frmUnsubscribe .para table {
        margin-left: 186px;
    }

.search-asd img {
    width: 100%;
}


.number {
    text-align: right;
}

/*404 PAGE DESIGN*/

#errorboxoutline {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    text-align: justify;
    float: left;
}

#errorboxheader {
    background: #9B0428;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-shadow: 0px 2px 1px rgba(26, 25, 25, 0.44);
    border-bottom: 2px solid #6D0305;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-family: calibri;
    padding: 3px 0px 5px 0px;
}

#errorboxbody {
    width: 96.1%;
    float: left;
    font-family: calibri;
    text-align: left;
    padding: 10px 15px;
}

    #errorboxbody p {
        width: 100%;
        float: left;
    }

    #errorboxbody ol, #errorboxbody ul {
        float: left;
        width: 100%;
        margin-left: 50px;
        padding: 10px 0px;
    }

        #errorboxbody ol li {
            line-height: 20px;
        }

#techinfo {
    float: left;
    font-family: helvetica, arial, sans-serif;
    width: 97%;
    margin: 10px 0px;
    padding: 15px 10px;
    text-align: left;
    border: 1px solid #C3C3C3;
    color: #CCCCCC;
}

    #techinfo p {
        color: #CCCCCC;
    }


/* Property Edit Page Styles */
#porp_edit {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    padding-bottom: 10px;
    background-color: #FCFCFC;
}

    #porp_edit form {
        width: 98%;
        margin-left: 2%;
        float: left;
    }

    #porp_edit h2 {
        text-align: left;
        background-color: #111;
        color: #fff;
        padding: 10px 0px 10px 10px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

        #porp_edit h2 span, .buyprop h2 span {
            float: right;
            margin-right: 10px;
            margin-left: 10px;
        }

    #porp_edit form .edit_prop_controls {
        width: 50%;
        float: left;
    }

.chck_nw {
    padding: 1px 0px;
    margin-top: -7px;
}

    .chck_nw .control-labe {
        font-size: 12px;
        /* float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    margin-left: 5px;*/
    }

.padi_check {
    margin-left: -36%;
}

.is_paidcheck {
    font-size: 12px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: -17px;
    margin-left: 20px;
}

.userdet_listing label {
    width: auto;
    float: left;
    font-size: 12.8px;
    font-weight: bold;
    padding-bottom: 5px;
}

#porp_edit form .edit_prop_controls .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 92%;
    max-width: 95%;
    resize: vertical;
}

#porp_edit form .edit_prop_controls .form-group select {
    width: 100%;
    margin-bottom: 8px;
}

.userdet_listing .control-float {
    float: left;
}

.userdet_listing .field1 {
    width: 46% !important;
}

.userdet_listing .field-validation-error {
    /*display: inline-table !important;
    margin-left: 120px !important;*/
    display: inline-table !important;
    /*padding-right: 24px !important;*/
    text-align: left;
    float: right;
}

.lbl_ful {
    width: 100% !important;
}

.userdet_listing select {
    /*margin-left: 9px;*/
}

#porp_edit form .distbl, #sell_free .distbl {
    width: 100%;
    float: left;
}

    #porp_edit form .distbl .distbl_lft, #porp_edit form .distbl .distbl_rgt, #sell_free form .distbl .distbl_lft, #sell_free form .distbl .distbl_rgt {
        width: 49%;
        float: left;
    }

#porp_edit form .edit_prop_controls .distbl_lft select, #porp_edit form .edit_prop_controls .distbl_rgt select, #sell_free form .edit_prop_controls .distbl_lft select, #sell_free form .edit_prop_controls .distbl_rgt select {
    width: 95% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#porp_edit form .edit_prop_controls .distbl_lft .form-control, #porp_edit form .edit_prop_controls .distbl_rgt .form-control, #sell_free form .edit_prop_controls .distbl_lft .form-control, #sell_free form .edit_prop_controls .distbl_rgt .form-control {
    width: 88%;
}

#porp_edit form .disrow {
    display: table-row;
}

.edit_prop_controls .addProp_control_outer {
    width: 91%;
    padding: 10px 8px;
}

    .edit_prop_controls .addProp_control_outer .addProp_control_inner {
        width: 33%;
    }

        .edit_prop_controls .addProp_control_outer .addProp_control_inner .lbl_addprop_details {
            width: 75%;
            /*font-size: 15px;*/
        }

        .edit_prop_controls .addProp_control_outer .addProp_control_inner .txt_small {
            width: 16%;
            float: left;
            text-align: right;
            padding: 5px 0px 5px 6px;
        }

.prop_edit_btn {
    width: 97.6%;
    float: left;
    margin: 0px 0px 2px 0px;
}

    .prop_edit_btn input:first-child {
        margin-left: 20px;
    }

.prop_img {
    width: 338px;
    margin-top: 10px;
}

.agree {
    font-size: 14px;
}

.chck_sign_edt {
    margin-top: 25px;
}

#sell_free .title_small {
    font-size: 13px;
}

.fnt_sml {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.btn_pst_edt {
    float: right;
}

#chkAgree {
    margin-top: 1px;
    float: left;
    margin-right: 5px;
    height: auto;
}

/* Contact Page Style Starts */
#loader {
    float: left;
}

    #loader .loader_img {
        background-color: rgba(17, 17, 17, 0.64);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        right: 0;
        left: 0;
        z-index: 99999;
        display: none;
    }

        #loader .loader_img img {
            position: absolute;
            left: 45%;
            top: 45%;
            border-radius: 10px;
            border: 2px solid #A8A8A8;
        }

/* Contact Page Style */
.cont_frm {
    width: 40%;
    float: left;
    padding-left: 2.3%;
    margin-top: 8px;
}

    .cont_frm label {
        float: left;
        font-weight: bold;
        margin-bottom: 3px;
        display: block;
        width: 100%;
    }

#recp_stle {
    float: left;
    width: 98.5%;
    margin-top: -14px;
}

    #recp_stle img {
        float: left;
        width: 254px;
    }

.refresh {
    float: left;
    margin-top: 46.5px;
    padding: 7px 11px;
    border: 1px solid #ECE8E8;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

    .refresh i {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .refresh:hover i {
        transform: rotate(178deg);
        -moz-transform: rotate(178deg);
        -webkit-transform: rotate(178deg);
        -ms-transform: rotate(178deg);
        -o-transform: rotate(178deg);
    }

.cont_btn {
    width: 98.6%;
    float: left;
    margin: 0px 0px 2px 0px;
}

    .cont_btn input:first-child {
        margin-left: 20px;
    }

#googleMap {
    height: 477px !important;
}
/* Contact Page Style Ends */

#IsClosed {
    width: auto;
}

.Is_check {
    width: auto;
}

.tp_spce {
    margin-top: 5px;
}

.is_check_paid {
    font-size: 12px;
    /*float: left; */
    font-size: 12px;
    font-weight: bold;
    margin-left: -28px;
}

.amo_is _paid {
    margin-top: -5%;
}
/* Rentin Prop Post */
#sell_free .edit_prop_controls {
    width: 50%;
}

.edit_prop_controls p {
    font-size: 12px;
}

.categ_img {
    width: 96%;
    float: left;
    margin-top: 10px;
}

.edit_image {
    height: 84px !important;
}

.tle {
    font-style: normal;
    background-color: #111;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

#login_cont .errormessage {
    color: red;
    margin-left: 223px;
    display: block;
}

.lft_spce {
    margin-left: 10px;
}

.galry_btn {
    background-color: #940423;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    float: right;
}

    .galry_btn:hover {
        background-color: #111;
    }

.error {
    color: red;
    font-size: 12px;
}


/*#re_cap {
    width: 67% !important;
    height: 41px !important;
    margin-top: 37px !important;
}*/

/*.rc-anchor-normal {
    height: 40px !important;
    width: 45px !important;
}*/
#socialform {
    display: block;
}

    #socialform iframe .rc-anchor-normal-footer {
        float: left !important;
    }

    #socialform .rc-anchor-light {
        background: #f9f9f9 !important;
        border: 1px solid #d3d3d3 !important;
        color: #000 !important;
    }

    #socialform .rc-anchor-normal {
        height: 51px !important;
        width: 13px !important;
    }

    #socialform .rc-anchor {
        border-radius: 1px !important;
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08) !important;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08) !important;
        -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08) !important;
    }

.cap_img {
    width: 108px;
    margin-top: 7px;
}

.subrefresh {
    float: left;
    margin-top: 46.5px;
    padding: 7px 11px;
    border: 1px solid #ECE8E8;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

    .subrefresh i {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    .subrefresh:hover i {
        transform: rotate(178deg);
        -moz-transform: rotate(178deg);
        -webkit-transform: rotate(178deg);
        -ms-transform: rotate(178deg);
        -o-transform: rotate(178deg);
    }

.signup-home {
    width: 91%;
    float: left;
    margin-left: 5%;
    margin-top: 6px;
}

    .signup-home .signupmail {
        width: 94%;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 4px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }

    .signup-home .signupnum {
        width: 94%;
        float: left;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 4px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }

.signupcaptcha {
    width: 94%;
    float: left;
    padding: 3%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    border: #ccc solid 1px;
    font-size: 13px;
}

.signupbtn {
    width: 28%;
    float: right;
    padding: 2.2% 3%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: #ccc solid 1px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    outline: 0;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    text-shadow: 0px 2px 0px #DDDDDD;
}

    .signupbtn:hover {
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
        background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.signupbtn {
    /*position: absolute;
    right: 7px;
    bottom: 10px;*/
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* margin: 0; */
    margin: 5px 5px;
}

.signrefresh {
    float: right;
    margin-top: 26.5px;
    padding: 3px 7px;
    border: 1px solid #ECE8E8;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    margin-right: 5px;
}

.signcaptcha {
    margin-right: :0px;
    width: 87%;
    padding: 3%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 5px;
    border: #ccc solid 1px;
    font-size: 13px;
    margin-left: 5px;
}

.form-control-cap {
    margin-bottom: 0px;
}

.full_wdthh {
    width: 100%;
    float: left;
    position: relative;
}

#captcha_fled .rc-anchor-normal .rc-anchor-pt {
    right: 60px;
}

/*.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}*/
.map_frame {
    width: 100%;
    height: 480px;
}

.pl-0 {
    padding-left: 0 !important;
}

.frm_captcha .field-validation-error {
    margin-top: 0;
}

.cont_frm_cont {
    width: 47%;
    float: left;
    padding-left: 2.3%;
    margin-top: 8px;
}

.va_btm {
    vertical-align: bottom;
}

.w-100 {
    width: 100%;
    float: left;
}

.w_100_import {
    width: 100% !important;
    float: left;
}

.requrd {
    position: relative;
}

    .requrd:after {
        position: absolute;
        content: "*";
        font: 11px/15px "tahoma", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: red;
        padding-left: 2px;
    }

select.error, input.error {
    color: #000;
}

.post_hgt {
    height: 86px;
}

img#imgPreview[src=""] {
    display: none;
}


*, body {
    margin: 0px;
    padding: 0px;
    /*font-family: Calibri;*/
    font-family: 'Ubuntu', sans-serif;
    /*font-weight: 300;*/
}

body {
    /*background: #9e042a;*/
    overflow-x: hidden;
    /*zoom:1;
    -moz-zoom-in:1.2;*/
    /*transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);*/
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.aln_rgt {
    float: right;
}

select option {
    border: none;
    padding-left: 3px;
}

#Prop_Type option {
    /*left: 50px;
    position: absolute;
    background-position: left;
    background-origin: padding-box;*/
}

#reguser_list tr, #reguser_list tr:hover, #reguser_list tr td a i, #reguser_list tr td a:hover i, .refresh i, .refresh:hover i, .galry_btn:hover, .galry_btn {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.headfoot {
    width: 100%;
    float: left;
    font-size: 16px;
    padding-left: 0px;
    font-weight: bolder;
    border-bottom: #ccc solid 1px;
    /* padding-bottom: 5px; */
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 4px;
}

    .headfoot a {
        color: #FF9800;
    }

.para, .para1 {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    float: left;
}

    .para p, .para1 p {
        float: left;
        padding-bottom: 5px;
    }

        .para p a, .para span a, .para b a, .para1 p a, .para1 span a, .para1 b a {
            color: #9e042a;
            font-size: 14px;
            font-weight: bold;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .para p a:hover, .para span a:hover, .para b a:hover, .para1 p a:hover, .para1 span a:hover, .para1 b a:hover {
                color: #111;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

    .para b, .para1 b {
        width: 100%;
        float: left;
        font-size: 14px;
        padding-bottom: 3px;
    }

    .para span, .para1 span {
        float: left;
    }

    .para font, .para1 font {
        color: #6d0305;
        text-transform: uppercase;
        /*font-size: 14px;*/
        margin-bottom: 3px;
        float: left;
        width: 100%;
    }

.for-tab-head {
    background-color: #111;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 50%;
    border: 1pt inset #CCC;
    padding: 3pt;
    color: #fff;
}

.for-tab-head {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Calibri;
}

.cont_head {
    font-size: 16px;
    font-weight: bold;
    width: 50%;
    float: left;
}

.btn_backtodirectoryhome {
    width: 50%;
    float: right;
    text-align: right;
}

    .btn_backtodirectoryhome a {
        text-decoration: none;
    }

        .btn_backtodirectoryhome a input {
            cursor: pointer;
            margin-bottom: 10px;
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
            border: #ccc solid 1px;
            float: right;
            font-size: 14px;
            color: #333;
            padding: 3px 5px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            font-weight: bold;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .btn_backtodirectoryhome a input:hover {
                background: #efefef; /* Old browsers */
                background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
                background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

.TFtable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .TFtable td {
        padding: 7px;
        border: #CCC 1px solid;
    }

    .TFtable tr {
        background: #FCA8A8;
    }

        .TFtable tr:nth-child(odd) {
            background: rgba(246, 246, 246, 1);
        }

        .TFtable tr:nth-child(even) {
            background: #fff;
        }

.title {
    font-weight: bold;
    color: maroon;
}

.title_small {
    font-weight: bold;
    color: rgb(116, 3, 11);
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
}

#para {
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    margin-left: 40px;
    font-family: Verdana;
    text-align: justify;
    line-height: 20px;
}

.flight_head {
    padding-top: 25px;
    padding-bottom: 5px;
}


.list-bold {
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    text-align: justify;
}

li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}

.list-space {
    float: left;
    margin-left: 50px;
    /*font-size:10px;*/
    margin-bottom: 15px;
}

    .list-space li {
        float: left;
        width: 100%;
    }

.directoryList {
    float: left;
    background-color: #fefefe;
    border: #efefef solid 1px;
    width: 100%;
}

    .directoryList a {
        line-height: 24px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        /* padding-left: 5px; */
        padding: 1% 2%;
        float: left;
        width: 96%;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

        .directoryList a:hover {
            background-color: #9e042a;
            color: #fff;
            -webkit-transition: all 350ms ease-in-out;
            -moz-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
        }

.logo_img {
    float: left;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-transform: scale(0.95,0.95);
    -moz-transform: scale(0.95,0.95);
    -o-transform: scale(0.95,0.95);
    -ms-transform: scale(0.95,0.95);
    transform: scale(0.95,0.95);
}

    .logo_img:hover {
        -webkit-transform: scale(0.90,0.90);
        -moz-transform: scale(0.90,0.90);
        -o-transform: scale(0.90,0.90);
        -ms-transform: scale(0.90,0.90);
        transform: scale(0.90,0.90);
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }

.Anchor {
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
}

h1 {
    font-weight: 500;
    font-size: 25px;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 25px;
    font-weight: 300;
}

h5 {
    font-size: 20px;
    font-weight: 300;
}

h6 {
    font-size: 15px;
    font-weight: 300;
}


.page {
    width: 100%;
    float: left;
    background: #fff;
}


.edit-item-link {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/edit.png);
}

.submitby {
    color: #1C711C;
}

header.head {
    width: 100%;
    float: left;
    height: 37px;
    background: #9e042a; /* Old browsers */
    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 ); /* IE6-9 */
}

.container {
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 80px;
}

.left-content {
    width: 26%;
    float: left;
}

.right-content {
    width: 72.7%;
    float: right;
}


.email {
    color: #1B1FE0 !important;
    cursor: pointer;
}

.up_load {
    padding-top: 3%;
    margin-left: -50%;
}

.edit_check {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: -17px;
    margin-left: -72px;
}

nav.menu {
    width: 76%;
    float: left;
}

    nav.menu ul {
        width: 100%;
        float: left;
        margin-top: 6px;
        height: 27px;
        position: relative;
    }

        nav.menu ul ul {
            display: none;
        }

        nav.menu ul ul {
            width: 80px;
            position: absolute;
            top: 19.5px;
            z-index: 99;
        }

            nav.menu ul ul li {
                width: 100%;
                float: left;
            }

                nav.menu ul ul li a {
                    width: 100%;
                    float: left;
                    font-family: 'Ubuntu', sans-serif;
                    background: #9e042a;
                    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
                    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
                    color: #fff;
                    padding: 8px 10px;
                }

        nav.menu ul li.current ul li a {
            width: 100%;
            float: left;
            background: #9e042a;
            background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
            background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
            color: #fff;
            padding: 8px 10px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
        }
        /*nav.menu ul li.current ul li a:first-child
                {
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    -o-border-radius: 0px;
                    border-radius: 0px;
                }*/
        nav.menu ul li.current ul li .last-child {
            -webkit-border-radius: 0px 0px 8px 8px;
            -moz-border-radius: 0px 0px 8px 8px;
            -o-border-radius: 0px 0px 8px 8px;
            border-radius: 0px 0px 8px 8px;
        }

#frst_ltr:first-letter {
    text-transform: capitalize;
}

.last-child {
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    background: #6d0305;
    background: -moz-linear-gradient(top, #6d0305 0%, #9e042a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0305), color-stop(100%,#9e042a));
    background: -webkit-linear-gradient(top, #6d0305 0%,#9e042a 100%);
    background: -o-linear-gradient(top, #6d0305 0%,#9e042a 100%);
    background: -ms-linear-gradient(top, #6d0305 0%,#9e042a 100%);
    background: linear-gradient(to bottom, #6d0305 0%,#9e042a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0305', endColorstr='#9e042a',GradientType=0 );
}

nav.menu ul ul li a:hover, nav.menu ul li.current ul li a:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    color: #333;
}

.last-child:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    color: #333;
}

nav.menu ul li:hover ul {
    display: block;
}

.menu_arw {
    position: absolute;
    border-top: 5px solid #FFF;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    right: 0;
    top: 12px;
}

nav.menu ul li {
    float: left;
    list-style: none;
    position: relative;
}

    nav.menu ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        font-family: 'Ubuntu', sans-serif;
        padding: 8px 15px;
        float: left;
        text-transform: capitalize;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        background-size: 100% 100%;
    }

        nav.menu ul li a:hover {
            /*text-shadow: #000 0px 0px 20px;*/
            background: url('../images/shade.png')center no-repeat;
            background-size: 100% 100%;
        }

    nav.menu ul li.current a {
        background: #fff;
        color: #333;
        margin-left: 10px;
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        nav.menu ul li.current a:hover {
            text-shadow: none;
        }

nav.site-btn {
    width: 24%;
    float: right;
    margin-top: -3px;
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

    nav.site-btn ul {
        float: right;
        margin-top: 12px;
    }

        nav.site-btn ul li {
            float: left;
            list-style: none;
            /*width: 253px;*/
            position: relative;
            margin-right: 6px;
        }

            nav.site-btn ul li:last-child {
                margin-right: 0px;
            }

            nav.site-btn ul li:after {
                content: "|";
                position: absolute;
                right: -4px;
                top: 2px;
                color: #fff;
            }

            nav.site-btn ul li:last-child::after {
                content: "";
            }

            nav.site-btn ul li a {
                text-decoration: none;
                color: #fff;
                font-size: 12px;
                float: left;
                cursor: pointer;
                /*width: 100px;*/
            }

                nav.site-btn ul li a img {
                    margin: 3px;
                    float: left;
                }

                nav.site-btn ul li a label {
                    float: left;
                    margin: 5px;
                    cursor: pointer;
                }

@-moz-document url-prefix() {
    nav.site-btn ul li a #reg_name {
        letter-spacing: -0.5px;
    }
}

#reg_user label {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#frst_lbl {
    width: 45px !important;
    text-transform: capitalize;
}


article.s-filter {
    width: 100%;
    float: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    height: 103px;
}

    article.s-filter figure.cmp-logo {
        width: 26%;
        float: left;
        margin-top: 6px;
    }


        article.s-filter figure.cmp-logo img {
            width: 100%;
            float: left;
            height: 90px;
        }

section.search-box {
    width: 73%;
    float: left;
    margin-left: 2%;
}

.search-row1, .search-row2 {
    width: 95%;
    float: left;
    margin-left: 2.5%;
}

.mode-slct {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .mode-slct ul {
        width: 100%;
        float: left;
        border: #ccc solid 1px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

        .mode-slct ul li {
            width: 24.6%;
            float: left;
            list-style: none;
            border-right: #ccc solid 1px;
        }

            .mode-slct ul li:last-child {
                border: none;
                -webkit-border-radius: 0px 8px 8px 0px;
                -moz-border-radius: 0px 8px 8px 0px;
                -o-border-radius: 0px 8px 8px 0px;
                border-radius: 0px 8px 8px 0px;
            }

            .mode-slct ul li:first-child {
                -webkit-border-radius: 8px 0px 0px 8px;
                -moz-border-radius: 8px 0px 0px 8px;
                -o-border-radius: 8px 0px 0px 8px;
                border-radius: 8px 0px 0px 8px;
            }

            .mode-slct ul li label {
                width: 100%;
                float: left;
                text-align: center;
                cursor: pointer;
            }

                .mode-slct ul li label input {
                    float: left;
                    margin: 8px 0px 8px 6px;
                }

                .mode-slct ul li label p {
                    margin-top: 8px;
                    color: #333;
                    font-size: 12px;
                    font-weight: bold;
                }

            .mode-slct ul li.mode-slctd {
                background: #333;
            }

                .mode-slct ul li.mode-slctd label p {
                    color: #fff;
                }

.price-range_admin {
    width: 115%;
    float: left;
}

.set_fnt {
    font-size: 14px;
    line-height: 1.6em;
}

.price-range {
    width: 100%;
    float: left;
    /*margin-left: 2.5%;*/
    margin-top: 15px;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .price-range {
        margin-bottom: 1px;
    }
}

.form-group-search_range {
    width: 28%;
    float: left;
    margin-left: 12px;
    margin-right: 37px;
    height: 43px;
}

.price-range > h3 {
    float: left;
    margin-top: 5px;
    color: #333;
}

.price-range1, .price-range2 {
    float: left;
    margin-left: 10px;
}

.price-range1 {
    margin-right: 10px;
}

    .price-range1 > h3, .price-range2 > h3 {
        float: left;
        margin-top: 5px;
        color: #333;
    }

.price-range select {
    padding: 6px;
    width: 120px;
    margin-left: 9px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
}

    .price-range select option {
        padding: 3px;
    }

.search-row2 {
    margin-top: 15px;
}

.place-slct {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .place-slct input {
        padding: 6px;
        width: 94.5%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        outline: 0;
        border: #ccc solid 1px;
    }

    .place-slct p {
        font-size: 12px;
    }

.price-range p {
    font-size: 14px;
}

    .price-range p span {
        float: left;
        margin-top: 5px;
    }

#hgt {
    float: left;
    margin: 9px 0px 5px 0px;
}

.prop-type {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .prop-type h3 {
        margin-top: 5px;
        float: left;
        color: #333;
    }

select {
    padding: 6px;
    width: 101%;
    border: #b7b7b7 solid 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    float: left;
    position: relative;
}

.search-btn {
    width: 14%;
    float: left;
    background: #9e042a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
    margin-left: 1.3%;
    cursor: pointer;
}

    .search-btn img {
        width: 15px;
        float: left;
        margin-top: 2px;
        cursor: pointer;
    }

    .search-btn h3 {
        color: #fff;
        float: left;
        margin-left: 8px;
        cursor: pointer;
    }

    .search-btn label {
        width: 70%;
        margin-left: 15%;
        float: left;
        cursor: pointer;
    }

    .search-btn:hover {
        background: #69021b;
    }

.marquee-text {
    width: 100%;
    float: left;
    height: 30px;
}

.marquee-inn {
    width: 100%;
    float: left;
    cursor: pointer;
    margin-top: 8px;
}

.marquee-slider {
    width: 100%;
    float: left;
    overflow: hidden;
}

.marquee-inn marquee {
    width: 100%;
}

.js-marquee p {
    font-size: 14px;
    font-weight: bold;
}

article.main {
    width: 100%;
    float: left;
}

aside.search-asd {
    width: 100%;
    float: left;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 380px;
}

    aside.search-asd header {
        width: 100%;
        float: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

    aside.search-asd main {
        width: 95%;
        padding: 2.5%;
        float: left;
    }

    aside.search-asd header h3 {
        color: #333;
        float: left;
        margin: 8px 10px;
    }

.search-asd-row1 {
    width: 97%;
    float: left;
    /*margin: 2.5%;*/
}

    .search-asd-row1 h3 {
        color: #999;
        margin-bottom: 6px;
    }

    .search-asd-row1 select {
        padding: 2%;
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        outline: 0;
        float: left;
    }

#clr {
    margin-right: 20px;
}

.search-asd-row1 input {
    padding: 6px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: 0;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border: #ccc solid 1px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    margin-top: 13px;
    text-shadow: 0px 2px 0px #DDDDDD;
}

    .search-asd-row1 input:hover, .btn:hover {
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
        background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

section.main-ad {
    width: 59.7%;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 380px;
    float: left;
}

    section.main-ad header {
        width: 100%;
        float: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        section.main-ad header h3 {
            color: #333;
            float: left;
            margin: 8px 10px;
        }

    section.main-ad main {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 347px;
    }


nav.slide-nav {
    width: 100%;
    height: 20px;
    background: #fff;
    float: left;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}


    nav.slide-nav ul {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 10px;
    }

        nav.slide-nav ul li {
            width: 8px;
            height: 8px;
            border: #ccc solid 1px;
            float: left;
            list-style: none;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            background: #fff;
            -webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            -moz-box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            -o-box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            box-shadow: rgba(0,0,0,0.3) 0px 0px 7px inset;
            margin-left: 2px;
            margin-right: 2px;
            -webkit-transition: all 350ms ease-in-out;
            -moz-transition: all 350ms ease-in-out;
            -o-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;
            cursor: pointer;
        }

            nav.slide-nav ul li.current-slide {
                background: #333;
                border: #333 solid 1px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
                box-shadow: none;
            }

.marquee-ad {
    width: 100%;
    float: left;
    height: 327px;
    float: left;
    position: relative;
}

    .marquee-ad figure {
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        overflow: hidden;
    }

        .marquee-ad figure figcaption {
            width: 100%;
            height: 22px;
            position: absolute;
            padding-top: 7px !important;
            left: 0;
            bottom: 0;
            background: rgba(255,255,255,1);
            float: left;
            z-index: 7;
            bottom: 0px;
            /*-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;*/
        }

            .marquee-ad figure figcaption h2 {
                width: 100%;
                float: left;
                text-align: center;
                color: #333;
                margin-top: 10px;
            }

        .marquee-ad figure img {
            width: 100%;
            height: 100%;
            float: left;
            position: absolute;
            z-index: 5;
        }

        .marquee-ad figure:hover figcaption {
            bottom: 0px;
        }

    .marquee-ad figcaption span {
        width: 76%;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: normal;
        text-align: left;
        padding-left: 8px;
    }

    .marquee-ad figcaption {
        font-weight: bold;
    }

section.social-features {
    width: 38.5%;
    float: right;
}

aside.features {
    width: 100%;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    /* height: 184px; */
    float: left;
}

aside.social {
    width: 100%;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: auto;
    margin-top: 10px;
    float: left;
}

    aside.social header {
        width: 100%;
        float: left;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        aside.social header h3 {
            color: #333;
            float: left;
            margin: 8px 10px;
        }


    aside.social .addthis_button {
        margin: 20px;
        float: left;
        width: 100%;
        margin-left: 60px;
    }

aside.features header {
    width: 100%;
    float: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

    aside.features header h3 {
        color: #333;
        float: left;
        margin: 8px 10px;
    }

aside.features main {
    width: 100%;
    float: left;
    /* background: url('../images/building.png')right center no-repeat; */
    background-size: 35% auto;
}

.features-inn {
    width: 94%;
    margin: 3%;
    float: left;
    margin-top: 1%;
    margin-bottom: 1%;
}

.features-btn {
    width: 50%;
    float: left;
    opacity: 1;
    margin: 10px 0;
}

    .features-btn img {
        float: left;
        margin-top: 3px;
    }

    .features-btn h3 {
        float: left;
        margin: 3px;
        width: 74%;
        text-align: left;
        margin-left: 8px;
    }

    .features-btn:hover {
        opacity: 1;
        cursor: pointer;
    }

article.ad-block {
    width: 100%;
    float: left;
    margin-top: 10px;
}

aside.signup {
    width: 100%;
    float: left;
    /* height: 183px; */
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
}




    aside.signup header {
        width: 100%;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        float: left;
        -webkit-border-radius: 8px 8px 0px 0px;
        -moz-border-radius: 8px 8px 0px 0px;
        -o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
    }

        aside.signup header h3 {
            margin: 8px;
            float: left;
            color: #333;
        }

section.ad-box {
    margin-top: 10px;
    width: 99.7%;
    float: right;
    height: 73px;
    border: #ccc solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.ad-inn {
    width: 100%;
    float: left;
    height: 100%;
}

.left-vert-wrapper {
    width: 4%;
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
    float: left;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

    .left-vert-wrapper img {
        float: left;
        margin-left: 5px;
        height: 100%;
    }

.marquee-btm-ad {
    width: 96%;
    float: right;
    overflow: hidden;
}

figure.ad-element {
    width: 100%;
    height: 93px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 6px;
}

    figure.ad-element img {
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        z-index: 4;
    }

    figure.ad-element figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        float: left;
        position: absolute;
        z-index: 6;
        background: rgba(0,0,0,0.7);
        display: none;
    }

        figure.ad-element figcaption h2 {
            color: #fff;
            width: 100%;
            text-align: center;
            margin-top: 10px;
            float: left;
            font-size: 14px;
        }

    figure.ad-element:hover figcaption {
        display: block;
    }

#ad-wrapper {
    float: left;
}

marquee.ad-scroll {
    width: auto !important;
    height: auto !important;
}

footer {
    bottom: 0;
    /* height: 40px; */
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999;
}

    footer.footer {
        float: left;
        width: 100%;
        background: #6d0305; /* Old browsers */
        background: -moz-linear-gradient(top, #6d0305 0%, #9e042a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0305), color-stop(100%,#9e042a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6d0305 0%,#9e042a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #6d0305 0%,#9e042a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #6d0305 0%,#9e042a 100%); /* IE10+ */
        background: linear-gradient(to bottom, #6d0305 0%,#9e042a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0305', endColorstr='#9e042a',GradientType=0 ); /* IE6-9 */
        padding: 7px 0px;
        margin-top: 0px;
    }

        footer.footer .container {
            padding-bottom: 0;
        }

nav.fmenu {
    float: left;
    width: 100%;
    text-align: center;
}

    nav.fmenu ul {
        /*margin: auto;
    width:60%;*/
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-bottom: 5px;
    }

        nav.fmenu ul li {
            list-style: none;
            /* float: left; */
            display: inline-block;
        }

            nav.fmenu ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 13px;
                font-family: 'Ubuntu', sans-serif;
                padding: 1px 10px 1px 10px;
                float: left;
                border-right: #fff solid 1px;
            }

            nav.fmenu ul li:first-child a {
                padding-left: 0;
            }

            nav.fmenu ul li:last-child a {
                border: none;
            }


            nav.fmenu ul li a:hover {
                text-shadow: #000 0px 0px 10px;
            }

p.copyright {
    color: #fff;
    width: 100%;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin-top: 0px;
    float: left;
}

.social-icons {
    width: 95%;
    float: left;
    margin: 5px 0;
    margin-left: 2.5%;
}

    .social-icons img {
        margin: 5px;
        float: left;
        opacity: 1;
        cursor: pointer;
        width: 23px;
    }

        .social-icons img:hover {
            -webkit-transform: translateY(-3px);
            -moz-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
            -o-transform: translateY(-3px);
            transform: translateY(-3px);
        }



.price-range .ui-slider {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: #ccc solid 1px;
    z-index: 9;
    margin-top: 8px;
    width: 98.5%;
    float: left;
}

.price-range .ui-slider-handle {
    background: #f6f6f6;
    outline: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: #999 solid 1px;
}

.price-range .ui-slider-range {
    background: #ccc;
}

aside.signup main {
    width: 100%;
    float: left;
}


.signup-inp {
    width: 93%;
    float: left;
}

.signup-inn {
    width: 93%;
    float: left;
    margin-left: 7%;
    margin-top: 14px;
}

    .signup-inn .signupmail {
        width: 94%;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }



    .signup-inn .signupnum {
        width: 94%;
        float: left;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }

    .signup-inn .signupbtn {
        width: 28%;
        float: right;
        padding: 2.2% 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        border: #ccc solid 1px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        outline: 0;
        font-weight: bold;
        font-size: 14px;
        margin-top: 15px;
        cursor: pointer;
        text-shadow: 0px 2px 0px #DDDDDD;
    }

        .signup-inn .signupbtn:hover {
            background: #efefef; /* Old browsers */
            background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
            background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        }

section.head-scroll {
    width: 72.4%;
    float: right;
    height: 88px;
    border: #ccc solid 1px;
    margin-top: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.label-part {
    width: 5%;
    float: left;
    position: relative;
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

.scroll-part {
    width: 95%;
    float: left;
    position: relative;
    height: 100%;
    overflow: hidden;
}


.content-scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 9;
}

.control-scroll {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.9);
    float: left;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}



#backward-btn {
    margin-top: 10px;
    margin-left: 15px;
}

#forward-btn {
    margin-top: 3px;
    margin-left: 15px;
}

#playpause-btn {
    margin-left: 15px;
    margin-top: 3px;
}

.control-left {
    right: -50px;
    z-index: 10;
}

section.head-scroll:hover .control-left {
    right: 0;
}

.content-wrapper {
    width: 100%;
    float: left;
}

figure.content-img {
    width: 220px;
    float: left;
}

    figure.content-img img {
        width: 100%;
        height: 88px;
    }

.responsive-btn {
    float: left;
    background: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    margin-top: 12px;
    display: none;
    cursor: pointer;
}

    .responsive-btn img {
        float: left;
        margin: 3px;
        margin-right: 10px;
    }

    .responsive-btn h3 {
        color: #333;
        float: left;
    }


@media (max-width:1025px) {
    .container {
        width: 97%;
    }


    nav.menu {
        width: 78%;
    }

        nav.menu ul li a {
            padding: 10px 10px 10px 10px;
        }

    nav.site-btn {
        width: 22%;
    }

        nav.site-btn ul li a {
            padding: 5px 5px;
        }

    nav.fmenu ul {
        width: 65%;
    }
}


@media (max-width:995px) {
    nav.fmenu ul {
        width: 68%;
    }
}

@media (max-width:944px) {
    nav.fmenu ul {
        width: 72%;
    }
}

@media (max-width:895px) {
    nav.fmenu ul {
        width: 75%;
    }

    nav.menu ul li a {
        padding: 10px 6px 10px 6px;
    }
}

@media (max-width:881px) {
    .left-content {
        width: 35%;
    }

    .right-content {
        width: 63%;
    }

    article.s-filter figure.cmp-logo {
        width: 35%;
    }

    section.head-scroll {
        width: 63%;
    }

    section.main-ad {
        width: 100%;
    }

    section.social-features {
        width: 100%;
        float: left;
    }

    aside.features {
        width: 48.5%;
        float: left;
        margin-top: 10px;
        height: 176px;
    }

    aside.signup {
        width: 48.5%;
        float: right;
        height: 176px;
    }

    .signup-inn {
        margin-top: 15px;
    }

        .signup-inn .signupnum {
            width: 94%;
        }

        .signup-inn .signupbtn {
            float: left;
            margin-top: 10px;
            width: auto;
        }

    nav.fmenu ul {
        width: 78%;
    }
}

@media (max-width:828px) {
    nav.fmenu ul {
        width: 85%;
    }

    .label-part {
        width: 7%;
    }

    .scroll-part {
        width: 93%;
    }

    .left-vert-wrapper {
        width: 8%;
    }

    .marquee-btm-ad {
        width: 92%;
    }
}


@media (max-width:800px) {
    nav.menu {
        width: 100%;
        display: none;
    }

        nav.menu ul {
            margin-top: 0px;
            background: #fff;
            float: left;
            height: 100%;
            -webkit-border-radius: 0px 8px 8px 8px;
            -moz-border-radius: 0px 8px 8px 8px;
            -o-border-radius: 0px 8px 8px 8px;
            border-radius: 0px 8px 8px 8px;
            overflow: hidden;
            margin-bottom: 20px;
            padding: 2%;
            width: 96%;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        }

            nav.menu ul li a {
                color: #333;
                padding: 10px 12px;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -o-border-radius: 8px;
                border-radius: 8px;
            }

                nav.menu ul li a:hover {
                    background: #9e042a;
                    color: #fff;
                }

            nav.menu ul li.current a {
                background: #9e042a;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                -o-border-radius: 8px;
                border-radius: 8px;
                color: #fff;
            }

    header.head {
        height: auto;
    }

    .responsive-btn {
        display: block;
        /*width:16%;
        padding:2%;
        float:left;*/
    }

    nav.site-btn {
        width: 60%;
        float: right;
    }
}

@media (max-width:765px) {
    nav.fmenu ul {
        width: 95%;
    }

        nav.fmenu ul li {
            margin-bottom: 10px;
        }
}

@media (max-width:720px) {
    nav.fmenu ul {
        width: 100%;
    }

    article.s-filter figure.cmp-logo {
        width: 42%;
    }

    article.s-filter section.head-scroll {
        width: 55%;
    }

    .left-content {
        width: 42%;
    }

    .right-content {
        width: 55%;
		    margin-bottom: 30px;
    }

    aside.features {
        width: 100%;
    }

    aside.signup {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

    aside.search-asd {
        height: auto;
    }
}

@media (max-width:570px) {
    article.s-filter {
        height: 220px;
    }

        article.s-filter section.head-scroll {
            width: 100%;
        }

        article.s-filter figure.cmp-logo {
            width: 270px;
        }

    .left-content {
        width: 100%;
        margin-top: 10px;
    }

    .right-content {
        width: 100%;
    }
}

@media (max-width:360px) {
    nav.fmenu ul {
        width: 85%;
    }

    .responsive-btn {
        padding: 5px;
        margin-top: 20px;
    }

    nav.site-btn {
        width: 65%;
    }

    .label-part {
        width: 10%;
    }

    .scroll-part {
        width: 90%;
    }

    .container {
        width: 270px;
    }
}

.form-control {
    padding: 6px;
    width: 30%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    border: #b7b7b7 solid 1px;
    height: 22px;
}

.calc_form-control {
    padding: 6px;
    width: 30%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    border: #ccc solid 1px;
}

.emi-form-control {
    padding: 6px;
    width: 70%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    margin-left: 20px;
    border: #ccc solid 1px;
}

.emi-form-res-control {
    padding-bottom: 6px;
    padding-top: 6px;
    width: 70%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    margin-left: 20px;
    border: #ccc solid 1px;
}

input.input-validation-error,
select.error, input.error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="checkbox"] {
    border: 0 none;
    width: 10px;
}

input .form-control {
    margin: 10px !important;
}

.field-validation-error {
    color: #6d0305;
    font-size: 12px;
    float: left;
    width: 100%;
    color: #FA0207;
    margin-top: -6px;
    float: left;
    margin-bottom: 10px;
    /*display: none;*/
}

.col-md-2 {
    font-size: 14px;
}

.field1 {
    width: 40%;
    float: left;
    padding-left: 4%;
}

.edit_prop_controls {
    width: 46%;
    float: left;
}

.form-control {
    width: 100%;
    margin-bottom: 10px;
}

.field_login input[type="text"], .field_login input[type="password"],
#frmForgot input[type="text"] {
    width: 94.5%;
}

.control-label {
    float: left;
}

.btn {
    padding: 6px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
    outline: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    color: #333;
    text-shadow: 0px 2px 0px #DDDDDD;
}

.btn_bold {
    font-weight: bold;
}

.terms-cond {
    font-size: 12px;
    width: 90%;
    margin-left: 35px;
    line-height: 18px;
}

    .terms-cond span {
        float: left;
    }

        .terms-cond span:first-child {
            margin-top: 2px;
            margin-right: 8px;
        }

        .terms-cond span:last-child {
            width: 94%;
        }

#login_cont {
    float: left;
    width: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 0%,#f7f7f7 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 0%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 465px;
    background-color: #fff;
    box-shadow: inset 0px 0px 35px rgba(17, 17, 17, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    #login_cont .field-validation-error {
        /*padding-left: 15px;*/
    }

#loginUser, #frmForgot {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

    #loginUser input[type="checkbox"] {
        width: 13px;
    }

.pointr {
    cursor: pointer;
}

#frmForgot {
    padding-top: 14px;
}

    #loginUser .form-group, #frmForgot .form-group {
        width: 100%;
        float: left;
    }

    #frmForgot .already-member-text {
        /*width: 85%;*/
        font-size: 12px;
        margin-left: 0;
        margin-right: auto;
        margin-top: 20px;
        text-align: right;
        float: left;
    }

.clear {
    clear: both;
}

.already-member-text {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    /* width: 70%; */
    /* padding-left: 159px; */
    margin-top: 20px;
    /* width: 90%; */
    text-align: center;
}

.remem {
    float: left;
    width: 50%;
}

.forgot-cont {
    float: right;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 42%;
    text-align: right;
}

a {
    cursor: pointer;
}

.field_login, .field_frpwd {
    width: 86%;
}

#progressbar {
    width: 100%;
    float: left;
    background-color: black;
    border-radius: 13px; /* (height of inner div) / 2 + padding */
    padding: 3px;
    margin-top: 18px;
}

    #progressbar > div {
        background-color: orange;
        width: 0%; /* Adjust with JavaScript */
        height: 20px;
        border-radius: 10px;
    }

.image-cont {
    width: 200px;
    height: 200px;
    clear: both;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
}

    .image-cont img {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }

/*
@media (max-width:1440px),(min-width:1367px)
{
    body{
        zoom:1.05;
    }
}

@media (max-width:1600px),(min-width:1441px)
{
    body{
        zoom:1.1;
    }
}

@media (max-width:2401px),(min-width:1601px)
{
    body{
        zoom:1.2;
    }
}

*/

/*Ragu*/

.btn-div {
    float: left;
    width: 100%;
}

.btn-div_editprop {
    padding-left: 755px;
    width: 22%;
}

.btn-div input {
    margin-left: 4%;
}

.condition-span {
    /*margin-left: 35%;*/
    text-align: center;
    float: left;
    width: 100%;
    margin: 8px 0px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #dddddd;
            border: 1px solid #ccc;
            /*text-shadow: 1px 1px 0px #949494;*/
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            background-color: #C8C8C8;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #C8C8C8;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #565353 !important;
        /*border-color: #565353;*/
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #DDDDDD;
        border-color: #dddddd;
    }

.PagedList-skipToPrevious a, .PagedList-skipToLast a {
    background-color: #C8C8C8;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

.pro_list:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pro_list:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pro_list:nth-child(2n) {
    /*background-color: #F8F8F8;*/
}

.prop_alert {
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    float: left;
    background-color: #23840D;
    padding: 7px 0px;
    font-size: 16px;
    text-shadow: 1px 2px 1px #111;
    margin-top: 6px;
    border-bottom: 2px solid #236214;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .prop_alert:after {
        content: "";
        position: absolute;
        border-top: 6px solid #236214;
        border-right: 6px solid #236214;
        border-bottom: 6px solid transparent;
        border-left: 6px solid transparent;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        left: 50%;
        top: 82%;
    }

.pro_list {
    width: 98%;
    float: left;
    margin: 0;
    padding: 2% 1%;
    list-style: none;
    font-size: 12px;
    /*background-color: #E9E9E9;*/
    border-bottom: 1px solid #ccc;
}

    .pro_list a {
        color: blue;
        text-decoration: none;
    }

.pro_head {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    font-size: 13px;
}

.pro_detail {
    width: 100%;
    float: left;
    padding: 8px 0px;
}

.pro_info {
    width: 100%;
    float: left;
    font-size: 11px;
}

.detail_pro {
    width: 50%;
    float: left;
    font-weight: bold;
}

.pro_post {
    width: 50%;
    float: right;
    text-align: right;
    font-weight: bold;
}

.pagination-container {
    text-align: center;
}

.pro_listing_paging {
    text-align: right;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
}

#reguser_list {
    width: 100%;
    text-align: left;
    font-size: 12px;
    border: 1px solid #CDCDCD;
    font-family: calibri;
}

    #reguser_list tr:first-child {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-right: 1px solid #ccc;
        background: #9e042a;
        background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
        background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
    }

    #reguser_list th {
        font-size: 14px;
        padding: 10px 0px 10px 10px;
        border: none;
        color: #fff;
        border-left: 1px solid #CDCDCD;
        font-weight: bold;
        text-shadow: 1px 1px 1px #111;
    }

    #reguser_list .txt_wrp {
        width: 90px;
    }

    #reguser_list th:first-child {
        width: 4.5%;
        border-left: none;
    }

    #reguser_list th:last-child {
        border-right: none;
        border-left: 1px solid #CDCDCD;
    }

    #reguser_list tr td {
        padding: 11px 0px 11px 10px;
        border: none;
        border-right: 1px solid #CDCDCD;
    }

        #reguser_list tr td a {
            color: #111;
        }


            #reguser_list tr td a:hover i {
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }


            #reguser_list tr td a i {
                font-size: 13px;
                margin-left: 4px;
            }

            #reguser_list tr td a:hover i {
                -webkit-transform: rotate(-90deg) scale(1.5,1.5);
                -moz-transform: rotate(-90deg) scale(1.5,1.5);
                -o-transform: rotate(-90deg) scale(1.5,1.5);
                -ms-transform: rotate(-90deg) scale(1.5,1.5);
                transform: rotate(-90deg) scale(1.5,1.5);
            }

        #reguser_list tr td:first-child {
            width: 4.5%;
        }

        #reguser_list tr td:last-child {
            border-right: none;
        }

    #reguser_list tr:nth-child(odd) {
        border-bottom: 1px solid #333;
        background-color: rgba(221, 221, 221, 0.51);
    }

    #reguser_list tr:nth-child(even) {
        border-bottom: #ccc solid 1px;
        background-color: #f6f6f6;
    }

    #reguser_list tr:hover {
        text-shadow: 1px 1px 1px #ffffff, 2px 2px 1px rgba(63, 63, 63, 0.40);
    }

        #reguser_list tr:hover i {
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

.comon_search {
    width: 99%;
    float: left;
    padding: 5px;
    background-color: rgba(244, 244, 244, 1);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .comon_search .band, .pro_listing .band {
        color: rgb(128, 0, 76);
        font-weight: bold;
        padding: 5px 0px;
        margin-bottom: 8px;
        border-bottom: 1px dotted #A6A6A6;
        text-shadow: 2px 2px 1px #E5E5E5;
    }

        .pro_listing .band:nth-child(2) {
            border-bottom: 1px solid #A6A6A6;
        }

.form-group-search {
    width: 30%;
    float: left;
}

#form-group-ft label {
    width: 40%;
    float: left;
    text-align: right;
}

#form-group-ft input[type=text] {
    width: 122px;
    margin: 0 0 3px 10px;
}

.form-group-search_small {
    width: 16%;
    float: left;
    margin-right: 5px;
}

.form-group-search_small1 {
    width: 22.1%;
    float: left;
    margin-right: 5px;
}

    .form-group-search_small1 span {
        /* padding: 6px; */
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 2px;
        color: rgb(252, 7, 35);
        float: left;
        /* text-align: center; */
    }

    .form-group-search_small1 input {
        width: 95% !important;
    }

.form-group-search_small select {
    margin-top: 1px;
    height: 24px;
}

.comon_search .comon_input {
    width: 70%;
    float: left;
    /*margin-bottom: 10px;*/
}

.comon_search .comon_sub {
    width: 30%;
    float: right;
    margin-top: 13px;
}

.comon_search .prop_sub {
    width: 20%;
    float: left;
    margin-top: 13px;
}

.comon_search label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    float: left;
}

#algn_none {
    float: none;
}

.comon_search input {
    width: 93%;
    margin-bottom: 5px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.comon_search select {
    width: 96.4%;
    padding: 4px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.comon_search_send_row {
    width: 100%;
    float: left;
}

    .comon_search_send_row .comon_sub {
        margin-top: 8px;
    }

.comon_sub .srch {
    width: 19.5%;
    float: right;
    margin-bottom: 7px;
}

.comon_sub .submt {
    width: 18%;
    float: right;
    margin-left: 10px;
}

    .comon_sub .submt .btn {
        width: 100%;
        float: right;
    }

.comon_sub .exexcel {
    width: 31%;
    float: right;
    margin-left: 10px;
    margin-right: 2px;
}

.prop_sub .exexcel {
    /* width: 30%;
    float: right;
    margin-left: 10px;*/
    width: 12.4%;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    padding: 2px 5px 2px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    text-shadow: 0px 2px 0px #DDDDDD;
    color: #333;
}

    .prop_sub .exexcel input, .prop_sub .exexcel .excel_icon {
        border-radius: 0px;
        border: none;
        padding: 0;
        background-color: transparent;
        background-image: none;
        margin: 0px 1px;
        background: url(../images/export-excel.png) center;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .prop_sub .exexcel .excel_icon {
        float: left;
        margin-left: 5px;
    }

.prop_sub .srch {
    width: 41%;
    float: right;
}

.prop_sub .submt {
    width: 33%;
    float: right;
    margin-left: 10px;
}

.comon_sub .btn, .form-group-search_small1 .btn {
    width: 100%;
    float: left;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 2px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    /*border: 1px solid #E4E4E4;
    background: -moz-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: -webkit-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: -o-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#E5E5E5 100%);*/
}

    .comon_sub .btn:focus, .form-group-search_small1 .btn:focus {
        box-shadow: 0px 0px 5px #D5D5D5;
        -webkit-box-shadow: 0px 0px 5px #D5D5D5;
        -moz-box-shadow: 0px 0px 5px #D5D5D5;
        -ms-box-shadow: 0px 0px 5px #D5D5D5;
        -o-box-shadow: 0px 0px 5px #D5D5D5;
    }

    .comon_sub .btn:hover, .form-group-search_small1 .btn:hover {
        background: #efefef; /* Old browsers */
        background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
        background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

.errormessage {
    color: red;
    display: none;
}

.message {
    color: darkgreen;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    display: none;
}

.selfree h2, .buyprop h2 {
    text-align: left;
    background-color: #111;
    color: #fff;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.selfreearea h2 {
    text-align: left;
    background-color: #111;
    color: #fff;
    padding: 10px 0px 10px 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.selfree, .buyprop {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    padding-bottom: 10px;
    background-color: #FCFCFC;
}

.selfreearea {
    width: 100%;
    border: 1px solid #ccc;
    float: left;
    padding-bottom: 10px;
    background-color: #FCFCFC;
}

.buyprop form, .selfree form {
    /*width: 90%;
    margin: 0 auto;*/
    width: 96%;
    margin-left: 2.85%;
    float: left;
    padding-top: 10px;
}

.selfreearea form {
    width: 90%;
    margin-left: 18px;
    float: left;
}

.buyprofrm, .buyprofrm1, .selfreform, .selfreform1 {
    width: 101%;
    float: left;
    padding-top: 10px;
    padding-left: 0%;
}

.ptop {
    padding-top: 0px;
}

.buyprofrm .byfrmfrstrow {
    width: 100%;
    float: left;
}

.buyprofrm p, .selfreerow p {
    width: 100%;
    float: left;
    font-size: 12px;
    padding-bottom: 5px;
}

.buyprofrm .form-group, .buyprofrm1 .form-group {
    width: 50%;
    float: left;
}

.frm_rw {
    width: 100%;
    float: left;
}

.buyprofrm .form-group label, .buyprofrm1 .form-group label, .selfreerow .form-group label, .selfreform1 span, .selfree .form-group label .buyprofrm .form-group label, .buyprofrm1 .form-group label, .selfreerow .form-group label, .selfreform1 label, .prop_upload_img {
    width: auto;
    float: left;
    font-size: 12.5px;
    font-weight: bold;
    padding-bottom: 8px;
}

.chkbox_fnt {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}



.buyprofrm .form-group input, .buyprofrm .form-group select, .buyprofrm1 .form-group input, .buyprofrm1 .form-group select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 91%;
    max-width: 95%;
    font-size: 12px;
}

.buyprofrm .form-group select {
    width: 100%;
    margin-bottom: 8px;
    height: 36px;
}

.buyprofrm .form-group textarea, .selfreerow .form-group textarea {
    width: 90.6%;
    resize: vertical;
    max-width: 100%;
}

.prorang input {
    width: 20% !important;
    margin-right: 10px;
}

.prorang .col-md-10 label {
    width: 25% !important;
    float: none;
    font-weight: normal;
    padding-right: 10px;
}

.cp {
    width: 100% !important;
    padding-bottom: 10px !important;
    font-size: 14px;
}

    .cp input {
        width: 5% !important;
    }

.buyurl {
    width: 100% !important;
}

    .buyurl input {
        width: 95% !important;
        max-width: 100% !important;
    }

.buybtn, .selbtn {
    width: 97.8%;
    float: left;
}

    .buybtn input, .selbtn input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

.byfrmbtn, .selfrmbtn {
    float: right;
    margin-right: 10px;
}

.buybtn p, .selbtn p {
    width: 50%;
    float: left;
    padding-top: 0px;
}

    .buybtn p span, .selbtn p span {
        color: red;
        padding-right: 4px;
    }

.selfreform .selfreerow {
    width: 100%;
    float: left;
}

    .selfreform .selfreerow .form-group {
        width: 50%;
        float: left;
    }

.selfreerow .form-group input, .selfreerow .form-group select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 91%;
    max-width: 95%;
}

.selfreerow .form-group select {
    width: 100%;
}

.selfreform1 .selfreerow {
    width: 50%;
    float: left;
}

.selfreform1 .selfreecol {
    width: 50%;
    float: left;
}

.fileUpload {
    float: left;
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn1 {
    padding: 10px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: 0;
    background: #9e042a;
    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    /*margin-top: 5px;*/
    cursor: pointer;
}

.listing_go {
    background-image: url('../../images/go_btn.png');
    width: 56px;
    height: 35px;
    border: 0px;
    background-repeat: no-repeat;
    font-family: Sans-Serif;
    color: White;
    font-weight: bold;
    padding-left: 17px;
    font-size: 16px;
    cursor: pointer;
}

.freelisting_img {
    background: url('../../images/Free-listing.gif') no-repeat;
    width: 30%;
    height: 250px;
    float: left;
    position: relative;
}


/********Property Listing Style**************/
/*.prop_lisiting
{
    width: 23.75%;
    float: left;
    margin-right: 10px;
    background-color: #FCFCFC;
    border: #ccc solid 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.prop_lisiting:hover
{
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    transform:scale(1.15,1.15);

    box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
    
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.prop_lisiting:last-child
{
    margin: 0px;
}
.prop_lisiting figure
{
    float: left;
    margin: 0px;
    padding: 0px;
}
.prop_lisiting figure img
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 127px;
}
.prop_lisiting .prop_list_detail
{
    float: left;
    text-align: center;
    padding: 0% 5% 5% 5%;
    width: 90%;
}
.prop_lisiting .prop_list_detail ul
{
    width: 100%;
    float: left;
    list-style: none;
}
.prop_lisiting .prop_list_detail ul li
{
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #ccc dotted 1px;
}
.prop_lisiting .prop_list_detail ul li:first-child
{
    border: none;
    padding: 5px 0px 2px 0px;
}
.prop_lisiting .prop_list_detail ul li b
{
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
}
.prop_lisiting .prop_list_detail a
{
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;

    background: #9e042a;
    background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
    background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
    background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}*/

.prop_lisiting {
    width: 98.5%;
    float: left;
    padding: 5px;
    margin-bottom: 0px;
    background-color: #FCFCFC;
    border: #ccc solid 1px;
    position: relative;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

    .prop_lisiting:hover {
        -webkit-transform: scale(1.05,1.05);
        -moz-transform: scale(1.05,1.05);
        -o-transform: scale(1.05,1.05);
        -ms-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
        /*box-shadow: 0px 2px 7px rgba(158,28,45,0.3);*/
        box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .prop_lisiting:hover figure img {
            opacity: 0.9;
        }

        .prop_lisiting:hover h1 {
            background-color: #9e042a;
            text-shadow: 2px 2px 2px #111;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .prop_lisiting:hover .prop_list_detail a {
            background-color: #111;
            background-image: none;
        }

    .prop_lisiting h1 {
        width: 98.7%;
        float: left;
        background-color: #111;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 5px 0px 5px 10px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .prop_lisiting aside {
        width: 100%;
        float: left;
        margin-top: 3px;
    }

    .prop_lisiting figure {
        float: left;
        margin: 0px;
        padding: 0px;
        width: 25%;
        height: 166px;
    }

        .prop_lisiting figure img {
            margin: 0px;
            padding: 0px;
            width: 100%;
            height: 166px;
            display: block;
            opacity: 0.7;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .prop_lisiting .prop_list_detail {
        float: left;
        text-align: center;
        width: 72.5%;
        padding-left: 1.5%;
    }

        .prop_lisiting .prop_list_detail ul {
            width: 100%;
            float: left;
            list-style: none;
        }

            .prop_lisiting .prop_list_detail ul li {
                width: 100%;
                float: left;
                list-style: none;
                font-size: 14px;
                text-align: left;
                padding: 2px 0px 7px 0px;
                margin: 5px 0px;
                border-bottom: #ccc dotted 1px;
            }

                .prop_lisiting .prop_list_detail ul li:first-child {
                    /*border: none;
    padding: 5px 0px 2px 0px;*/
                }

                .prop_lisiting .prop_list_detail ul li b {
                    width: 100%;
                    float: left;
                    font-size: 18px;
                    text-align: center;
                }

        .prop_lisiting .prop_list_detail a {
            width: 16%;
            float: right;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            text-shadow: 2px 2px 2px #111;
            padding: 5px 0px;
            background: #9e042a;
            background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
            background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
            background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

            .prop_lisiting .prop_list_detail a:hover {
                background: #9e042a;
                background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
                background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
                background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
            }

#free_lstng, #fre_lst {
    float: left;
}


/****Control Panel Index Style *******/
.cntrl_panel_icon {
    width: 31.99%;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0px 15px 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .cntrl_panel_icon:hover {
        margin-top: 0px;
        -webkit-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -moz-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -ms-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -o-box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        box-shadow: 0 10px 10px -9px rgba(0,0,0,.45);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .cntrl_panel_icon:last-child {
        margin-right: 0px;
    }

    .cntrl_panel_icon img {
        width: 180px;
        height: 180px;
    }

.go_btn {
    width: 100%;
    float: left;
    text-align: center;
}

    .go_btn span {
        color: #fff;
        font-size: 14px;
        padding: 8px 8px 8px 7px;
        border-radius: 4px;
        text-transform: none;
        text-decoration: none;
        background: #9e042a;
        background: -moz-linear-gradient(top, #9e042a 0%, #6d0305 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e042a), color-stop(100%,#6d0305));
        background: -webkit-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -o-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: -ms-linear-gradient(top, #9e042a 0%,#6d0305 100%);
        background: linear-gradient(to bottom, #9e042a 0%,#6d0305 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#6d0305',GradientType=0 );
    }

    .go_btn .fa {
        color: #fff;
        font-size: 14px;
        padding-right: 5px;
    }


.propertycontent {
}



.pro_list .lables {
    margin: 10px;
    text-align: left;
    width: 100px;
    height: 25px;
}


/*------------------------------------Calculator Pages Styles--------------------------------------------------*/

.OldList {
    list-style-type: none;
    line-height: 17px;
    background-image: url('../images/tickmark.gif');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.search_heading {
    font-family: Verdana;
    font-size: 12px;
    color: #701515;
    /*/color: black;*/
    font-weight: bold;
}

.panel {
    border: solid 1px;
    color: gray;
}


.lablecontent {
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    color: black;
    line-height: 13px;
    font-weight: bold;
    text-align: left;
}

.lablecontent1 {
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: black;
    padding-left: 20px;
}

.mandatory {
    color: maroon;
    font: 11px/15px "tahoma", Arial, Helvetica, sans-serif;
    line-height: 13px;
    font-weight: bold;
    text-align: right;
    color: red;
    padding-left: 2px;
}

.content {
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 11px;
}

.AdlablecontentNew {
    font: 12px "tahoma", Arial, Helvetica, sans-serif;
    color: #575757;
    line-height: 19px;
    font-weight: bold;
    text-align: left;
}

.Amor_calc {
    font-weight: bold;
    color: maroon;
}

.AmortCalc_lablecontent {
    text-align: right;
    line-height: 2.5;
    padding-right: 2px;
}

.tablemenu {
    background-color: silver;
    height: 40px;
}

#amorti-space {
}

.Stampresult {
    border: 0px;
    width: 350px;
    font-weight: bold;
    font: 13px/15px "tahoma", Arial, Helvetica, sans-serif;
}

.emi-btn-calculator {
    padding: 6px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: none;
    outline: 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border: #ccc solid 1px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    font: 12px/15px "tahoma", Arial, Helvetica, sans-serif;
    color: #575757;
    margin-top: 5px;
    cursor: pointer;
    line-height: 13px;
}
/*------------------------------------End of Calculator Pages Styles--------------------------------------------------*/

/*******Hosing loan Styles**********/
#btn_loan, #btn_doc {
    float: left;
}

.loan, .doc {
    width: 98%;
    border: none;
    outline: 0;
    background-color: #efefef;
    border: #efefef solid 1px;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-top: 5px;
    cursor: pointer;
    padding: 10px 0px 10px 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .loan:hover, .doc:hover, .tble_active {
        background-color: #333;
        border: #333 solid 1px;
        color: #fff !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

#loan, #doc {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*******Hosing loan Styles Ends**********/

/*******Terms Styles Starts**********/

.term_div {
    width: 98%;
    float: left;
    /* border: #ccc solid 1px; */
    padding: 1%;
    /* margin: 5px 0px; */
}

    .term_div p {
        width: 50%;
        float: left;
        font-weight: bold;
    }

    .term_div span {
        width: 50%;
        float: right;
    }

        .term_div span a {
            width: 100%;
            float: right;
            color: #fff;
            text-align: center;
            font-size: 16px;
            padding: 10px 0px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background: #8e2325; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOGUyMzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjOWUwNDJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMjMyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(-45deg, #8e2325 0%, #9e042a 51%, #8e2325 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8e2325), color-stop(51%,#9e042a), color-stop(100%,#8e2325)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(-45deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(-45deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(-45deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* IE10+ */
            background: linear-gradient(135deg, #8e2325 0%,#9e042a 51%,#8e2325 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e2325', endColorstr='#8e2325',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .term_div span a:hover {
                color: #fff;
                text-shadow: 2px 2px 2px #111;
                background: #9e042a; /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWUwNDJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOGUyMzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzllMDQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
                background: -moz-linear-gradient(-45deg, #9e042a 0%, #8e2325 50%, #9e042a 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#9e042a), color-stop(50%,#8e2325), color-stop(100%,#9e042a)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(-45deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(-45deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(-45deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* IE10+ */
                background: linear-gradient(135deg, #9e042a 0%,#8e2325 50%,#9e042a 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e042a', endColorstr='#9e042a',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

#trm_lstng {
    float: left;
}


/***********AD Slider********/
.marquee-btm-ad .js-marquee {
    margin-right: 0px !important;
}

.note {
    font-size: 12px;
    width: 90%;
    line-height: 30px;
}

.lnkclass {
    color: yellow;
}

.band {
    color: maroon;
    font-weight: bold;
}

.weblnk {
    font-size: 12px;
    float: left;
    margin-left: 50px;
    margin-bottom: 15px;
    color: blue;
}

.tellafrnd {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 605px;
    color: blue;
    width: 99%;
    color: blue;
}

.lnkclass {
    color: yellow;
}

.band {
    color: maroon;
    font-weight: bold;
}

.weblnk {
    font-size: 12px;
    float: left;
    margin-left: 50px;
    margin-bottom: 15px;
    color: blue;
}

.chkmail-text {
    font-size: 13px;
    font-weight: bold;
    width: 713px;
    color: darkgreen;
}

.sucessmsg {
    font-size: 13px;
    font-weight: bold;
    color: rgb(2, 108, 2);
    text-align: center;
    /* margin: 25px; */
    margin-top: 2px;
    /* background-color: #136621; */
    padding: 7px;
}

.sucessmsg1 {
    width: 96%;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: rgb(2, 108, 2);
    padding: 15px;
    margin-top: 2px;
}

.errmsg {
    font-size: 13px;
    font-weight: bold;
    color: red;
}

.tellafrnd {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 99%;
    color: blue;
}

.distbl {
    display: table;
}

.disrow {
    display: table-row;
}

.srchformat {
    color: gray;
    font-size: 11px;
    float: left;
    margin-left: 2px;
}
/**/
.txt_small {
    width: 16%;
    border: solid 1px #E4E4E4;
    float: left;
    text-align: right;
    padding: 5px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.addProp_control_wrapper {
    height: 30px;
    float: left;
    padding-top: 5px;
    width: 600px;
    border: solid 0px red;
}

.addProp_control_outer {
    border: dashed 1px #D4D1D1;
    background-color: #F5F5F5;
    width: 95%;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
}

.addProp_control_inner {
    float: left;
    width: 33%;
}

.lbl_addprop_details {
    float: left;
    width: 60%;
    font-size: 14px;
    padding-top: 6px;
}

.prop_lst_colon {
    vertical-align: top;
    padding-right: 3px;
}

.pro_head_new {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.prop_lst_smlimg {
    padding-left: 5px;
    color: black;
}


/******* Apartment Pages Styles **********/
#aprt_menu {
    width: 67%;
}

.anim_cont {
    float: right;
    width: auto;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 3px;
    background: #111;
    border-radius: 4px;
    padding: 7px 10px;
    text-align: left;
    text-shadow: 2px 1px 1px #111;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-name: myfirst;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);*/
}

@-webkit-keyframes myfirst {
    0% {
        background: #0b2969;
    }

    25% {
        background: #478d03;
    }

    50% {
        background: #9e8d02;
    }

    75% {
        background: #0b2969;
    }

    100% {
        background: #478d03;
    }
}

@keyframes myfirst {
    0% {
        background: #0b2969;
    }

    25% {
        background: #478d03;
    }

    50% {
        background: #9e8d02;
    }

    75% {
        background: #0b2969;
    }

    100% {
        background: #478d03;
    }
}

@-moz-document url-prefix() {
    .anim_cont {
        font-size: 13.4px;
        width: 29%;
        padding: 7px 4px 6px 8px;
        margin-top: 4px;
    }
}

.cont_inner {
    width: 100%;
    float: left;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.aprt_img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.aprt_tableimg {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

@media (min-width:568px) {
    .aprt_tableimg {
        width: auto !important;
    }
}

    .cont_inner .para {
        float: left;
    }

    .cont_inner p, .cont_inner .para {
        width: 100%;
    }

        .cont_inner p:last-child {
            margin-bottom: 5px;
        }

        .cont_inner p i {
            margin: 0px 6px 0px 9px;
            transform: rotate(180deg);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .cont_inner:hover i {
        /*transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);*/
        transform: rotate(360deg);
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .alert {
        color: red;
    }

        .alert strong {
            color: #000;
            font-size: 14px;
        }

    .cont_inner details {
        width: 100%;
        float: left;
        padding: 10px 0px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .cont_inner details summary:focus {
            outline: none;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .aprt_img1 {
        width: auto;
        margin-left: 97px;
    }

    .cnt_lft {
        width: 49% !important;
        float: left;
        padding-right: 1%;
    }

    .cnt_rght {
        width: 49% !important;
        float: right;
        padding-left: 1%;
        text-align: right;
    }

    .para .img-thumbnail {
        display: inline-block;
        height: auto;
        width: 31%;
        padding: 10px 4px;
        line-height: 1.428571429;
        background-color: #ffffff;
        border-radius: 4px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-bottom: 10px;
        text-align: center;
        background-color: #762123;
        color: #fff;
        font-weight: bold;
        font-size: 13px;
        text-shadow: 1px 1px 1px #111;
        box-shadow: 2px 3px 1px #2A2828;
    }

        .para .img-thumbnail:hover {
            box-shadow: none;
        }

    #paralink, #paralink a {
        width: 100%;
        color: #fff;
    }

    .cnt_lft1 {
        width: 66%;
        float: left;
    }

    .cnt_rght1 {
        width: 32%;
        float: right;
        text-align: right;
    }

        .cnt_rght1 .para p {
            background-color: #111;
            color: #fff;
            padding-top: 5px;
            border-bottom: 1px solid #fff;
            font-size: 12px;
            width: 96%;
            padding: 5px;
        }

        .cnt_rght1 > .para {
            display: block !important;
        }

    .aprt_img {
        width: 100% !important;
    }

    .aprt_img2 {
        width: 49%;
        float: left;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .aprt_img3 {
        width: 48%;
        float: left;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .cont_inner details summary {
        margin-bottom: 10px;
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .content_calc {
        line-height: 24px;
        border: solid 0px red;
        text-align: justify;
        font-family: Verdana;
        font-size: 12px;
        margin: 0 auto;
    }

    .sub {
        width: 97%;
        margin-left: 3%;
        margin-bottom: 0;
    }

        .sub b {
            font-size: 12px;
        }

    .plan_head {
        background-color: #762123;
        color: #fff;
        padding: 7px 0px 10px 0px;
        margin-bottom: 10px;
        text-shadow: 2px 2px 1px #111;
        border-bottom: 2px solid #111;
        cursor: pointer;
    }

    .hde {
        display: none;
    }

    .pay_lst {
        width: 50%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .pay_lst1 {
        width: 60%;
        margin: 0 auto;
        padding-top: 10px;
    }

        .pay_lst .para p, .pay_lst1 .para p {
            background-color: #2C2C2C;
            color: #FFFFFF;
            padding-top: 5px;
            border-bottom: 1px solid #fff;
            font-size: 14px;
            font-weight: bold;
            /*text-shadow: 2px 1px 1px #111;*/
        }

            .pay_lst .para p:nth-child(2n+2), .pay_lst1 .para p:nth-child(2n+2) {
                background-color: #4A4A4A;
            }

            .pay_lst .para p mark, .pay_lst1 .para p mark {
                background-color: transparent;
                color: #fff;
                /* padding: 10px 0px; */
                width: 80%;
                float: left;
            }

    .lastmrk {
        background-color: #75030B !important;
        padding: 10px 0px !important;
    }

    #avena_hme_img {
        width: 300px;
        float: left;
    }

    #avena_hme {
        width: 56%;
        margin-left: 3%;
    }


    /*************** Glory ****************/
    .content {
        width: 100%;
        line-height: 24px;
        border: solid 0px red;
        text-align: justify;
        font-family: Verdana;
        font-size: 12px;
        margin: 0 auto;
    }

    .con_head {
        font-size: 14px;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .smalltitle {
        padding-top: 0px;
        padding-left: 20px;
        margin: 0px;
        color: #762123;
        margin-top: 5px;
        font-weight: bolder;
    }

    .specification_li {
        margin-left: 50px;
        padding-right: 30px;
    }

    .sub_speci {
        margin-left: 70px;
    }

    .spec_subtitle {
        margin-left: 77px;
    }

    #tr_odd {
        border: solid 1px white;
        background-color: #CCC;
    }

    .tbl_areadetails_title {
        border-right: 1px solid white;
        border-top: 1px solid white;
        font-weight: bolder;
        font-family: Verdana;
        font-size: 14px;
        border-color: white;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 5px;
        text-align: center;
    }

    .an_smalltitle {
        color: #00F;
        font-size: 14px;
        font-weight: bold;
    }

    .an_title {
        color: #00F;
        padding: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .smalltit {
        padding-top: 0px;
        padding-left: 0px;
        margin: 0px;
        color: #762123;
        margin-top: 5px;
        font-weight: bolder;
        font-size: 14px;
    }

    /***** Video Style*******/
    #spn_video {
        margin: 0;
        padding: 0;
        height: 175px;
        margin-left: 33px;
    }

    #paaru_video {
        margin: 0;
        padding: 0;
        width: 240px;
        border: solid 2px #373737;
        float: right;
    }

    #r1block_video {
        margin: 0;
        padding: 0;
        width: 243px;
        height: 175px;
        margin-left: 33px;
    }

    .libold {
        margin-left: 35px;
        margin-top: 10px;
        color: #762123;
        font-weight: bolder;
        font-size: 14px;
    }

    /*----Ponnazhaki Apartments------*/
    .ancontent {
        line-height: 24px;
        border: solid 0px red;
        text-align: justify;
        font-family: Verdana;
        font-size: 12px;
        margin: 0 auto;
    }

    /*-----victory gardens------*/
    .tbl_areadetails_content {
        font-family: Verdana;
        font-size: 12px;
        font-weight: bolder;
    }

    .property_list_title {
        width: 460px;
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .calc_content {
        color: Maroon;
        padding: 0px 0px 0px 0px;
        font-family: Verdana;
        font-size: 13px;
    }

    /* Admin Pages Style */
    .pro_listing {
        float: left;
        background-color: #fff;
        padding: 5px;
        width: 99.1%;
        box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
        -webkit-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
        -moz-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
        -ms-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
        -o-box-shadow: 0px 0px 6px rgba(17, 17, 17, 0.13);
        border-radius: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    #sgn_type {
        margin-right: 10px;
        width: 18%;
    }

    #vistr_type, #apr_snd_mail {
        width: 100%;
        margin-top: 0px;
        height: 23px;
    }

    .signup_css {
        position: absolute;
        background-color: rgba(17, 17, 17, 0.42);
        width: 874px;
        height: 73px;
        z-index: 1;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
    }

        .signup_css h3 {
            font-weight: 500;
            text-align: center;
            /* margin-bottom: auto; */
            margin-top: 35px;
            color: #fff;
            font-size: larger;
            text-shadow: 2px 2px #5F585A;
        }

    #list_id {
        width: 20%;
    }

        #list_id input {
            width: 98%;
        }

    #act_type {
        width: 9%;
    }

    #lst_fld {
        margin-right: 0;
    }

        #lst_fld input {
            width: 99% !important;
        }

    .form-group-search_small1 .btn {
        width: 98% !important;
        margin-top: 8px;
        height: 30px;
    }


    #frmUnsubscribe .para {
        width: 100%;
    }

        #frmUnsubscribe .para table {
            margin-left: 186px;
        }

    .search-asd img {
        width: 100%;
    }


    .number {
        text-align: right;
    }

    /*404 PAGE DESIGN*/

    #errorboxoutline {
        border: 1px solid #CCCCCC;
        font-size: 12px;
        text-align: justify;
        float: left;
    }

    #errorboxheader {
        background: #9B0428;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        text-shadow: 0px 2px 1px rgba(26, 25, 25, 0.44);
        border-bottom: 2px solid #6D0305;
        float: left;
        width: 100%;
        margin-bottom: 5px;
        font-family: calibri;
        padding: 3px 0px 5px 0px;
    }

    #errorboxbody {
        width: 96.1%;
        float: left;
        font-family: calibri;
        text-align: left;
        padding: 10px 15px;
    }

        #errorboxbody p {
            width: 100%;
            float: left;
        }

        #errorboxbody ol, #errorboxbody ul {
            float: left;
            width: 100%;
            margin-left: 50px;
            padding: 10px 0px;
        }

            #errorboxbody ol li {
                line-height: 20px;
            }

    #techinfo {
        float: left;
        font-family: helvetica, arial, sans-serif;
        width: 97%;
        margin: 10px 0px;
        padding: 15px 10px;
        text-align: left;
        border: 1px solid #C3C3C3;
        color: #CCCCCC;
    }

        #techinfo p {
            color: #CCCCCC;
        }


    /* Property Edit Page Styles */
    #porp_edit {
        width: 100%;
        border: 1px solid #ccc;
        float: left;
        padding-bottom: 10px;
        background-color: #FCFCFC;
    }

        #porp_edit form {
            width: 98%;
            margin-left: 2%;
            float: left;
        }

        #porp_edit h2 {
            text-align: left;
            background-color: #111;
            color: #fff;
            padding: 10px 0px 10px 10px;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

            #porp_edit h2 span, .buyprop h2 span {
                float: right;
                margin-right: 10px;
                margin-left: 10px;
            }

        #porp_edit form .edit_prop_controls {
            width: 50%;
            float: left;
        }

    .chck_nw {
        padding: 1px 0px;
        margin-top: -7px;
    }

        .chck_nw .control-labe {
            font-size: 12px;
            /* float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    margin-left: 5px;*/
        }

    .padi_check {
        margin-left: -36%;
    }

    .is_paidcheck {
        font-size: 12px;
        float: left;
        font-size: 12px;
        font-weight: bold;
        margin-top: -17px;
        margin-left: 20px;
    }

    .userdet_listing label {
        width: auto;
        float: left;
        font-size: 12.8px;
        font-weight: bold;
        padding-bottom: 5px;
    }

    #porp_edit form .edit_prop_controls .form-control {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        width: 92%;
        max-width: 95%;
        resize: vertical;
    }

    #porp_edit form .edit_prop_controls .form-group select {
        width: 100%;
        margin-bottom: 8px;
    }

    .userdet_listing .control-float {
        float: left;
    }

    .userdet_listing .field1 {
        width: 46% !important;
    }

    .userdet_listing .field-validation-error {
        /*display: inline-table !important;
    margin-left: 120px !important;*/
        display: inline-table !important;
        /*padding-right: 24px !important;*/
        text-align: left;
        float: right;
    }

    .lbl_ful {
        width: 100% !important;
    }

    .userdet_listing select {
        /*margin-left: 9px;*/
    }

    #porp_edit form .distbl, #sell_free .distbl {
        width: 100%;
        float: left;
    }

        #porp_edit form .distbl .distbl_lft, #porp_edit form .distbl .distbl_rgt, #sell_free form .distbl .distbl_lft, #sell_free form .distbl .distbl_rgt {
            width: 49%;
            float: left;
        }

    #porp_edit form .edit_prop_controls .distbl_lft select, #porp_edit form .edit_prop_controls .distbl_rgt select, #sell_free form .edit_prop_controls .distbl_lft select, #sell_free form .edit_prop_controls .distbl_rgt select {
        width: 95% !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

    #porp_edit form .edit_prop_controls .distbl_lft .form-control, #porp_edit form .edit_prop_controls .distbl_rgt .form-control, #sell_free form .edit_prop_controls .distbl_lft .form-control, #sell_free form .edit_prop_controls .distbl_rgt .form-control {
        width: 88%;
    }

    #porp_edit form .disrow {
        display: table-row;
    }

    .edit_prop_controls .addProp_control_outer {
        width: 91%;
        padding: 10px 8px;
    }

        .edit_prop_controls .addProp_control_outer .addProp_control_inner {
            width: 33%;
        }

            .edit_prop_controls .addProp_control_outer .addProp_control_inner .lbl_addprop_details {
                width: 75%;
                /*font-size: 15px;*/
            }

            .edit_prop_controls .addProp_control_outer .addProp_control_inner .txt_small {
                width: 16%;
                float: left;
                text-align: right;
                padding: 5px 0px 5px 6px;
            }

    .prop_edit_btn {
        width: 97.6%;
        float: left;
        margin: 0px 0px 2px 0px;
    }

        .prop_edit_btn input:first-child {
            margin-left: 20px;
        }

    .prop_img {
        width: 338px;
        margin-top: 10px;
    }

    .agree {
        font-size: 14px;
    }

    .chck_sign_edt {
        margin-top: 25px;
    }

    #sell_free .title_small {
        font-size: 13px;
    }

    .fnt_sml {
        width: 100%;
        float: left;
        font-size: 12px;
        font-weight: bold;
    }

    .btn_pst_edt {
        float: right;
    }

    #chkAgree {
        margin-top: 1px;
        float: left;
        margin-right: 5px;
        height: auto;
    }

    /* Contact Page Style Starts */
    #loader {
        float: left;
    }

        #loader .loader_img {
            background-color: rgba(17, 17, 17, 0.64);
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            margin: 0 auto;
            right: 0;
            left: 0;
            z-index: 99999;
            display: none;
        }

            #loader .loader_img img {
                position: absolute;
                left: 45%;
                top: 45%;
                border-radius: 10px;
                border: 2px solid #A8A8A8;
            }

    /* Contact Page Style */
    .cont_frm {
        width: 40%;
        float: left;
        padding-left: 2.3%;
        margin-top: 8px;
    }

        .cont_frm label {
            float: left;
            font-weight: bold;
            margin-bottom: 3px;
            display: block;
            width: 100%;
        }

    #recp_stle {
        float: left;
        width: 98.5%;
        margin-top: -14px;
    }

        #recp_stle img {
            float: left;
            width: 254px;
        }

    .refresh {
        float: left;
        margin-top: 46.5px;
        padding: 7px 11px;
        border: 1px solid #ECE8E8;
        cursor: pointer;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    }

        .refresh i {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
        }

        .refresh:hover i {
            transform: rotate(178deg);
            -moz-transform: rotate(178deg);
            -webkit-transform: rotate(178deg);
            -ms-transform: rotate(178deg);
            -o-transform: rotate(178deg);
        }

    .cont_btn {
        width: 98.6%;
        float: left;
        margin: 0px 0px 2px 0px;
    }

        .cont_btn input:first-child {
            margin-left: 20px;
        }

    #googleMap {
        height: 477px !important;
    }
    /* Contact Page Style Ends */

    #IsClosed {
        width: auto;
    }

    .Is_check {
        width: auto;
    }

    .tp_spce {
        margin-top: 5px;
    }

    .is_check_paid {
        font-size: 12px;
        /*float: left; */
        font-size: 12px;
        font-weight: bold;
        margin-left: -28px;
    }

    .amo_is _paid {
        margin-top: -5%;
    }
    /* Rentin Prop Post */
    #sell_free .edit_prop_controls {
        width: 50%;
    }

    .edit_prop_controls p {
        font-size: 12px;
    }

    .categ_img {
        width: 96%;
        float: left;
        margin-top: 10px;
    }

    .edit_image {
        height: 84px !important;
    }

    .tle {
        font-style: normal;
        background-color: #111;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
    }

    #login_cont .errormessage {
        color: red;
        margin-left: 223px;
        display: block;
    }

    .lft_spce {
        margin-left: 10px;
    }

    .galry_btn {
        background-color: #940423;
        color: #fff;
        padding: 7px 10px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        float: right;
    }

        .galry_btn:hover {
            background-color: #111;
        }

    .error {
        color: red;
        font-size: 12px;
    }


    /*#re_cap {
    width: 67% !important;
    height: 41px !important;
    margin-top: 37px !important;
}*/

    /*.rc-anchor-normal {
    height: 40px !important;
    width: 45px !important;
}*/
    #socialform {
        display: block;
    }

        #socialform iframe .rc-anchor-normal-footer {
            float: left !important;
        }

        #socialform .rc-anchor-light {
            background: #f9f9f9 !important;
            border: 1px solid #d3d3d3 !important;
            color: #000 !important;
        }

        #socialform .rc-anchor-normal {
            height: 51px !important;
            width: 13px !important;
        }

        #socialform .rc-anchor {
            border-radius: 1px !important;
            box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08) !important;
            -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08) !important;
            -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.08) !important;
        }

    .cap_img {
        width: 108px;
        margin-top: 7px;
    }

    .subrefresh {
        float: left;
        margin-top: 46.5px;
        padding: 7px 11px;
        border: 1px solid #ECE8E8;
        cursor: pointer;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    }

        .subrefresh i {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
        }

        .subrefresh:hover i {
            transform: rotate(178deg);
            -moz-transform: rotate(178deg);
            -webkit-transform: rotate(178deg);
            -ms-transform: rotate(178deg);
            -o-transform: rotate(178deg);
        }

    .signup-home {
        width: 91%;
        float: left;
        margin-left: 5%;
        margin-top: 6px;
    }

        .signup-home .signupmail {
            width: 94%;
            padding: 3%;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 4px;
            float: left;
            border: #ccc solid 1px;
            font-size: 13px;
        }

        .signup-home .signupnum {
            width: 94%;
            float: left;
            padding: 3%;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 4px;
            float: left;
            border: #ccc solid 1px;
            font-size: 13px;
        }

    .signupcaptcha {
        width: 94%;
        float: left;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        float: left;
        border: #ccc solid 1px;
        font-size: 13px;
    }

    .signupbtn {
        width: 28%;
        float: right;
        padding: 2.2% 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        border: #ccc solid 1px;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #efefef 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#efefef 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#efefef 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
        outline: 0;
        font-weight: bold;
        font-size: 14px;
        margin-top: 15px;
        cursor: pointer;
        text-shadow: 0px 2px 0px #DDDDDD;
    }

        .signupbtn:hover {
            background: #efefef; /* Old browsers */
            background: -moz-linear-gradient(top, #efefef 2%, #ffffff 100%, #ffffff 102%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#efefef), color-stop(100%,#ffffff), color-stop(102%,#ffffff)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #efefef 2%,#ffffff 100%,#ffffff 102%); /* IE10+ */
            background: linear-gradient(to bottom, #efefef 2%,#ffffff 100%,#ffffff 102%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        }

    .signupbtn {
        /*position: absolute;
    right: 7px;
    bottom: 10px;*/
        /* position: absolute; */
        /* right: 0; */
        /* top: 0; */
        /* margin: 0; */
        margin: 5px 5px;
    }

    .signrefresh {
        float: right;
        margin-top: 26.5px;
        padding: 3px 7px;
        border: 1px solid #ECE8E8;
        cursor: pointer;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
        margin-right: 5px;
    }

    .signcaptcha {
        margin-right: :0px;
        width: 87%;
        padding: 3%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 5px;
        border: #ccc solid 1px;
        font-size: 13px;
        margin-left: 5px;
    }

    .form-control-cap {
        margin-bottom: 0px;
    }

    .full_wdthh {
        width: 100%;
        float: left;
        position: relative;
    }

    #captcha_fled .rc-anchor-normal .rc-anchor-pt {
        right: 60px;
    }

    /*.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}*/
    .map_frame {
        width: 100%;
        height: 480px;
    }

    .pl-0 {
        padding-left: 0 !important;
    }

    .frm_captcha .field-validation-error {
        margin-top: 0;
    }

    .cont_frm_cont {
        width: 47%;
        float: left;
        padding-left: 2.3%;
        margin-top: 8px;
    }

    .va_btm {
        vertical-align: bottom;
    }

    .w-100 {
        width: 100%;
        float: left;
    }

    .w_100_import {
        width: 100% !important;
        float: left;
    }

    .requrd {
        position: relative;
    }

        .requrd:after {
            position: absolute;
            content: "*";
            font: 11px/15px "tahoma", Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: red;
            padding-left: 2px;
        }

    select.error, input.error {
        color: #000;
    }

    .post_hgt {
        height: 86px;
    }

    img#imgPreview[src=""] {
        display: none;
    }

    input[type="hidden" i] {
        display: none;
        -webkit-appearance: initial;
        background-color: initial;
        cursor: default;
        padding: initial;
        border: initial;
    }

    #GCaptcha.fld_hddn {
        visibility: hidden;
        max-width: 0%;
        width: 0%;
        padding: 0;
        height: 0%;
        line-height: 0px;
        font-size: 0px;
        border: none;
        float: left;
    }

    select.form-control {
        height: 36px;
    }

    .w-44 {
        width: 44%;
        float: left;
    }

    .boox {
        background-color: #f5f078;
        color: #9c0828;
        padding: 9px;
        padding-bottom: 0;
        border: 1px solid #cecccc;
        padding-top: 5px;
    }

        .boox h3 {
            font-size: 15px;
            text-decoration: underline;
            margin-bottom: 3px;
        }

        .boox p b {
            font-size: 15px;
        }

    .mb_0 {
        margin-bottom: 0 !important;
    }

    .mb_10 {
        margin-bottom: 10px !important;
    }


    /* Magnific Popup CSS */
    .mfp-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1042;
        overflow: hidden;
        position: fixed;
        background: #0b0b0b;
        opacity: 0.8;
    }

    .mfp-wrap {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1043;
        position: fixed;
        outline: none !important;
        -webkit-backface-visibility: hidden;
    }

    .mfp-container {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 0 8px;
        box-sizing: border-box;
    }

        .mfp-container:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

    .mfp-align-top .mfp-container:before {
        display: none;
    }

    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045;
    }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
        width: 100%;
        cursor: auto;
    }

    .mfp-ajax-cur {
        cursor: progress;
    }

    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -moz-zoom-out;
        cursor: -webkit-zoom-out;
        cursor: zoom-out;
    }

    .mfp-zoom {
        cursor: pointer;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }

    .mfp-auto-cursor .mfp-content {
        cursor: auto;
    }

    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .mfp-loading.mfp-figure {
        display: none;
    }

    .mfp-hide {
        display: none !important;
    }

    .mfp-preloader {
        color: #CCC;
        position: absolute;
        top: 50%;
        width: auto;
        text-align: center;
        margin-top: -0.8em;
        left: 8px;
        right: 8px;
        z-index: 1044;
    }

        .mfp-preloader a {
            color: #CCC;
        }

            .mfp-preloader a:hover {
                color: #FFF;
            }

    .mfp-s-ready .mfp-preloader {
        display: none;
    }

    .mfp-s-error .mfp-content {
        display: none;
    }

    button.mfp-close,
    button.mfp-arrow {
        overflow: visible;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        box-shadow: none;
        touch-action: manipulation;
    }

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: 0.65;
        padding: 0 0 18px 10px;
        color: #FFF;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace;
    }

        .mfp-close:hover,
        .mfp-close:focus {
            opacity: 1;
        }

        .mfp-close:active {
            top: 1px;
        }

    .mfp-close-btn-in .mfp-close {
        color: #333;
    }

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        color: #FFF;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%;
    }

    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #CCC;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }

    .mfp-arrow {
        position: absolute;
        opacity: 0.65;
        margin: 0;
        top: 50%;
        margin-top: -55px;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: transparent;
    }

        .mfp-arrow:active {
            margin-top: -54px;
        }

        .mfp-arrow:hover,
        .mfp-arrow:focus {
            opacity: 1;
        }

        .mfp-arrow:before,
        .mfp-arrow:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 0;
            top: 0;
            margin-top: 35px;
            margin-left: 35px;
            border: medium inset transparent;
        }

        .mfp-arrow:after {
            border-top-width: 13px;
            border-bottom-width: 13px;
            top: 8px;
        }

        .mfp-arrow:before {
            border-top-width: 21px;
            border-bottom-width: 21px;
            opacity: 0.7;
        }

    .mfp-arrow-left {
        left: 0;
    }

        .mfp-arrow-left:after {
            border-right: 17px solid #FFF;
            margin-left: 31px;
        }

        .mfp-arrow-left:before {
            margin-left: 25px;
            border-right: 27px solid #3F3F3F;
        }

    .mfp-arrow-right {
        right: 0;
    }

        .mfp-arrow-right:after {
            border-left: 17px solid #FFF;
            margin-left: 39px;
        }

        .mfp-arrow-right:before {
            border-left: 27px solid #3F3F3F;
        }

    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .mfp-iframe-holder .mfp-content {
            line-height: 0;
            width: 100%;
            max-width: 900px;
        }

        .mfp-iframe-holder .mfp-close {
            top: -40px;
        }

    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
    }

        .mfp-iframe-scaler iframe {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            background: #000;
        }

    /* Main image in popup */
    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        box-sizing: border-box;
        padding: 40px 0 40px;
        margin: 0 auto;
    }

    /* The shadow behind the image */
    .mfp-figure {
        line-height: 0;
    }

        .mfp-figure:after {
            content: '';
            position: absolute;
            left: 0;
            top: 40px;
            bottom: 40px;
            display: block;
            right: 0;
            width: auto;
            height: auto;
            z-index: -1;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            background: #444;
        }

        .mfp-figure small {
            color: #BDBDBD;
            display: block;
            font-size: 12px;
            line-height: 14px;
        }

        .mfp-figure figure {
            margin: 0;
        }

    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto;
    }

    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #F3F3F3;
        word-wrap: break-word;
        padding-right: 36px;
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }

    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer;
    }

    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
        /**
       * Remove all paddings around the image on small screen
       */
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0;
        }

        .mfp-img-mobile img.mfp-img {
            padding: 0;
        }

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0;
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px;
        }

        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, 0.6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            box-sizing: border-box;
        }

            .mfp-img-mobile .mfp-bottom-bar:empty {
                padding: 0;
            }

        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px;
        }

        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, 0.6);
            position: fixed;
            text-align: center;
            padding: 0;
        }
    }

    @media all and (max-width: 900px) {
        .mfp-arrow {
            -webkit-transform: scale(0.75);
            transform: scale(0.75);
        }

        .mfp-arrow-left {
            -webkit-transform-origin: 0;
            transform-origin: 0;
        }

        .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            transform-origin: 100%;
        }

        .mfp-container {
            padding-left: 6px;
            padding-right: 6px;
        }
    }

    .video_page .plot_video {
        width: 100%;
    }
    /*Agriculture Land - 2020*/
    #agri_video {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #agri_btn {
        width: 300px;
        float: left;
        padding: 9px 10px;
        text-align: center;
        background-image: none;
        background-color: #850617;
        text-shadow: none;
        color: #fff;
        border: none;
        border-radius: 3px;
    }

    .varum_house figcaption {
        display: block;
        padding-bottom: 20px;
        width: 100%;
        float: left;
        color: #313131;
        font-size: 16px;
        padding-top: 7px;
        font-weight: 600;
    }

    @media (max-width:1025px) and (min-width:100px) {
        .col-lg-6 {
            float: left;
            width: 45%;
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    .t_style {
        font-size: 12px;
        line-height: 21px;
    }

    .cont_head.w75 {
        width: 75%;
    }

    .btn_backtodirectoryhome.w25 {
        width: 25%;
    }

    div.table_scroll {
        overflow-x: auto;
        width: 100%;
        float: left;
    }

    /*Responsive Design Style*/
    @media (max-width:1199px) and (min-width:1000px) {
        .container {
            width: 98%;
        }

        .left-content {
            width: 28%;
        }

        .right-content {
            width: 71%;
        }
    }

    @media (max-width:999px) and (min-width:881px) {

        .left-content {
            width: 26%;
        }

        .right-content {
            width: 73%;
        }
    }

    .ptb-10 {
        padding: 10px 0;
    }

    .pb-10 {
        padding-bottom: 10px;
    }

    #spcltrain td:nth-child(2n),
    #spcltrain td:nth-child(4n) {
        text-align: center;
    }

    #spcltrain td:nth-child(1n),
    #spcltrain td:nth-child(5n) {
        text-align: right;
    }
    /*.signup-home .signupmail.error,
.signup-home .signupmail:focus-visible{
    border-color: #d92526 !important;
    border-width: 2px !important;
}*/
    #socialform label.error {
        padding: 4px 0;
        width: 100%;
        float: left;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
