html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
body {
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
	min-width: 320px;
}
input,textarea,select{
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
}
a{
	color: #555;
}
a:hover,.submit:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
p{
	line-height:1.6em;
}
.hidden{
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
}
.clear{
	clear: both;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#home{
	background: url(../images/spotlight.jpg) no-repeat scroll center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 10%;
	position: relative;
}
#home span.mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
#home header{
	width: 100%;
	padding: 20px 0;
	background: rgba(255,255,255,0.4);
	position: relative;
	z-index: 2;
}
#home header #menu{
	float: right
}
#home header nav {
	line-height: 76px;
}
#home a.login{
	color: #fff;
	font-family: 'open_sansbold';
	font-size: 16px;
	border: 1px solid #26AF4D;
	border-radius: 3px;
	float: right;
	display: block;
	line-height: normal;
	padding: 9px 20px;
}
#home header nav ul{
	float: left;
}
#home header nav ul li{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'open_sansbold';
	float: left;
	margin-right: 25px;
}
#home header nav ul li:last-child{
	margin-right: 0;
	margin-top: 17px;
}
#home header nav ul li.active a{
	color: #4FC2F8;
}
#home header nav ul li a{
	color: #000;
}
#home header h1{
	display:inline-block;
	width: 110px;
	float: left;
}
#home header h1 a{
	display: block;
}
#home header h1 a img{
	display: block;
	height: 80px;
}	
#home header a.login.hidden{
	display: none !important;
}
#home #spotlight{
	margin-top: 10%;
	color: #fff;
	z-index: 2;
	position: relative;
}
#home #spotlight .spotlight{
	width: 60%;
}
#home #spotlight .spotlight h1{
	font-size: 65px;
	font-family: 'open_sansbold';
}
a.button{
	color: #fff;
	padding: 10px 0px;
	display: inline-block;
	font-size: 20px;
	font-family: 'open_sansbold';
	text-align: center;
	margin-top: 4%;
	border: 3px solid #4EC1F7;
	width: 165px;
}
h2{
	font-size: 60px;
	font-family: 'open_sansregular';
	margin-bottom: 15px;
	display: inline-block;
}
#about{
	background: #f5f5f5;
	padding:  5% 0 5%;
}
#about .left{
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#about .left img{
	display: block;
	width: 85%;
    margin: 0 auto;
}
#about .right{
	width: 55%;
	padding: 3% 0 3% 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#about .right .head{
	text-align: right;
	margin-bottom: 0 !important;
	width: 80%;
	float: right;
}
.products{
	background: #eee;
	padding: 3% 0 5%;
}
.products .head,#offer .head{
	width: 60%;
}
.products ul{
	float: left;
	width: 100%;
	margin-bottom: -40px;
}
.products ul li{
	float: left;
	width: 22%;
	margin-right: 4%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 40px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 2px;
}
.products ul li img{
	display: block;
	width: 100%;
}
.products ul li .content{
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.products ul li:nth-child(4n){
	margin-right: 0;
}
.products ul li h4{
	text-transform: capitalize;
	font-size: 18px;
	font-family: 'open_sansbold';
	color: #26AF4D;
	margin: 0px 0 10px;
}
.products ul li h5{
	font-size: 16px;
	font-family: 'open_sansregular';
	color: #000;
	float: left;
	width: 100%;
	text-align: left;
}
.products ul li h5 b{
	text-decoration:line-through;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}
.products ul li h5 small{
	font-size: 15px;
	margin-left: 15px;
}
.products.product-right .head{
	width: 60%;
	text-align: right;
	float: right;
}
.products.product-right{
	background: #f5f5f5;
}
#offer{
	background: #eee;
	padding: 3% 0 5%;
}
#offer ul{
	float: left;
	width: 100%;
	margin-bottom: -30px;
}
#offer ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
    border-radius: 20px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#offer ul li:nth-child(3n){
	margin-right: 0;
}
#offer ul li .content{
	padding: 15px;
	background: #fff;
	border-radius: 20px 20px 0 0px;
}
#offer ul li .content h4{
	text-transform: uppercase;
	font-family: 'open_sansbold';
	font-size: 18px;
}
#offer ul li:nth-child(2n+1) .content h4{
	color: #44A049;
}
#offer ul li:nth-child(2n) .content h4{
	color: #AD1457;
}
#offer ul li:nth-child(3n) .content h4{
	color: #01ABC4;
}
#offer ul li:nth-child(4n) .content h4{
	color: #AB47BB;
}
#offer ul li .content h5{
	color: #FFA101;
	font-size: 17px;
	margin-top: 5px;
}
#offer ul li .img{
	padding: 20px 0;
	background: url(../images/sofa.jpg) no-repeat scroll center;
	border-radius: 0px 0px 20px 20px;
}
#offer ul li .img h4{
	font-size: 60px;
	font-family: 'open_sansbold';
	color: #000;
}
#offer ul li .img h4 b{
	font-size: 40px;
	color: #000;
}
.map{
	width: 100%;
	height: 350px;
}
footer .top{
	padding: 2% 0;
	background: #373737;
}
footer .top div{
	float: left;
	width: 33.33%;
	text-align: left;
}
footer .top div h6{
	font-size: 18px;
	color: #26AF4D;
	font-family: 'open_sansbold';
	margin-bottom: 15px;
}
footer .top div p{
	font-size: 15px;
	color: #fff;
	font-family: 'open_sansregular';
}
footer p a{
	color: #fff;
}
footer .top div.logo img{
	height: 150px;
}
footer .top div small{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/sprite.png) no-repeat;
}
footer .top div.address small{
	background-position: 2px -77px;
	margin-right: 10px;
	float: left;
}
footer .top div.contact small{
	margin-left: 10px;
	float: right;
}
footer .top div.contact small.phone{
	background-position: -22px -77px;
}
footer .top div.contact small.mail{
	background-position: -47px -77px;
}
footer .top div.address div.content{
	width: 80%;
}
footer .top div.contact{
	text-align: right;
}
footer .top div.contact p{
	margin-bottom: 10px;
}
footer .top div.logo{
	text-align: center;
}
footer .top div div{
	width: 100%;
}
footer .bottom{
	padding: 20px 0;
	background: #26AF4D;
	text-align: center;
}
footer .bottom p{
	color: #fff;
}
footer .bottom p a{
	color: #fff;
}
/*resonsive design start here*/ 
@media all  and (max-width: 980px){
	h2{
	    font-size: 44px;
	}
	#home #spotlight .spotlight h1{
		font-size: 50px;
	}
	#about .left img {
	    width: 100%;
	}
	#about .right .head {
		width: 90%;
	}
	.products ul{
		margin-bottom: -5%;
	}
	.products ul li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.products ul li:nth-child(4n){
		margin-right: 5%;
	}
	.products ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media all  and (max-width:900px){
	#mobile_menu,#menu_icon{
		display: none;
	}
	header nav{
		display: none;
	}
	.sidenav {
		display:  block;
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 3;
	    top: 0;
	    right: 0;
	    background: #F66E44;
	    overflow-x: hidden;
	    transition: 0.5s;
	    padding-top: 60px;
	}
	.sidenav a {
	    padding: 8px 8px 8px 32px;
	    text-decoration: none;
	    font-size: 20px;
	    color: #FFFFFF;
	    display: block;
	    transition: 0.3s;
	    font-family: 'open_sansbold';
	}
	.openmenu{
		color: #000;
		display:  block;
		font-size: 35px;
		cursor: pointer;
		position:  absolute;
		top: 40px;
		right:  17px;
		background: url(../images/menu.png) no-repeat;
		width: 32px;
		height: 32px;
	}
	.sidenav a:hover, .offcanvas a:focus{
    	color: #fff;
	}
	.sidenav .closebtn {
	    position: absolute;
	    top: 0;
	    right: 25px;
	    font-size: 50px;
	    margin-left: 50px;
	}
	#home header a.login.hidden{
		display: block !important;
		margin-top: 15px;
		margin-right: 49px;
	}
}
@media all  and (max-width: 800px){
	#home #spotlight .spotlight h1{
		font-size: 45px;
	}
	#about .left {
	    width: 100%;
	    float: none;
	    margin-bottom: 40px;
	}
	#about .right {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	#about .right .head{
		width: 100%;
	}
	.products ul{
		margin-bottom: -2%;
	}
	.products ul li{
	    width: 32%;
	    margin-right: 2%;
	    margin-bottom: 2%;
	}
	.products ul li:nth-child(4n){
		margin-right: 2%;
	}
	#offer ul li {
		width: 48%;
		margin-right: 4%;
	}
	#offer ul li:nth-child(3n){
		margin-right: 4%;
	}
	#offer ul li:nth-child(2n){
		margin-right: 0;
	}
	#contact .head,.products .head,.products.product-right .head,#offer .head{
	    width: 80%;
	    margin-bottom: 5%;
	}
}
@media all  and (max-width: 640px){
	#home #spotlight .spotlight{
		width: 100%;
		text-align: center;
	}
	#home #spotlight .spotlight h1{
		font-size: 40px;
	}
	h2 {
	    font-size: 36px;
	}
	#home #spotlight a.button{
		width: 150px;
	}
	#about,.products,#offer{
		padding: 40px 0;
	}
	div.head{
		margin-bottom: 40px !important;
	}
	.products ul{
		margin-bottom: -4%;
	}
	.products ul li{
	    width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4%;
	}
	.products ul li:nth-child(3n){
		margin-right: 4%;
	}
	.products ul li:nth-child(2n){
		margin-right: 0;
	}
	#contact .head,.products .head,.products.product-right .head,#offer .head{
		width: 90%;
	}
	footer .top{
		padding: 20px 0;
	}
	footer .top div {
		width: 100% !important;
		text-align: center !important;
		margin-bottom: 20px;
	}
	footer .top div div{
		margin-bottom: 0;
	}
	footer .top div.address small {
	    margin-right: 0px;
	    float: none;
	    display: inline-block;
	}
	footer .top div.contact{
		margin-bottom: 0;
	}
	footer .top div.contact small {
		display: inline-block;
		float: none;
	}
	.map{
		height: 200px;
	}
}
@media all  and (max-width: 480px){
	#home #spotlight .spotlight h1{
		font-size: 30px;
	}
	h2 {
	    font-size: 25px;
	}
	#about .right .head{
		text-align: center;
	}
	div.head{
		text-align: center;
		margin-bottom: 40px;
	}
	.products ul,#offer ul{
		margin-bottom: -30px;
	}
	.products ul li,#offer ul li{
		float: none;
	    width: 100%;
	    margin: 0 auto 30px!important;
	}
	#contact .head,.products .head,.products.product-right .head,#offer .head{
		width: 100%;
		text-align: center;
	}
	form p {
		width: 100% !important;
	}
	form p textarea {
	    height: 135px;
	}
	footer .bottom {
	    padding: 10px 0;
	}
	footer .bottom p{
		font-size: 12px;
	}
}
@media all  and (max-width: 360px){
	#offer ul li .img h4 {
	    font-size: 50px;
	}
	a.button{
		padding: 7px 20px;
		width: auto !important;
		font-size: 16px;
	}
	#home header a.login.hidden{
		font-size: 14px;
		padding: 7px 15px;
		margin-top: 19px;
		margin-right: 55px;
	}
}
/*Style for error page*/
