@media only screen and (min-width: 1400px) and (max-width: 1920px){

#plans {
height: 690px;
}

}


@media only screen and (min-width: 992px) and (max-width: 1200px){
 
}
@media (max-width: 1400px) {
	 
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
 
}
@media (max-width: 1200px){
 
}

@media (max-width: 992px) {
	 .plans-block{margin-top:30%;}
	 
}

@media (min-width: 768px) and (max-width: 980px){   
	.navbar-brand img{
		width:50%!important;
	}
	.navbar-nav > li {
    float: left;
    padding: 0 5px;
	}

}


@media (min-width: 640px) and (max-width: 768px){   
 .home_block img{
		width:40%;
	}
	.user_fields {
    background: transparent none repeat scroll 0 0;
    margin-bottom: -25px;
    margin-top: 5px;
    padding: 10px;
}
	
}


@media (min-width: 360px) and (max-width: 640px){ 
  
 #plans {
	 height:640px;
    background: url(../images/plansbg2.jpg) no-repeat center center fixed;
	background-size: 480px 640px;
 }
  .input-group{
	height: 20px!important;
	margin-bottom:10px;
}
#sign-in {
    background: rgba(0, 0, 0, 0) url("../images/signinbg-m.png") no-repeat fixed center center / cover ;
    padding-bottom: 20%;
	padding-top: 0;
    height:450px;
}
.about{
	background:url('../images/about1.jpg') no-repeat fixed center center / cover;
}
.bgplan{
	background-color:#16b6c6;
	
}
	.home_block img{
		width:40%;
	}
	.home-icons{padding-top:90px;}

}
@media (min-width: 300px) and (max-width: 480px){ 

.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    text-align: center;

}

.navbar-fixed-bottom .pull-right, .navbar-fixed-top .pull-right {

 float: none !important;
}

.navbar-fixed-bottom .pull-right ul{
  margin: 0px;
  padding: 0px;

}
.social-icons ul li {
 padding: 0px 0 6px 10px;
}
 

#plans {
    background: #16b6c6 url(../images/plansbg1.jpg) no-repeat center bottom;
    height: 400px;
    padding-bottom: 250px;
    box-sizing: content-box;

}	 
.plans-block { 
    margin-top: 8%;
   /* background: rgba(0, 0, 0, 0.6);*/
    padding: 5px 29px 20px;
    border-radius: 21px;
    text-align: center;
    margin-bottom: 10%;
}

.plans-block h1 {
font-size:26px;
}

.plans-block h1 i{
font-size: 24px;
}

.plans-block h2 {
font-size:21px;
}

.plans-block h3 {
    font-size:16px;
margin-bottom:20px;
line-height:24px;
}

.plans-block .button{
 font-size:18px;
}




.location-img {
margin-top:5px !important;margin-right:0px;
 margin-bottom: 20px;
}
.map-iframe{
width:100%;height:400px;border:2px solid #C2D6DD;
}

#sign-in {
    background: url(../images/signinbg-m.jpg) no-repeat center bottom ;
   background-size: cover;   
   /*height: 400px;*/
    padding-bottom: 0px;
    box-sizing: content-box;
}

#home {
	margin-top:0px !important;
}
.navbar{
	margin-bottom:0px;
}

.form-control {
    display: block;
    width: 100%;
    color: #000;
    background-color: rgba(255,255,255,0.5);
   border: 1px solid #ddd;   
}

.widget-body {
padding:15px 0px 15px;
display: inline-block;
}

.about {
    background: #0c0807 url('../images/about-m.jpg');
        background-attachment: auto;
        background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: none;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #fff;

}

.user_login {
    background: url(../images/user_bg-m.jpg) no-repeat center center fixed;
        background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 0;
}


.user_login .user_form{
 padding: 20px 0px 20px 0px;
}

.user_login .sky-form{
width:60%;

}

.user_login .user_form h2 {
padding-top: 0px;
}






}
