@charset "UTF-8";
/* http://log.vieron.net/articles/sass-mixins-for-vendor-prefixed-transitions-including-properties/ */
/*!
 
Theme Name: Anasazi
Theme URI: #
Description: Responsive Theme utilizing SASS and Bootstrap
Version: 5.0
Author: @cwebba1
Author URI: http://craigwebbart.com
License: Copyright 2014 Craig Webb Art
License URI: License.txt
Tags: responsive-layout, post-formats
 
*/
/* RESETS */
/* line 3, ../sass/base/_base.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  *behavior: url(/js/master-scripts/boxsizing.htc);
}

/* line 8, ../sass/base/_base.scss */
.unborderbox {
  box-sizing: content-box;
  *behavior: url(/js/master-scripts/boxsizing.htc);
}

/* line 12, ../sass/base/_base.scss */
html {
  font-family: 'merriweatherregular', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  font-size: 16px;
}

/* line 17, ../sass/base/_base.scss */
body {
  font-family: 'merriweatherregular', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  font-size: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Center page without wrapper */
/* line 25, ../sass/base/_base.scss */
body {
  font: 400 normal 1rem/1.70rem;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #101010;
  /*#625B5B;*/
  -o-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  /*background:url('../assets/images/oj_emboss.png');*/
  background-color: #FAFCFF;
}

/* line 37, ../sass/base/_base.scss */
html,
body {
  height: 100%;
}

/*-  SELF-CLEARING FLOATS  - Example from stephencaver_Responsive
----------------------------------------------------------------------*/
/* line 45, ../sass/base/_base.scss */
header:after, nav:after, article:after, aside:after, footer:after, hgroup:after, section:after, .logo:after, figure:after, .page:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 47, ../sass/base/_base.scss */
.clearfix {
  display: block;
}

/* line 48, ../sass/base/_base.scss */
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 52, ../sass/base/_base.scss */
.clear {
  clear: both;
}

/* line 55, ../sass/base/_base.scss */
.page {
  width: 97.5%;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  -o-transition: width .25s ease-in;
  -moz-transition: width .25s ease-in;
  -webkit-transition: width .25s ease-in;
  transition: width .25s ease-in;
}

/*
.container {
 display: block;
}
*/
/* line 72, ../sass/base/_base.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

/* line 79, ../sass/base/_base.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

/* line 86, ../sass/base/_base.scss */
.cask {
  padding-left: 1.375em;
  padding-right: 1.375em;
}

/*
.row {
width: 100%;
margin: 0 auto;
overflow: hidden;
}
*/
/* max-width: 1140px;*/
/* formatting of elements */
/* line 102, ../sass/base/_base.scss */
.merriweatherlight {
  font-family: 'merriweatherlight';
}

/* line 103, ../sass/base/_base.scss */
.merriweatherlight_italic {
  font-family: 'merriweatherlight_italic';
}

/* line 104, ../sass/base/_base.scss */
.merriweatherregular {
  font-family: 'merriweatherregular';
}

/* line 105, ../sass/base/_base.scss */
.merriweatheritalic {
  font-family: 'merriweatheritalic';
}

/* line 106, ../sass/base/_base.scss */
.merriweatherbold {
  font-family: 'merriweatherbold';
}

/* line 107, ../sass/base/_base.scss */
.merriweatherbold_italic {
  font-family: 'merriweatherbold_italic';
}

/* line 108, ../sass/base/_base.scss */
.merriweatherheavy {
  font-family: 'merriweatherheavy';
}

/* line 109, ../sass/base/_base.scss */
.merriweatherheavy_italic {
  font-family: 'merriweatherheavy_italic';
}

/* line 110, ../sass/base/_base.scss */
.merriweather_sanslight_italic {
  font-family: 'merriweather_sanslight_italic';
}

/* line 111, ../sass/base/_base.scss */
.merriweather_sansregular {
  font-family: 'merriweather_sansregular';
}

/* line 112, ../sass/base/_base.scss */
.merriweather_sansitalic {
  font-family: 'merriweather_sansitalic';
}

/* line 113, ../sass/base/_base.scss */
.merriweather_sansbold_italic {
  font-family: 'merriweather_sansbold_italic';
}

/* line 114, ../sass/base/_base.scss */
.merriweather_sansextrabold {
  font-family: 'merriweather_sansextrabold';
}

/* line 115, ../sass/base/_base.scss */
.merriweather_sansextrabolditalic {
  font-family: 'merriweather_sansextrabolditalic';
}

/* line 118, ../sass/base/_base.scss */
p {
  font-family: 'merriweatherregular', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}

/* line 125, ../sass/base/_base.scss */
p:last-of-type {
  margin-bottom: 1.5em;
}

/*
3/16 = 0.1875
0.375
9/16 = 0.5625
10/16 = 0.625
11/16 = 0.6875
12/16 = 0.75
13/16 = 0.8125
14/16 = 0.875
15/16 = 0.9375
6/16 = 0.375
18/16 = 1.125
19/16 = 1.1875
20/16 = 1.25
*/
/* line 146, ../sass/base/_base.scss */
.p6 {
  font-size: 0.375em;
  line-height: 1em;
}

/* line 150, ../sass/base/_base.scss */
.p8 {
  font-size: 0.5em;
  line-height: 1em;
}

/* line 154, ../sass/base/_base.scss */
.p9 {
  font-size: .5625em;
  line-height: 1.5em;
  margin: 0 0 2.15em 0;
}

/*  18px*/
/* line 159, ../sass/base/_base.scss */
.p10 {
  font-size: .625em;
  line-height: 1.5em;
  margin: 0 0 1.75em 0;
}

/*  .625em  */
/* line 164, ../sass/base/_base.scss */
.p11 {
  font-size: .6875em;
  line-height: 1.5em;
  margin: 0 0 1.375em 0;
}

/* line 169, ../sass/base/_base.scss */
.p12 {
  font-size: .75em;
  line-height: 1.5em;
  margin: .75em 0 .75em 0;
}

/* line 174, ../sass/base/_base.scss */
.p13 {
  font-size: .8125em;
  line-height: 1.6875em;
  margin: 0.65625em 0 0.65625em 0;
}

/* 12.5px margin */
/* line 179, ../sass/base/_base.scss */
.p14 {
  font-size: .875em;
  line-height: 1.5em;
  margin: .625em 0 1em 0;
}

/* .125em+1.5em  */
/* line 184, ../sass/base/_base.scss */
.p14b {
  font-size: .875em;
  line-height: 1.5em;
  margin: 0;
}

/*  0.6875em  */
/* line 189, ../sass/base/_base.scss */
.p15 {
  font-size: .9375em;
  line-height: 1.5em;
  margin: 0 0 0.625em 0;
}

/* line 194, ../sass/base/_base.scss */
.p18 {
  font-size: 1.125em;
  line-height: 1.375em;
  margin: 0 0 0.458333333333333em 0;
}

/* line 199, ../sass/base/_base.scss */
.p19 {
  font-size: 1.1875em;
  line-height: 1.1875em;
  margin: 0 0 0.625em 0;
}

/* line 204, ../sass/base/_base.scss */
.p20 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0 0 0.416666666666667em 0;
}

/* line 209, ../sass/base/_base.scss */
.p24 {
  font-size: 1.5em;
  line-height: 2.25em;
  margin: .25em 0 1.5em 0;
  float: right;
  text-align: right;
}

/* line 216, ../sass/base/_base.scss */
.credit {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .675em;
  line-height: .75em;
}

/* line 221, ../sass/base/_base.scss */
.credit a {
  color: #84A4BD;
  text-decoration: none;
  -o-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  -webkit-transition: 0.2s color linear;
  transition: 0.2s color linear;
}

/*csw blue */
/* line 229, ../sass/base/_base.scss */
.credit a:focus {
  outline: thin dotted;
}

/* line 231, ../sass/base/_base.scss */
.credit a:focus, a:hover {
  color: #0066CC;
  text-decoration: underline;
}

/* line 235, ../sass/base/_base.scss */
.credit a:visited {
  color: #8C0C10;
  text-decoration: none;
}

/* line 239, ../sass/base/_base.scss */
.accordion-toggle p {
  margin: 0 0 .5em;
}

/* line 242, ../sass/base/_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0;
  outline: 0;
  color: #336699;
  text-decoration: none;
  -o-transition: 0.2s color linear;
  -moz-transition: 0.2s color linear;
  -webkit-transition: 0.2s color linear;
  transition: 0.2s color linear;
}

/* line 260, ../sass/base/_base.scss */
a:focus {
  outline: 0;
}

/* line 263, ../sass/base/_base.scss */
a:hover, a:active {
  outline: none;
}

/* line 265, ../sass/base/_base.scss */
a:focus, a:hover {
  color: #0066CC;
  text-decoration: underline;
}

/*salmon orange #F96 #036 #06C*/
/* line 270, ../sass/base/_base.scss */
a:visited {
  color: #335577;
  text-decoration: none;
}

/*Royal blue */
/* line 275, ../sass/base/_base.scss */
a:active {
  text-decoration: underline;
  color: red;
}

/* was border-bottom: 2px solid; (?) */
/* line 279, ../sass/base/_base.scss */
.cutine {
  margin: 0 0 .5em 0;
  font-family: 'merriweatherbold', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  font-size: .875em;
  line-height: 1.4em;
  font-style: bold;
}

/* line 287, ../sass/base/_base.scss */
.cutine a {
  margin: 0 0 .5em 0;
  font-family: 'merriweather_sansregular', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  font-size: 13px;
  line-height: 1.4em;
  font-style: normal;
  text-decoration: none;
}

/* line 295, ../sass/base/_base.scss */
.cutine a:hover {
  margin: 0 0 .5em 0;
  font-size: 13px;
  line-height: 1.4em;
  font-style: normal;
  text-decoration: underline;
}

/* line 302, ../sass/base/_base.scss */
.cutine :visited {
  margin: 0 0 .5em 0;
  font-size: 13px;
  line-height: 1.4em;
  font-style: normal;
  text-decoration: underline;
  background: transparent;
}

/*Royal blue */
/* line 311, ../sass/base/_base.scss */
p a, p a:visited {
  line-height: inherit;
}

/* line 313, ../sass/base/_base.scss */
a img, img {
  border: none;
}

/* line 314, ../sass/base/_base.scss */
a img {
  display: block;
}

/* Stops image links getting text link styles */
/* line 318, ../sass/base/_base.scss */
h1, h2, h3, h4, h5, h6, blockquote {
  font-family: 'merriweatherregular', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  color: #252525;
  font-weight: 700;
}

/*font-weight:bold;font-weight: normal; */
/* line 323, ../sass/base/_base.scss */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.35em;
  margin-top: 0;
}

/* line 325, ../sass/base/_base.scss */
h2 {
  font-size: 1.75em;
  line-height: 1.5em;
  margin-bottom: .2em;
}

/* line 327, ../sass/base/_base.scss */
h3 {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: .35em;
}

/* line 329, ../sass/base/_base.scss */
h4 {
  font-size: 1.25em;
  line-height: 1.375em;
  margin-bottom: .125em;
}

/* line 331, ../sass/base/_base.scss */
h5 {
  font-size: 1em;
  line-height: 1.375em;
  margin-bottom: .125em;
}

/* line 333, ../sass/base/_base.scss */
h6 {
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: .125em;
  margin-top: 0;
}

/* line 337, ../sass/base/_base.scss */
blockquote {
  color: #432;
  font-family: Corbel, "Gill Sans",  "Gill Sans MT", GillSansMT, GillSans, 'open_sansitalic', Verdana, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.375em;
  margin: 0 0 0.5em 0;
  font-style: italic;
}

/* Corbel,  */
/* line 350, ../sass/base/_base.scss */
blockquote.big {
  color: #555;
  font-size: 1.125em;
  line-height: 1.375em;
  letter-spacing: 0.1em;
  background: rgba(148, 209, 179, 0.3);
  padding: 0.25em 1% 0.375em 2%;
  margin: 1.25em 0 1.375em 0;
}

/* = MEDIA / IMG Elements 
---------------------------------------------------- */
/* line 362, ../sass/base/_base.scss */
img {
  border: 0;
  margin: 0 auto 0 auto;
  background: transparent;
  vertical-align: baseline;
}

/* line 368, ../sass/base/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 372, ../sass/base/_base.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* IMAGE MODIFIERS */
/* line 375, ../sass/base/_base.scss */
.border {
  border-style: solid;
  border-color: #DDD;
  border-width: 1px;
}

/* line 381, ../sass/base/_base.scss */
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 386, ../sass/base/_base.scss */
.rnd {
  border: 0;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}

/*SET PIE*/
/* line 393, ../sass/base/_base.scss */
.rnd3 {
  border: 0;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
}

/* from liquid css */
/* line 401, ../sass/base/_base.scss */
a img {
  border: 0;
}

/* line 403, ../sass/base/_base.scss */
figure img, figure object, figure embed, figure video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Fluid images */
/* line 406, ../sass/base/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Correct IE9 overflow */
/* line 408, ../sass/base/_base.scss */
figure img {
  margin-bottom: 0.25em;
}

/* example:
img {
  max-width:240px;
  width:100%
} */
/* line 418, ../sass/base/_base.scss */
figure {
  padding: 0;
  margin: 0 0 .5em;
  font-size: 1rem;
}

/* line 424, ../sass/base/_base.scss */
figcaption {
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  color: #262626;
}

/* line 426, ../sass/base/_base.scss */
figcaption p {
  margin: 0 0 .5em;
  font-size: 0.75em;
  line-height: 1em;
  color: #262626;
  text-align: left;
}

/* line 430, ../sass/base/_base.scss */
figure.w250 {
  width: 250px;
  max-width: 250px;
  float: left;
  text-align: left;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 0;
}

/* line 439, ../sass/base/_base.scss */
.w250 a {
  margin: 0;
}

/* = LISTS 
---------------------------------------------------- */
/* line 445, ../sass/base/_base.scss */
ul {
  list-style: initial;
}

/* eliminate this reset
ol,ul{ list-style:none;}
*/
/* line 452, ../sass/base/_base.scss */
nav ul {
  list-style: none;
}

/* line 455, ../sass/base/_base.scss */
nav li {
  display: inline;
}

/* More Stuff:
ul { list-style: inherit;
list-style-type:disc;
list-style-position :outside;
*/
/* line 465, ../sass/base/_base.scss */
li ul, li ol {
  margin: 0;
}

/* line 466, ../sass/base/_base.scss */
dl dd {
  margin-left: 1.5em;
}

/* line 467, ../sass/base/_base.scss */
dt {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}

/* line 469, ../sass/base/_base.scss */
ul.example {
  list-style: none;
  line-height: 1.5em;
  padding: 0;
}

/* line 475, ../sass/base/_base.scss */
.example li {
  padding-left: 1em;
  text-indent: -.75em;
  margin: 0 0 .5em;
}

/* line 481, ../sass/base/_base.scss */
.example li:before {
  content: "» ";
  color: #ab3223;
}

/* unordered List */
/* line 487, ../sass/base/_base.scss */
.liston ul {
  font-family: 'merriweatherregular', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  list-style-position: inside;
  margin: 0;
  padding: 0 1em 1em;
}

/* line 494, ../sass/base/_base.scss */
.liston ul li {
  list-style-type: disc;
  line-height: 1.5em;
}

/* line 498, ../sass/base/_base.scss */
.liston ul li ul {
  margin-top: -.75em;
  padding-left: 1.5em;
}

/* line 502, ../sass/base/_base.scss */
.liston ul li ul li {
  color: silver;
  list-style: initial;
  /*list-style-image: url('images/green-check.png');
  line-height:1.5em;*/
}

/* Columns */
/* line 510, ../sass/base/_base.scss */
div.columns02 {
  -webkit-column-count: 1;
  -webkit-column-rule: 0;
  -moz-column-count: 1;
  -moz-column-rule: 0;
  -ms-column-count: 1;
  -ms-column-rule: 0;
  column-count: 1;
  column-rule: 0;
}

/* line 523, ../sass/base/_base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 526, ../sass/base/_base.scss */
b,
strong {
  font-family: 'merriweatherbold', Baskerville, 'Times New Roman', Palatino, Georgia, 'Lucida Bright', serif;
  font-weight: bold;
}

/* line 532, ../sass/base/_base.scss */
em, i {
  font-family: 'merriweatheritalic';
}

/* line 534, ../sass/base/_base.scss */
dfn {
  font-family: 'merriweatheritalic';
  font-style: italic;
}

/* line 537, ../sass/base/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 541, ../sass/base/_base.scss */
code,
kbd,
samp,
tt {
  font-family: "andale mono", "lucida console", monospace, serif;
  font-size: 1em;
  color: #900;
}

/* line 552, ../sass/base/_base.scss */
.wrap-text {
  word-wrap: break-word;
  -epub-word-break: break-all;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /* Non standard for webkit */
  overflow-wrap: break-word;
  -epub-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 565, ../sass/base/_base.scss */
.nowrap {
  white-space: nowrap;
  line-height: inherit;
}

/* line 569, ../sass/base/_base.scss */
.hyphenate {
  -epub-word-break: break-all;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/* line 583, ../sass/base/_base.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* add to span for ampersand */
/* line 588, ../sass/base/_base.scss */
.amp {
  font-family: Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  font-size: 110%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* Best available ampersand */
/* line 590, ../sass/base/_base.scss */
.ampem {
  font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
}

/* Ethan Marcotte Best Ampersand */
/* line 597, ../sass/base/_base.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 598, ../sass/base/_base.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 600, ../sass/base/_base.scss */
.inline {
  display: inline;
}

/* line 601, ../sass/base/_base.scss */
.block {
  display: block;
}

/* line 602, ../sass/base/_base.scss */
.relative {
  position: relative;
}

/* cwebba Helpers */
/* line 5, ../sass/base/_helpers.scss */
.rice {
  background: url("../images/ricepaper.png");
}

/* Icon Font and styles Go here
@font-face {
}

[class*="icon-"] {
  font-family: 'cwebba-b';
  font-style: normal;
  font-size: 1.5em;
speak: none;
}

.icon-gplus:before     { content: "\f0d5"; 
line-height:1.475em;
 } 
.icon-flickr:before      { content: "\46"; 
line-height:1.475em;
} 
.icon-linkedin:before       { content: "\f0e1"; 
line-height:1.475em;
 } 
.icon-twitter:before { content: "\f099"; 
line-height:1.475em;
 }
.icon-github-circled:before { content: "\f09b"; 
line-height:1.475em;
 }
.icon-facebook-squared:before { content: "\f308"; 
line-height:1.475em;
 }
.icon-dribbble:before { content: "\44"; 
line-height:1.475em;
 }
.icon-quote-left:before { content: "\f10d"; }
.icon-github-circled:before { content: "\f09b"; }
.icon-home:before { content: "\2302"; } 
.icon-cog:before { content: "\2699"; } 
.icon-location:before { content: "\e801"; } 
icon-heart:before { content: "\2665"; }


*/
/* line 51, ../sass/base/_helpers.scss */
.shadow {
  background: rgba(77, 25, 59, 0.8);
  -moz-box-shadow: 0 0.125em 0.625em #4d193b;
  -webkit-box-shadow: 0 0.125em 0.625em #4d193b;
  box-shadow: 0 0.125em 0.625em #4d193b;
}

/* line 58, ../sass/base/_helpers.scss */
.innershadow {
  -moz-box-shadow: inset 0 0 15px #8C7373, 0 0 20px #DDD6D5;
  -webkit-box-shadow: inset 0 0 15px #8C7373, 0 0 20px #DDD6D5;
  box-shadow: inset 0 0 15px #8C7373, 0 0 20px #DDD6D5, inset 0 35px 35px -18px #D2C8C6;
}

/* FORMATING OF CLASSES */
/* line 65, ../sass/base/_helpers.scss */
.rule {
  height: 2px;
  border: none;
  color: #ab3223;
  background-color: #ab3223;
  width: 100%;
  padding: 0;
  clear: both;
  margin-bottom: 0;
}

/* #FFCCCC;  */
/* line 70, ../sass/base/_helpers.scss */
.fl {
  float: left;
}

/* line 71, ../sass/base/_helpers.scss */
.fr {
  float: right;
}

/* line 72, ../sass/base/_helpers.scss */
.mcent {
  margin-left: auto;
  margin-right: auto;
}

/* line 73, ../sass/base/_helpers.scss */
.tcent {
  text-align: center;
}

/* line 74, ../sass/base/_helpers.scss */
.tleft {
  text-align: left;
}

/* line 75, ../sass/base/_helpers.scss */
.trigh {
  text-align: right;
}

/* line 76, ../sass/base/_helpers.scss */
.tjust {
  text-align: justify;
}

/* line 77, ../sass/base/_helpers.scss */
.centertext {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 79, ../sass/base/_helpers.scss */
.no-margin {
  margin: 0;
}

/* line 80, ../sass/base/_helpers.scss */
.mr1 {
  width: inherit;
  margin-right: 1em;
}

/* line 82, ../sass/base/_helpers.scss */
.rice {
  background: url("./images/ricepaper.png");
}

/* line 86, ../sass/base/_helpers.scss */
.pink {
  background-color: #FFCCCC;
}

/* line 87, ../sass/base/_helpers.scss */
.pearl {
  background-color: #FCE;
}

/* line 88, ../sass/base/_helpers.scss */
.puce {
  background-color: #FEC;
}

/* line 89, ../sass/base/_helpers.scss */
.powder {
  background-color: #CFE;
}

/* line 90, ../sass/base/_helpers.scss */
.white {
  background-color: #FFF;
}

/* line 91, ../sass/base/_helpers.scss */
.gree {
  background-color: #EFEFEF;
}

/* line 92, ../sass/base/_helpers.scss */
.gred {
  background-color: #DDD;
}

/* line 93, ../sass/base/_helpers.scss */
.gre9 {
  background-color: #999;
}

/* line 94, ../sass/base/_helpers.scss */
.gre4 {
  background-color: #444;
}

/* line 95, ../sass/base/_helpers.scss */
.yell {
  background-color: #FFC;
}

/* line 97, ../sass/base/_helpers.scss */
.blood {
  color: #900;
}

/* line 98, ../sass/base/_helpers.scss */
.blu {
  color: #139;
}

/* line 99, ../sass/base/_helpers.scss */
.violet1 {
  color: #260F40;
}

/* line 100, ../sass/base/_helpers.scss */
.violet2 {
  color: #34105C;
}

/* line 101, ../sass/base/_helpers.scss */
.cocoa {
  color: #432;
}

/* line 102, ../sass/base/_helpers.scss */
.mirren {
  color: #ab3223;
}

/* line 103, ../sass/base/_helpers.scss */
.wht {
  color: #FFF;
}

/* line 104, ../sass/base/_helpers.scss */
.silver {
  color: silver;
}

/* line 106, ../sass/base/_helpers.scss */
.trnsp50 {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 108, ../sass/base/_helpers.scss */
.gra-gradi,
.join,
.socialnav a,
.workbook li {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#f7f7f7), to(#e7e7e7));
  /*OLD Webkit*/
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7);
  background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7);
  background: linear-gradient(#f7f7f7, #e7e7e7);
  color: rgba(33, 16, 0, 0.7);
  color: #432;
}

/* line 123, ../sass/base/_helpers.scss */
.darkseagreen {
  background-color: #8FBC8F;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#bfd9bf), to(#8FBC8F));
  /*OLD Webkit*/
  background-image: -webkit-linear-gradient(top, #bfd9bf, #8FBC8F);
  background-image: -moz-linear-gradient(top, #bfd9bf, #8FBC8F);
  background-image: -ms-linear-gradient(top, #bfd9bf, #8FBC8F);
  background-image: -o-linear-gradient(top, #bfd9bf, #8FBC8F);
  background: linear-gradient(#bfd9bf, #8fbc8f);
}

/* line 134, ../sass/base/_helpers.scss */
.cornflowerblue {
  background-color: #6495ED;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#a4c0f4), to(#76a1ef));
  /*OLD Webkit*/
  background-image: -webkit-linear-gradient(top, #a4c0f4, #76a1ef);
  background-image: -moz-linear-gradient(top, #a4c0f4, #76a1ef);
  background-image: -ms-linear-gradient(top, #a4c0f4, #76a1ef);
  background-image: -o-linear-gradient(top, #a4c0f4, #76a1ef);
  background: linear-gradient(#a4c0f4, #76a1ef);
}

/* Nuggies */
/* line 147, ../sass/base/_helpers.scss */
.mb5 {
  margin-bottom: .5em;
}

/* - – [ God Save Bootstrap Code  ] – - */
/* line 151, ../sass/base/_helpers.scss */
.container-fluid02 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2%;
  padding-right: 2%;
}

/* line 157, ../sass/base/_helpers.scss */
.container-fluid02:before, .container-fluid02:after {
  content: " ";
  display: table;
}

/* line 161, ../sass/base/_helpers.scss */
.container-fluid02:after {
  clear: both;
}

/* TEST NO-QUERIES (MOBILE) */
/* line 167, ../sass/base/_helpers.scss */
.navbar-nav {
  width: 100%;
  font-size: 1rem;
  margin: 0 auto;
  min-height: 1em;
}

/* line 174, ../sass/base/_helpers.scss */
.navbar-default {
  color: inherit;
  background-color: inherit;
  border: 0;
  border-color: rgba(0, 0, 0, 0.01);
}

/* line 181, ../sass/base/_helpers.scss */
.navbar-header {
  width: 20%;
  float: right;
}

/* line 186, ../sass/base/_helpers.scss */
.navbar-collapse {
  padding-right: 1em;
  padding-left: 1em;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0 solid transparent;
}

/* line 194, ../sass/base/_helpers.scss */
.navbar-brand {
  display: inline-block;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 auto;
}

/* line 202, ../sass/base/_helpers.scss */
.navbar-nav > li {
  float: none;
  text-align: center;
  margin: auto;
}

/* line 208, ../sass/base/_helpers.scss */
.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a {
  color: #000000;
  padding: .25em .75em;
  margin: .125em auto;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  max-width: 98%;
}

/* line 219, ../sass/base/_helpers.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-nav > li > a:focus {
  color: #999999;
  padding: .25em .75em;
  margin: .125em auto;
  text-decoration: none;
  background: rgba(220, 220, 220, 0.3);
  -o-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

/* line 234, ../sass/base/_helpers.scss */
.navbar-default .navbar-nav > li.active > a,
.navbar-nav > li.active > a {
  color: #696969;
  background-color: #CFC9C9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(207, 201, 201, 0.3)), to(rgba(182, 175, 175, 0.3)));
  /*OLD Webkit*/
  background-image: -webkit-linear-gradient(top, rgba(207, 201, 201, 0.3), rgba(182, 175, 175, 0.3));
  background-image: -moz-linear-gradient(top, rgba(207, 201, 201, 0.3), rgba(182, 175, 175, 0.3));
  background-image: -ms-linear-gradient(top, rgba(207, 201, 201, 0.3), rgba(182, 175, 175, 0.3));
  background-image: -o-linear-gradient(top, rgba(207, 201, 201, 0.3), rgba(182, 175, 175, 0.3));
  background: linear-gradient(rgba(207, 201, 201, 0.3), rgba(182, 175, 175, 0.3));
}

/* line 303, ../sass/base/_helpers.scss */
/* line 248, ../sass/base/_helpers.scss */
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-nav > li.active > a:focus {
  color: #333333;
  background-color: #CFC9C9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(182, 175, 175, 0.3)), to(rgba(207, 201, 201, 0.3)));
  /*OLD Webkit*/
  background-image: -webkit-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(207, 201, 201, 0.3));
  background-image: -moz-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(207, 201, 201, 0.3));
  background-image: -ms-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(207, 201, 201, 0.3));
  background-image: -o-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(207, 201, 201, 0.3));
  background: linear-gradient(rgba(182, 175, 175, 0.3), rgba(207, 201, 201, 0.3));
}

/* line 265, ../sass/base/_helpers.scss */
#full-back .navbar-nav > li > a,
.full-back .navbar-nav > li > a {
  color: #FFF;
  text-shadow: rgba(37, 3, 125, 0.7) 1px 1px 4px;
  background: rgba(205, 245, 245, 0.001);
}

/* line 273, ../sass/base/_helpers.scss */
#full-back .navbar-nav > li > a:hover,
#full-back .navbar-nav > li > a:focus,
.full-back .navbar-nav > li > a:hover,
.full-back .navbar-nav > li > a:focus {
  color: #FFF;
  background: rgba(205, 245, 245, 0.3);
}

/* line 281, ../sass/base/_helpers.scss */
#full-back .navbar-nav > li.active > a,
#full-back .navbar-nav > li.active > a,
.full-back .navbar-nav > li.active > a,
.full-back .navbar-nav > li.active > a {
  color: #fff;
  background: rgba(255, 145, 145, 0.3);
}

/* line 291, ../sass/base/_helpers.scss */
.navbar-nav > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

/*UL.DROPDOWN DECLARATIONS:*/
/* line 298, ../sass/base/_helpers.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: .5em;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12.5em;
  padding: 0;
  margin: .125em 0;
  list-style: none;
  font-size: .875em;
  text-align: left;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.8);
  /*wht-back*/
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* rounded corners for first and last child */
/* line 325, ../sass/base/_helpers.scss */
.dropdown-menu li:first-child > a {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-radius: 6px 6px 0px 0px;
  /*(top-left, top-right, bottom-right, bottom-left)*/
  margin: 0 auto;
}

/* line 334, ../sass/base/_helpers.scss */
.dropdown-menu li:last-child > a {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-radius: 0px 0px 6px 6px;
  /*(top-left, top-right, bottom-right, bottom-left)*/
  margin: 0 auto;
}

/* line 344, ../sass/base/_helpers.scss */
#full-back .dropdown-menu {
  background: rgba(205, 245, 245, 0.15);
  /*full-back*/
}

/* line 350, ../sass/base/_helpers.scss */
.dropdown-menu > li > a {
  display: block;
  padding: .25em 1.25em;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-align: center;
}

/* line 361, ../sass/base/_helpers.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #696969;
  background: rgba(145, 145, 145, 0.3);
}

/* line 367, ../sass/base/_helpers.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #696969;
  text-decoration: none;
  outline: 0;
  background: rgba(255, 145, 145, 0.3);
}

/* line 375, ../sass/base/_helpers.scss */
#full-back .dropdown-menu > li > a {
  display: block;
  padding: .25em 1.25em;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #FFFFFF;
  white-space: nowrap;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(205, 245, 245, 0.15);
}

/* line 388, ../sass/base/_helpers.scss */
#full-back .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFFFFF;
  background: rgba(145, 145, 145, 0.3);
  text-shadow: 1px 1px 4px black;
}

/* Toggle Button */
/* line 399, ../sass/base/_helpers.scss */
.navbar-default .navbar-toggle {
  border-color: #DDD;
}

/* line 402, ../sass/base/_helpers.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgba(145, 145, 145, 0.1);
}

/* line 405, ../sass/base/_helpers.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #AAA;
}

/* line 409, ../sass/base/_helpers.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(145, 145, 145, 0.1);
}

/* line 414, ../sass/base/_helpers.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: rgba(145, 145, 145, 0.1);
  color: #696969;
}

/* END NAV (MOBILE) */
/* BS Carousel */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
/* line 432, ../sass/base/_helpers.scss */
html,
body,
.item,
.active,
.carousel-inner,
.carousel-inner .item {
  min-height: 100%;
}

/* Background Slider Declarations */
/* line 443, ../sass/base/_helpers.scss */
.slideback .carousel-inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 449, ../sass/base/_helpers.scss */
.slideback .carousel-control,
.icon-prev,
.icon-next {
  display: none;
}

/* line 454, ../sass/base/_helpers.scss */
.slideback .carousel-control {
  width: 0;
}

/* line 457, ../sass/base/_helpers.scss */
.slideback .carousel {
  padding: 0;
}

/*.item div:nth-child(1) {
min-height:600px;
}
*/
/* line 469, ../sass/base/_helpers.scss */
#carousel {
  font-size: 1rem;
}

/*
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
*/
/* line 485, ../sass/base/_helpers.scss */
.carousel-fade .item {
  -webkit-transition: opacity 5s;
  -moz-transition: opacity 5s;
  -ms-transition: opacity 5s;
  -o-transition: opacity 5s;
  transition: opacity 5s;
}

/* line 492, ../sass/base/_helpers.scss */
.carousel-fade .active.left {
  left: 0;
  opacity: 0;
  z-index: 2;
}

/* line 495, ../sass/base/_helpers.scss */
.carousel-fade .next {
  left: 0;
  opacity: 1;
  z-index: 1;
}

/*
.carousel-control {
  top: 0px;
  left: 0px;
  width: 20%;
  height: 100%;
  margin-top: 0px;
  font-size: 0px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  background:transparent;
  opacity: 0;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.5) 0), color-stop(rgba(255, 255, 255, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FFFFFF', endColorstr='#00FFFFFF', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.0001) 0), color-stop(rgba(255, 255, 255, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0001) 0, rgba(255, 255, 255, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#80FFFFFF', GradientType=1);
}


.carousel-control.right {
  right: 0px;
}

.carousel-control:hover{
  opacity: 0.1;
}
*/
/*   [ TEST CODE ]    */
/**
 * Move bootstrap carousel controll arrow outside the contents.
 */
/* line 548, ../sass/base/_helpers.scss */
.carousel-control {
  width: 3em;
}
/* line 550, ../sass/base/_helpers.scss */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  margin: 0.2em;
}
/* line 553, ../sass/base/_helpers.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 0;
}
/* line 556, ../sass/base/_helpers.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 0;
}

/* line 560, ../sass/base/_helpers.scss */
.carousel {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

/**
 * carousel control style
 */
/* line 568, ../sass/base/_helpers.scss */
.carousel-control {
  opacity: 1;
  color: #ccc;
  text-shadow: none;
}
/* line 572, ../sass/base/_helpers.scss */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/* line 576, ../sass/base/_helpers.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #999;
}

/* ASCI Versions */
/* line 582, ../sass/base/_helpers.scss */
.chevron-left:before {
  content: "&#8250;";
}

/* line 585, ../sass/base/_helpers.scss */
.chevron-right:before {
  content: "&#8249;";
}

/* line 589, ../sass/base/_helpers.scss */
.glyphicon-chevron-left:before {
  content: "\2329";
}

/* line 592, ../sass/base/_helpers.scss */
.glyphicon-chevron-right:before {
  content: "\232A";
}

/*   [ENDS HERE]    */
/* line 600, ../sass/base/_helpers.scss */
.carousel-inner {
  margin-bottom: 2.5em;
}

/* line 604, ../sass/base/_helpers.scss */
.carousel-indicators {
  position: absolute;
  bottom: -60px;
  left: 50%;
  z-index: 15;
  width: 80%;
  padding-left: 0;
  margin-left: -40%;
  text-align: center;
  list-style: none;
}

/* line 618, ../sass/base/_helpers.scss */
.carousel-indicators li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 2px 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(143, 138, 138, 0.9);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

/* line 631, ../sass/base/_helpers.scss */
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid rgba(143, 138, 138, 0.9);
}

/* These are your slider heights */
/*
.slider-size-portrait {
height: 700px; 
}

.slider-size {
height: 400px; 
}

.slider-mid-size {
height: 450px;
}
*/
/* line 654, ../sass/base/_helpers.scss */
.carousel {
  width: 100%;
  margin: 0 auto;
  /* center your carousel if other than 100% */
}

/* line 659, ../sass/base/_helpers.scss */
.carousel-caption {
  position: static;
  /*  right: 15%;
    bottom: 20px;
    left: 15%;*/
  z-index: 10;
  padding-top: .75em;
  padding-bottom: .125em;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 672, ../sass/base/_helpers.scss */
.carousel-caption p {
  font-size: .875em;
  margin: 0 auto .5em;
}

/* - – [ God Save Fancybox  ] – - */
/* This is the Successful Pattern Example */
/* line 686, ../sass/base/_helpers.scss */
.projectthumbs div {
  vertical-align: top;
}

/* line 690, ../sass/base/_helpers.scss */
.bkimg {
  background: #F5F4F4 url(../assets/images/indie_indian_portrait.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 250px;
  text-indent: -9999px;
}

/* line 698, ../sass/base/_helpers.scss */
#twoxtrapixel {
  background-image: url(../assets/images/indie_indian_portrait.jpg);
}

/* line 703, ../sass/base/_helpers.scss */
.projectthumbs p {
  font-size: .75em;
  line-height: 1.25em;
  margin: 0 0 1.5em;
}

/* This is the Successful Pattern Example
.list-img {
background: #F5F4F4 url(../assets/images/indie_indian_landscape.jpg) no-repeat center center;
      background-size: cover;
display:block; 
height:140px;
text-indent:-9999px;
}
 
#onextrapixel{
background-image:url(../assets/images/indie_indian_landscape.jpg);
}
*/
/* line 723, ../sass/base/_helpers.scss */
.list-img {
  background-size: cover;
  display: block;
  text-indent: -9999px;
}

/* line 729, ../sass/base/_helpers.scss */
.portrait {
  height: 720px;
  min-height: 275px;
}

/* line 734, ../sass/base/_helpers.scss */
.landscape {
  min-height: 240px;
}

/* line 738, ../sass/base/_helpers.scss */
.img-spot {
  width: 100%;
  max-width: 178px;
  height: auto;
  min-height: 178px;
  margin: 0 auto;
  border-radius: 50%;
}

/* line 747, ../sass/base/_helpers.scss */
.img-square {
  width: 100%;
  max-width: 178px;
  height: auto;
  min-height: 178px;
  margin: 0 auto .25em;
}

/* line 755, ../sass/base/_helpers.scss */
.vidbox .border {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  box-shadow: 0 0.125em 0.625em #4d1919;
}

/* line 762, ../sass/base/_helpers.scss */
.vidbox:hover .border {
  border-style: solid;
  border-color: #D33;
  border-width: 1px;
  box-shadow: 0 0.125em 0.75em #e61919;
}

/* line 770, ../sass/base/_helpers.scss */
.img-square,
.img-spot,
.portrait,
.landscape,
.slider-size-portrait {
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* Image Styles */
/* line 785, ../sass/base/_helpers.scss */
.carousel .carousel-inner .bg {
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* Video Comp Test Images  */
/* line 801, ../sass/base/_helpers.scss */
.p-one {
  background: #990000 url(../assets/images/videobuttons/pioneer_works.jpg) no-repeat center center;
}

/* line 805, ../sass/base/_helpers.scss */
.p-two {
  background: #990000 url(../assets/images/videobuttons/tao2.jpg) no-repeat center center;
}

/* line 809, ../sass/base/_helpers.scss */
.p-three {
  background: #990000 url(../assets/images/videobuttons/waldorf_astoria.jpg) no-repeat center center;
}

/* line 813, ../sass/base/_helpers.scss */
.p-four {
  background: #990000 url(../assets/images/videobuttons/four_seasons.jpg) no-repeat center center;
}

/* line 817, ../sass/base/_helpers.scss */
.p-five {
  background: #990000 url(../assets/images/videobuttons/install_pioneer_works.jpg) no-repeat center center;
}

/* line 821, ../sass/base/_helpers.scss */
.p-six {
  background: #990000 url(../assets/images/videobuttons/install_yao.jpg) no-repeat center center;
}

/* line 825, ../sass/base/_helpers.scss */
.p-seven {
  background: #990000 url(../assets/images/videobuttons/install_waldorf_astoria.jpg) no-repeat center center;
}

/* Full Page Slider codes. Background images are set within the HTML using inline CSS, not here */
/* line 833, ../sass/base/_helpers.scss */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Pegasus Structure styles */
/* line 3, ../sass/styles/_pegasus.scss */
html, body {
  height: 100%;
}

/* line 7, ../sass/styles/_pegasus.scss */
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -230px;
}

/* line 12, ../sass/styles/_pegasus.scss */
.page-wrap:after {
  content: "";
  display: block;
}

/* line 17, ../sass/styles/_pegasus.scss */
footer, .page-wrap:after {
  height: 230px;
}

/* line 21, ../sass/styles/_pegasus.scss */
footer {
  font-size: 1rem;
  margin: 0 auto;
  padding: .25em 1em 0 1em;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Full-page background footer CONFLICTS WITH HOME PAGE
.fullback-foot  {
  position:absolute;
bottom: 0px; 
z-index:100;
}
 */
/* Home Page footer*/
/* line 37, ../sass/styles/_pegasus.scss */
#homie {
  position: relative;
}

/* line 41, ../sass/styles/_pegasus.scss */
#contact-back {
  background: #000000 url(../assets/images/home/img_9208.jpg) no-repeat center center;
  background-size: cover;
}

/* line 46, ../sass/styles/_pegasus.scss */
#services-back {
  background: #000000 url(../assets/images/home/services_1800.jpg) no-repeat center center;
  background-size: cover;
}

/* line 51, ../sass/styles/_pegasus.scss */
#video-back {
  background: #000000 url(../assets/images/video/img_7560_800.jpg) no-repeat center center;
  background-size: cover;
}

/* line 56, ../sass/styles/_pegasus.scss */
#video-back05 {
  background: #000000 url(../assets/images/video/celeste_bartos_NYPL-5.jpg) no-repeat center center;
  background-size: cover;
}

/* line 61, ../sass/styles/_pegasus.scss */
#video-back03 {
  background: #000000 url(../assets/images/video/video_img_6472.jpg) no-repeat center center;
  background-size: cover;
}

/* line 66, ../sass/styles/_pegasus.scss */
#video-back02 {
  background: #000000 url(../assets/images/social/img_5620.jpg) no-repeat center center;
  background-size: cover;
}

/* line 71, ../sass/styles/_pegasus.scss */
#video-back04 {
  background: #000000 url(../assets/images/video/img_5216-tall.jpg) no-repeat center center;
  background-size: cover;
}

/* line 81, ../sass/styles/_pegasus.scss */
.tophead {
  position: relative;
  z-index: 100;
  padding-bottom: .125em;
  margin-bottom: .5em;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
  width: 100%;
}

/* line 91, ../sass/styles/_pegasus.scss */
#top-logo {
  display: block;
  width: 70%;
  margin: 0 auto;
}

/* line 97, ../sass/styles/_pegasus.scss */
#top-logo:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 100, ../sass/styles/_pegasus.scss */
.logo {
  margin: 0 auto;
  max-width: 11em;
}

/* line 106, ../sass/styles/_pegasus.scss */
header {
  width: 100%;
  display: block;
  /*    background-color: rgba(255, 255, 255, 0.2);*/
}

/* line 112, ../sass/styles/_pegasus.scss */
header:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 123, ../sass/styles/_pegasus.scss */
.main-content {
  font-size: 1rem;
  padding: 1em;
  width: 100%;
  max-width: 60em;
  margin: auto;
}

/* line 131, ../sass/styles/_pegasus.scss */
.home-img-box {
  width: 100%;
  float: left;
}

/* line 136, ../sass/styles/_pegasus.scss */
.footstep {
  display: table;
  width: 100%;
  margin: .5em auto;
}

/*nav*/
/* line 141, ../sass/styles/_pegasus.scss */
ul.footsy {
  display: table-row;
}

/* line 145, ../sass/styles/_pegasus.scss */
ul.footsy li {
  display: table-cell;
  text-align: center;
  width: 19.5%;
  padding: .125em 0;
}

/* line 152, ../sass/styles/_pegasus.scss */
ul.footsy li.active {
  background: #E2DFDF;
  border-radius: 6px;
}

/* line 157, ../sass/styles/_pegasus.scss */
.footsy a, .footsy a:visited {
  font-size: .8375em;
  background-color: transparent;
  text-decoration: none;
  padding: .425em 8%;
  border: 0;
  margin: .25em auto 0;
  -webkit-border-radius: .35em;
  -moz-border-radius: .35em;
  border-radius: .35em;
  transition: padding .25s linear;
}

/* line 170, ../sass/styles/_pegasus.scss */
.footsy a {
  color: #336699;
}

/* line 174, ../sass/styles/_pegasus.scss */
.footsy a:hover {
  color: #0066CC;
}

/* line 178, ../sass/styles/_pegasus.scss */
.active > a {
  padding: .125em .5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: padding .25s linear;
}

/* line 186, ../sass/styles/_pegasus.scss */
.copyblock {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2em;
  width: 90%;
  margin: 1em auto;
  text-align: center;
}

/* line 195, ../sass/styles/_pegasus.scss */
.copyblock p {
  color: #000000;
}

/* line 199, ../sass/styles/_pegasus.scss */
.servicebox a,
.addressbox a,
.copyblock a {
  color: #001166;
}

/* line 204, ../sass/styles/_pegasus.scss */
.servicebox a:hover,
.addressbox a:hover,
.copyblock a:hover {
  color: #003399;
}

/* line 209, ../sass/styles/_pegasus.scss */
#darkback .copyblock {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2em;
  width: 90%;
  margin: 1em auto 0;
  text-align: center;
}

/* line 219, ../sass/styles/_pegasus.scss */
#darkback .copyblock p {
  color: #FFFFFF;
  text-shadow: rgba(37, 3, 125, 0.7) 1px 1px 4px;
}

/* line 224, ../sass/styles/_pegasus.scss */
.servicebox a,
.addressbox a,
#darkback .copyblock a {
  color: #75A3FF;
}

/* line 229, ../sass/styles/_pegasus.scss */
.servicebox a:hover,
.addressbox a:hover,
#darkback .copyblock a:hover {
  color: #A8C5FF;
}

/* line 234, ../sass/styles/_pegasus.scss */
#darkback .king a:link,
#darkback .cwebba a:link {
  color: #0049DB;
  text-decoration: none;
  font-size: inherit;
}

/* line 237, ../sass/styles/_pegasus.scss */
#darkback .king a:visited,
#darkback .cwebba a:visited {
  color: #0049DB;
  text-decoration: none;
  font-size: inherit;
}

/* line 240, ../sass/styles/_pegasus.scss */
#darkback .king a:hover,
#darkback .cwebba a:hover {
  color: #4281FF;
  text-decoration: underline;
  font-size: inherit;
}

/* line 245, ../sass/styles/_pegasus.scss */
.attribution {
  font-family: 'open_sanslight', Verdana, Arial, Helvetica, sans-serif;
  font-size: .6875em;
  line-height: 1.2em;
  text-align: center;
  color: #060606;
}

/* line 252, ../sass/styles/_pegasus.scss */
.copyright {
  text-align: center;
  font-family: inherit;
  margin: auto;
}

/* line 258, ../sass/styles/_pegasus.scss */
.king {
  text-align: center;
  font-family: inherit;
  display: inline-block;
  margin: auto;
}

/* line 265, ../sass/styles/_pegasus.scss */
.cwebba {
  text-align: center;
  color: #161616;
  font-family: inherit;
  display: inline-block;
  margin: auto;
}

/* line 273, ../sass/styles/_pegasus.scss */
.cwebba a:link {
  color: #003399;
  text-decoration: none;
  font-size: inherit;
}

/* line 274, ../sass/styles/_pegasus.scss */
.cwebba a:visited {
  color: #004499;
  text-decoration: none;
  font-size: inherit;
}

/* line 275, ../sass/styles/_pegasus.scss */
.cwebba a:hover {
  color: #006699;
  text-decoration: underline;
  font-size: inherit;
}

/* Contact Page*/
/* line 281, ../sass/styles/_pegasus.scss */
.darkpage-content p,
.darkpage-content h3,
.darkpage-content h4,
.darkpage-content li {
  color: #FFFFFF;
  text-shadow: rgba(37, 3, 125, 0.8) 2px 2px 6px;
}

/* line 291, ../sass/styles/_pegasus.scss */
.formbox {
  width: 100%;
  margin-left: 0;
  float: none;
  display: block;
}

/* line 298, ../sass/styles/_pegasus.scss */
.addressbox {
  width: 96%;
  margin: 1.5em auto;
  float: none;
  display: block;
}

/* line 305, ../sass/styles/_pegasus.scss */
.servicebox-a,
.servicebox {
  width: 96%;
  margin: 2em auto 1em;
  float: none;
  display: block;
}

/* line 313, ../sass/styles/_pegasus.scss */
.servicebox ul {
  margin: 0;
}

/* line 315, ../sass/styles/_pegasus.scss */
.servicebox p {
  margin: 0;
}

/* line 320, ../sass/styles/_pegasus.scss */
.servicebox-a h4 {
  margin-bottom: .25em;
}

/* line 323, ../sass/styles/_pegasus.scss */
.servicelist {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
  list-style-type: disc;
}

/* line 330, ../sass/styles/_pegasus.scss */
.servicelist li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.375em;
  padding-bottom: .635em;
}

/* line 338, ../sass/styles/_pegasus.scss */
.contact-box {
  width: 22em;
  display: block;
  margin: 2em auto;
  padding: 2em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  -khtml-border-radius: .5em;
  border-radius: .5em;
}

/* line 349, ../sass/styles/_pegasus.scss */
.contact-box p {
  color: #FFFFFF;
  text-shadow: rgba(37, 3, 125, 0.7) 1px 1px 4px;
}

/* Venue Styles */
/* line 356, ../sass/styles/_pegasus.scss */
.venue-textbox {
  display: inline-block;
  width: 96%;
  margin: 0 auto;
}

/* line 362, ../sass/styles/_pegasus.scss */
.venue-textbox h2,
.venue-textbox h3 {
  margin-top: 0;
}

/* line 368, ../sass/styles/_pegasus.scss */
.venue-textbox p {
  color: #101010;
  font-size: 0.875em;
}

/* line 373, ../sass/styles/_pegasus.scss */
.media-box {
  display: inline-block;
  width: 96%;
  margin: 0 auto 1.5em;
  float: left;
}

/* line 380, ../sass/styles/_pegasus.scss */
.media-box:before, .media-box:after {
  content: " ";
  display: table;
}

/* line 384, ../sass/styles/_pegasus.scss */
.media-box:after {
  clear: both;
}

/* About Styles */
/* line 390, ../sass/styles/_pegasus.scss */
.about-article {
  display: inline-block;
  width: 100%;
  padding: 0 1em .5em;
}

/* line 395, ../sass/styles/_pegasus.scss */
.about-text {
  width: 100%;
  margin-bottom: .5em;
}

/* line 398, ../sass/styles/_pegasus.scss */
.priabout,
.corabout {
  display: inline-block;
  width: 100%;
  height: 50vh;
}

/* line 403, ../sass/styles/_pegasus.scss */
.team,
.allabout {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5em;
  vertical-align: top;
}

/* line 411, ../sass/styles/_pegasus.scss */
.allabout h3 {
  margin-top: 0;
}

/* line 415, ../sass/styles/_pegasus.scss */
.allabout figure {
  width: 100%;
  margin-bottom: 1em;
}

/* line 420, ../sass/styles/_pegasus.scss */
.priabout-img,
.corabout-img {
  height: 40vh;
  margin-bottom: .5em;
}

/* line 425, ../sass/styles/_pegasus.scss */
.priabout-img {
  background: url(../assets/images/about/img_9204_800.jpg) center center;
  background-size: cover;
  height: 45vh;
}

/* line 429, ../sass/styles/_pegasus.scss */
.corabout-img {
  background: url(../assets/images/about/img_8442_800.jpg) center center;
  background-size: cover;
  height: 45vh;
}

/* line 434, ../sass/styles/_pegasus.scss */
.allabout figure.team {
  background: url(../assets/images/about/img_8986_800.jpg) center center;
  background-size: cover;
  width: 100%;
  height: 45vh;
}

/*
.team { display:inline-block;
  width:98%;
  margin:auto;
  margin-bottom:1.5em;
}*/
/* Flip Card CSS */
/* entire container, keeps perspective */
/* simple */
/* line 453, ../sass/styles/_pegasus.scss */
.flip-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /*border: 1px solid #ccc;*/
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  filter: FlipH;
    -ms-filter: "FlipH";
}
*/
/* START: Accommodating for IE */
/* line 479, ../sass/styles/_pegasus.scss */
.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 487, ../sass/styles/_pegasus.scss */
.flip-container:hover .front, .flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* END: Accommodating for IE */
/* line 496, ../sass/styles/_pegasus.scss */
.flip-container, .front, .back {
  width: 100%;
  height: 100%;
  min-height: 800px;
}

/* flip speed goes here */
/* line 503, ../sass/styles/_pegasus.scss */
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* line 519, ../sass/styles/_pegasus.scss */
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 550, ../sass/styles/_pegasus.scss */
.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 559, ../sass/styles/_pegasus.scss */
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/*
.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
  transform: rotateY(180deg);
}*/
/* line 573, ../sass/styles/_pegasus.scss */
.front .name {
  font-size: 2em;
  display: inline-block;
  background: rgba(33, 33, 33, 0.9);
  color: #f8f8f8;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 60px;
  left: 25%;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.05em #333;
  display: none;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

/* line 592, ../sass/styles/_pegasus.scss */
.back-logo {
  /*      position: absolute;
        top: 40px;
        left: 50%;*/
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url(images/logo.png) 0 0 no-repeat;
  clear: both;
}

    /*cwebba  additions
.front-inner {
padding:.125em 1em .5em;
margin:22.5em 1em 1em;
text-align:center;
      background: rgba(255, 255, 255, 0.5);
}*/
/* line 611, ../sass/styles/_pegasus.scss */
.back-inner {
  padding: 1em 1em 2em;
  margin: 0;
  font-size: .875em;
  text-align: left;
  min-height: 92%;
  background: rgba(255, 255, 255, 0.4);
}

/* line 620, ../sass/styles/_pegasus.scss */
.back-title {
  text-align: center;
}

/* line 624, ../sass/styles/_pegasus.scss */
.back-title h3 {
  margin: .125em 0 .25em;
}

/* line 628, ../sass/styles/_pegasus.scss */
.inline-block {
  display: inline-block;
  vertical-align: top;
}

/* line 633, ../sass/styles/_pegasus.scss */
#anthony,
#tareq,
#shawn,
#joey,
#liz,
#teamshot {
  position: relative;
}

/* line 641, ../sass/styles/_pegasus.scss */
#anthony > .front-inner,
#tareq > .front-inner,
#shawn > .front-inner,
#joey > .front-inner,
#liz > .front-inner {
  position: absolute;
  bottom: 1em;
  left: 2%;
  margin: 0 auto;
  width: 96%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}

/* line 655, ../sass/styles/_pegasus.scss */
#teamshot div {
  background: url(../assets/images/corporate/img_6687_800.jpg) center center;
  background-size: cover;
  min-height: 540px;
}

/* ==============================
   Forms Normalize Reset
   ============================ */
/* line 665, ../sass/styles/_pegasus.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 670, ../sass/styles/_pegasus.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 675, ../sass/styles/_pegasus.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}

/* line 683, ../sass/styles/_pegasus.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 687, ../sass/styles/_pegasus.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *behavior: url(/js/master-scripts/boxsizing.htc);
}

/* line 693, ../sass/styles/_pegasus.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: url(/js/master-scripts/boxsizing.htc);
}

/* line 701, ../sass/styles/_pegasus.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 706, ../sass/styles/_pegasus.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 711, ../sass/styles/_pegasus.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 715, ../sass/styles/_pegasus.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ======= [ END NORMALIZE RESETS ]  =========== */
/*! =Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 560px) {
  /* line 7, ../sass/states/_media_queries.scss */
  .nobull {
    display: none;
  }
}
/* 767-480px */
@media only screen and (max-width: 600px) {
  /* line 18, ../sass/states/_media_queries.scss */
  p {
    font-size: .9375em;
    line-height: 1.75em;
    margin: 0 0 .5em 0;
  }

  /* line 24, ../sass/states/_media_queries.scss */
  figcaption p {
    font-size: 0.875em;
    line-height: 1.2em;
    text-align: left;
  }

  /* line 29, ../sass/states/_media_queries.scss */
  .footsy a, .footsy a:visited {
    padding: .425em 5%;
  }

  /* line 33, ../sass/states/_media_queries.scss */
  .footsy a, .footsy a:visited {
    font-size: .8125em;
  }

  /* line 36, ../sass/states/_media_queries.scss */
  .headshot {
    width: 98%;
    max-width: 400px;
    margin: auto;
  }

  /* line 41, ../sass/states/_media_queries.scss */
  .fancybox {
    margin: auto 2%;
  }
}
@media only screen and (max-width: 760px) {
  /* line 48, ../sass/states/_media_queries.scss */
  .collapse-1 {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 56, ../sass/states/_media_queries.scss */
  .dropdown-menu > li > a {
    text-align: center;
  }

  /* line 60, ../sass/states/_media_queries.scss */
  #wht-back .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    margin: auto;
    background-color: #E7E4E4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(182, 175, 175, 0.3)), to(rgba(231, 228, 228, 0.3)));
    /*OLD Webkit*/
    background-image: -webkit-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(231, 228, 228, 0.3));
    background-image: -moz-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(231, 228, 228, 0.3));
    background-image: -ms-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(231, 228, 228, 0.3));
    background-image: -o-linear-gradient(top, rgba(182, 175, 175, 0.3), rgba(231, 228, 228, 0.3));
    background: linear-gradient(rgba(207, 201, 201, 0.3), rgba(231, 228, 228, 0.3));
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    max-width: 98%;
  }
}
@media only screen and (max-width: 761px) {
  /* line 81, ../sass/states/_media_queries.scss */
  .carousel {
    padding: 0;
  }

  /* line 85, ../sass/states/_media_queries.scss */
  .carousel-control,
  .icon-prev,
  .icon-next {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  /* line 94, ../sass/states/_media_queries.scss */
  .fancybox-prev {
    display: none;
  }

  /* line 98, ../sass/states/_media_queries.scss */
  .fancybox-next {
    display: none;
  }
}
/* ======= [ CWebba Media Queries ]  =========== */
@media only screen and (min-width: 420px) {
  /* line 110, ../sass/states/_media_queries.scss */
  .king {
    text-align: left;
    font-family: inherit;
    display: block;
    float: left;
  }

  /* line 117, ../sass/states/_media_queries.scss */
  .cwebba {
    text-align: right;
    color: #161616;
    font-family: inherit;
    display: block;
    float: right;
  }

  /* line 125, ../sass/states/_media_queries.scss */
  .page-wrap {
    min-height: 100%;
    margin-bottom: -160px;
    /*equal to footer height*/
  }

  /* line 129, ../sass/states/_media_queries.scss */
  footer, .page-wrap:after {
    height: 160px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 135, ../sass/states/_media_queries.scss */
  #top-logo {
    width: 50%;
  }
}
@media only screen and (min-width: 560px) {
  /* line 142, ../sass/states/_media_queries.scss */
  #top-logo {
    width: 36%;
  }

  /* line 145, ../sass/states/_media_queries.scss */
  .page-wrap {
    min-height: 100%;
    margin-bottom: -150px;
    /*equal to footer height*/
  }

  /* line 149, ../sass/states/_media_queries.scss */
  footer, .page-wrap:after {
    height: 150px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 156, ../sass/states/_media_queries.scss */
  #top-logo {
    width: 24%;
  }

  /* line 160, ../sass/states/_media_queries.scss */
  .carousel-caption p {
    font-size: 1em;
    margin: 0 auto .5em;
  }

  /* line 165, ../sass/states/_media_queries.scss */
  .headshot {
    width: 25%;
    max-width: 200px;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }

  /* line 172, ../sass/states/_media_queries.scss */
  .allabout figure {
    float: left;
    width: 16em;
    margin: 0 1em 1em 0;
  }

  /* line 175, ../sass/states/_media_queries.scss */
  .allabout figure.team {
    height: 60vh;
  }

  /* line 178, ../sass/states/_media_queries.scss */
  .nest-text {
    width: 70%;
    display: inline-block;
  }

  /* line 181, ../sass/states/_media_queries.scss */
  .projectthumbs div {
    display: inline-block;
    width: 46%;
    margin-right: 6%;
  }

  /* line 187, ../sass/states/_media_queries.scss */
  .projectthumbs div:nth-child(2n) {
    margin-right: 0;
  }

  /* line 190, ../sass/states/_media_queries.scss */
  .page-wrap {
    min-height: 100%;
    margin-bottom: -150px;
    /*equal to footer height*/
  }

  /* line 194, ../sass/states/_media_queries.scss */
  footer, .page-wrap:after {
    height: 150px;
  }
}
@media only screen and (min-width: 650px) {
  /* line 200, ../sass/states/_media_queries.scss */
  .carousel-indicators {
    bottom: -40px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 940px) {
  /* line 209, ../sass/states/_media_queries.scss */
  #tareq,
  #joey {
    margin-right: 0;
  }
}
@media only screen and (min-width: 760px) {
  /* line 216, ../sass/states/_media_queries.scss */
  .copyright {
    width: 48%;
    width: 50%;
    min-width: 36em;
  }

  /* line 222, ../sass/states/_media_queries.scss */
  .cwebba {
    min-width: 20%;
  }

  /* line 226, ../sass/states/_media_queries.scss */
  ul.footsy li {
    display: table-cell;
    text-align: center;
    width: 19.5%;
    padding: .125em 0;
  }

  /* line 233, ../sass/states/_media_queries.scss */
  figure.nest {
    margin-right: 1.5em;
  }

  /* line 237, ../sass/states/_media_queries.scss */
  .contact-box {
    position: absolute;
    right: 10%;
  }

  /* line 242, ../sass/states/_media_queries.scss */
  .page-wrap {
    min-height: 100%;
    margin-bottom: -145px;
    /* equal to footer height */
  }

  /* line 247, ../sass/states/_media_queries.scss */
  footer, .page-wrap:after {
    height: 145px;
  }

  /* line 251, ../sass/states/_media_queries.scss */
  .flip-container, .front, .back {
    width: 100%;
    height: 100%;
    min-height: 540px;
  }

  /* line 258, ../sass/states/_media_queries.scss */
  .team {
    display: inline-block;
    width: 48.15%;
    margin-right: 2.5%;
    margin-bottom: 2em;
  }

  /* line 264, ../sass/states/_media_queries.scss */
  .team:nth-child(2n+2) {
    margin-right: 0;
  }

  /* line 268, ../sass/states/_media_queries.scss */
  .auxpic {
    display: inline-block;
    width: 47.5%;
    margin-right: 0;
    background: #6A7;
  }

  /* line 273, ../sass/states/_media_queries.scss */
  .carousel-inner {
    margin-bottom: 2.5em;
  }

  /* line 276, ../sass/states/_media_queries.scss */
  .carousel-indicators {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
    list-style: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 291, ../sass/states/_media_queries.scss */
  .navbar-nav > li {
    display: table-cell;
    width: 1%;
  }

  /* line 296, ../sass/states/_media_queries.scss */
  div.columns02 {
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px;
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px;
    -ms-column-count: 2;
    -ms-column-gap: 1em;
    -ms-column-rule: 1px;
    column-count: 2;
    column-gap: 1em;
    column-rule: 1px;
  }

  /* line 311, ../sass/states/_media_queries.scss */
  #full-back .dropdown-menu {
    background: rgba(137, 159, 159, 0.5);
    /*full-back*/
  }

  /* line 316, ../sass/states/_media_queries.scss */
  #video-back {
    background: #000000 url(../assets/images/video/img_7560.jpg) no-repeat center center;
    background-size: cover;
  }

  /* #Services */
  /* line 329, ../sass/states/_media_queries.scss */
  #services-back {
    background: #000000 url(../assets/images/home/services_1800.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  /* line 337, ../sass/states/_media_queries.scss */
  .addressbox {
    width: 96%;
    margin: 6em 0 1em 1em;
    float: none;
    display: block;
    -webkit-transition: margin 500ms ease-out 1s;
    -moz-transition: margin 500ms ease-out 1s;
    -o-transition: margin 500ms ease-out 1s;
    transition: margin 500ms ease-out 1s;
  }

  /* line 347, ../sass/states/_media_queries.scss */
  .servicebox-a {
    width: 96%;
    margin: 6em 0 1em 3%;
    float: none;
    display: block;
    -webkit-transition: margin 500ms ease-out 1s;
    -moz-transition: margin 500ms ease-out 1s;
    -o-transition: margin 500ms ease-out 1s;
    transition: margin 500ms ease-out 1s;
  }

  /* line 358, ../sass/states/_media_queries.scss */
  .servicebox {
    width: 44%;
    margin: 2em 0 6em 3%;
    float: none;
    display: block;
    -webkit-transition: margin 500ms ease-out 1s;
    -moz-transition: margin 500ms ease-out 1s;
    -o-transition: margin 500ms ease-out 1s;
    transition: margin 500ms ease-out 1s;
  }
}
@media screen and (min-width: 921px), print {
  /* line 373, ../sass/states/_media_queries.scss */
  .formbox {
    width: 66%;
    margin-left: 34%;
    float: left;
    display: block;
  }

  /* line 381, ../sass/states/_media_queries.scss */
  .addressbox {
    width: 33.33%;
    margin: 2em;
    float: left;
    display: block;
  }

  /* line 388, ../sass/states/_media_queries.scss */
  .servicebox-a {
    width: 80%;
    margin: 2em 0 0 2em;
    float: left;
    display: block;
  }

  /* line 395, ../sass/states/_media_queries.scss */
  .servicebox {
    width: 48%;
    margin: 0 0 1em 2em;
    float: left;
    display: block;
  }

  /* line 402, ../sass/states/_media_queries.scss */
  .venue-textbox {
    width: 28%;
    margin-right: 0;
    margin-left: -94.5%;
    float: left;
  }

  /* line 409, ../sass/states/_media_queries.scss */
  .venue-textbox p {
    color: #101010;
    font-size: 1em;
  }

  /* line 414, ../sass/states/_media_queries.scss */
  .media-box {
    width: 68%;
    margin-left: 30%;
    float: left;
    margin-bottom: 0;
  }

  /* line 421, ../sass/states/_media_queries.scss */
  .page-wrap {
    min-height: 100%;
    margin-bottom: -135px;
    /* equal to footer height */
  }

  /* line 426, ../sass/states/_media_queries.scss */
  footer, .page-wrap:after {
    height: 135px;
  }
}
@media screen and (min-width: 940px) {
  /*.about-article { display:inline-block;
    width:66%;
    padding:0 1em .25em;
  margin-right:2%;
  float:left;
  }*/
  /* line 440, ../sass/states/_media_queries.scss */
  .about-text {
    width: 80%;
    max-width: 66em;
    margin: 0 auto .5em;
  }

  /* line 443, ../sass/states/_media_queries.scss */
  .team,
  .allabout,
  .priabout,
  .corabout {
    display: inline-block;
    width: 48%;
  }

  /* line 450, ../sass/states/_media_queries.scss */
  .mr25,
  .allabout,
  .priabout {
    margin-right: 1.75em;
  }

  /* line 455, ../sass/states/_media_queries.scss */
  .allabout:nth-child(2n+2) {
    margin-right: 0;
  }

  /*
  .team { display:inline-block;
    width:30.5%;
    margin-right:2.5%;
    margin-bottom:2.5em;
  }
  
  .team:nth-child(2n+2){ 
    margin-right:2.5%;
  }
  
  .team:nth-child(3n+3) { 
    margin-right:0;
  }
  */
  /* line 475, ../sass/states/_media_queries.scss */
  .auxpic {
    display: inline-block;
    width: 30%;
    margin-right: 0;
    background: #A57;
  }
}
@media only screen and (min-width: 940px) and (max-width: 992px) {
  /* line 483, ../sass/states/_media_queries.scss */
  #joey {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 489, ../sass/states/_media_queries.scss */
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 498, ../sass/states/_media_queries.scss */
  .values-box {
    width: 50%;
    float: left;
    margin-right: 2%;
  }

  /*.team { display:inline-block;
    float:left;
    width:23%;
  margin-right:2%;
  }*/
  /* line 509, ../sass/states/_media_queries.scss */
  .auxpic {
    display: none;
    width: 66%;
    margin-right: 0;
    background: #657;
    content: " ";
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 519, ../sass/states/_media_queries.scss */
  .mr25,
  .priabout {
    margin-right: 2.5em;
  }
}
@media only screen and (min-width: 1360px) {
  /* line 526, ../sass/states/_media_queries.scss */
  .page-wrap {
    min-height: 100%;
    margin-bottom: -115px;
    /* equal to footer height */
  }

  /* line 531, ../sass/states/_media_queries.scss */
  footer, .page-wrap:after {
    height: 115px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 537, ../sass/states/_media_queries.scss */
  .about-img {
    width: 46%;
    float: right;
    margin: 0 0 .25em 1em;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 550, ../sass/states/_media_queries.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 557, ../sass/states/_media_queries.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 562, ../sass/states/_media_queries.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 566, ../sass/states/_media_queries.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 574, ../sass/states/_media_queries.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 580, ../sass/states/_media_queries.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 586, ../sass/states/_media_queries.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 590, ../sass/states/_media_queries.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 595, ../sass/states/_media_queries.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 603, ../sass/states/_media_queries.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 610, ../sass/states/_media_queries.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
