/* Feedback */

.feedback{
    /*border: 1px solid black;*/
    z-index: 99999;
    padding: 10px 5px 10px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
    /*background-color: #fe4300;*/
    /*text-transform: uppercase;*/
    background-color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: 0;
    line-height: 0.9;
    /*box-shadow: inset 2px 0px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 2px 0px 0 rgba(0, 0, 0, 0.15);*/

}

.feedback a{
    padding-left: 10px;
    text-decoration: none;
    color: inherit;
    display: block;
    width: 250px;
    font-weight: bold;
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 11px;
    text-decoration: none;
    font-weight: bold;*/
}

#form-feedback{
    width: 370px;
    background-color: white;
    padding-bottom: 20px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    display: none;
    /*background-color: rgba(223, 255, 127, 0.5);*/
}
div#_form-feedback {
    padding-right: 10px;
    padding-left: 10px;
}

/*#form-feedback > div:last-child{
    display: none;
}*/

#form-feedback .cnt-box-title{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: rgb(163, 217, 0);
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    /* color: rgb(3, 20, 123); */
    color: rgb(140, 0, 0);
}

    .container-feedback{
        position: fixed;
        top: 35%;
        /*bottom: 0px;
        right: 30px;*/
        z-index: 99999;
    }
    .icon{
        /*border: 1px solid red;*/
        display: inline-block;
        width: 25px;
        height: 20px;
        /*border: 1px solid black;*/
        float: right;
        top: -5px;
        position: relative;
        font-size: 20px;
        background-repeat: no-repeat;
    }
    .icon-close{
        background-image: url(../images/feedback.png);
        background-size: cover;
        background-position: center -5px;
    }
    .icon-open{
        background-image: url(../images/feedback.png);
        background-size: cover;
        background-position: center 15px;
        left: 90px;
    }

#msg-three{
    width: auto;
    position: absolute;
    top: 60px;
    margin-left: 30px;
}

/* Feedback */

/* Contact Us */

.container-feedback .fcontactos *:focus {
	outline:none
}

.container-feedback .fcontactos ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	color: #333;
	font-family:sans-serif, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana;
	font-size:14px;
}
.container-feedback .fcontactos li {
	/*position:relative;*/
	padding:5px;
}
.container-feedback .fcontactos label {
	width:100px;
	margin-top:3px;
	padding:3px;
	float:left;
	display:inline-block;
    text-align: left;
}

.container-feedback .fcontactos input {
    /*height:20px;*/
    width:320px; 
    padding:8px 8px;
}

.container-feedback .fcontactos textarea {
	padding:8px; 
	width:320px;
}
.container-feedback .fcontactos button {
	margin: 0px auto;
	display: block;
}

.container-feedback .fcontactos input, .fcontactos textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;

    -moz-transition: padding .25s; 
    -webkit-transition: padding .25s; 
    -o-transition: padding .25s;
    transition: padding .25s;
}

.container-feedback .fcontactos input:focus, .fcontactos textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}

button.submit,
.a-comentario {
    /*background-color: rgb(254, 67, 0);*/
    background-color: #4db7fe;
    font-weight: bold;
    border: 0px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    margin: 10px auto 50px auto;
    border-radius: 10px;
    font-size: 20px !important;
    color: white;
}

button.submit:hover,
.a-comentario:hover {
    background-color: black;
}

button.submit:active,
.a-comentario:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
     
}

.a-comentario{
	text-decoration: none;
	font-size: 13px;
}

input.required, textarea.required {
	background: rgb(255, 255, 255) url(../media/red_asterisk.png) no-repeat 98% center;
}

.container-feedback .fcontactos input:required:valid, .fcontactos textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../media/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.container-feedback .fcontactos input:required:valid, .fcontactos textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../media/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.invalid:focus{
    box-shadow: 0 0 5px #d45252 !important;
    border-color: #b03535 !important;
}

.invalid{
    background: #fff url(../media/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}


.container-feedback .fcontactos .form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    /*display: none;*/
    margin-top: -30px;
    margin-left: 240px;
}

.container-feedback .fcontactos .form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}
i.fa.fa-window-close.new {
    float: right;
    position: relative;
    margin-right: -90px;
    font-size: 22px;
}

.span-visibility{
	display: block !important;
}

.cnt-box-contactus-form{
    width: 350px;
    padding-left: 10px;
}
i.fa.fa-comments.new {
    font-size: 32px;
}
/* Contact Us */

    .a-feedback{
        display: block;
        position: fixed;
        /*width: 3pc;*/
        padding: 8px 8px;
        text-align: center;
        /*background-color: #fe4300;*/
        background-color: black;
        color: white;
        font-weight: bold;
        text-decoration: none !important;
        /*transition: width .15s ease-in-out;*/
        font-size: 20px;
        font-family: arial, "Oswald";
        top: 500px;
        left: -6pc;
        /*-webkit-transform: rotate(-90deg);*/
        /*transform: rotate(-90deg);*/
        line-height: 42px;
        top: 45%;
        left: -5px !important;
        z-index: 99999;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    }
    .a-feedback:hover{
        /*width: 4pc;*/
        color: white;
        /*line-height: 70px;*/
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
        /*padding-top: 40px;*/
        /*margin-right: -200px !important;*/
        /*left: 10px;*/
    }

@media screen and (max-width: 580px){
    .a-feedback{
        display: none;
    }
    footer .container-feedback{
        /*display: none;*/
    }
    .container-feedback{
        /*position: static;*/
        bottom: auto;
        right: auto;
        width: 90%;
        margin-top: -50px;
    }
    .feedback a{
        margin: 0px auto;
        width: 100%;
    }

    #form-feedback{
        width: 100%;
        /*display: block !important;*/
    }
    .cnt-box-contactus-form{
        width: 97%;
    }
    .container-feedback .fcontactos input,
    .container-feedback .fcontactos textarea{
        width: 100%;
    }
    .icon-open{
        left: auto;
    }
    .container-feedback .fcontactos .form_hint{
        margin-left: 60%;
    }
    #form-feedback{
        border-bottom: 1px solid gray;
    }
    #msg-three{
        min-width: 250px;
        top: 120px;
    }
}

@media screen and (max-width: 480px){
    .container-feedback, #form-feedback{
        /*display: none !important;*/
    }
}

@media only screen and (max-width:768px) {
    i.fa.fa-window-close.new {
        margin-right: 0px;
    }
    .site-footer.footer-large.footer-dark.text-white {
        height: auto !important;
    }
/*    .container-feedback, #form-feedback {
        display: none !important;
    }*/
    .a-feedback._fancybox-feedback.animated.pulse.infinite {
        display: block;
        z-index: 99;
    }

}