/*
Theme Name: SlowClouds Practice
Description: A develpoment theme by SlowClouds.
Author: Forrest Peaker
Author URI: http://slowclouds.com/
Version: 1.0
Tags: responsive, white, minimal

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built as a starter for future SlowClouds development projects. 
*/

/*  ==========================================================
  Table of Contents

    ##Base 1220 Grid
    ##Normalize
    ##Snap
    ##Styles
    ##Flexslider
    ##Media Queries
      -#Tablet (Portrait)
      -#Mobile (Portrait)
      -#Mobile (Landscape)
      -#Clearing 
    
  ========================================================== */
  

    
/*  ==========================================================
    ##1220 GRID BASICS
  ========================================================== */
  
.wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1206px;
  }
    
  
.navbar { 
  background: #f0efeb;
  position: relative;
  right: 0;
  left: 0;
  top:0;
  z-index: 3;
  max-height: 140px;
  height: 110px;
  }
  
.row {
    overflow: hidden;
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
  }
    

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, .span1third {
    margin-right: 2.4590%; /* 30px Gutters / 1220px = ???  */
    float: left;
    min-height: 1px;
    
  }

.last                         
  { margin-right: 0px; }

img, iframe, object, embed, video { 
    max-width: 100%;
  }

    
/*  ==============================
    GRID
  ============================== */

.row .span1                         { width: 5.9626%; }  /* 69.1667px / 1160px = 5.9626 */
.row .span2                         { width: 14.5115%; }  /* 168.3333px / 1160px = 14.5115 */
.row .span3                         { width: 23.0603%; }  /* 267.5000px / 1160px = 23.0603 */
.row .span4                         { width: 31.6092%; }  /* 366.6667px / 1160px = 31.6092 */
.row .span5                         { width: 40.1580%; }  /* 465.8333px / 1160px = 40.1580 */
.row .span6                         { width: 48.7069%; }  /* 565.0000px / 1160px = 48.7069 */
.row .span7                         { width: 57.2557%; }  /* 664.1667px / 1160px = 57.2557 */
.row .span8                         { width: 65.8046%; }  /* 763.3333px / 1160px = 65.8046 */
.row .span9                         { width: 74.3534%; }  /* 862.5000px / 1160px = 74.3534 */
.row .span10                        { width: 82.9023%; }  /* 961.6667px / 1160px = 82.9023 */
.row .span11                        { width: 91.4511%; }  /* 1060.8333px / 1160px = 91.4511 */
.row .span12                        { width: 100.0000%; }  /* 1160.0000px / 1160px = 100.0000 */


.row .span1third                    { width: 30.0165%; }

.row .offset1                       { padding-left: 8.1284%; }
.row .offset2                       { padding-left: 16.2568%; }
.row .offset3                       { padding-left: 24.3852%; } 
.row .offset4                       { padding-left: 32.5137%; }
.row .offset5                       { padding-left: 40.6421%; }
.row .offset6                       { padding-left: 48.7705%; }
.row .offset7                       { padding-left: 56.8989%; }
.row .offset8                       { padding-left: 65.0273%; }
.row .offset9                       { padding-left: 73.1557%; }
.row .offset10                      { padding-left: 81.2842%; }
.row .offset11                      { padding-left: 89.4126%; }




/*  ==============================
    CLEARS
  ============================== */



.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */





/*  ==============================
    ALTERATIONS SPECIAL CASES
  ============================== */

#nav ul li                { display: block; }


/*  ==========================================================
    Snap CSS
  ========================================================== */ 

.snapjs-right .snap-drawer-left {
  display: block;
  right: 0;
  left: auto;
}

.snapjs-right .snap-drawer-right{
  display: none;
}



/*  Toolbar styles */
#toolbar {
  background-color: #000;
  border-bottom: 1px solid #111b32;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height:80px;
}

#toolbar h1 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 44px;
  left: 44px;
  width: auto;
  height: 44px;
}

#open-left {
  background: url(images/snap-open.png) 50% 10px no-repeat;
  display: block;
  margin-top: 7px;
  padding-bottom: 10px;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
}

.brand {
  
}



/* Show the translucent white "Toggle" boxes in the demo */
.toggler {
  width: 80%;
  background: rgba(255,255,255,0.5);
  margin: 0 auto;
  position: relative;
  top: 70px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}



.snap-nav li { display: block; } 


.snap-drawer-left #search {
  height: 30px;
  width: 87%;
  margin: 7px 7px 0 7px;
  background: linear-gradient(#414A5A,#4C5464);
  background: -webkit-linear-gradient(#414A5A,#4C5464);
  padding-left: 15px;
  border: 1px solid #222936;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
}

.snap-drawer-left #search:focus {
  outline: none;
  border-color: #151515;
}

/* Styles for fading out the drawer content in the "Expanding" demo */
.drawer-inner {
  -webkit-transition: opacity 0.3s ease; 
     -moz-transition: opacity 0.3s ease; 
      -ms-transition: opacity 0.3s ease; 
       -o-transition: opacity 0.3s ease; 
          transition: opacity 0.3s ease; 
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
  opacity: 0;
}

/* Styles for the "Settings" demo */
.opt {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.opt p {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
  color: #222;
  color: rgba(0, 0, 0, 0.6);
}

/* Default demo styles */


.snap-drawers {
  background: #323949;
}

.snap-drawer {
  background: #323949;
  color: #eee;
}

.snap-drawer h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 15px;
}

.snap-drawer h4 {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

.snap-drawer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.snap-drawer li > a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
  color: #ccc;
  text-indent: 20px;
}

.snap-drawer p {
  opacity: 0.5;
  padding: 15px;
  font-size: 12px;
}

.snap-content {
  background-color: #fff;
  position: absolute;
  top: 160px;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  /* turn off overflow auto -testing.
  overflow: auto; 
  */
  
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}


.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;

}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}





/* ==========================================================================
   ##Normalize.css - v2.1.3 | MIT License | git.io/normalize 
   ========================================================================== */
   
  
  
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */   

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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




/* #Basics
============================================ */




table                                 { padding: 10px 0; width: 100%; }
tr #calDays                           { vertical-align: middle; }

.wrapper-footer                       { padding-bottom: 30px; }  

.index hr                             { display: none; }
.wrapper-footer footer                { padding-top: 20px; }
.wrapper-pre-footer h4                { padding-top: 20px; }
.wrapper-pre-footer section             { padding-top: 0px; }

  
  


/* #Branding
============================================ */

.navbar .brand {
  display: block;
  height: 85px;
  padding: 0;
  margin: 0 auto;
    text-indent: -9999px;
    top: 25px;
    width: 90px;
}



body { 
  background-color: #fff; 
  margin: 0px auto 0;
  padding: 0;
   }
    

/* #Typography
============================================ */

body { 
   font-family:  "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #444;
   }

#menu-main li  {
  font-family: "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  }



p { 
  font-family: "ff-meta-serif-web-pro",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
   }  
  
table, tr, td {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-weight: 400; 
}

footer p {
  font-style: normal;
  font-weight: 400;
    font-family:  "proxima-nova-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.tweet .e-entry-title {
  font-family: "atrament-web",sans-serif;
  font-style: normal;
  font-weight: 300;
}


/* #Headings 
============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  padding: 0;
}

h2 {
  padding-bottom: 10px;
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-size: 1.2666666em; /* 19px / 15px = 1.26666667 */
  line-height: 1;
  } 
  
h3 {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  }
  
h4 {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
  font-size: 17.5px;
}
  
h5 {
  font-family: "proxima-nova-condensed",sans-serif;
  font-style: normal;
    font-size: 14px;
}




/* #Paragraph Styles 
============================================ */

p {
  margin: 3px 0px 23px;
}

.about p, .services p { color: #DED7B8;}
footer p:first-child { text-align: left; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }


strong {
  font-weight: bold;
}

em {
  font-style: italic;
}


.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}



/* #Lists
============================================ */
ul {
  padding: 0;
  margin: 0 0 10px 0px;
  list-style: none; 
}

ul.tabs                   { background-color: #fff; width: 100%; text-transform: uppercase;}
ul.tabs li                { margin-right: 1px; }
ul.tabs a         { }
li                        { line-height: 20px; }





.twitter-feed li                { float: left; list-style: none; }
.tabs-content .flexslider ul          { margin: 0; }
  

/* #Navbar
============================================ */

nav {
  margin: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
}

nav li { display: inline-block; }
.nav-previous, .nav-next {margin-top: 20px; }  

nav .about ul.sub-menu  {
  position: absolute;
  display: none;
  margin: 5px 0 0 0px;
  top: 69px;
  left: 22%;
  padding: 10px;
  border-radius: 4px;
}

nav .about:hover .sub-menu  {
  
  display: block;
}

nav .sub-menu {
  background-color: #000;
  padding: 10px;

}

.sub-menu li {
  display: block;
}

#pageHeader .sub-menu li a {
	font-size: .9em;
	line-height: 1.5em;
}


/* #Links
================================================== */
a {
  color: #76B8A6;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #569B86;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #569B86;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}







  






/* #Print
================================================== */


@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* #Tabs
================================================== */
ul.format {
  float: left;
  position: relative;

}

ul.tabs { 
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  border-top: 0; }
  
  
ul.tabs li { 
  display: block;
  list-style-type: none; 
  width: auto;
  height: 30px;
  padding: 0;
  float: left;
  margin-bottom: 4px;
  border: 0 
  }
  
ul.tabs li a,
.printCal { 
  color: #fff;
  display: block; 
  text-decoration: none;
  width: auto;  
  padding: 0px 39px; 
  line-height: 34px; 
  margin: 0;  
  background-color: #76B8A6;
  font-size: 1em; 
  font-weight: 300;
  }
  
ul.tabs li a.active { 
  background-color: #569B86;;
  position: relative;
  padding-top: 0px;
  border-right-width: 1px;
  color: #fff;
}
  

ul.tabs li:last-child a {
  border-width: 1px 1px 0 1px;
  background-color: #CAA91E; 
}

ul.tabs li:last-child a:hover {
  border-width: 1px 1px 0 1px;
  background-color: #CCCCCC; 
}

ul.tabs-content { float: left; margin: 6px 0; display: block; border: 0; width: 100%; }
ul.tabs-content > li { display:none; border: 0;}
ul.tabs-content > li.active { display: block; border: 0;}
  
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tabs:after {
  clear: both; }



/* #Images
================================================== */

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

#homeFeatured img {
  background: #ccc;
}

#homeComingSoon img {
width: 100%;
background: #ccc;
}

#AdBlocks img {
  width: 100%;
}

img.post-thumb {
  background: #ccc;
  display: block;
  clip: rect(0px,238px,128px,0px);
  float: left;
  width: 230px;
  height: 150px;

}

.alignleft {
  float: left;
  padding-right: 15px; 
}


.alignright {
  float: right;
  padding-left: 15px; 
}


.aligncenter {
  float: none;
  margin: 0 auto;
  display: block; 
}



/* #Page Template Styles 
============================================ */

/* News */

.hours, .location { text-align: center; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}


abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

div#festivalDetails {
    padding-top: 1.6rem;
}


/* #Forms, Inputs & Buttons
============================================ */


form {
  margin: 0px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

.button {
  font-size: .7em;
  text-transform: uppercase;
  background: #CAA91E;
  color: #fff;
  padding: 5px 7px;
}

.button:hover {
  background: #E6E3B2;
  color: #CAA91E;
}

label,
input,
button,
select,
textarea {
  font-size: .8em;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 34px;
  padding: 0px 6px;
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;

}


textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}




/* #MailChimp
============================================ */ 

.mailChimp {
  height: 128px;
  width: 100%;
  background: #ccc; 
  text-align: center;
  margin-top: 30px; 
} 

/* #Flexslider
============================================ */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Removed - FP */


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px; background: transparent; border: 0px solid #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { margin-bottom: 4px; zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: none; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav { width: 100%; text-align: center;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/* Caption */
 .flex-caption { 
  position: absolute;
  bottom: 40px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: .8em;
  line-height: 3em;
  padding: 0 30px;
  opacity: 0.8;
  }
  



@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}



/*  #Full Size
================================================== */
    @media only screen and (min-width: 1024px) and (max-width: 2500px) {
    
    .snap-drawers             { display: none; }
    #toolbar                { display: none; }
    
    
  
    }
    
    
/*  #Tablet (Landscape)
================================================== */
    @media only screen and (min-width: 801px) and (max-width: 1024px) {
    
    body                  { font-size: 90%; }
    .snap-drawers             { display: none; }
    #toolbar                { display: none; }
    
    .row                  { width: 95%; }
    
    
  
    }
    




/*  #Mobile (Portrait)
================================================== */
    @media only screen and (min-width: 320px) and (max-width: 800px) {
    
    .row                  { width: 95%; }                 
    
    .row .span1,                          
  .row .span2,                        
  .row .span3,                        
  .row .span4,                        
  .row .span5,                        
  .row .span6,                        
  .row .span7,                        
  .row .span8,                        
  .row .span9, 
  .row .span10,                         
  .row .span11,                       
  .row .span12                        { width: 100%; }
  
  
  .snap-content, .index .snap-content   { top: 0px; }
  .navbar                  { display: none; }
  #pageHeaderExtras .social { display: none;  }
  #toolbar { 
      display: block;
      height: 60px;
      position: relative;
      z-index: 3;
    }
  #toolbar .row .span4 { 
    width: 17%;
    width: 17%;
    height: 100%;
    border-right: 1px solid
    }
  #toolbar .row .span8 { width: 80%;}
  #toolbar .brand {
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 23px;
    position: relative;
    top: 19px;
  
  }
    
  #snapExtras { display: block; } 
  
  .inside-left-drawer nav li { display: block; }
  .inside-left-drawer .span5 {margin-right: 0; float: none; }

  img.post-thumb              { width: 300px; height: 200px; }
  #pageFooter .span4          { text-align: center; }
  .row #showingToday          { width: 100%; }
  #homeHeadline .filmTimes                  {margin-top: 0; }
  #pageContent .withSidebar                 { background: none; }
  .social .twitter a, .social .facebook a     { color: #fff; }
  .inside-left-drawer .search { list-style : none; }
  ul.tabs li a {padding: 0px 33px;
line-height: 33px;}

.snap-drawer li > a {
	font-weight: inherit;
	text-align: left;
}

nav .about ul.sub-menu  {
  position: relative;
  display: block;
  margin: 6px 0 0 0px;
  top: 0px;
  left: 0%;
  padding: 10px;
  border-radius: 0px;
}

nav .about:hover .sub-menu  {
  
  display: block;
}

nav .sub-menu {
  background-color: transparent;
  padding: 10px;

}

.sub-menu li {
  display: block;
}

#pageHeader .sub-menu li a {
	font-size: .9em;
	line-height: 1.5em;
} 


footer p:last-child { text-align: center; }
  
}
    
   


/* Calendar Stuff */

td.time {
  width:20%;
  vertical-align: text-top;
  text-align: right;
}
td.title {
  width: 70%;
  padding: 0 10px 10px;
}
td.ticket {
  width: 10%;
  vertical-align: text-top;
}

.past.calendar.row {
  display: none;
}

#calendarContent .filmTimes table {
  margin-top: 0 !important;
}
    
    