/* NIPESH TAMANG
Creative Web - Designer

+977-9802064058
nipeshtamang@gmail.com
url: www.nipeshtamang.com.np
-------------------------------------------------------------------------------- */
/*
PURPOSE:
[1] Basic cascading stylesheet for ALL browsers
[2] Contains only resets and global styles
[3] MEDIA = SCREEN

REVISION HISTORY:
August 27, 2014. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
This is a working draft.

AUTHOR:
NIPESH TAMANG
n i p e s h t a m a n g @ g m a i l . c o m

LEGAL NOTICE:
Distribution of this document is limited.
Copyright (C) Hobart AutoGlass. All Rights Reserved.
*/
/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@font-face {
    font-family: 'aclonicaregular';
    src: url('aclonica-webfont.eot');
    src: url('aclonica-webfont.eot?#iefix') format('embedded-opentype'),
         url('aclonica-webfont.woff2') format('woff2'),
         url('aclonica-webfont.woff') format('woff'),
         url('aclonica-webfont.ttf') format('truetype'),
         url('aclonica-webfont.svg#aclonicaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { 
	background: url(../images/top-bg.jpg) no-repeat top center;
	font-size: 12px; 
	color: #333; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
h1,h2,h3,h4 {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
.clear{
	clear:both;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 20px	
}
h1 {
	font-family: 'aclonicaregular' , Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #1053a4;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 35px;
	text-align: left;
}
h2 {
	font-family: 'aclonicaregular' , Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ef372d;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	float: left;
	text-transform: uppercase;
}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h4{
	font-family: "Agency FB", "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.spacer {
	clear: both;
	padding-top: 20px; 	
}
.red{
	color:#F00;	
}
/*********************************************************************/
#Wrapper {
	width: 1000px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
header {
	background: url(../images/header-bg.jpg) no-repeat;
	display: block;
	overflow: hidden;
}
header h1 {
	font-family: Arial, Helvetica, sans-serif;	
	color:#FFF;
}
.logo {
	float: left;
}
.call {
	padding: 20px 20px 0;
	float: right;
	font-size: 5px;
	color: #FFF;
	text-align: right;
}
.call h1 {
	font-size: 28px;	
}
#slideshow {
	clear: both;
	width: auto;
	margin: 0 auto;
}
.content {
	padding: 20px 0;
	display: block;
	overflow: hidden;	
}
.container {
	padding: 20px 0;
	display: block;
	overflow: hidden;	
}
.container ul li {
	list-style: url(../images/ul2.jpg);
	margin-left: -10px;
	padding: 0;
	line-height: 24px;	
}
.welcome {
	float: left;
	width: 730px;
	text-align: justify;	
}
.readmore {
	margin-top: -10px;
	background: #ef372d;
	padding: 10px;
	width: 90px;
	float: right;	
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
}
.readmore a {
	color: #FFF;
	font-weight: bold;	
}
.readmore a:hover {
	color: #CCC;
}
.services {
	float: right;
	width: 200px;
	background: #e9e8ef;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 20px;
	font-size: 14px;	
}
.services h1 {
	font-size: 24px;
	font-weight: bold;
}
.services ul{
	margin-top: 10px;
	padding: 0;
}
.services li {
	list-style: url(../images/ul.jpg);
	margin-left: 22px;
	padding: 0;
	line-height: 24px;	
}
.mobileservice {
	float: right;
	margin-top: 15px; 	
}
.bottom {
	background: url(../images/bottom-bg.jpg) no-repeat;
	padding: 20px 20px 0 20px;
	display: block;
	overflow: hidden;	
}
.bottom h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.speciality {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.speciality ul {
	margin-top: 15px;
}
.speciality li {
	list-style: url(../images/ul2.jpg);
	line-height: 30px;
	border-bottom: 1px dashed #999;
	margin-left: -20px;
	font-size: 16px;
}
.hours {
	float: left;
	width: 250px;
	margin-right: 20px;
	text-align: center;
}
.hours p {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.contact{
	float: left;
	width: 255px;
	text-align: left;
}
.contact p{
	line-height: 24px;
	margin-left: 5px;	
}
.contact-img {
	float: right;	
}
.hours span {
	color: #ef372d;	
	font-size: 20px;
}
footer {
	clear: both;
	width: auto;
	margin: 0 auto;
	background: #ef372d;
	padding: 20px 0;
}
.footr{
	width: 1000px;
	margin: 0 auto;	
	color: #FFF;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footer-img{
	float: right;
	margin-top: -12px;	
}
.contactinfo {
	float: right;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	margin-right: 200px;
}
#Feedbackform {
	clear: both;
	padding: 0;
	float: left;
}
.Feedbackform input[type="text"] {
	width: 200px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform textarea{
	width: 250px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform input[type="submit"] {
	background:#da2a29; 
	border: none;
	margin-top:8px; 
	padding:5px 0; 
	cursor:pointer; 
	color:#FFF; 
	width: 90px;
	font-weight:bold;
	float: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Feedbackform input[type="submit"]:hover {
	background:#c6201f;
}
.alertmsg {
	font-size:12px; 
	color:#F00; 
	font-style:none;
	padding: 10px 0;
}
.code-sec {
	clear:left;
}
/************GREENGAS*************/
.highquality{
	clear:both;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 50px;
	background: url(../images/highbg.jpg) repeat-x;
	line-height: normal;
	padding: 30px;
	color: #FFF;
	font-weight: bold;
}
.minustab {
	float: left;
	width: 410px;
	background: #FFF;
	display: block;
	overflow: hidden;
	padding: 20px;	
	border: 3px solid #CCC;
	margin-top: 20px;
	margin-right: 20px;
	vertical-align: top;
	text-align: justify;
	height: 280px;
}
.minustab p{
	padding-top: 30px;
	clear: right;	
}
@media only screen and (max-width : 1024px)
{
h2 {
	text-align: center;
	line-height: 30px;	
	margin-bottom: 15px;
}
body {
	background: none;	
}
#Wrapper {
	width: 100%;
	margin: 0 auto;
}
header {
	background: url(../images/header-bg.jpg) no-repeat #f42a1c;
}
header h1 {
	font-family: Arial, Helvetica, sans-serif;	
	color:#FFF;
}
.logo {
	float: none;
	text-align: center;
}
.call {
	padding: 0;
	float: none;
	text-align: center;
}
.call h1 {
	margin-bottom: 15px;
	text-align:center;	
}
.content {
	padding: 20px 10px;
}
.container {
	padding: 20px 0;
	display: block;
	overflow: hidden;	
	text-align: justify;
}
.container ul li {
	list-style: url(../images/ul2.jpg);
	margin-left: -10px;
	padding: 0;
	line-height: 24px;	
}
.welcome {
	float: left;
	width: 66%;
	padding: 0;
	text-align: justify;	
}
.welcome img {
	max-width: 100%;
	min-height: 100px;	
}
.readmore {
	float: none;	
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.services {
	float: right;
	width: 27%;
	padding: 20px;
	font-size: 14px;	
}
.mobileservice {

}
.bottom {
	width:auto;
	background: url(../images/bottom-bg.jpg) no-repeat center top;	
}
.speciality {
	float: left;
	width: auto;
}
.speciality li {
	list-style: url(../images/ul2.jpg);
	line-height: 30px;
	border-bottom: 1px dashed #999;
	margin-left: -20px;
	font-size: 16px;
}
.hours {
	float: left;
	width: auto;
	text-align: left;
}
.contact{
	float: none;
	width: auto;
	text-align: left;
}
.contact-img {
	display: none;	
}
.footr{
	width: 100%;
	text-align: center;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footer-img{
	float: none;
	margin-top: 0;
	text-align: center;	
}	
.contactinfo {
		float: none;
		margin-right: 0;
	}
	
}
@media only screen and (max-width : 780px)
{
h2 {
	text-align: center;
	line-height: 30px;	
	margin-bottom: 15px;
}
body {
	background: none;	
}
#Wrapper {
	width: 100%;
	margin: 0 auto;
}
header {
	background: url(../images/header-bg.jpg) no-repeat #f42a1c;
}
header h1 {
	font-family: Arial, Helvetica, sans-serif;	
	color:#FFF;
}
.logo {
	float: none;
	text-align: center;
}
.logo img {
	max-width: 100%;	
}
.call {
	padding: 0;
	float: none;
	text-align: center;
}
.call h1 {
	margin-bottom: 15px;
	text-align:center;	
}
.content {
	padding: 20px 10px;
}
.container {
	padding: 20px 0;
	display: block;
	overflow: hidden;	
	text-align: justify;
}
.container ul li {
	list-style: url(../images/ul2.jpg);
	margin-left: -10px;
	padding: 0;
	line-height: 24px;	
}
.welcome {
	float: none;
	width: auto;
	padding: 0;
	text-align: justify;	
}
.welcome img {
	max-width: 100%;
	min-height: 100px;	
}
.readmore {
	float: none;	
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.services {
	float: none;
	width: auto;
	padding: 20px;
	font-size: 14px;	
}
.mobileservice {
	display: none;
}
.bottom {
	width:auto;
	background: url(../images/bottom-bg.jpg) no-repeat center top;	
}
.speciality {
	float: none;
	width: auto;
}
.speciality li {
	list-style: url(../images/ul2.jpg);
	line-height: 30px;
	border-bottom: 1px dashed #999;
	margin-left: -20px;
	font-size: 16px;
}
.hours {
	float: none;
	width: auto;
	text-align: left;
}
.contact{
	float: none;
	width: auto;
	text-align: left;
}
.contact-img {
	display: none;	
}
.footr{
	width: 100%;
	text-align: center;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footer-img{
	float: none;
	margin-top: 0;
	text-align: center;	
}
.contactinfo {
		float: none;
		margin-right: 0;
	}
}