/*
============================================================================
default color scheme (EVERY COLOR style goes here. If there's no link from
a template to any of the color schemes, page should be just "naked" and
fully functional
============================================================================
*/

/* Text links */
a, .sld-entry-desc h1 a:hover, .entry-list li a:hover, .products li a:hover, #navigation a:hover, .cart button.button:hover, .button:hover  {
	color: #09c2f7;
	text-decoration:none;
}

a:focus,a:active {
	text-decoration:none;
}

a:hover {
	color: #454545;
}
.readMore{
	border: none;
	background: #09c2f7;
	color:#CCC;
	color: #fff;
	text-transform: uppercase;
	padding: 7px 20px;
	font-family: Georgia, "Times New Roman", serif;
	cursor: pointer;
	text-align:center;
}
#log-che , .nt-home a {
background: url(../images/logo.png) no-repeat left top !important; 
display:block;   
height:auto !important;   
min-height:100px;  
text-indent:-9999px; 
margin:0 auto; 
width:372px;

-webkit-background-size:80%;
-moz-background-size:80%;
background-size:80%;

z-index: 9999;

}


@media screen and (max-width: 61.2em) {
#log-che , .nt-home a {
background: url(../images/logo.png) no-repeat left top !important; 
display:block;   
height:auto !important;   
min-height:100px;  
text-indent:-9999px; 
margin:0 auto; 
width:400px;

-webkit-background-size:80%;
-moz-background-size:80%;
background-size:80%;

z-index: 9999;

}

}
@media screen and (max-width:48em) {
#log-che , .nt-home a {
background: url(../images/logo.png) no-repeat left top !important; 
display:block;   
height:auto !important;   
min-height:100px;  
text-indent:-9999px; 
margin:0 auto; 
width:360px;

-webkit-background-size:90% !important;
-moz-background-size:90% !important;
background-size:90% !important;

z-index: 9999;

}
}
@media screen and (max-width:30em) {
	#log-che , .nt-home a {
background: url(../images/logo.png) no-repeat left top !important; 
display:block;   
height:auto !important;   
min-height:60px;  
text-indent:-9999px; 
margin:0 auto; 
width:295px;

-webkit-background-size:90% !important;
-moz-background-size:90% !important;
background-size:90% !important;

z-index: 9999;
padding:0px !important;

}
}

