
@import url('https://fonts.googleapis.com/css?family=Roboto');

/*modal*/
.cms30_modal_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: opacity 0.3s linear, transform 0.1s linear 0.3s, background 0.3s linear;
    opacity: 0;
    z-index: 999999;
}

.cms30_close_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cms30_close_modal_min {
	position: relative;
	top: -10px;
	width: 20px;
	height: 20px;
	z-index: 75;
	left: 358px;
}

.cms30_close_modal_min::before {
    content: '+';
    position: absolute;
    top: 20%;
    right: 60%;
    font-size: 25px;
    color: #424242;
    line-height: 0;
    transform: rotate(45deg);
    transition: all 0.3s linear;
}

.cms30_container {
	width: 400px;
	margin: 0 auto;
	position: relative;
}

/*form*/
#cms30_call_me {
	background: rgba(51,51,51,0.9);
	text-align: center;
}

#cms30_call_me:target {
	transform: scale(1);
	opacity: 1;
	transition: opacity 0.3s linear 0.1s, transform 0.1s linear, background 0.3s linear;
}

#cms30_call_me .cms30_callback_form{
	background:#f9f9f9;
	color:#333333;
}

#cms30_call_me .cms30_callback_form a{
	color:#333333;
}

#cms30_call_me .cms30_callback_form button{
	background:#a50000;
	color:#ffffff;
}

#cms30_call_me .cms30_callback_form input{
	border-color: #cccccc;
	padding:10px;
}

#cms30_call_me .cms30_callback_form textarea{
	border-color: #cccccc;
}

.cms30_callback_form input::-webkit-input-placeholder {
	color: #888;
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}

.cms30_callback_form input:-moz-placeholder {
	color: #888;
	text-overflow: ellipsis;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.cms30_callback_form input::-moz-placeholder {
	color: #888;
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}

.cms30_callback_form input:-ms-input-placeholder {
	color: #888;
	text-overflow: ellipsis;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.cms30_callback_form p,
.cms30_callback_form a,
.cms30_callback_form input[type="text"],
.cms30_callback_form input[type="email"],
.cms30_callback_form input[type="tel"],
.cms30_callback_form input[type="url"],
.cms30_callback_form textarea,
.cms30_callback_form button[type="submit"] {
  	font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
    letter-spacing: normal;
}

.cms30_callback_form {
	background: #F9F9F9;
	padding: 30px;
	margin: 50px 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.cms30_callback_form a{
	text-decoration: underline;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
	font-size: 12px;
}

.cms30_callback_form a:link{
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}

.cms30_callback_form a:hover{
	text-decoration: none;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}

.cms30_callback_form .title_h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
}

.cms30_callback_form input[type="text"],
.cms30_callback_form input[type="email"],
.cms30_callback_form input[type="tel"],
.cms30_callback_form input[type="url"],
.cms30_callback_form textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 5px;
	line-height: normal;
	box-shadow: none!important;
	text-shadow: none!important;
	letter-spacing: 0px;
	border-radius: unset;
	height: auto;
	display: block;
}

.cms30_callback_form input[type="text"]:hover,
.cms30_callback_form input[type="email"]:hover,
.cms30_callback_form input[type="tel"]:hover,
.cms30_callback_form input[type="url"]:hover,
.cms30_callback_form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

.cms30_callback_form textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

.cms30_callback_form button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
	text-transform: none;
	border-radius: unset;
	margin-top: 10px;
}

.cms30_callback_form button[type="submit"]:hover {
	background: #43A047;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.cms30_callback_form button[type="submit"]:active {
 	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.cms30_callback_form input:focus,
.cms30_callback_form textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

/*button*/
.cms30_button{
	padding: 5px 11px 5px 11px!important;
	margin: 3px!important;
	outline:none!important;
	text-decoration: none!important;
	border:none!important;
	box-shadow: none!important;
	font-size: 16px!important;
	border-radius: 5px!important;
	position: relative!important;
	line-height: normal!important;
	opacity: 0.9;
	position: fixed!important;
	background-color: #a50000; 
	color: #ffffff; 
	right:40px; 
	bottom:25px;
	font-family: Roboto, sans-serif;
	z-index: 999;
}

.cms30_button:hover{
	text-decoration: none!important;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
	opacity: 1;
	color: #ffffff; 
} 

.cms30_button:focus{
	text-decoration: none!important;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}   

.cms30_button:link{
	text-decoration: none!important;
	outline:none!important;
	border:none!important;
	box-shadow: none!important;
}

.copyright{
	display: none;
}

/*mobile*/
@media only screen and (max-width: 430px){
	.cms30_container {
		width: 315px;
	}

	.cms30_callback_form{
		margin: 20px 0;
	}

	.cms30_callback_form .title_h3 {
		font-size: 25px;
		margin:0px;
	}

	.cms30_callback_form .title_h4 {
		margin:0px;
	}

	.cms30_close_modal_min {
		left: 275px;
	}

	.cms30_button {
		font-size: 14px!important;
	}
}

@media only screen and (max-width: 315px){
	.cms30_container {
		display: none;
	}

	.cms30_button {
		font-size: 10px!important;
	}

	.cms30_button {
		display: none!important;
	}
}