html,
body {
background:#B3C1CC;
}
.bg-danger, .bg-success {
	padding: 0 5px;
}

a {
	
	text-decoration: none;
}
#footer {
	text-align:center;
	margin-top:20px;
	/*position:absolute;
	bottom:0;
	left:0;*/
        width:100%;
}

.footer_menu{
    padding: 0 5px !important;
    color:#333 !important;
}
#footer p {
	padding:10px;
	background:#f39c12;
	margin:0 auto;
	/*max-width:950px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #2a85b3;*/
	/*-moz-border-radius-bottomleft:30px;
	-moz-border-radius-bottomright:30px;
	-webkit-border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;*/
}
#footer p a {
	/*background:#fff;*/
	/*background:#fff url(../images/favicon.gif) 2px center no-repeat;*/
	padding-left:20px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */
#imglogo{
  width: 72% !important;
  margin-left: -19px !important;}
#wrap{
  padding: 5px 0px 10px 0px !important;
}

#wrap p {
    padding-left:34px !important;
    padding-right:34px !important;
}
#headerdiscription {
    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

#p1 {padding-top: 25px !important;}
#p2 {padding-left:34px !important;padding-left:34px !important;
}
.inputformurl{
border:none !important;
border-radius:0px !important;

}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

