/*MAIN-RESPONSIVE.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains responsive style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Arius Webstudio.*/
/* Author: Arius Webstudio.*/
/* Website: http://www.Arius Webstudio.com */
/* Copyright: (C) 2014 */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*==========================*/
/*MOBILE DEVICE OPTIMIZATION*/
/*===========================*/
/*Huge Displays*/
@media (min-width: 3000px) {
}

/*Projector Screens and Ver Large Monitors*/
@media (min-width: 2561px) {
}
/*iMac 27, HD Screens and Large Monitors*/
@media (min-width: 1921px) and (max-width: 2560px) {
}
/*Large Widescreen Monitors*/
@media (max-width: 1920px) {
}
/*Medium Widescreen Monitors*/
@media (max-width: 1680px) {
}

/*Large Widescreen Laptops*/
@media (max-width: 1440px) {
}

/*Common Widescreen Laptops*/
@media (max-width: 1366px) {
}
/*Very Large Tablets and Medium Laptops*/
@media (max-width: 1280px) {
	.package-round h4{font-size:30px;}
}
/*Notebooks and Small Laptops*/
@media (max-width: 1152px) {
	.package-round h4{font-size:30px;}
}
/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px) {
}
/*Small Desktop and Very Small Notebook */
@media (max-width: 960px) {
}
/*Medium Tablets */
@media (max-width: 800px) {
}
/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px) {
}
/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
} 
/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {

} 
/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
	.super-heading{font-size:30px!Important;line-height:46px!Important;}
	
   .header_top_left li {float: none;text-align: center;}
   
   .social-network {text-align: center;}
}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
	.super-heading{font-size:30px!Important;line-height:36px!Important;}
}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
	.super-heading{font-size:30px!Important;line-height:36px!Important;}
}


