body.fcb-modal-open {
	overflow: hidden
}

i.fcb-icons {
	color: #fff;
	position: relative;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: color .2s ease, background-color .2s ease, transform .3s ease;
	border: 3px solid;
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 80px;
	width: 80px;
	z-index: 100000000
}

i.fcb-icons:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	transition: all .3s ease;
	border: 0 solid
}

i.fcb-icons:hover:after {
	transform: scale(1);
	box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23)
}

i.fcb-icons {
	background-color:#1a508e !important;
	border-color:#1a508e !important;
}

i.fcb-icons:hover {
	color:#1a508e !important;
}

i.fcb-icons:after {
	border-color:#1a508e !important;
}

i.fcb-icons:hover {
	background-color: #fff;
	transform: rotate(90deg);
	cursor: pointer;
	box-shadow: none
}

i.fcb-icons:hover span {
	margin-right: -2px
}

@media ( min-width: 601px) {
	i.fcb-icons {
		padding: 5px
	}
}

@media ( min-width: 993px) {
	i.fcb-icons {
		padding: 5px
	}
}

i.fcb-icons span {
	font-size: 55px;
	display: table-cell;
	padding: 5px
}

#fcb-modal-container {
	margin: 0 auto
}

#fcb-modal {
	opacity: 0;
	position: fixed;
	visibility: hidden;
	width: 600px;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	z-index: 1000000000;
	border-radius: 0
}

#fcb-modal:target {
	opacity: 1;
	top: 12%;
	left: 50%;
	margin-left: -300px;
	visibility: visible
}

#fcb-modal .fcb-footer {
	border: none;
	padding: 10px 0;
	color: #fff;
	position: absolute;
	top: -29px;
	right: 0px;
}

.fcb-modal-content div.wpcf7-mail-sent-ok{color:green!important;}

#fcb-modal .copy,
#fcb-modal .header {
	padding: 10px;
	color: #fff
}

.fcb-modal-content {
	background: #fff;
	position: relative;
	z-index: 20;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	padding: 3px 20px 5px;
	box-shadow: 2.5px 4.33px 50px 0 rgba(0, 0, 0, 0.3);
}

.fcb-modal-content p {
	margin: 0 0 5px!important 
}

#fcb-modal .copy {
	background: #46CFB0
}

#fcb-modal .overlay {
	background-color: #000;
	background: rgba(255, 255, 255, .8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

#fcb-modal label {
	font-weight: 400;
	font-size: 14px;
	width: 100%
}

#fcb-modal input {
	font-size: 14px;
	color: #666;
	background: #fff;
	background-image: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 100%
}

#fcb-modal textarea {
	height: 79px;
	font-size: 14px;
	color: #666;
	background: #fff;
	background-image: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 100%
}

#fcb-modal input[type="submit"] {
	border: 1px solid #000;
	height: 47px;
	padding: 3px 14px;
	text-transform: uppercase;
	background-color: transparent;
	color: #000;
	height: 47px;
	font-weight: 600
}

#fcb-modal input[type="submit"]:hover {
	border: 1px solid #1a508e;
	padding: 3px 14px;
	text-transform: uppercase;
	background-color: #1a508e;
	color: #fff;
	font-weight: 400
}

#fcb-modal input[type="radio"],
#fcb-modal input[type="checkbox"] {
	width: 5%;
	margin-right: .5em;
	height: 0;
	float: left
}

#fcb-modal .fcb-footer-close {
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	border: 2px solid #666;
	border-radius: 50%
}

#fcb-modal .fcb-footer-close a:hover {
	color: #000
}

#fcb-modal .fcb-close {
	color: #666
}

#fcb-modal .fcb-close:hover {
	color: #000
}

#fcb-modal form {
	margin: 1.5em 0 -10px
}

@media only screen and ( min-width: 651px) and ( max-width: 1024px) {
	#fcb-modal {
		width: 350px!important
	}
	#fcb-modal:target {
		margin-left: -175px!important
	}
}

@media only screen and ( max-width: 650px) {
	#fcb-modal {
		width: 90%;
		min-width: 90%
	}
#fcb-modal .fcb-footer{    top: -5px;}	
.fcb-modal-content{    padding: 32px 29px;}
	#fcb-modal:target {
		top: 5%;
		left: 5%;
		margin-left: unset!important
	}
	.fcb-modal-content {
		overflow-y: hidden
	}
	i.fcb-icons {
		height: 65px;
		width: 65px
	}
	i.fcb-icons span {
		font-size: 40px
	}
	#fcb-modal .copy,
	#fcb-modal .header {
		padding: 0
	}
	#fcb-modal .fcb-footer {
		padding: 10px 0
	}
}

#fcb-modal .wpcf7-acceptance span {
	font-size: 11px;
	text-align: justify;
	margin: 0;
	line-height: 1.3
}

#fcb-modal .caldera-grid .row {
	margin-left: 0!important;
	margin-right: 0!important
}

.fcb-modal-content::-webkit-scrollbar {
	width: 11px
}

.fcb-modal-content {
	scrollbar-width: thin;
	scrollbar-color: #CFD8DC
}

.fcb-modal-content::-webkit-scrollbar-track {
	background: #CFD8DC
}

.fcb-modal-content::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 6px;
	border: 3px solid #CFD8DC
}

.title_fonts{    font-size: 21px;display: inline-block;width: 100%;padding: 0px 0 17px 13px;margin: 0px;line-height: inherit;vertical-align: top; color:rgb(255, 0, 0);}