@import url(//fonts.googleapis.com/css?family=Open+Sans:700,300,400);
.ezfc-theme-slick {
	font-family: 'Open Sans', sans-serif
}

.ezfc-theme-slick .ezfc-element {
	padding-top: 0;
	padding-bottom: 1.3em
}

.ezfc-theme-slick .ezfc-label {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: .75em .75em .75em 0;
	text-align: left;
	font-family: Roboto Slab;
	color: #777777;
}

.ezfc-theme-slick .ezfc-label1 {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: .75em .75em 0 0;
	text-align: left;
	font-family: Roboto Slab;
	color: #777777;
}

.border-calc1 {
	content: "";
	display: block;
	border-top: solid 1px rgba(211,211,211,0.6);
	width: 223px;
	height: 1px;
	position: absolute;
	top: -82px;
	left: 140px;
	z-index: 1;
}

.border-calc2{
	content: "";
	display: block;
	border-top: solid 1px rgba(211,211,211,0.6);
	width: 206px;
	height: 1px;
	position: absolute;
	top: 25px;
	left: 157px;
	z-index: 1;
}

.border-calc3{
	content: "";
	display: block;
	border-top: solid 1px rgba(211,211,211,0.6);
	width: 173px;
	height: 1px;
	position: absolute;
	top: 138px;
	left: 190px;
	z-index: 1;
}

.shape-text  a {

	color: #40b6e1;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	display: block;
	padding-top: 15px;
}

.shape-text  a:hover {


	text-decoration: underline;
}



.ezfc-theme-slick .ezfc-element-input,
.ezfc-theme-slick .ezfc-element-numbers,
.ezfc-theme-slick .ezfc-element-select,
.ezfc-theme-slick .ezfc-element-textarea {
	border: 0;
	background-color: #efefef;
	color: #666;
	padding: .5em 1em;
	width: 100%
}

.ezfc-theme-slick .ezfc-element-select {
	padding: .8em 1em
}

.ezfc-theme-slick .ezfc-element-checkbox,
.ezfc-theme-slick .ezfc-element-checkbox-text,
.ezfc-theme-slick .ezfc-element-radio,
.ezfc-theme-slick .ezfc-element-radio-text {
	display: inline-block;
	color: #777;
	font-weight: 400;
}

.ezfc-theme-slick .ezfc-element-checkbox-input,
.ezfc-theme-slick .ezfc-element-radio-input {
	margin: 0 .5em .2em 1em
}

.ezfc-theme-slick .ezfc-element-daterange {
	width: 49%;
	display: inline-block;
}

.ezfc-theme-slick .ezfc-element-daterange-from {
	margin-right: 0%;
	border: 1px solid lightgray;
	border-top-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0px;
}

.ezfc-theme-slick .ezfc-element-daterange-to {
	margin-left: 0%;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-top-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 3px;
}

.ezfc-theme-slick .ezfc-element-wrapper-image img {
	max-width: 100%
}

.ezfc-theme-slick .ezfc-element-wrapper-subtotal .ezfc-text {
	font-size: 1.5em;
	padding: .5em
}

.ezfc-theme-slick .ui-spinner {
	border: 0;
	border-radius: 0;
	width: 100%
}

.ezfc-theme-slick .ui-spinner-input {
	font-family: "Open Sans", sans-serif;
	font-size: .9em;
	font-weight: 300;
	margin: 0
}

.ezfc-theme-slick .ezfc-price {
	/*display: inline-block;*/
	/*font-size: 1.75em;*/
	/*font-weight: 700;*/
	/*padding: .5em*/
	display: inline-block;
	font-size: 1.75em;
	font-weight: 700;
	padding: .35em;
	left: 500px;
	bottom: 120px;
	position: absolute;
	width: 500px;
	background: #edeef0;
	text-align: center;
	font-family: 'Roboto Slab';
	border-radius: 5px;
	border: 1px solid #00b7e3;
	display: none;
	
}

.ezfc-theme-slick .ezfc-element-price {
	font-style: italic
}

.ezfc-theme-slick .ezfc-btn,
.ezfc-theme-slick .ezfc-step-button {
	background: #00b7e3;
    border-radius: 0px;
    border: 1px solid #00b7e3;
    height: 50px;
    width: 97.5%;
    /* width: 100%; */
    color: #FFF;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    padding: 13px 30px 13px 30px;
    transition: all .3s ease-in-out;
    /* position: absolute; */
    /* bottom: 15px; */
    left: 10px;	
	margin-bottom: 15px;
	overflow-x: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
	.ezfc-theme-slick .ezfc-btn, .ezfc-theme-slick .ezfc-step-button {
		min-width: 97%;
	}
}
@media (max-width: 425px) {
	.ezfc-theme-slick .ezfc-btn, .ezfc-theme-slick .ezfc-step-button {
		min-width: 92%;
		padding: 13px 30px 13px 7%;
		left: 5px;
	}
}
@media (max-width: 375px) {
	.ezfc-theme-slick .ezfc-btn, .ezfc-theme-slick .ezfc-step-button {
		min-width:  90%;
		font-size: 12px;
	    padding: 13px 30px 13px 10%;
	}
}
@media (max-width: 320px) {
	.ezfc-theme-slick .ezfc-btn, .ezfc-theme-slick .ezfc-step-button {
		min-width:  88%;
		
	}
}

.ezfc-theme-slick .ezfc-btn:hover,
.ezfc-theme-slick .ezfc-step-button:hover {

	background: transparent;
	color: #00b7e3;
	border: 1px solid #00b7e3;
}

.ezfc-theme-slick .ezfc-success-text {
	display: none;
	/* position: relative; */
    top: 20px;
    padding: 20px;
	color: #00b7e3;
    font-size: 21px;
    background: #eee;
}

.ezfc-theme-slick .ezfc-required-char {
	/* color: red */
	color: #777;
}

.ezfc-theme-slick input.ezfc-element-fileupload {
	margin: .5em 0
}

.ezfc-theme-slick .ezfc-fileupload-message {
	padding: .5em 0
}

.ezfc-theme-slick .ezfc-upload-button {
	border: 0;
	margin: .5em 0;
	padding: .5em 1em;
	background-color: #efefef;
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.ezfc-theme-slick .ezfc-upload-button:hover {
	background-color: #fcfcfc;
	color: #737373
}

.ezfc-theme-slick .ezfc-element .fa {
	color: #666;
	display: none;
}

.ezfc-theme-slick ::-webkit-input-placeholder {
	color: #aaa;
	font-style: italic
}

.ezfc-theme-slick :-moz-placeholder {
	color: #aaa;
	font-style: italic
}

.ezfc-theme-slick ::-moz-placeholder {
	color: #aaa;
	font-style: italic
}

.ezfc-theme-slick :-ms-input-placeholder {
	color: #aaa;
	font-style: italic
}

.ezfc-theme-slick .ezfc-step-indicator-item {
	background-color: #efefef;
	color: #666
}

.ezfc-theme-slick .ezfc-step-indicator-item:before {
	border-color: #efefef;
	border-left-color: transparent
}

.ezfc-theme-slick .ezfc-step-indicator-item:after {
	border: 15px solid transparent;
	border-left-color: #efefef
}

.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active {
	background-color: #1C91E9;
	color: #fff
}

.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active:before {
	border-color: #1C91E9;
	border-left-color: transparent
}

.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active:after {
	border-left-color: #1C91E9
}

.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover {
	background-color: #4aa8ee;
	border-color: #4aa8ee;
	color: #fff;
	text-decoration: none
}

.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:before {
	border-color: #4aa8ee;
	border-left-color: transparent
}

.ezfc-theme-slick .ezfc-step-indicator-item.ezfc-step-indicator-item-active:hover:after {
	border-left-color: #4aa8ee
}

.ezfc-placeholder {
	color: #aaa;
	font-style: italic
}

.ezfc-hover-lighten:hover {
	background-color: #fcfcfc;
	color: #737373
}

.ezfc-element-daterange-container {

	margin-top: 6px;
	margin-left: 14px;

}

.ezfc-price-wrapper-element .ezfc-label {display:none}



