/*
#------------------------------------------------------------------------
# John S. - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

/* ============================================== */
/* HDTV                                           */
/*                                      1920x1080 */
/* ============================================== */
@media all and (min-width: 1080px) and (max-width: 1920px) {
/*  */
.left_text_box{padding-top:5%} 
}

/* ============================================== */
/* Widescreen                                     */
/*                                       1366x768 */
/* ============================================== */
@media all and (max-width: 1366px) and (min-width: 768px) {
/*  */
.left_text_box{padding-top:8%} 
}

/* ============================================== */
/* Widescreen                                     */
/*                                       1280x800 */
/* ============================================== */
@media all and (min-width: 800px) and (max-width: 1280px) {
/*  */
.left_text_box{padding-top:8%} 
}
 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                                */
/* ============================================== */
@media all and (min-width: 980px) {
/*  */
 
}
 
/* ============================================== */
/* Twitter Bootstrap                              */
/*                                                */
/* ============================================== */
@media all and (max-width: 979px) {
/*  */
 
}
 
/* ============================================== */
/* iPad Landscape and Narrow browser              */
/*                                       1024x768 */
/* ============================================== */
@media all and (min-width: 768px) and (max-width: 1024px) {
/*  */
 
}
 
/* ============================================== */
/* iPad Portrait and Narrower browsers            */
/*                                       768x1024 */
/* ============================================== */
@media all and (max-width: 768px) {
/*  */
 
}
 
/* ============================================== */
/* Small Tablet Landscape                         */
/*                                        800x600 */
/* ============================================== */
@media all and (min-width: 600px) and (max-width:800px) {
/*  */
 
}
 
/* ============================================== */
/* Small Tablet Portrait                          */
/*                                        600x800 */
/* ============================================== */
@media all and (max-width:600px) {
/*  */
 
}
 
/* ============================================== */
/* iPhone5/Android landscape (& narrow browser)   */
/*                                        568x320 */
/* ============================================== */
@media all and (min-width: 320px) and (max-width:568px) {
/*  */
 
}
 
/* ============================================== */
/* iPhone4/Android landscape (& narrow browser)   */
/*                                        480x320 */
/* ============================================== */
@media all and (min-width: 320px) and (max-width:480px) {
/*  */
 
}
 
/* ============================================== */
/* iPhone4/Android portrait               320x480 */
/* iPhone5 portrait                       320x568 */
/* ============================================== */
@media all and (max-width:320px) {
/*  */
 
}

