#contactButton {
    position: relative; 
}

#contactButton .panel {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    display: none;
}

#contactButton .ctb {
    position: relative;
    bottom: 0;
    right: 15px;
    z-index: 1000;
    text-align: center;
}

#contactButton .ctb,
#contactButton .panel {
    border-radius: 5px 5px 0 0;
}

#contactButton .ctb em {
    margin-right: 3px;
    font-size: 1.6em;
    vertical-align: middle;
}
.dbl__subtitle{
	text-transform: uppercase;
    color: #808080;
    margin: 0px 0px 9px 0px;
	 position: relative;
	 font-weight: 600;
}
.dbl__subtitle:before{
	display: inline-block;
	transform: scaleY(1);
	background-color: #ff630e;
	content: '';
    position: relative;
    height: 1.375em;
    width: 5px;
    margin-right: 11px;
    margin-bottom: -0.3em;
    border-radius: 1px; 
    transform-origin: bottom;
    transition: transform .3s ease-in-out;
}
.panel-contact-shadow{
	padding: 2.2rem;
    margin: 7px 8px 30px;
	background: #ffffff; 
	border: 1px solid #eee;
	box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.panel-contact-shadow p{
	margin-bottom: 16px;
}
.loadContactForm .form-control {
    min-height: 42px;
    border-radius: 4px;
}
.loadContactForm label {
    font-weight: 500;
}

@media (max-width: 1199px) {
    #contactButton .ctb {
        right: 70px;
    }
}

@media (max-width: 499px) {
     
}
