/* Add here all your CSS customizations */
.mb-3{
	float:left;
}
.foot img{
	margin: 0px auto;
}
.foot p {
	text-align: center;
	padding: 0% 13%;
	color: #fff;
	margin: 0px;
}
.links a{
	color: #fff;
	padding-bottom: 0px;
}
.links a:hover{
	color: #92c847;
}
.banner{
	background-image: url(../img/slides/multi-purpose/slide-6.jpg);
	height: 300px;
	position: relative;
	text-align: center
}
.modal-dialog.privacy-g {
    text-align: left;
    width: 93%;
	max-width: 1200px;
}
.modal-content.privacy-c {

    border: 3px solid #92c847;
}
.modal-header {
    border-bottom: 0 solid #92c847;
}
.icon-box-info p{
	font-size: 15px;
}
button.close {

    background: #92c847 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    padding: 15px 20px !important;
    position: absolute;
    right: -12px;
    top: -10px;

}
.privacy-b p{
	margin: 0px;
	padding: 3px;
}
.privacy-b h3{
	margin: 0px;
	padding: 3px !important;
}
#footer{
	padding: 10px 0px 20px 0px;
}
.modal-title {
    margin: 0px;
    line-height: 1.42857143;
    color: #92c847;
    font-size: 40px;
    font-weight: 600;
    text-align: center;

}
.btn{
	background: transparent;
	border: 1px solid #92c847;
	padding: 10px 15px;
	color: #92c847;
}
.btn:hover{
	background:#92c847;
	color: #fff;
}
.privacy-g h3 {
    font-size: 20px;
    font-weight: 600;
    color: #92c847;
    padding: 10px 0px;
}
.overlaycontent {
    position: absolute;
    top: 10%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: inline-block;
}
.overlaycontent  p{
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 40px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 100;
	font-size: 17px;
	color: #fff;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	transform: translate3d(0px, 13.5px, 0px);
	transform-origin: 50% 50% 0px;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.overlaycontent  h1{
		visibility: inherit;

		transition: none 0s ease 0s;

		text-align: inherit;

		line-height: 76px;

		border-width: 0px;


		font-weight: 700;

		font-size: 72px;

		white-space: nowrap;
         color: #fff;

		opacity: 1;

		transform-origin: 50% 50% 0px;
		-webkit-animation-delay: 3s;
		-moz-animation-delay: 3s;
		-ms-animation-delay: 3s;
		animation-delay: 3s;
}
.overlaycontent  h4{
    visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 26px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 300;
	font-size: 22px;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	transform: translate3d(0px, 14px, 0px);
	transform-origin: 50% 50% 0px;
	color: #fff;
	-webkit-animation-delay:10s;
	-moz-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}
.btns{
	text-align: center;
	padding: 30px 0px;
}
.btns a{
	display: inline-block;
	padding: 8px 49px;
	background-color: transparent;
	border-radius: 50px;
	margin-left:15px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}
.btns a:hover{
	background-color:#92c847;
	border: 1px solid #92c847;
	color: #fff !important;
}
#response-message {
    display: none;
    padding: 5px 15px;
    background: #92c847;
    color: #fff;
    margin: 2% 15%;
    border-radius: 10px;
    text-align: center;
}
.foot h1{
	text-align: center;
	font-weight: 700;
	margin: 0px auto;
}
@media(max-width:480px){
	.overlaycontent h1 {
		font-size: 22px;
	}
	.overlaycontent h1 {
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 40px;
    border-width: 0px;
    font-weight: 700;
    font-size: 22px;
    white-space: nowrap;
    color: #fff;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}
	.btns {

    text-align: center;
    padding: 20px 0px;

}
	.overlaycontent h4 {
		font-size: 16px;
		transform: translate3d(0px, 0px, 0px);
	}
	.btns a{
		margin-top: 10px;
	}
}