.feedback_form{
	display:block;
	width:400px;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:10px;
}

.feedback_form .item{
	margin-bottom:10px;
	width:100%;
	float:left;
	padding:5px;
}

.feedback_form .item label{
	display:block;
	width:150px;
	float:left;
	text-align: right;
	text-transform: uppercase;
	padding: 5px;
}


.feedback_form .item input[type='text'], 
.feedback_form .item textarea{
	width:200px;
	float:right;
	padding: 3px;
	border-radius: 3px;
}

.feedback_form .item textarea{
	height:200px;
}

.callback_form{
	display:block;
	width:400px;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:10px;
}

.callback_form .item,
.callback_form .item2{
	margin-bottom:10px;
	width:100%;
	float:left;
	padding:5px;
}

.callback_form .item label{
	display:block;
	float:left;
	width:165px;
	text-align: right;
	text-transform: uppercase;
	padding:5px;
}

.callback_form .item2 label{
	float:left;
	width:180px;
	height:80px;
	display:block;
	text-align: right;
	padding: 5px;
}


.callback_form .item input[type='text'], 
.callback_form .item textarea{
	width:200px;
	float:right;
	padding: 3px;
	border-radius: 3px;
}

.callback_form .item2 input[type='text'], 
.callback_form .item2 textarea{
	width:120px;
	padding: 3px;
	text-align:center;
	border-radius: 3px;
}

.callback_form .item textarea{
	height:200px;
}

.div_submit{
    padding:5px;
    text-align:center;
    
}

.item_title{
    background: radial-gradient(#519646, #98de6e);
    text-transform: uppercase;
    color:#fefefe;
    font-size:22px;
    padding:5px;
    text-align:center;
    margin-bottom:10px;
}

.div_submit input[type=submit]{
    padding:10px;
    background: radial-gradient(#519646, #98de6e);
    text-transform: uppercase;
    color:#fefefe;
    font-size:20px;
    border-radius:5px;
    border:0;
    webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                    transition: all 0.3s ease;
}

.div_submit input[type=submit]:hover{
    padding:15px;
    border-radius:1px;
    font-size:20px;
    box-shadow:1px 1px 10px #121212;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 5;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}



.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left:50%;
    opacity: 0;
    padding: 5px;
    position: fixed;
    text-align: justify;
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}


.fclose {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    line-height: 15px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    height: 30px;
    color:#fefefe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

/*.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}*/


.fclose:before {
    content: "x";
    color:#fefefe;
    font-size: 16px;
    line-height:26px;
}

.fclose:hover {
    background:#cc0000;
    /*background-color: rgba(64, 128, 128, 0.8);*/
}


@media (max-width: 767px){

.callback_form{
	display:block;
	width:300px;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:10px;
}

}

