body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: Roboto;
  font-size: 12px;
  color: #424242;
}

h1, h2, h3, h4, h5 {
  margin: 0; 
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

header, nav, footer, section, article, div {
  box-sizing: border-box;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
	background-color: whitesmoke;
	padding: 4px;
	font-weight: bold;
}
input[type=text] {
    width: 275px;
    padding: 2px;
    margin-top: 5px;
	margin-bottom: 14px;
    box-sizing: border-box;
}
textarea {
    width: 100%;
	height: 100px;
	vertical-align: top;
    padding: 2px;
    margin-top: 5px;
	margin-bottom: 14px;
    box-sizing: border-box;
}
select {
	width: 275px;
    padding: 2px;
    margin-top: 5px;
	margin-bottom: 14px;
    box-sizing: border-box;
}

a:visited{
	color:inherit;
}

footer {
  border-top: 2px solid #E0E0E0;
  padding: 10px;
  margin-top: 30px;
  width: 100%;
}


footer a {
  text-decoration: none;
  color: #424242;
  padding: 1.5em;
}

.about a {
  text-decoration: none;
  color: #424242;
}

.italics {
	line-height: 1.55;
	font-style: italic;
	/*background-color: whitesmoke;*/
}

.content {
  position: relative;
}

.content-break {
	width: 100%;
	clear: both;
}


.fb, .rd, .tw, .pi, .ml {
	display: inline-block;
	width: 20px;
	margin-left: 12px;
	position: relative;
	box-sizing: border-box;
}

.fb2, .ig, .et {
	display: inline;
	width: 20px;
	margin-left: 12px;
	position: relative;
	box-sizing: border-box;
}


.fb a:hover {
	color: #2E66AB;
}

.fb2 a:hover {
	color: #2E66AB;
}

.fb a:hover::before {
	position: absolute;
	display: block;
	text-align: center;
	padding: 1px 4px;
	border-radius: 2px;
	top: -46%;
	left: -50%;
	margin-left: -6px;
	font-size: 13px;
	background-color: whitesmoke;
	content: "Facebook";
}

.fb a:hover::after {
	width: 0;
	height: 0;
	position: absolute;
	top: -1px;
	left: 42%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid whitesmoke;
	content: "";
}

.ig a:hover {
	color: pink;
}


.rd a:hover{
	color: #F00C0C;
}

.rd a:hover::before {
	position: absolute;
	display: block;
	text-align: center;
	padding: 1px 4px;
	border-radius: 2px;
	top: -46%;
	left: -48%;
	margin-left: -6px;
	font-size: 13px;
	background-color: whitesmoke;
	content: "Reddit";
}

.rd a:hover::after {
	width: 0;
	height: 0;
	position: absolute;
	top: -1px;
	left: 42%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid whitesmoke;
	content: "";
}

.tw a:hover{
	color: #05A2F2;
}

.tw a:hover::before {
	position: absolute;
	display: block;
	text-align: center;
	padding: 1px 4px;
	border-radius: 2px;
	top: -46%;
	left: -50%;
	margin-left: -6px;
	font-size: 13px;
	background-color: whitesmoke;
	content: "Twitter";
}

.tw a:hover::after {
	width: 0;
	height: 0;
	position: absolute;
	top: -1px;
	left: 42%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid whitesmoke;
	content: "";
}

.et a:hover {
	color: #FF5602;
}

.pi a:hover {
	color: #D70000;
}

.pi a:hover::before {
	position: absolute;
	display: block;
	text-align: center;
	padding: 1px 4px;
	border-radius: 2px;
	top: -46%;
	left: -50%;
	margin-left: -6px;
	font-size: 13px;
	background-color: whitesmoke;
	content: "Pinterest";
}

.pi a:hover::after {
	width: 0;
	height: 0;
	position: absolute;
	top: -1px;
	left: 42%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid whitesmoke;
	content: "";
}

.ml a:hover {
	color: #FF9203;
}

.ml a:hover::before {
	position: absolute;
	display: block;
	text-align: center;
	padding: 1px 4px;
	border-radius: 2px;
	top: -46%;
	left: -50%;
	margin-left: -6px;
	font-size: 13px;
	background-color: whitesmoke;
	content: "Email";
}

.ml a:hover::after {
	width: 0;
	height: 0;
	position: absolute;
	top: -1px;
	left: 42%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid whitesmoke;
	content: "";
}

.smaller {
	font-size: 16px;
	vertical-align: top;
}

.copyright {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 10px;
}

.shipping {
	display: block;
	position: absolute;
	opacity: 0.8;
	top: 0px;
	right: 5px;
}

.image_gallery {
	width: 360px;
	background-color: whitesmoke;
	padding: 10px;
	float: right;
}

.category_url {
	background-color: whitesmoke;
	padding: 2px 8px;
	margin-left: -6px;
	margin-right: -6px;
	font-size: 16px;
}


.category_url a:hover {
	opacity: 0.8;
}
	
/***** Begin Responsive *****/


/*

.hero, .top-news, .scores, .weather, .recent-news {
  order: 10;
}*/

@media screen and (max-width: 599px) {
	
h1 {
	font-size: 24px;
	}
	
  #wrap { 
	width: 100%;
   }

  #content-wrap {
	 width: 90%;
	 margin-top: 80px;
	 margin-left: 5%;
	 margin-right: 5%;
	 margin-bottom: 5px;
	 /* background-color: whitesmoke;*/
	 font-size:16px;
	 /* line-height:30px;*/
	}
	
	.content-blocks {
		display: inline-block;
		position: relative;
		width: 94%;
		height: 310px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 3%;
		margin-right: 3%;
		padding: 10px;
		border-color: black;
		border-width: 1px;
		border-style: solid;
		border-radius: 2px;
		overflow: hidden;
	}
	.content-blocks:after{
		  content: ' ';
		  display: block;
		  background-color: white;
		  height: 10px;
		  width: 100%;
		  position: absolute;
		  bottom: 0;
		}
	.contactus {
		display: inline-block;
		position: relative;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px;
		border-color: black;
		border-width: 1px;
		border-style: solid;
		border-radius: 2px;
	}

	.image-containter {
		width: 100%;
		max-height: 245px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		overflow: hidden;
	}
	
	.header {
		width: 100%;
		height: 60px;
		display: block;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: #121212;
	}
	.header h1#logo {
		display: inline-block;
		background: url("/ELITEheaderSM.png");
		background-repeat: no-repeat;
		background-size: contain;
		/*background-color: ghostwhite;*/
		height: 54px;
		width: 186px;
		margin-left: 6px;
		margin-top: 2px;
		margin-bottom: 2px;
		float: left;
	}
	.header nav {
		display: inline-block;
		float: right;
		margin-right: 5px;
	}
	.header nav a {
		line-height: 60px;
		margin-left: 8px;
		margin-right: 8px;
		text-decoration: none;
		color: white;
		font-weight: 600;
		font-size: 24px;
	}
	
	.social {
		display: none;
	}
	
	.link {
		display: none;
	}
	
	.privacy {
		display: none;
	}
	
	.visit {
		display: none;
	}
	.itemleft {
		width: 98%;
		margin: auto;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.extrasleft {
		diplay: none;
	}
	.image-thumb {
		display: none;
	}
	.itemright {
		width: 98%;
		margin: auto;
		margin-bottom: 20px;
		line-height: 1.4;
		margin-top: 10px;
	}
	.itemright .italics {
		font-size: 13px;
	}
	.order {
		float: right;
		display: inline;
		background-color: #B4C8E4;
		border-radius: 2px;
		padding: 4px 7px;
		margin-right: 2px;
		margin-top: -4px;
	}
	.order:hover {
		cursor: pointer;
		background-color: lightblue;
	}



}

@media screen and (min-width: 600px) {
	
	h2 {
		font-size: 28px;
	}
	
	#wrap { 
		min-height:  740px;
		min-width: 920px;
	 }
	
	#content-wrap {
		 max-width:1100px;
		 margin:174px auto;
		 padding: 0px 8%;
		/* background-color: whitesmoke;*/
		 font-size:16px;
		 line-height:30px;
	}
	
	.content {
		min-width: 840px;
		padding-bottom: 16px;
	}
	
	.content-blocks {
		display: inline-block;
		position: relative;
		float: left;
		cursor: pointer;
		width: 32%;
		height: 310px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 12px;
		padding: 10px;
		border-color: black;
		border-width: 1px;
		border-style: solid;
		border-radius: 2px;
		overflow: hidden;
	}
	
	.content-blocks:after{
		  content: ' ';
		  display: block;
		  background-color: white;
		  height: 10px;
		  width: 100%;
		  position: absolute;
		  bottom: 0;
		}
	.content-blocks h3 {
		line-height: 1.2;
	}
	.contactus {
		display: inline-block;
		position: relative;
		width: 72%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px;
		border-color: black;
		border-width: 1px;
		border-style: solid;
		border-radius: 2px;
	}

	.image-containter {
		width: 100%;
		max-height: 245px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.image-thumb {
		width: 100%;
		line-height: 0;
		max-height: 60px;
		border-color: black;
		border-radius: 2px;
		border-width: 1px;
		margin-bottom: 10px;
		border-style: solid;
		display: inline-block;
		overflow: hidden;
	}
	.gallary-thumb {
		width: 46%;
		line-height: 0;
		max-height: 100px;
		border-color: black;
		border-radius: 2px;
		border-width: 1px;
		margin-bottom: 10px;
		margin-right: 2%;
		margin-left: 2%;
		border-style: solid;
		display: inline-block;
		overflow: hidden;
	}
	.header {
		width: 100%;
		min-width: 920px;
		height: 136px;
		display: block;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: #121212;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
		box-shadow: 0px 0px 1px 2px #000000;
	}
	.header h1#logo {
		display: inline-block;
		background: url("/ELITEheader.png");
		background-repeat: no-repeat;
		background-size: contain;
		cursor: pointer;
		/*background-color: ghostwhite;*/
		height: 125px;
		width: 390px;
		float: left;
		margin-left:60px;
		margin-top: 8px;
		margin-bottom: 6px;
		font-family: "bagatela",serif;
		font-size: 70px;
		color: white;
		font-weight: 400;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header a {
		text-decoration: none;
		color: white;
	}
	
	.header nav {
		display: inline-block;
		text-align: right;
		float: right;
		margin-right: 40px;
	}
	.header nav a {
		line-height: 80px;
		margin-left: 20px;
		text-decoration: none;
		color: white;
		font-weight: 300;
		font-size: 18px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header nav a:hover {
		color: #B4C8E4;
	}
	.header.smaller {
		height: 60px;
	}
	.link {
		display: inline;
		padding-left: 7px;
	}
	.header.smaller h1#logo {
		/*background-color: lightblue;*/
		background: url("/ELITEheaderSM.png");
		background-repeat: no-repeat;
		background-size: contain;
		height: 54px;
		width: 213px;
		margin-left: 80px;
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 32px;
	}
	.header.smaller nav a {
		line-height: 60px;
	}

	.social {
		font-size: 30px;
		display: block;
		position: absolute;
		text-align: right;
		width: 400px;
		top: 80px;
		right: 40px;
		padding-right: 5px;
		color: white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.social.smaller {
		display: none;
	}
	.privacy {
		display: inline-block;
		float: right;
		margin-right: -20px;
	}

	.privacy a:hover {
		color: #B4C8E4;
	}
	.itemleft {
		width: 56%;
		float: left;
		margin-right: 4%;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.extrasleft {
		position: absolute;
		width: 60px;
		min-height: 80px;
		margin-left: -70px;
		margin-top: 20px;
		padding: 0px;
	}
	.itemright {
		width: 38%;
		float: right;
		line-height: 1.4;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.itemright .italics {
		font-size: 13px;
	}
	.order {
		float: right;
		display: inline;
		background-color: #B4C8E4;
		border-radius: 2px;
		padding: 4px 7px;
		margin-right: 2px;
		margin-top: -4px;
	}
	.order:hover {
		cursor: pointer;
		background-color: lightblue;
	}
	#selectedimage {
		min-height: 400px;
	}


}