/*------------------------------------*\
	Template Name: Constructive one page html template with page builder
	Date: August 2015
	Description: One page html template.
	Version: 1.0.0
	Author: codeliono

	@import "../bootstrap/css/bootstrap-slider.css";

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



@import "https://listingprowp-en.b-cdn.net/bootstrap/css/bootstrap.css";
@import "https://listingprowp-en.b-cdn.net/css/style.min.css";


@import "https://listingprowp-en.b-cdn.net/css/font-awesome.css";
@import "https://listingprowp-en.b-cdn.net/css/responsive.css";
.lp-qoute-free-parent {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 0;
    margin: 0;
	 z-index: 99999999;
    display: inline;
    background-color: #83b541;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(50%,-50%,0) rotate(270deg) translateY(-50%);
    transform: translate3d(50%,-50%,0) rotate(270deg) translateY(-50%);
}
.lp-qoute-free {
    letter-spacing: .010em;
    border-radius: 3px;
    box-sizing: border-box;
    color: currentColor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
    border: 0;
    display: inline-block;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    margin: 6px 8px;
    line-height: 36px;
    min-height: 36px;
    background: 0 0;
    white-space: nowrap;
    min-width: 88px;
	
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    overflow: hidden;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    padding: 8px 13px;
    display: block;
       color: #fff !important;
    margin: 0;
    font-size: 14px;
    text-transform: none;
    line-height: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}
.lp-qoute-free-parent.services {
    top: 70%;
    background-color: #DB4C20;
}