@charset "utf-8";
/* Simplify width and height calculations */
html {
	box-sizing: border-box;
	
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	background-color: #EFF5F8;
	
}

header {
		background-color: #EFF5F8;
		}

.girdogird {
	margin-left:auto;
	margin-right:auto;
	max-width: 1020px;
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-right: #0066FF thin dotted; 
	border-left: #0066FF thin dotted; 
	border-top: #0066FF thin dotted;
	border-bottom: #0066FF thin dotted;
	
	}
	
	.style-logo {
	margin-left:auto;
	margin-right:auto;
	display: block;
	max-width: 100%;
	position: relative;
}

imgcart {
	width: 172px;
	max-width: 172px;
	height: auto;
	vertical-align: middle;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
	
#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	background-color: white;
}
h1, h2 {
	color: #1E1E1E;
	font-style: normal;
	font-weight: 400;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover, a:active, a:focus {
	color: #000066;
	text-decoration: underline;
}
#menulink {
	background-color: #EFF5F8;
	margin: 0;
	text-align: center;
}
#menulink a {
	color: #000066;
	font-size: 20px;
	text-transform: uppercase;
	/* [disabled]display: block;
*/
	font-weight: 200;
	text-decoration: none;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#navlinks {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #EFF5F8;
	background-color: rgba(239,245,248,0.65);
	position: absolute;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
#navlinks.displayed {
	top: 90px;
	z-index: 1;
	opacity: 1;
}
#navlinks.start {
	display: none;
}
#navlinks.collapsed {
	top: -12em;
	opacity: 0;
}
#navlinks a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000066;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus, #navlinks a.thispage {
	color: #0066FF;
}
main, aside {
	margin-left: 4%;
	margin-right: 4%;
}
#hero img {
	max-width: 100%;
	display: block;
}
#hero p {
	color: #09F
	font-weight: 600;
	font-size: 12px;
	text-transform: Sentence;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-radius: 30px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 10px;
	margin-top: 10px;
	font-family: Palatino Linotype, "Palatino Linotype", "Book Antiqua", Palatino, serif, Arial, Helvetica, sans-serif;
	font-style: normal;
}
figure {
	width: 100%;
	max-width: 92%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: #0066FF thin dotted; 
	border-left: #0066FF thin dotted; 
	border-top: #0066FF thin dotted;
	border-bottom: #0066FF thin dotted;
}
figure img {
	max-width: 100%;
}
figcaption {
	display: block;
	text-align: center;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.grayscale:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


figure2 {
	width: 135px;
	max-width: 92%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: #0066FF thin dotted; 
	border-left: #0066FF thin dotted; 
	border-top: #0066FF thin dotted;
	border-bottom: #0066FF thin dotted;
}
figure2 img {
	max-width: 100%;
}

figcaption2 {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: Sentence;
	text-align:justify;
}


.button {
	border: 2px #0066FF solid;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	color: #06F;
	text-decoration: none;
	
}

.row:before, .row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}

.col { width: 100%;

}
.colheader { width: 100%;
			background-color: #EFF5F8;

}


dots {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-right: #0066FF thin dotted; 
	border-left: #0066FF thin dotted; 
	border-top: #0066FF thin dotted;
	border-bottom: #0066FF thin dotted;
	
	}


footer {
	padding: 30px;
	padding-top: 2px;
	padding-bottom: 0px;
	background-color: #EFF5F8;
	color: white;
	font-size: 0.8em;
	text-align: center;
}


@media (min-width: 700px) {
	
	header {
		background-color: #EFF5F8;
		}
		
		.col-md-one-fifth { width:75%;
}
		.col-md-one-sixth { width:25%;
}
		
		.col-md-one-forth { width:25%;
}
		
	.col-md-one-third {width: 33%;
}
	.col-md-one-half {width: 50%;
}
.col {
	float: left;
	padding: 10px 5px 5px 5px;
}
	
	h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 24px;
	text-transform: uppercase;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}


	
#menulink {
	display: none;
}
#navlinks {
	max-width: 1000px;
	position: static;
	background-color: transparent;
}
#navlinks.collapsed {
	opacity: 1;
}
#navlinks a {
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	float: left;
	color: #1E1E1E;
}
header {
    overflow: hidden;
}
#hero p {
	width: 90%;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	color: #EFF5F8;
	border-width: 3px;
	border-style: solid;
	top: 20px;
	right: 25px;
}
#hero {
	position: relative;
}
main {
	width: 60%;
}

mainproduct {
	width: 90%;
}

aside {
	width: 28%;
	margin-left: 0px;
	margin-top: 5px;
}
main, aside {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	font-size: 0.875em;
}
footer {
	clear: left;
}
}

@media (min-width: 900px) {
	
	
	h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 30px;
	text-transform: uppercase;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 26px;
	
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
	
figcaption2 {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align:justify;
}

.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
.floatleft {
	float: left;
	margin-right: 0px;
}



}
