/**
 * css/styles.css | puriflushultra.com
**/

body {
	background: url('../images/bodytop.jpg') repeat-x;
	font-size: 14px;
    font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
    color: #888;
}

#header-full {
	display: none;
}

@media only screen and (min-width : 768px) {
	#header-full {
		display: block;
	}
	#header-small {
		display: none;
	}
}

#header-small .navbar-brand {
	padding: 5px 15px;
}

#header-full {
	height: 50px;
	line-height: 42px;
}

#top-menu {
	float: right;
	list-style: none;
}

#top-menu li {
	float: left;
}

#top-menu li a {
    display: block;
    padding-left: 12px;
    padding-right: 10px;
    text-decoration: none;
    color: rgba(141, 141, 141, 0.83);
	font-family: 'Francois One', Arial, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 46px;
}

#top-menu li a:hover, #topmenu li a:active  {
	color: rgba(45, 65, 148, 0.58);
}

#top-menu li .nav-active {
	color: rgba(45, 65, 148, 0.58);
}

span.tag {
    color: rgb(129, 129, 129);
    padding: 20px 0;
    font-size: 25px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(15, 15, 15, 0.3);
    display: block;
}

#home-promo .bullets {
	padding: 30px 10px;
}

#home-promo .bullets img {
	padding-right: 15px;
}

@media only screen and (min-width : 480px) {
	#home-promo .buttons div {
		display: inline-block;
	}
}

@media only screen and (min-width: 992px) {
	#home-promo {
		background: url(../images/scale.png) no-repeat right 50px bottom;
		height: 408px;
	}
	#home-promo p {
		padding-right: 200px;
	}
}
	
#home-main {
	background: url('../images/bodymiddle.jpg') repeat-x bottom;
	padding-bottom: 60px;
}

#home-main .doctor {
	display: none;
}

@media only screen and (max-width : 479px) {
	#home-main .media-left{
	float: left;
    width: 100%;
    text-align: center;
	}
}

@media only screen and (min-width : 768px) {
	#home-main .doctor {
		display: block;
	}
}

#home-order {
	margin-top: 20px;
	margin-bottom: 50px;
}

#home-order .payment-icons {
	text-align: center;
}

@media only screen and (max-width : 479px) {
	#home-order .payment-break {
		display: block;
		margin: 20px;
	}
}

#home-order .payment-icons img {
	margin-left: 7px;
	margin-right: 7px;
}

.home-order-narrow {
	text-align: center;
}

.home-order-option {
	background: url('../images/bodymiddle.jpg') repeat-x bottom;
	padding-bottom: 30px;
}

.home-order-narrow .savings {
	color: red;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: right;
	width: 50%;
}

.home-order-narrow .retail-before {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through;
	display: inline-block;
	float: left;
	width: 50%;
}

.home-order-narrow .sale {
	display: block;
	color: black;
	font-size: 32px;
}

#home-order .frame {
	display: none;
}

@media only screen and (min-width : 768px) {
	.home-order-narrow {
		display: none;
	}
	#home-order .frame { 
		position:relative;
		width: 687px;
		height: 530px;
		background: url('../images/buynow.png') no-repeat;
		margin: 0 auto;
		display: block;
	}
}

#home-order .frame .b1 {
	position: absolute;
	left: 223px;
	top: 9px;
	width: 243px;
	height: 500px;
}

#home-order .frame .b2 {
	position: absolute;
	left: 3px;
	top: 50px;
	width: 219px;
	height: 450px;
}

#home-order .frame .b3 {
	position: absolute;
	left: 467px;
	top: 50px;
	width: 217px;
	height: 450px;
}

#footer-wrapper {
	background-color: #202020;
	width: 100%;
}

#footer {
	color: #a2a2a2;
	font-size: 11px;
}

@media only screen and (min-width : 768px) {
	#footer{
		line-height: 36px;
	}
	.footer-right {
		text-align: right;
	}
}

#footer p {
	margin: 0;
}

#footer .white {
	color: white;
}


@media only screen and (min-width: 992px) {
	#freeoffer-promo {
		background: url(../images/scale.png) no-repeat right bottom 5px;
		height: 408px;
	}
}

#form-message {
	color: red;
	line-height: 14px;
}

#offer-form {
	max-width: 350px;
	margin: 20px auto;
}

#contact-form input, #offer-form input {
	margin: 10px auto;
}

#contact-form textarea {
	min-height: 80px;
	margin: 10px auto;
}

.form-success {
	color: green;
}

@media only screen and (min-width: 992px) {
	html {
		height: 100%;
	}
	body {
		min-height: 100%;
		position: relative;
		padding-bottom: 36px;
	}
	#footer-wrapper {
		position: absolute;
		bottom: 0;
	}
}

#footer-wrapper a {font-weight: initial; color: #a2a2a2;}
#footer {line-height: 24px;}
#footer-wrapper {position: relative; bottom: inherit; margin-top: 50px; box-shadow: 0px 500px 0px 500px #202020;}