/*
Theme Name: Buy Quest Protein Bars Theme
Theme URI: www.buyquestproteinbars.com
Description: Customized theme for Quest Protein Bars
Version: 1.0
Author: Damon Wilson
Author URI: www.blogofdamon.com
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}

body {
  background: #f9f9f9;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #0095bc;
    transition:.2s ease-in-out;
}

h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    line-height: 46px;
    font-size: 42px;
    margin: 0 0 23px 0;
    color: #0095bc;
    }
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 23px 0;
    }

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 23px 0;
    }

h4 {
     font-family: 'Dancing Script', cursive;
    font-weight: normal;
    font-size: 35px;
    line-height: 33px;
    color:#b70050;
    }

h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 5px 0;
    text-align: center;
    }

p {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container_12,
.container_16,
.container_24 {
  background: #f9f9f9;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

#logo{
	float: left;
	display: block;
    margin: 20px 0px 0px 0px;
    color:#b70050;
    font-size: 35px;
}

#logo:hover{
	color: #0095bc;
}

.buy:hover {
    opacity: 70%;
}

nav {
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
	float: right;
}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 12px

}

li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    
}

.footer li a {
    list-style: none;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.active {

	color: #0095bc;
    border-bottom: 2px solid #0095bc;

}

.top {
    width:100%;
}

.strong {

	color:#b70050;
    font-weight: bold;
}

header {

	background: #f9f9f9;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;

}

.spacer {
    margin-top: 76px;
    visibility: hidden;
}

#section {
    margin: 60px auto 25px; 
	max-width: 960px;
	position: relative;
}

#image {
    padding:2px;
    border:1px solid #949394;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

#image2 {
    padding:2px;
    border:1px solid #949394;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    width: 100%;
    background: #f9f9f9;
}

#image2:hover {
opacity: .3;
    transition:.2s ease-in-out;
}

#image3:hover {
opacity: .4;
    transition:.1s ease-in-out;
}

.imgDescription {
  position: absolute;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 35px 55px 50px 95px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility opacity 0.2s;
}

.imgDescription2 {
  position: absolute;
  font-weight: bold;
  text-align: center;
  padding: 50px 55px 50px 60px;
  visibility: hidden;
  opacity: 0;
    width: 200px;
    
  -webkit-transition: visibility opacity 0.2s;
}

.imgWrap {
    position: relative:
}

.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}

.imgWrap:hover .imgDescription2 {
  visibility: visible;
  opacity: 1;
}

.float_left {
    float: left;
}

.social {
    margin-top: 20px;
}

.social:hover {
  opacity: .5;
}

.yellow-box {
	background:#f3edd1;
	border:1px solid #fff;
	padding:70px 85px 70px 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	margin:20px 0;
	display:table;
	}
	
.yellow-box-left {
	display:table-cell;
	width:38%;
	text-align:right;
	background:url(../img/CurlyBracket.png) no-repeat right center;
	padding-right:7%;
	vertical-align: middle;
	}
	

.yellow-box-left h2 {
	color:#b70050;
	font-size: 50px; 
    font-family: 'Dancing Script', cursive;
	line-height:70px;
	letter-spacing:normal;
	text-transform:none;
	margin:0;
	}
	
.yellow-box-left h3 {
	color:#b70050;
	font-size: 45px; 
    font-family: 'Dancing Script', cursive;
	line-height:70px;
	letter-spacing:normal;
	text-transform:none;
	margin:0;
	}
	
.yellow-box-left h2 a {
	color:#b70050;
	}
	
.yellow-box-right {
	display:table-cell;
	width:54%;
	padding-left:4%;
	}
	
.yellow-box-right h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	margin:0;
	padding:0;
	line-height:20px;
	}
	
.yellow-box-right a.home-more-link {
	background:url(images/arrow-pink.png) no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	width:5px;
	height:8px;
	}

hr { width:100%; border:none; height:1px; background: #000 }

label { 
    color:#b70050;
    font-family: 'Dancing Script', cursive;
    font-size: 29px;
    text-align: center;
    display: block;
    } 

.email{
    padding: 9px; 
    border: solid 2px #E5E5E5; 
    outline: 0; 
    font: normal 15px/100% 'Open Sans', Tahoma, sans-serif; 
    width: 200px;  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
}

.email:hover{
  border-color: #C9C9C9; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px; 
    }

#mc_embed_signup{clear:left; font:18px Helvetica,Arial,sans-serif;  width:auto; align-content: center;}

.button { 
    margin-top: 10px;
    width: auto; 
    padding: 12px 12px; 
    background: #617798; 
    border: 0; 
    font-size: 13px; 
    color: #FFFFFF; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    align-content: center;
    }

.button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

.anchor{
  display: block;
  height: 76px; /*same height as header*/
  margin-top: -76px; /*same height as header*/
  visibility: hidden;
}
   
.product-protein-bars {
	background:url('../img/top2.jpg') no-repeat center top;
    height: 305px;
    width: 100%;
	}
	
.imageheader h2 {
    width: 50%;
	color:#b70050;
	font-size: 50px; 
    font-family: 'Dancing Script', cursive;
	margin: 0 0 0 30px;
    padding: 30px 30px;
	}
	
.imagetext h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    width: 50%;
    padding: 0px 30px;
    margin: 0 0 0 30px;
	}

/* ==========================================================================
   Weight Loss Tips
   ========================================================================== */
   
.weight-header {
	display:table;
	}
	
.weight-header-left {
	display:table-cell;
	width:38%;
	text-align:right;
	background:url(images/separator.png) no-repeat right center;
	padding-right:7%;
	vertical-align:middle;
	}
	
.sub-page .weight-header-left h1 {
	color:#b70050;
	font:45px 'CastroScript';
	line-height:60px;
	letter-spacing:normal;
	text-transform:none;
	margin:0;
	}
	
.weight-header-right {
	display:table-cell;
	width:50%;
	padding:0 3% 0 4%;
	line-height:20px;
	}
	
.weight-sub-menu {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
	}
	
.weight-sub-menu li {
	list-style-type:none;
	float:left;
	margin-right:45px;
	letter-spacing:2px;
	}
	
.weight-content .weight-sub-menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
	text-decoration:none;
	padding:0 0 2px;
	border-bottom:2px solid #fff;
	}
	
.weight-content .weight-sub-menu .active a {
	font:20px 'AvenirLtStd-Heavy';
	border-bottom:2px solid #9c1e22;
	}
	
.weight-content .weight-sub-menu a:hover, .weight-content .weight-sub-menu .active a:hover {
	color:#9c1e22;
	}
   
.weight-content {
	background:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	padding:30px 0 30px 30px;
	margin: 0 0 25px;
	}
	
.weight-content a {
	color:#000;
	}
	
.recipe-individual {
	width:31%;
	margin:0 2% 2% 0;
	float:left;
	}
	
.recipe-individual img {
	border:1px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.3);
	width:100%;
	max-width:290px;
	height:auto;
	}
	
.sub-page .weight-content .recipe-individual h2 {
	font:13px 'AvenirLtStd-Heavy';
	margin:8px 0 0;
	}
	
.sub-page .weight-content .recipe-individual h2 a {
	background:url(images/arrow-pink.png) no-repeat right 2px;
	padding-right:10px;
	}
	
.recipe-video-thumb {
	position:relative;
	}
	
.recipe-video-thumb-play {
	background:url(images/playbtn.png) no-repeat 0 0;
	width:22px;
	height:22px;
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	}
	
.recipe-modal {
	font-size:14px;
	padding:25px;
	width:650px;
	}
	
.recipe-modal h1 {
	color:#b70050;
	font:45px 'CastroScript';
	line-height:45px;
	margin:-20px 0 10px;
	}
	
.recipe-video {
	margin:0 0 25px;
	border:1px solid #fff;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 14px 0px rgba(50, 50, 50, 0.75);
	}
	
.recipe-modal h2 {
	font:17px 'AvenirLtStd-Heavy';
	text-transform:uppercase;
	letter-spacing:2px;
	float:left;
	width:80%;
	}
	
.recipe-share {
	float:right;
	width:17%;
	}
	
.recipe-modal p {
	margin:5px 0 15px;
	}
	
.recipe-detail-lower h3 {
	font:14px 'AvenirLTStd-Black';
	margin:0 0 5px;
	}
	
.recipe-detail-lower-left {
	float:left;
	width: 45%;
	}
	
.recipe-modal .recipe-detail-lower-left p {
	margin:0;
	padding:0;
	}
	
.recipe-detail-lower-right {
	float:right;
	width:45%;
	}
	
.recipe-detail-lower-right ol li {
	margin-left:20px;
	}
	
.recipe-chefs-tip {
	display:table;
	border-top:1px solid #b3b3b3;
	padding:25px 0 0;
	margin:25px 0 0;
	}
	
.recipe-chef-tip-label {
	display:table-cell;
	vertical-align:middle;
	width:30%;
	padding-right:7%;
	text-align:right;
	background:url(images/separator.png) no-repeat right center;
	color:#b21f59;
	font:38px 'CastroScript';
	line-height:60px;
	}
	
.recipe-chef-tip-text {
	display:table-cell;
	vertical-align:middle;
	width:58%;
	padding-left:4%;
	}
	
.recipe-modal .recipe-chef-tip-text p {
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
	}
	
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
	} 
	
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}
	

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
