@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Baloo+Tamma|Roboto:400,400i,700,700i');

h1	{
	font-family: 'Baloo Tamma', cursive;
	color: #df9d1e;
	font-size: 2.2em;        /* 24px / 16px = 1.5em */
	margin-bottom:7px;
	line-height:120%;
	margin-top:0px;
	}


h2	{
	font-family: 'Baloo Tamma', cursive;
	color:#000;
	font-size: 1.8em;        /* 24px / 16px = 1.5em */
	margin-bottom:9px;
	line-height:120%

}


h3	{
	font-family: 'Baloo Tamma', cursive;
	color: #df9d1e;
	font-size: 1.5em;        /* 24px / 16px = 1.5em */
	margin-bottom:5px;
	line-height:120%
}


h4	{
	font-family: 'Baloo Tamma', cursive;
	color:#000;
	font-size: 1.3em;        /* 24px / 16px = 1.5em */
	margin-bottom:5px;
	line-height:120%
}


p	{
	color:#000;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

strong, b	{
	font-weight: 700;
}

body	{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size:15px;
	color:#000;
	line-height:140%;
	background-color:#000;
}

a{color:#df9d1e;text-decoration:none;cursor:pointer;}
a:hover{color:#999;text-decoration:underline}

.feature-heading {text-align:center;font-size:20px;margin-bottom:0px;}

.presented	{
	font-size:70%
}
.media-icons	{font-size:30px;line-height:40px}

.media-icons a {cursor:pointer;}

a.search-site-glass-ico	{cursor:pointer;position:relative;left:-3px;color:#000!Important;}
a.search-site-glass-ico:hover	{color:#999!Important;}


.lightblue	{
		color: #B8CFE9;
}

.tel-no	{
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;	}


.white	{
		color: #fff;
}

.homesliderhead	{
	font-size:40px!Important;
	line-height:105%;
    font-size: 36px !important;}

.product-grid-product-name a{
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
}

.product-grid-product-name a:hover{text-decoration:none}

/*Styles for screen 667px and lower*/
@media only screen and (max-width : 667px) {
h1	{
    font-size: 26px;
}
h2	{
    font-size: 18px;
}
p	{
	font-size:13px;	
}

.grey {width:100%;margin-right:0px;float:left;margin-top:10px;
}

.txbsitesearch {margin-left:0}

