body {
	background: #d4e6f2 url("bg-gradient-3b8da9f97de81a2b8ad00bef6958bbef.png") left top repeat-y;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fcfcfc), color-stop(0.25, #efefde), color-stop(1, #d4e6f2));
	background: -webkit-linear-gradient(left, #fcfcfc 0%, #efefde 25%, #d4e6f2 100%);
	background: -moz-linear-gradient(left, #fcfcfc 0%, #efefde 25%, #d4e6f2 100%);
	background: -o-linear-gradient(left, #fcfcfc 0%, #efefde 25%, #d4e6f2 100%);
	background: -ms-linear-gradient(left, #fcfcfc 0%, #efefde 25%, #d4e6f2 100%);
	background: linear-gradient(left, #fcfcfc 0%, #efefde 25%, #d4e6f2 100%);
	position: relative;
	height: 100%;
	color: #485158;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.logo {
	width: 100px;
	height: 100px;
}

.main-header {
	-webkit-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	-moz-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	-o-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	-ms-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	color: #262a2d;
	font-size: 100px;
	font-weight: 300;
	font-family: Source Sans Pro, Lato, Helvetica Neue, sans-serif;
	display: block;
	line-height: 100px;
	border-bottom: 1px solid #d8e2eb;
	padding-bottom: 20px;
}

.sub-main-header {
	-webkit-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	-moz-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	-o-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	-ms-animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	animation: fadeInFromRightSmall 0.5s 0.5s backwards;
	color: #ef502a;
	font-size: 50px;
	font-weight: 300;
	font-family: Source Sans Pro, Lato, Helvetica Neue, sans-serif;
	display: block;
}

.body-block {
	color: #677889;
	display: block;
	text-align: justify;
}

.button {
	-webkit-font-smoothing: subpixel-antialiased;
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e76846), color-stop(1, #e25a3b));
	background: -webkit-linear-gradient(top, #e76846 0%, #e25a3b 100%);
	background: -moz-linear-gradient(top, #e76846 0%, #e25a3b 100%);
	background: -o-linear-gradient(top, #e76846 0%, #e25a3b 100%);
	background: -ms-linear-gradient(top, #e76846 0%, #e25a3b 100%);
	background: linear-gradient(top, #e76846 0%, #e25a3b 100%);
	background-color: #e15d42;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,228,0,0.2)), color-stop(1, rgba(255,106,59,0.2)));
	background-image: -webkit-linear-gradient(top, rgba(255,228,0,0.2) 0%, rgba(255,106,59,0.2) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,228,0,0.2) 0%, rgba(255,106,59,0.2) 100%);
	background-image: -o-linear-gradient(top, rgba(255,228,0,0.2) 0%, rgba(255,106,59,0.2) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,228,0,0.2) 0%, rgba(255,106,59,0.2) 100%);
	background-image: linear-gradient(top, rgba(255,228,0,0.2) 0%, rgba(255,106,59,0.2) 100%);
	border: 1px solid #df7555;
	border-color: transparent #db7050 #c24d29 #db7050;
	padding: 0.58em 1.25em 0.65em;
	text-shadow: 0 0.1em 1px rgba(0,0,0,0.1);
	font-size: 20px;
	font-size: 2rem;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 0 rgba(255,255,255,0.15),inset -1px 0 rgba(255,255,255,0.15),inset 0 1px rgba(255,255,255,0.25),0 1px 3px rgba(50,54,61,0.15);
	box-shadow: inset 1px 0 rgba(255,255,255,0.15),inset -1px 0 rgba(255,255,255,0.15),inset 0 1px rgba(255,255,255,0.25),0 1px 3px rgba(50,54,61,0.15);
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
	cursor: pointer;
	color: #fff;
}

.button.uppercase {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 1.15em 3.8em;
	letter-spacing: 0.12em;
	padding: 5px;
}
.button:hover, .button:focus {
	background-color: #ec6549;
	text-decoration: none;;
}
a.button, a.button:hover, a.button:focus, a.button:active {
	color: #fff;
}

.col {
	padding: 2em;
	width: 900px;
	margin: 0px auto;
	box-shadow: 0px 0px 10px 1px gray;
	background: white;
}

#prod-pics {
	/*box-shadow: 0px 0px 7px 0px gray;
	border-radius: 10px;
	background: white;
	padding: 20px;*/
	clear: both;
}

#prod-pics .item img{
    display: block;
    width: 100%;
    height: auto;
	*border: 1px solid #d8e2eb;
	*width: 300px;
	*height: 200px;
	*box-shadow: 0px 0px 6px 0px black;
}

#prod-pics .item{
  margin: 3px;
}

.buy-share { margin-top: 30px; float: right; margin-bottom: 30px; margin-left: 20px; }

#footer {
	margin-top: 50px;
	background: #0F0F0D;
	color: white !important;
	position: relative;
	left: -32px;
	width: 900px;
	bottom: -32px;
	padding: 32px;
	padding-top: 10px;
	border-top: 4px solid rgb(118, 118, 255);
}

#footer  h3{
	color: lightgray;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid lightgray;
}

#footer .contact-form label {
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

#footer .contact-form  input.button.send {
	width: 100px !important;
	font-size: 14px;
	padding: 5px;
	float: right;
	margin-top: 23px;
}

#footer .contact-form input, #footer .contact-form textarea { width: 100%; color: black; font-size: 12px; }

#footer .visit-us img { width: 32px; }

#footer .about span { color: lightgray; display: block; text-align: justify; font-size: 12px; }

#singup-form {
	margin-top: 40px;
}

.friends-list .col-md-3 {
	width: 25%;
	padding: 10px;
}

.small { font-size: 33px; }
.table-h {
	font-weight: bold;
}

.shares-note {
	color: #F5972A;
	line-height: 35px;
}

.thankyou {
	font-family: Source Sans Pro, Lato, Helvetica Neue, sans-serif;
	font-size: 50px;
	margin: 0px auto;
	display: block;
	width: 600px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.admin-page label { margin-top: 20px; }
.admin-page div.row.admin-friends-list {
	word-break: break-all;
}

.user-sec {
	background: #0F0F0D;
	color: white;
	padding: 5px;
	position: relative;
	top: -32px;
	left: -32px;
	box-shadow: 0px 0px 13px 0px gray;
	font-size: 13px;
	font-weight: bold;
	width: 900px;
	height: 30px;
}
.user-sec a { text-decoration: none; color: white; }
.welcome-customer , .logout { float: right; }
#footer .contact-form .send {
	width: 50px;
	float: right;
}

th {
	background: rgb(61, 61, 61);
	color: white;
	text-transform: uppercase;
	font-weight: normal;
}
.user-sec a {
	text-decoration: none;
	color: white;
	padding-right: 10px;
}

.user-sec i { padding-right: 10px; }

.login-dialog {
	position: fixed;
	top: 50%;
	width: 400px;
	height: 240px;
	z-index: 1000;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	box-shadow: 0px 0px 44px 13px gray;
	background: white;
}
.login-dialog .header {
	background: #0F0F0F;
	display: block;
	font-size: 18px;
	color: white;
	font-weight: normal;
	padding: 5px;
}