/*
Open Sans - Regular
Open Sans - Bold
Open Sans - Extrabold
Open Sans - Italic

Gatlin Bold WF - Regular
Franchise Bold - Regular
*/

/* fonts
--------------------------------------------- */
@font-face {
    font-family: 'open_sansregular';
    src: url('../webfonts/opensans-regular-webfont-webfont.eot');
    src: url('../webfonts/opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-regular-webfont-webfont.woff') format('woff'),
         url('../webfonts/opensans-regular-webfont-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../webfonts/opensans-bold-webfont.eot');
    src: url('../webfonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-bold-webfont.woff') format('woff'),
         url('../webfonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../webfonts/opensans-extrabold-webfont-webfont.eot');
    src: url('../webfonts/opensans-extrabold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-extrabold-webfont-webfont.woff') format('woff'),
         url('../webfonts/opensans-extrabold-webfont-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-extrabold-webfont-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../webfonts/opensans-extrabolditalic-webfont-webfont.eot');
    src: url('../webfonts/opensans-extrabolditalic-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-extrabolditalic-webfont-webfont.woff') format('woff'),
         url('../webfonts/opensans-extrabolditalic-webfont-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-extrabolditalic-webfont-webfont.svg#open_sansextrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../webfonts/opensans-light-webfont-webfont.eot');
    src: url('../webfonts/opensans-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/opensans-light-webfont-webfont.woff') format('woff'),
         url('../webfonts/opensans-light-webfont-webfont.ttf') format('truetype'),
         url('../webfonts/opensans-light-webfont-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* custom reset styles
---------------------------------------------*/
html, body { font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; line-height: 1; color: #001940; background: rgb(14,16,37) /*#0e1025*/ /*rgb(0,25,64) #001940*/; 
	/*transition:all .5s ease-in-out; 
    -o-transition:all .5s ease-in-out; 
    -moz-transition:all .5s ease-in-out; 
	-webkit-transition:all .5s ease-in-out;*/
}
body {
	-webkit-transition:all 2.5s ease-in-out;
	-moz-transition:all 2.5s ease-in-out;
	-o-transition:all 2.5s ease-in-out;
	transition:all 2.5s ease-in-out;
}
 
::-moz-selection{ background: rgb(214,129,25); color:#fff; text-shadow: none; } /*#D68119*/
::selection { background: rgb(214,129,25); color:#fff; text-shadow: none; } /*#D68119*/

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

a:link, a:visited { text-decoration: none; outline: none; color: #fff; }
a:hover { color: #fff; }

/*img { height: auto;  width: 100%; }*/

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }

fieldset { border: 0; margin: 0; padding: 0; }

textarea { resize: vertical; }

/* self-clear floats */
.clear:before,
.clear:after
{ content: " "; display: table; /* height: 0; visibility: hidden;*/ }
.clear:after { clear: both; }

.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* main styles
---------------------------------------------*/
#wrap-header { width: 100%; background: url(../images/bg.png) repeat-x center top, rgb(14,16,37); }
header[role="header"] { margin: 0 auto; padding: 0; max-width: 1024px; /*background: url(../images/bg.png) no-repeat top left, rgb(14,16,37)*/ /*#0e1025*/ /*rgb(0,25,64) #001940*/; /*-webkit-box-shadow: 0px 0px 5px 2px #999; box-shadow: 0px 0px 5px 2px #999;*/ }
header .left { float: left; margin: 0 20px 0 40px; /*max-width: 600px;*/ width: 55%; }
header .right { float: right; margin: 0 40px 0 20px; /*max-width: 300px;*/ width: 30%; }
header img { height: auto;  width: 100%; }
#logo { position: relative; margin-top: 25px; max-width: 140px; /*height: 40px;*/  z-index: 2; }
#logo a {}
#logo a:hover { opacity: 0.75; transition:all .5s ease-in-out; -o-transition:all .5s ease-in-out; -moz-transition:all .5s ease-in-out; -webkit-transition:all .5s ease-in-out; }
#tagline { position: relative; margin: -20px 0 20px 0; max-width: 600px; z-index: 1; }
#description { margin: 0 0 40px 0; }
#description p { padding: 0; color: #fff; line-height: 1.8em; }
#description p strong { font-size: 1.313em; }
#guide { margin: 60px 0 40px 0; max-width: 300px; /*height: 350px; background: rgba(255,255,255,.09); -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;*/ }
/*#guide p { font-size: 1.5em; color: #fff; text-align: center; line-height: 1.8em; position: relative; top: 50%; transform: translateY(-50%); }*/
#guide img { box-shadow: 0px 0px 100px 0 rgba(56,60,71,1.0)/*#383c47*/; }
#guide img { box-shadow: 0px 0px 100px 10px rgba(245,245,226,.22)/*#383c47*/; }

/*main[role="main"] { margin: 0 auto; padding: 0; max-width: 1024px; background: #efebe8; }*/
main[role="main"] { width: 100%; background: #efebe8; }

#wrap-headline { max-height: 90px; background: url(../images/bg-tl.png) repeat-x center top, rgb(214,129,25); }
/*#headline { max-height: 90px; background: url(../images/bg-tl.png) repeat-y top left, rgb(214,129,25); }*/
#headline { margin: 0 auto; }
#headline p { padding: 25px 10px; font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; text-shadow: 1px 1px 0px #fcc28d; line-height: 1.3; }
#headline p strong { font-family: open_sansextrabold, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.313em; }

#wrap-content { margin: 0 auto; padding: 0; max-width: 1024px; }
#content { margin: 0 10px; }
#content h6 { margin: 50px 30px 40px 30px; font-size: 1em; font-weight: normal; color: #a5958c; text-align: center; }
#content #blends { margin: 0 0 50px 0; text-align: center; }
#content #blends #spring .header { margin: 0 0 20px 0; }
#content #blends #fall .header { margin: 0 0 30px 0; }
#content #blends .header img { height: auto;  width: 100%; }
#content #blends span { padding: 10px; display: block; }
#content #blends #spring span:active,
#content #blends #fall span:active,
#content #blends #spring span:hover,
#content #blends #fall span:hover { box-shadow: inset 0 0 1em #ccc; cursor: pointer; }
#content #blends #spring { float: left; width: 50%; padding: 0 15px 0 0; border-right: 1px solid #a5958c; }
#content #blends #fall { float: left; width: 48%; padding: 0 0 0 0px; }
#content #blends #spring .left, 
#content #blends #fall .left { display: inline-block; }
#content #blends .left img { height: auto;  width: 100%; }
#content #tt1, 
#content #tt2, 
#content #tt3, 
#content #tt4, 
#content #tt5, 
#content #tt6 { display: none; max-width: 500px; }

.l { float: left; width: 35%; margin: 0 5px 0 0; text-align: center; }
.l img { width: 100%; height: auto; margin: 0 0 20px 0; }
.l a { color: #fff; display: block; padding: 10px; font-weight: bold; font-style: italic; text-align: center; line-height: 1.4; background: rgb(214,129,25); }
.r { float: left; width: 60%; margin: 0 0 0 5px; }
.r h2 { color: rgb(214,129,25); font-size: 1.5em; text-transform: uppercase; }
.r h2 sup { top: -.3em; }
.r h3 { color: rgb(214,129,25); font-style: italic; font-weight: normal; }
.r hr { border-top: 1px solid rgb(214,129,25); }
.r h4 { color: #444; font-weight: bold; text-transform: uppercase; }
.r p { color: #444; line-height: 1.5; }
.b { clear: both; text-align: center; padding: 15px 0 15px 0; color: rgb(214,129,25); }

#wrap-footer { width: 100%; background: url(../images/bg.png) repeat-x center bottom, rgb(14,16,37); }
footer[role="footer"] { margin: 0 auto; padding: 0; max-width: 1024px; /*background: url(../images/bg.png) no-repeat bottom left, rgb(14,16,37)*/ /*#0e1025*/ /*rgb(0,25,64) #001940*/; }
footer img { height: auto;  width: 100%; }
#timeline {}
#timeline h5 { margin: 4.5em 0 1em 0; font-size: 1.188em; font-weight: normal; color: #fff; text-align: center; }
#link { padding: 15px 10px; color: #fff; font-size: 1.188em; text-align: center; background: rgb(214,129,25); }

.downloadbutton { text-align: center; }
.downloadbutton a { margin: 0; padding: 10px; font-size: 1.188em; /*white-space: nowrap;*/ background: rgba(214,129,25,.12); border: 2px solid  rgb(214,129,25); }
.downloadbutton a:hover { background: rgba(214,129,25,.35); }

header .downloadbutton { margin: 2.5em 0; }
footer .downloadbutton { margin: 6.5em 0; }
footer .downloadbutton a.btn-small { display: none; }

/* responsiveness
---------------------------------------------*/
@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 1035px) {
	
	#content #blends .left img { max-width: 150px; }
}

@media screen and (max-width: 960px) {
	
	#content #blends #fall .header { margin: 0 0 20px 0; }
	#content #blends .left img { max-width: 125px; }
}

@media screen and (max-width: 940px) {

	header .downloadbutton a { font-size: 1.125em; }
	
	#content #blends .left img { max-width: 100px; }
}

@media screen and (max-width: 900px) {

	header .downloadbutton a { font-size: 1.063em; padding: 8px; }
	
	.l a { padding: 10px; line-height: 1.3; }
	.r h2 { font-size: 1.313em; }
	.r h2 sup { top: -0.3em; }
	.r h3 { font-size: 1em; }
	.r h4 { font-size: 1em; }
	.r p { font-size: 0.938em; line-height: 1.4; }
}

@media screen and (max-width: 840px) {

	header .left { margin: 0 10px 0 40px; width: 55%; }
	header .right { margin: 0 40px 0 10px; width: 30%; }
	header .downloadbutton a { font-size: 1em; padding: 8px; }
	
	#content #blends #spring { float: left; width: 50%; padding: 0 15px 0 0; border-right: 1px solid #a5958c; }
	#content #blends #fall { float: left; width: 45%; padding: 0 0 0 0px; }
	#content #blends #spring .left, 
	#content #blends #fall .left { display: auto; }
	#content #blends .left img { max-width: 120px; }
}

@media screen and (max-width: 800px) {

	#description p { font-size: 0.938em; line-height: 1.7em; }
	#description p strong { font-size: 1.250em; }
	header .downloadbutton a { font-size: 0.875em; padding: 5px; }
	
	#headline p { padding: 20px 10px; font-size: 0.938em;  }
	#headline p strong { font-size: 1.250em; }
	
	#content h6 { margin: 25px 30px 25px 30px; }
	#content #blends { margin: 0 0 25px 0; }
	
	#timeline h5 { margin: 3em 0 1em 0; }
	footer .downloadbutton { margin: 4em 0; }
}

@media screen and (max-width: 700px) {

	header .left { margin: 0 10px 0 30px; width: 50%; }
	header .right { margin: 0 30px 0 10px; width: 35%; }
	#tagline { margin: -10px 0 20px 0; }
	#description p { font-size: 0.875em; line-height: 1.6em; }
	#description p strong { font-size: 1.188em; }
		
	#headline p { font-size: 0.875em; }
	#headline p strong { font-size: 1.188em; }
	
	#content h6 { margin:25px 10px 25px 10px; font-size: 1em; }
	
	.l a { font-size: 1em; padding: 10px; line-height: 1.2; }
	.r h2 { font-size: 1.250em; }
	.r h2 sup { top: -0.3em; }
	.r h3 { font-size: 0.938em; }
	.r h4 { font-size: 0.938em; }
	.r p { font-size: 0.875em; line-height: 1.3; }
	
	footer .downloadbutton a { font-size: 0.875em; padding: 5px; }
	
	#link { padding: font-size: 1.063em; }
}

@media screen and (max-width: 600px) {

	header .left { margin: 0 10px 0 10px; width: 50%; }
	header .right { margin: 0 10px 0 10px; width: 40%; }
	#logo { margin-top: 10px; }
	#tagline { margin: 0px 0 10px 0; }
	#description p { font-size: 0.813em; line-height: 1.6em; }
	#description p strong { font-size: 1.125em; }
	header .downloadbutton a { font-size: 0.813em; }
	
	#headline p { font-size: 0.813em; }
	#headline p strong { font-size: 1.125em; }
	
	#content h6 { margin:20px 10px 20px 10px; font-size: 0.938em; }
	#content #blends #spring { width: 48%; padding: 0 10px 0 0; }
	#content #blends #fall { width: 48%; padding: 0 0 0 10px; }
	#content #blends #spring .left,
	#content #blends #fall .left { display: block; }
	#content #blends .left img { width: auto; }
	
	.l a { font-size: 0.938em; padding: 10px; line-height: 1.2; }
	.r h2 { font-size: 1.188em; }
	.r h3 { font-size: 0.875em; }
	.r h4 { font-size: 0.875em; }
	.r p { font-size: 0.813em; line-height: 1.3; }
	
	footer .downloadbutton a { font-size: 0.813em; }
	
	#link { font-size: 0.938em; }
}

@media screen and (max-width: 550px) {

	#content #blends { margin: 0 0 10px 0; text-align: center; }
	#content #blends #spring { width: 47%; padding: 0 10px 0 0; }
	#content #blends #fall { width: 47%; padding: 0 0 0 10px; }
}

@media screen and (max-width: 500px) {
	
	#description p { font-size: 0.750em; line-height: 1.5em; }
	#description p strong { font-size: 1.063em; }
	header .downloadbutton a { font-size: 0.750em; }
	
	#headline p { padding: 15px 10px;  font-size: 0.750em; font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: none; }
	#headline p strong { font-size: 1.063em; }
	
	.l a { font-size: 0.875em; padding: 10px; line-height: 1.1; }
	.r h2 { font-size: 1.125em; }
	.r h2 sup { font-size: 25%; top: -0.3em; }
	.r h3 { font-size: 0.813em; }
	.r h4 { font-size: 0.813em; }
	.r p { font-size: 0.750em; line-height: 1.3; }
	
	#timeline h5 { margin: 2em 0 1em 0; font-size: 1.063em; }
	footer .downloadbutton { margin: 2em 0; }
	footer .downloadbutton a { font-size: 0.750em; }
	footer .downloadbutton a.btn-large { display: none; }
	footer .downloadbutton a.btn-small { display: inline; }
	
	#link { font-size: 0.813em; }
}

@media screen and (max-width: 410px) {
	#wrap-header { background-image: none; }
	header[role="header"] { background-image: none; }
	header .left,
	header .right { float: none; margin: 0 10px; width: auto; }
	#description { margin: 0 0 5px 0; }
	#guide { margin: 5px auto 10px auto; text-align: center; }
	header .downloadbutton { margin: 15px 0; }
	
	#content #blends #spring { float: none; width: auto; margin: 0 10px 0 0; padding: 0; border-right: 0px solid #a5958c; }
	#content #blends #fall { float: none; width: auto; margin: 10px 0 0 0; padding: 0; }
}

@media screen and (max-width: 400px) {
	
}

@media screen and (max-width: 340px)  {
	
}

@media screen and (max-width: 260px) {

}

@media screen and (max-width: 240px) {

}

@media print {
    *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}