.contact-custom{}
.contact-custom .wrapper{
	padding:50px 0px;
    background-color:#1d4a05;
}
.contact-custom .uk-panel-title{
    text-align:center;
    color:#FFF;
}
.contact-custom .description{
    color:#FFF;
	text-align:center;
}
.contact-custom .datagrid{
    /* max-width:1000px; */
    /* margin-left:auto; */
    /* margin-right:auto; */
}
.contact-custom .control input[type=text]{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0px 15px;
    border-radius:5px;
    /* border:1px solid #dadbdb; */
	border:none;
}
.contact-custom .control .uk-button{
	width:100%;
    font-weight:bold;
    color:black;
    padding:0px 15px;
    background:transparent;
    background-color:#FFF;
    line-height:40px;
    min-height:40px;
    text-shadow:none;
    border-radius:5px;
	border:none;
}
@media (max-width:767px){
	.contact-custom .wrapper{
		padding:25px 0px;
	}
	.contact-custom .control input[type=text]{
		height:35px;
		line-height:35px;
	}
	.contact-custom .control .uk-button{
		line-height:35px;
		min-height:35px;
	}
}
.support-custom{}
.support-custom .wrapper{
	/* display:none; */
    position:fixed;
    right:10px;
    bottom:65px;
    margin:0px;
    z-index:1;
}
.support-custom .uk-list{
    margin:0px;
}
.support-custom .uk-list>li{
    margin-top:5px;
}
.support-custom .uk-list>li:first-child{
    margin-top:0px;
}
.support-custom .uk-list>li>a{
    display:inline-block;
	background-color:#d41617;
	padding:10px;
	border-radius:50%;
}
.support-custom .uk-list>li>a>img {
    width: 20px;
    height: 20px;
}