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

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

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
.featuretext{ margin:0}
}

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


}

/* 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) {
.featuretext {
   max-width: 85%; margin:0;
    width:auto;}
.featureimgarea{
margin: 50px 0px 60px auto;
width: 70%;
float: none;

}	.featureimgarea-left{width: 100%; float:none;}
 .column_single ul li, .column_two ul li, .column_third ul li, .column_fourth ul li{ width:100%; display:block;}

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


.featuretext, .featuretext-right, .landingfeaturetext{ margin:0}
.featureimgarea-left, .featureimgarea{width: 80%; float:none;}
.mainmenu{ background:#fff; box-shadow:0;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{ border:0; box-shadow:0;}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{ color:#333;}

.featuretext-right, .landingfeaturetext-right{
margin: 50px 0px 60px auto;
float: none;
	
}
.landingContent{ margin-left:0!important; padding:30px;} form.support-form{ float:none;display: inline-block; padding-top:25px; }
form.support{padding-left: 15px; padding-right: 15px;}
form.support input.submit_btn{ margin-right:0;}


}



/* 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),
and (min-device-pixel-ratio : 1.5) {
/* Styles */
}