/*!
 * Start Bootstrap - Blog Post (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 
*{margin:0;padding:0;font-family:'Open Sans', sans-serif}
body {
    padding-top: 10px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
p{font-size:14px;color:#000000;margin:0 0 5px;font-weight:400;margin-bottom:15px}
footer {
    margin: 50px 0;
}
img {max-width: 100%; margin:10px 0; }


body,
#lightcase-cas
	font-size: 14px;
	color: #616161;
	line-height: 1.7;
	font-weight: 400;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;

}

header h1 {
    padding: 20px 0 0 0;
    text-align: left;
    margin: 0 !important;
}

*:focus,
a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	display: block;
}

figure {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.Post-content {
    margin: 20px 0 50px 0;
}
.sh-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

dd {
    margin: 0 0 20px;
}

pre {
	border: 0;
	padding: 20px;
}

img {
	max-width: 100%;
	min-height: 1px;
	height: auto;
}

p {
	line-height: 1.9;
}

p:last-child {
	margin-bottom: 0;
}

i.icon {
	vertical-align: inherit;
	margin-left: 0px;
	line-height: normal;
	height: auto;
	width: auto;
}

a {
	color: #d79c74;
	text-decoration: none;
	word-wrap: break-word;
}

a:hover, a:focus {
	color: #d79c74;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: normal!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	line-height: normal!important;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}

li{
	padding-top: 18px;
	padding-bottom: 18px;
	max-height: none;
	margin-left: 15px;
}
ol, ul {
    margin-left: 20px;
}

a.product-link {
    margin: auto;
    padding: 30px;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #00a4ff;
    border: 1px solid #00a4ff;
    width: 80%;
}
a.product-link:hover{
	background: #00a4ff;
	color: #fff;
	    box-shadow: 1px 2px 7px #000;
}