body
{
	background-color: #ededed;
	overflow-x: hidden;
	margin-bottom: 50px;
}

#header
{
	height: 70px;
	width: 100%;
	background-color: #202e54;
}
#header-container
{
	height: 70px;
	line-height: 70px;
	width: 100%;
	margin: auto;
	color: #ffaf2f;
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}


.disclaimer-footer1 {
  font-size: 17px;
  font-weight: 400;
}

#footer {
  padding: 20px 0;
  margin-top: -2px;
  font-size: 14px;
  word-wrap: break-word;
  background: #2e3138;
  color: #abb0ba;
}

#footer p:last-child {
  margin: 0;
}

#footer a,
#footer a:hover,
#footer a:visited {
  color: #abb0ba;
  font-weight: 400;
}

#footer a:before {
  content: '\00B7';
  padding: 0 5px;
}


@media (min-width: 1200px) { 
	
	#container, #header-container
	{
		width: 1100px;
	}
	#sub-container-left
	{
		width: 100%;
	}
}
#start
{
	display: none;
}
#advertorial
{
	font-size: 14px;
}
#container
{
	margin: 15px auto;
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	padding: 10px;
}
#colorwheel
{
	width: 30px;
	margin: -10px 10px 0px 0px;
}
#life-tech
{
	font-family: "open sans", sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #606060;
}
#breadcrumbs
{
	color: #606060;
	font-size: 14px;
}
hr
{
	border: none;
	border-bottom: 2px #ededed solid;
}
#sub-container-left
{
	height: auto;
	display: inline-block;
	padding: 10px;
	width: 100%;
}
#headline
{
	font-family: "oswald", sans-serif;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#stars
{
	padding: 20px 0px;
}
label
{
	color: #3e3e3e;
	font-family: sans-serif;
	font-weight: 100;
}
.list-button
{
	width: 100%;
	height: 60px;
	line-height: 50px;
	background-color: tomato;
	text-align: center;
	color: #fff;
	border-bottom: 10px solid rgba(0,0,0,0.25);
	cursor: pointer;
	font-size: 1.3em;	
}
.limited
{
	background-color: red;
	padding: 5px 10px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 10px;
}
iframe
{
	width: 100%;
}
#date
{
	display: block;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 18px;
	padding: 10px 0px;
}
#pipe
{
	padding: 0px 10px;
}
.fa-facebook-square
{
	color: #3B5998;
	cursor: pointer;
	font-size: 25px;
}
.fa-twitter-square
{
	color: #1DA1F2;
	cursor: pointer;
	font-size: 25px;
}
.fa-google-plus-square
{
	color: #CC3333;
	cursor: pointer;
	font-size: 25px;
}
.fa-pinterest-square
{
	color: crimson;
	cursor: pointer;
	font-size: 25px;
}
#mainimg
{
	width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p
{
	font-size: 1em;
	font-family: "open sans", sans-serif;
	padding: 20px 0px;
}
.list-container
{
	margin: 50px 0px 100px 0px;
}
h2
{
	display: block;
	margin-top: 50px;
	font-family: "oswald", sans-serif;
}
.sharethis-inline-share-buttons
{
	margin: 20px;
}
.number
{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #000;
	font-weight: bold;
	margin-right: 15px;
}
.contentimg
{
	width: 100%;
	padding: 10px 0px;
	margin: auto;
}
.contentimg img
{
	width: 100%;
}
.halfimg
{
	width: 100%;
	padding: 0px;
	margin: auto;
}
.halfimg img
{
	width: 100%;
}
.img-caption
{
	display: none;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	text-align: center;
	font-size: 14px;
}
.info-p
{
	color: gray;
	font-style: italic;
	font-size: 18px;
	border-left: 5px solid red;
	padding-left: 20px;
}
#after-photostick
{
	background-color: #fff;
	padding: 0px;
}
.summary
{
	background-color: #fff5c2;
	padding: 15px;
	margin: 40px 0px;
	border: 2px solid rgba(0,0,0,0.15);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}
#sub-container-right
{
	display: none;
}
#floater
{
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 10px;
	font-family: "open sans", sans-serif;
	background-color: #ededed;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-top: dashed 2px rgba(0,0,0,0.3);
	font-size: 20px;
}
#floater-button
{
	padding: 10px;
	background-color: red;
	text-align: center;
	margin: 10px auto;
	color: #fff;
	text-transform: uppercase;
}
#ref
{
	font-size: 12px;
}
@media (min-width: 576px) { }

@media (min-width: 768px) { 
	#container, #header-container
	{
		width: 768px;
	}
	#floater
	{
		display: none;
	}

}

@media (min-width: 992px) {
	#start{
		display: block;
		float: right;
		height: 70px;
		line-height: 70px;
		color: #91a6e3;
		font-family: sans-serif;
		font-weight: 600;
		font-size: 14px;
		text-transform: uppercase;
	}
	#header-container
	{
		text-align: left;
	}
	#container, #header-container
	{
		width: 992px;
	}	
	#container
	{
		padding: 20px;
	}
	#container-header
	{
		padding: 0px 30px;
	}
	#sub-container-left
	{
		width: 100%;
	}
	.contentimg
	{
		width: 75%;
		padding: 10px 0px;
		margin-left: 0px;
	}
	.list-button
	{
		width: 400px;
		display: inline-block;
	}
	.limited
	{
		margin-left: 50px;
		margin-top: 0px;
		display: inherit;
	}
	
	.halfimg
	{
		width: 50%;
		padding: 0px 20px 0px 0px;
		margin: auto;
	}
	.img-caption
	{
		border-bottom: 1px dotted #fff;
		border-top: 1px dotted #fff;
		text-align: center;
		font-size: 14px;
	}
	#headline
	{
		font-size: 50px;
		line-height: 65px;
		width: 90%;
	}
	#sub-container-right
	{
		display: none;
		width: 250px;
		height: 100vh;
		border-left: 2px #ededed solid;
		float: right;
		padding: 20px;
	}
	p
	{
		font-size: 1.3em;
		font-family: "open sans", sans-serif;
		padding: 20px 0px;
		width: 75%;
	}
	.social-box
	{
		width: 100px;
		height: auto;
		display: inline-block;
		padding: 15px 0px;
		cursor: pointer;
	}
	#facebook-icon-wrapper
	{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color:  #3B5998;
	}
	#twitter-icon-wrapper
	{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color:  #1DA1F2;
	}
	#google-icon-wrapper
	{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color:  #CC3333;
	}
	#pinterest-icon-wrapper
	{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color:  crimson;
	}
	.social-count
	{
		height: 50px;
		text-align: center;
		font-family: "open sans", sans-serif;
		color: #404040;
	}
	.social-count-big
	{
		font-size: 20px;
	}
	.social-count-small
	{
		font-size: 12px;
	}
	#fixed
	{
		display: none;
		border-left: 2px solid #ededed;
		margin-left: -22px;
		padding-left: 20px;
	}
	#fixed-title
	{
		font-family: "oswald", sans-serif;
		font-size: 25px;
		font-weight: 700;
		width: 245px;
	}
	#fixed-img
	{
		width: 200px;
	}
	#fixed p
	{
		width: 250px;
	}
	#fixed-button
	{
		width: 230px;
		height: 60px;
		line-height: 60px;
		background-color: red;
		color: #fff;
		font-family: "open sans", sans-serif;
		font-size: 18px;
		text-align: center;
		cursor: pointer;
		border-bottom: 5px solid rgba(0,0,0,0.3);
		border-radius: 5px;
	}
}

