
        /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('/public/assets_main/img/sliders/a17.png') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }

        .elegantletter{
        	font-family: 'Noto Serif', serif;
        	font-size: 1.2em;
    		background-color: #333;
        	text-transform: uppercase;
        	text-rendering: optimizeLegibility;
    		color: #fff;;
    		letter-spacing: .1em;
		    text-shadow: -1px -1px 1px #111, 2px 2px 1px #363636;
		    background-color: rgba(51, 51, 51, 0.6);
        }

        .elegantsubtitle{
        	font-size: 1em;
        }

        .button_search{
        	width: 110px !important;
        	height: 18px !important;
        	padding: 5px 15px !important;
        	margin-bottom: 0px !important;
        	margin-top: 0px !important;
        	border: .5px solid #fff !important;
        	font-size: .4em;
    		letter-spacing: .1em;
		    font-family: Arial;
    		background-color: #fc0303;
    		color: #fff;
        	text-transform: uppercase;
        }

        .button_search:after,
        .button_search:active,
		.button_search:focus,
		.button_search:hover{
    		background-color: #fff;
    		color: #fc0303;
        	border: .5px solid #fc0303 !important;
        }
        .select_property,
        .select_property:after,
        .select_property:active,
		.select_property:focus,
		.select_property:hover,
		.select_city,
        .select_city:after,
        .select_city:active,
		.select_city:focus,
		.select_city:hover{
        	width: 110px !important;
        	height: 18px !important;
		    background-color: rgba(51, 51, 51, 0.6);
		    color: #fff;
		    font-family: Arial;
		    margin-bottom: 8px;
			margin-top: 0;
			padding: 0;
			border: #fff 0.5px solid;
        	font-size: 0.4em;
        }

        .property_type_option,
        .property_type_option:after,
        .property_type_option:active,
        .property_type_option:focus,
        .property_type_option:hover{
        	font-size: 2.5em;
        }

        .property_city_option,
        .property_city_option:after,
        .property_city_option:active,
        .property_city_option:focus,
        .property_city_option:hover{
        	font-size: 2.5em;
		}
