/******************************************************************
Site Name:   
Author:                     

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*********************
IMPORTING STYLES  
*********************/
/* import normalize */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves 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;
}
/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */.clearfix {
  /* for IE */

  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'pina-scribble';
  src: url('../fonts/pina-scribble-webfont.eot');
  src: url('../fonts/pina-scribble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pina-scribble-webfont.woff') format('woff'), url('../fonts/pina-scribble-webfont.ttf') format('truetype'), url('../fonts/pina-scribble-webfont.svg#pina-scribble') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pina';
  src: url('../fonts/pina.eot');
  src: url('../fonts/pina.eot?#iefix') format('embedded-opentype'), url('../fonts/pina.woff') format('woff'), url('../fonts/pina.ttf') format('truetype'), url('../fonts/pina.svg#pina') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pina-bold';
  src: url('../fonts/pina-bold.eot');
  src: url('../fonts/pina-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/pina-bold.woff') format('woff'), url('../fonts/pina-bold.ttf') format('truetype'), url('../fonts/pina-bold.svg#pina-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* alerts & notices */
.alert {
  padding: 5px 18px;
  border: 1px solid;
  border-radius: 4px;
}
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.success {
  border-color: #deeaae;
  background: #e6efc2;
  padding: 10px;
  border-radius: 4px;
}
/*********************
BORDER RADIUS
*********************/
/* .rounded(4px); */
/* NOTE: For older browser support (and some mobile), don't use the shorthand to define *different* corners. */
/* .rounded-left(4px); */
/* .rounded-right(4px); */
/* .rounded-bottom(4px); */
/* .rounded-top(4px); */
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdue it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* .boxSizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So 
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0 0 4px #444); */
/******** FORM STYLES *******/
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
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: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}
input,
textarea {
  width: 210px;
}
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-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  -ms-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);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
/*********************
BUTTONS
*********************/
/*.button, .button:visited {
		color: #ffffff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  display: inline-block;
	  *display: inline;
	  padding: 4px 10px 4px;
	  margin-bottom: 0;
	  *margin-left: .3em;
	  font-size: 13px;
	  line-height: 18px;
	  *line-height: 20px;
	  text-align: center;
	  vertical-align: middle;
	  cursor: pointer;
	   background-color: #0074cc;
	  *background-color: #0055cc;
	  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	  background-image: linear-gradient(top, #0088cc, #0055cc);
	  background-repeat: repeat-x;
	  border-color: #0055cc #0055cc #003580;
  		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
	  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	  *zoom: 1;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	&:hover{
		color: #FFF;
		  text-decoration: none;
		 background-color: #0055cc;
  		*background-color: #004ab3;
		  
	
		
		  background-position: 0 -15px;
		  -webkit-transition: background-position 0.1s linear;
			 -moz-transition: background-position 0.1s linear;
			  -ms-transition: background-position 0.1s linear;
			   -o-transition: background-position 0.1s linear;
				  transition: background-position 0.1s linear;
	}
	
&:focus {
	   outline: thin dotted #333;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	
	&:active {
		background-color: #e6e6e6 ;
  		*background-color: #d9d9d9;
		  background-color: #d9d9d9 \9;
		  background-image: none;
		  outline: 0;
		  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
			 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
				  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}	
}
*/
/*.blue-button, .blue-button:visited {
	border-color: darken(@bones-blue, 10%);
	text-shadow: 0 1px 1px darken(@bones-blue, 10%);
	.css-gradient( @bones-blue, darken(@bones-blue, 5%) );
	-webkit-box-shadow: inset 0 0 3px lighten(@bones-blue, 16%);
       -moz-box-shadow: inset 0 0 3px lighten(@bones-blue, 16%);
   	        box-shadow: inset 0 0 3px lighten(@bones-blue, 16%);
	&:hover, &:focus {
		border-color: darken(@bones-blue, 15%);
		.css-gradient( darken(@bones-blue, 4%), darken(@bones-blue, 10%) );
	}
	&:active {
		.css-gradient( darken(@bones-blue, 5%), @bones-blue );
	}
}*/
/****** BUTTON STYLES ******/
.btn,
.button {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover,
.btn:hover,
.button:active,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6 ;
  *background-color: #d9d9d9;
}
.button:active,
.btn.active {
  background-color: #cccccc \9;
}
.button:first-child,
.btn:first-child {
  *margin-left: 0;
}
.button:hover,
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus,
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary,
.btn-primary:hover,
.button,
.button:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button.active,
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn,
.button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary,
.button {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.button:hover,
.btn-primary:hover,
.btn-primary:active,
.button:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}
.button:active,
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 16px;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
  list-style: none;
  margin: 10px 0 0;
}
.nav-tabs > li {
  margin-bottom: 3px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 6px;
  line-height: 18px;
  border: 0px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
  border-right: 0px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: 0px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-bottom: 10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-right: 10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
/*TABLE CSS*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table thead tr {
  background-color: #FFF;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #fff;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/******************************************************************
BASE (MOBILE) SIZE 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
/* styles in base.less */
/******************************************************************
Site Name:                                         
Author:      

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
IMPORTING STYLES
*********************/
/* import reset */
.desktop-view-container {
  display: none;
}
.mobile-view-container {
  display: block;
}
/*********************
GENERAL STYLES
*********************/
.jackpot {
  display: none;
}
input[type="text"] {
  /* text-transform:capitalize;*/
}
input[name="email"],
input[type="email"] {
  text-transform: lowercase !important;
}
html {
  margin-top: 0px !important;
}
body {
  font-family: "pina";
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #ffffff url(../images/pina-bg.jpg) 0 0 repeat;
}
#wpadminbar {
  display: none;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
.scribble {
  font-family: 'pina-scribble';
}
.scribble-logo {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.reg-logo {
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.logo {
  position: relative;
  width: 184px;
}
.logo:hover .scribble-logo {
  opacity: 1;
  visibility: visible;
}
.logo:hover .reg-logo {
  opacity: 0;
  visibility: hidden;
}
.tagline {
  display: none;
  float: left;
  padding-top: 10px;
}
.tagline h1 {
  font-size: 14px;
  color: #4B5164;
  font-style: italic;
  letter-spacing: normal;
}
.home {
  background-image: none;
}
.home .nav li a {
  font-family: 'pina-scribble';
  color: #006cb8;
}
.home .header .utility-nav {
  width: 45%;
  float: right;
}
.home .header .utility-nav .search {
  background: url(../images/gray-scribble-bg.png) 0 0 repeat-x;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home .header .utility-nav .search .searchfield {
  color: #464646;
  padding-top: 0px;
  font-family: 'pina-scribble';
}
.home .header .utility-nav .search input.searchfield::-webkit-input-placeholder {
  color: #464646;
  font-family: 'pina-scribble';
}
.home .header .utility-nav .portal {
  font-family: 'pina-scribble';
  float: right;
}
.home .slider .read-more a {
  font-family: 'pina-scribble';
  font-size: 14px;
}
.home .slider .read-more a:hover {
  text-decoration: none;
}
.home .slider .read-more a .arrow {
  font-size: 24px;
}
.home .attribution {
  font-family: 'pina-scribble';
  font-size: 12px;
}
.home .footer {
  margin-top: 0px;
}
.home .footer #inner-footer {
  border-top: 0px;
  padding-top: 0px;
}
.home .footer h3 {
  font-family: 'pina-scribble';
}
.home .post-content img {
  box-shadow: none;
  background: none;
  padding: 0;
}
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) *//* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives *//* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 20px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.05));
  border: 0;
}
.wrap {
  width: 90%;
  margin: 0 auto;
}
/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating 
columns wouldn't really fit on such a 
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
a {
  color: #1bc194;
  text-decoration: none;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:link {
  /* 
		this highlights links on iPhones/iPads. 
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  letter-spacing: -1px;
  text-shadow: 0 1px 0 #FFF;
  /* 
	if you're going to use webfonts, be sure to check your weights 
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
HEADER SYTLES
*********************/
.header .header-login-panel {
  background: url(../images/header-login-bg.png) no-repeat 0 0;
  padding: 43px 15px 10px !important;
  position: absolute;
  right: -2px;
  top: -3px;
  z-index: 99;
  width: 175px;
  /*margin-left:-58px; 
		margin-top:-3px;*/

  height: 165px;
  display: none;
}
.header .header-login-panel .login-title {
  margin-top: 3px;
}
.header .header-login-panel .login-title img {
  float: left;
  border-radius: 2px;
  border: 4px solid #FFF;
  box-shadow: 0px 0px 1px #999;
  margin-right: 5px;
}
.header .header-login-panel .login-title .user-creds {
  float: left;
}
.header .header-login-panel .login-title h3 {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.header .header-login-panel .login-title p {
  margin: 0;
  padding: 0 0 4px;
}
.header .header-login-panel form {
  margin-bottom: 0px;
}
.header .header-login-panel .rcp_login_data {
  padding-top: 10px;
}
.header .header-login-panel .rcp_login_data p.rcp_lost_password {
  float: right;
  margin: 0;
}
.header .header-login-panel .rcp_login_data p.rcp_lost_password a {
  margin-right: 0px;
}
.header .header-login-panel .rcp_login_data input[type="submit"] {
  float: left;
}
.header .header-login-panel .rcp_login_data input[type="text"],
.header .header-login-panel .rcp_login_data input[type="password"] {
  width: 95% !important;
}
.header .utility-nav {
  display: none;
}
.header .utility-nav .search {
  background-color: #c9cdd7;
  height: 31px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header .utility-nav .portal {
  float: left;
  font-family: 'pina';
  width: 150px;
  text-align: right;
  padding-top: 5px;
}
#logo {
  margin-bottom: 1.1em;
}
#logo img {
  width: 100%;
  height: auto;
  max-width: 184px;
}
#home-sponsors {
  margin: 10px 0;
}
#home-sponsors .block_left {
  clear: none !important;
}
#home-sponsors .home-ads {
  background-image: url(../images/scribble-corners-tl.png), url(../images/scribble-corners-tr.png), url(../images/scribble-corners-bl.png), url(../images/scribble-corners-br.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
}
#home-sponsors .home-ads .ad-container {
  padding: 20px;
}
#home-sponsors .home-ads .ad-container div {
  width: 100% !important;
}
#home-sponsors .home-ads .ad-container div div {
  display: inline-block !important;
  width: 47% !important;
  text-align: center;
  margin-right: 5px !important;
  margin-left: 5px !important;
}
#home-sponsors .home-ads .ad-container div div img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
}
#home-sponsors .home-sponsor {
  background-image: url(../images/scribble-corners-tl.png), url(../images/scribble-corners-tr.png), url(../images/scribble-corners-bl.png), url(../images/scribble-corners-br.png);
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
  padding: 20px 0;
}
#home-sponsors .home-sponsor .logo-container {
  padding: 10px 10px 0 15px;
  margin-left: 5%;
  margin-right: 5%;
}
#home-sponsors .home-sponsor .logo-container .sponsor-title {
  position: absolute;
  margin-top: -30px;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  font-family: 'pina-scribble';
}
#home-sponsors .home-sponsor .logo-container div {
  width: 100% !important;
  vertical-align: middle !important;
  margin-left: 10px;
}
#home-sponsors .home-sponsor .logo-container div div {
  width: 90% !important;
  margin: 0px 0px 20px 0px !important;
  display: block;
  text-align: center;
  vertical-align: middle;
}
#home-sponsors .home-sponsor .logo-container div div img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#home-sponsors .home-sponsor .logo-container li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 5px;
}
/*********************
NAVIGATION STYLES              
*********************/
/* BASE CSS */
/* 
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable. 
*/
nav .nav-bar {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  /*background-color: #fafafa;
		  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
		  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
		  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
		  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
		  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
		  background-repeat: repeat-x;
		  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);*/

  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.085), 0px 0px 1px rgba(255, 255, 255, 0.065);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.085), 0px 0px 1px rgba(255, 255, 255, 0.065);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.085), 0px 0px 1px rgba(255, 255, 255, 0.065);
  *zoom: 1;
}
nav .nav-bar .title {
  float: left;
  display: block;
  padding: 0px 20px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  font-family: 'pina-scribble';
}
nav .nav-bar .btn-navbar {
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
nav .nav-bar .btn-navbar:hover,
nav .nav-bar .btn-navbar:active,
nav .nav-bar .btn-navbar.active,
nav .nav-bar .btn-navbar.disabled,
nav .nav-bar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
nav .nav-bar .btn-navbar:active,
nav .nav-bar .btn-navbar.active {
  background-color: #cccccc \9;
}
nav .nav-bar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
nav .nav-bar .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav {
  display: none;
  border: 1px solid #ccc;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 5px;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.085), 0px 0px 1px rgba(255, 255, 255, 0.065);
  -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.085), 0px 0px 1px rgba(255, 255, 255, 0.065);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.085), 0px 0px 1px rgba(255, 255, 255, 0.065);
  /* end .menu li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  /*     
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/

}
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  color: #464646;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-shadow: 0 1px 0 #ffffff;
  /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.less file where it's relevant. We want to 
			keep this file as small as possible!
			*/

}
.nav li a:hover,
.nav li a:focus {
  color: #1bc194;
}
.nav li ul.sub-menu,
.nav li ul.children {
  display: block;
  padding-left: 0px;
  margin: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}
.nav li ul.sub-menu li a:before,
.nav li ul.children li a:before {
  content: '- ';
}
.nav li ul.sub-menu li:last-child,
.nav li ul.children li:last-child {
  border-bottom: 0px solid #FFF;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.scribble-hr {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
#home-main-container .cta-boxes {
  margin-top: 20px;
}
#home-main-container .cta-boxes li {
  list-style: none;
  display: inline-block;
  width: 22%;
  text-align: center;
  padding-left: 0px;
}
#home-main-container .cta-boxes li a > img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#home-main-container .cta-boxes li a:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hero-unit {
  padding: 40px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  background-color: #F5F5F5;
  border: 1px solid #c1c0c0;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  margin-bottom: 0px;
}
#content {
  margin-top: 2.2em;
}
/* end .hentry */
.single-title,
.page-title {
  color: #006cb8;
  font-weight: 100;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 1px solid #c9cdd7;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.meta {
  color: #999;
  margin: 0;
  font-style: italic;
}
/* post content */
.404-container {
  background: url(../images/broken-cable.png) no-repeat 0 0;
}
.app-story-content p {
  padding: 0;
  margin: 0;
}
.read-btn {
  margin-top: 25px;
}
.newsletters .post-content ul {
  padding-left: 15px;
}
#cert-training-list header {
  border-bottom: 1px solid #c9cdd7;
}
#cert-training-list header h2 {
  text-transform: uppercase;
  color: #006cb8;
  font-style: italic;
  float: left;
}
#cert-training-list header .filter-select {
  float: right;
  padding-top: 25px;
}
#cert-training-list .training-table .table-head {
  padding-left: 0px;
}
#cert-training-list .training-table .table-head li {
  list-style: none;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
}
#cert-training-list .training-table .table-row {
  border-bottom: 1px solid #c9cdd7;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#cert-training-list .training-table .table-row li {
  display: inline-block;
}
.cert-training .post-content img {
  text-align: right;
}
.headlines .post-content img {
  padding: 5px;
  margin-top: 18px;
  margin-right: 10px !important;
  margin-bottom: 0px;
}
.post-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning 
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/

}
.post-content h2.sub-title {
  text-transform: uppercase;
  color: #006cb8;
  font-style: italic;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.post-content img.border-me {
  box-shadow: 0 0 1px #999;
  padding: 8px;
  background: #FFF;
}
.post-content .play-btn img,
.post-content .image-container img {
  background: none;
  padding: 0;
  box-shadow: none;
}
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.post-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
}
.post-content video,
.post-content object {
  max-width: 100%;
}
.post-content pre,
.post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.post-content .headlines h1.h2 {
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  font-size: 35px;
  font-weight: 100;
}
.post-content .headlines .post-title {
  font-family: 'pina-bold';
  font-size: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
.post-content .headlines .post-title a {
  color: #666;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.post-content .headlines .post-title a:hover {
  color: #1bc194;
}
.post-content .subscribe-form {
  display: none;
}
.post-content .subscribe-form .gform_wrapper {
  border: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.post-content .webinars {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  padding: 10px;
}
.post-content .webinars .image-container {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.post-content .webinars .image-container .play-btn {
  opacity: 0;
  position: absolute;
  left: 40%;
  top: 40%;
  width: 50px;
  height: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.post-content .webinars .image-container img {
  width: 100%;
  height: auto;
  margin-top: -5%;
}
.post-content .webinars .reg {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin: 10px 0 0;
}
.post-content .webinars .reg .date {
  float: right;
}
.post-content .webinars .reg .meta {
  float: left;
}
.post-content .webinars .image-container:hover .play-btn {
  opacity: 1;
}
.post-content .webinars p {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}
.post-content .webinars .post-title {
  font-family: 'pina-bold';
  font-size: 24px;
  margin: 0px;
  margin-top: 5px;
  padding: 0;
  letter-spacing: -1px;
}
.post-content .webinars .post-title a {
  color: #666;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.post-content .webinars .post-title a:hover {
  color: #1bc194;
}
.post-content .post-wrap {
  margin-top: 30px;
}
.post-content .post-wrap:first-child {
  margin-top: 0px;
}
.post-content .post {
  position: relative;
  margin-left: 70px;
  /* end post date*/

}
.post-content .post .post-title {
  font-family: 'pina-bold';
  font-size: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
.post-content .post .post-title a {
  color: #666;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.post-content .post .post-title a:hover {
  color: #1bc194;
}
.post-content .post .post-date {
  position: absolute;
  top: 0;
  left: -70px;
  text-align: center;
  background: #f4f4f4;
  box-shadow: 0 0 3px #e7e7e7;
  -moz-box-shadow: 0 0 3px #e7e7e7;
  -webkit-box-shadow: 0 0 3px #e7e7e7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.post-content .post .post-date span {
  display: block;
}
.post-content .post .post-date .day {
  min-width: 48px;
  padding: 4px 0px 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #f4f4f4;
  border: 1px solid #c3c3c3;
  border-width: 1px 1px 0;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
  -moz-box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
  -webkit-box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.post-content .post .post-date .month {
  padding: 4px 0 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #005c9c;
  background: #006cb8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #007dd5), color-stop(1, #006cb8));
  background: -moz-linear-gradient(center top, #007dd5 20%, #006cb8 100%);
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* end .post-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
.gallery dl {
  display: inline-block;
  margin: 0 5px;
}
.gallery dl img {
  padding: 5px;
  background: #FFF;
  margin-bottom: 0px;
  box-shadow: 0 0 1px #999;
}
/* end .gallery */
/* gallery caption styles *//******************************************************************
SLIDER STYLES OLD
******************************************************************/
.flex-container a:active,
.flexslider a:active {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
		*********************************/.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}
.flexslider .slides > li {
  display: none;
  overflow: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0;
  height: auto;
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  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 {
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  padding-bottom: 25px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  border-radius: 5px;
}
.flexslider .read-more {
  background-color: transparent;
  z-index: 1000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-bottom: -5px;
  line-height: 18px;
  display: none;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption,
.flex-title {
  background: none;
  zoom: 1;
  display: none;
}
.flex-caption a,
.flex-title a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.flex-caption a:hover,
.flex-title a:hover {
  color: #1bc194;
}
.flex-caption {
  width: 98%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  text-align: left;
  box-shadow: -1px 0 2px #999999;
}
.flex-caption p {
  margin: 0;
  padding-right: 5px;
}
.flex-title {
  width: 98%;
  padding: 2%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 18px;
  line-height: 21px;
  margin: 0px;
  text-align: left;
  box-shadow: 1px 0 2px #999;
}
/* Direction Nav */
.flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(theme/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav li .next {
  background-position: -52px 0;
  right: -21px;
}
.flex-direction-nav li .prev {
  left: -20px;
}
.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -5px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/bg_control_nav.png) no-repeat 0 -30px;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-nav li a:hover {
  background-position: 0 -15px;
}
.flex-control-nav li a.active {
  background-position: 0 0px;
  cursor: default;
}
/*********************
FORM VALIDATION
*********************/
.form-inline label.error {
  display: block;
}
label.error {
  max-width: 200px;
  color: red;
  padding: .2em .5em;
  vertical-align: top;
  border-radius: 4px;
}
#registration_form label[for="address"] {
  display: none;
}
#registration_form input[name="address"] {
  display: none;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.page-navigation ol,
.wp-prev-next ol {
  padding-left: 0px;
  text-align: center;
}
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */
  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}
.bones_page_navi li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.bones_page_navi li a {
  padding: 3px 9px;
  display: block;
  text-decoration: none;
  position: relative;
  color: #FFF;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #FFF;
  text-decoration: none;
}
.bones_page_navi li.bpn-current {
  padding: 3px 9px;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-current a:hover,
.bones_page_navi li.bpn-current a:focus {
  color: #FFF;
  text-decoration: none;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 3px 9px;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
#comments.h2 {
  text-transform: uppercase;
  color: #006cb8;
  font-style: italic;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.commentlist {
  padding-left: 0px;
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  border: 1px solid #FFF;
  border-radius: 5px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background-color: rgba(0, 0, 0, 0.1);
}
.commentlist .even {
  background-color: rgba(0, 0, 0, 0.05);
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-family: 'pina-bold';
  font-size: 18px;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
.commentlist .vcard cite.fn a {
  color: #666;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.commentlist .vcard cite.fn a:hover {
  color: #1bc194;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form h3 {
  text-transform: uppercase;
  color: #006cb8;
  font-style: italic;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form ul {
  padding-left: 0px;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form .alert {
  display: none;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  display: none;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
#sidebar-ad .ad-container {
  padding: 20px;
}
#sidebar-ad .ad-container div {
  width: 100% !important;
}
#sidebar-ad .ad-container div div {
  display: inline-block !important;
  width: 45% !important;
  margin: 0px !important;
  text-align: center;
}
#sidebar-ad .ad-container div div img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
}
#sidebar-sponsor {
  border: 1px solid #c9cdd7;
  border-radius: 5px;
  /*max-width:260px;*/

}
#sidebar-sponsor .sponsor-container h3 {
  text-align: center;
}
#sidebar-sponsor .sponsor-container div {
  width: 100% !important;
  text-align: center;
}
#sidebar-sponsor .sponsor-container div div {
  width: 100% !important;
  height: auto !important;
  text-align: center;
}
#sidebar-sponsor .sponsor-container div div img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin-bottom: 20px;
}
#sidebar-sponsor .sponsor-container ul {
  padding: 10px 10px 0 15px;
}
#sidebar-sponsor .sponsor-container ul h3 {
  color: #006cb8;
  font-style: italic;
  text-align: center;
  font-size: 1.1em;
  border-bottom: 1px solid #c9cdd7;
  padding-bottom: .5em;
  margin-top: .5em;
}
#sidebar-sponsor .sponsor-container ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 20px;
}
#sidebar-sponsor .sponsor-container ul li img {
  width: 100%;
  height: auto;
  max-width: 120px;
}
.widgettitle {
  color: #006cb8;
  font-style: italic;
  text-align: center;
  font-size: 1.1em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
}
.widget_search {
  position: relative;
  height: 20px;
}
.widget_search .searchfield {
  width: 80%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: absolute;
}
.widget_search input[type="image"] {
  background: #ccc;
  padding: 6px 9px 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
}
.widget ul li {
  /* deep nesting */

}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer .sm-btns {
  text-align: center;
}
.footer #inner-footer {
  border-top: 1px solid #C9CDD7;
  padding-top: 15px;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to 
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
.attribution {
  font-size: 11px;
  text-align: center;
}
/*********************
EVENT STYLES
*********************/
#rcp_login_form fieldset.event-reg {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 15px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#rcp_login_form fieldset.event-reg h3 {
  margin: 0;
  padding: 0;
}
#rcp_login_form fieldset.event-reg p {
  margin: 0px;
  padding: 4px 0;
}
#rcp_login_form fieldset.event-reg p.submit-btn {
  text-align: right;
}
#rcp_login_form fieldset.event-reg .button {
  margin-bottom: 0px;
}
#rcp_login_form fieldset.event-reg input[type="text"],
#rcp_login_form fieldset.event-reg input[type="password"] {
  width: 30%;
}
#pina_registration_form {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 15px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#registration_form fieldset {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 15px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
#registration_form fieldset h3 {
  margin: 0;
  padding: 0;
}
#registration_form fieldset p {
  margin: 0px;
  padding: 4px 0;
}
#registration_form fieldset .button {
  margin-bottom: 0px;
  margin-top: 10px;
}
#registration_form fieldset input[type="text"],
#registration_form fieldset input[type="password"],
#registration_form fieldset input[type="email"] {
  width: 98%;
}
#registration_form fieldset.multi-checkbox {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#registration_form fieldset.multi-checkbox legend {
  border-bottom: 0;
  font-size: inherit;
  display: none;
}
#registration_form fieldset.multi-checkbox ul {
  padding: 0px;
  list-style: none;
}
p.DROPDOWN_20,
p.DROPDOWN_21 {
  width: 50%;
  float: left;
}
p.DROPDOWN_20 > select,
p.DROPDOWN_21 > select {
  width: 90% !important;
}
.event_form_submit {
  text-align: right;
}
.event-conf-block {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 15px;
  margin-bottom: 20px;
}
.event-conf-block h3 {
  margin: 0 0 10px;
  padding: 0;
}
#espresso_confirmation_display {
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #999;
  padding: 15px;
  margin-bottom: 20px;
}
#espresso_confirmation_display h3 {
  margin: 0 0 10px;
  padding: 0;
}
.event-display-boxes th.header {
  text-align: left;
  padding-right: 10px;
}
.espresso-table-row {
  border-bottom: 1px solid #eee;
}
.espresso-table-row .td-group {
  padding: 15px 10px;
  vertical-align: middle;
}
.espresso-table-row .td-group:first-child {
  padding-left: 10px;
}
.espresso-table-row .td-group:last-child {
  padding-right: 10px;
}
#profile-view-disabled {
  padding: 20px;
  border: 1px solid #EEE;
  border-radius: 5px;
}
.espresso-table tr.espresso-table-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}
.espresso-table tr.espresso-table-row:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.table-shadow-top {
  background: url(../images/table-header-bg.png) no-repeat bottom center;
  height: 16px;
  border-bottom: 1px solid #eee;
}
.table-shadow-bottom {
  background: url(../images/table-header-bg.png) no-repeat top center;
  height: 16px;
}
.espresso-table-header-row .th-group {
  text-align: left;
  font-size: 16px;
}
/*****  REGISTRATION VIEW  *****/
.section-title {
  font-size: 24px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  color: #006cb8;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
p.start_date,
p.event_time,
.event_description p {
  margin: 0;
  font-weight: 500;
}
.event_venue_name {
  font-size: 16px;
  font-weight: bold;
}
.ee-social-media-button {
  display: inline-block;
}
/*****  PROFILE PAGE   *****/
.intro .hero-unit .avatar img {
  float: left;
  margin-right: 20px;
  border: 5px solid #FFF;
  box-shadow: 0px 0px 2px #999;
}
.profile-form-table th {
  text-align: left;
  padding-right: 40px;
}
#icon-options-event {
  background: url(../images/events_icon_32.png) no-repeat;
}
/***** MEMBERSHIP REG PAGE   *****/
#rcp_subscription_levels {
  padding-left: 0px !important;
  list-style: none;
}
.rcp_subscription_level_name a {
  color: #666;
}
/***** MEMBER PROFILE PAGE *****/
table.profile-form-table {
  width: 90%;
}
.member-portal .tab-content {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  border-radius: 5px;
}
.member-portal .tabs-left .tab-content {
  background: rgba(0, 0, 0, 0.05);
}
/***** MEMBER DIRECTORY  *****/
.espresso-table-row .td-group img {
  width: 100%;
  height: auto;
  max-height: 40px;
}
tr#member-link {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #666;
}
tr#member-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
}
tr#member-link:active {
  background-color: #FFF;
}
.member-contact-unit {
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #FFF;
  border-radius: 6px;
}
.member-contact-unit h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
  text-shadow: 0px 1px 0px #FFF;
}
.members-pr {
  margin-top: 40px;
}
/***** MEMBER EXHIBITS  *****/
.clickover {
  min-width: 480px !important;
}
.clickover .add-emails {
  border-right: 1px solid #eee;
}
.exhibitor-table-continer {
  max-height: 250px;
  overflow: scroll;
}
/***** GRAVITY FORM STYLES ******/
.wp-editor-wrap iframe {
  min-height: 250px;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  font-size: 14px !important;
}
/*.video-js { width:100% !important; height:auto !important;}*/
.videoWrapper {
  position: relative;
  padding-bottom: 69%;
  /* video dimensions - height/width */

  padding-top: 0px;
  height: 0;
  z-index: 1000;
}
video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
video.video-js {
  z-index: 1000;
}
.video-js .vjs-controls {
  z-index: 1002;
}
.video-js .vjs-big-play-button {
  z-index: 1002;
}
.videoWrapper .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  background: #000000;
}
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
.vjs-spinner {
  display: none !important;
}
.video-js img.vjs-poster {
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
  max-width: 100%;
}
/********************
	Filter Style
********************/
.filter h3 {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
select#filter {
  width: auto !important;
}
/*ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 672px; }
ul#portfolio li { 
	border: 1px solid #dedede; 
	float: left; 
	margin: 0 10px 10px 0; 
	padding: 5px;
	width: 202px;
}
ul#portfolio a { display: block; width: 100%; }
ul#portfolio a:hover { text-decoration: none; }
ul#portfolio img { border: 1px solid #dedede; display: block; padding-bottom: 5px; }*/
/******************************************************************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's 
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
******************************************************************/
@media only screen and (min-width: 481px) {
  /* styles in 481up.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  .header .utility-nav {
    display: block;
  }
  .header .utility-nav .search,
  .header .utility-nav .login {
    background-color: rgba(0, 0, 0, 0.2);
    height: 31px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* SEARCH */
  .header .utility-nav .search {
    max-width: 190px;
    min-width: 185px;
    float: right;
  }
  .header .utility-nav #searchsubmit {
    margin-top: 7px;
    margin-right: 10px;
  }
  .header .utility-nav .search .searchfield {
    margin-left: 10px;
    background-color: transparent;
    border: none;
    max-width: 145px;
    color: #464646;
    outline: none;
    padding: 0px;
    box-shadow: none;
  }
  .header .utility-nav .search input.searchfield::-webkit-input-placeholder {
    color: #464646;
    font-family: pina;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  /* end .menu */
  #home-main-container .cta-box:hover .hover-arrow {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -webkit-transform: scale(1.1) rotate(30deg) translate(30px);
    -moz-transform: scale(1.1) rotate(30deg) translate(30px);
    -o-transform: scale(1.1) rotate(30deg) translate(30px);
    transform: scale(1.1) rotate(30deg) translate(30px);
  }
  #home-main-container .cta-box:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  #home-main-container .cta-box .hover-arrow {
    background: url(../images/home-hover-arrow.png) 0 0 no-repeat;
    width: 75px;
    height: 23px;
    position: absolute;
    top: 0px;
    left: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
  
    -moz-transform: rotate(30deg);
    /* Firefox */
  
    -ms-transform: rotate(30deg);
    /* IE 9 */
  
    -o-transform: rotate(30deg);
    /* Opera */
  
    transform: rotate(30deg);
    transform: scale(0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  #home-main-container .cta-box a img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* post content */
  .post-content {
    /* at this larger size, we can start to align images */
  
  }
  .post-content .alignleft,
  .post-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .post-content .alignright,
  .post-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .post-content .aligncenter,
  .post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .post-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/* end of media query */
/******************************************************************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 768px) {
  /* styles in 768up.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  .desktop-view-container {
    display: block;
  }
  .mobile-view-container {
    display: none;
  }
  /*********************
  GENERAL STYLES
  *********************/
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /* home page */
  /* blog page */
  /* archive page */
  /* date archive page */
  /* replace the number to the corresponding page number */
  /* search page */
  /* search result page */
  /* no results search page */
  /* individual paged search (i.e. body.search-paged-3) */
  /* 404 page */
  /* single post page */
  /* individual post page by id (i.e. body.postid-73) */
  /* individual paged single (i.e. body.single-paged-3) */
  /* attatchment page */
  /* individual attatchment page (i.e. body.attachmentid-763) */
  /* style mime type pages */
  /* author page */
  /* user nicename (i.e. body.author-samueladams) */
  /* paged author archives (i.e. body.author-paged-4) for page 4 */
  /* category page */
  /* individual category page (i.e. body.category-6) */
  /* replace the number to the corresponding page number */
  /* tag page */
  /* individual tag page (i.e. body.tag-news) */
  /* replace the number to the corresponding page number */
  /* custom page template page */
  /* individual page template (i.e. body.page-template-contact-php */
  /* replace the number to the corresponding page number */
  /* replace the number to the corresponding page number */
  /* if user is logged in */
  /* paged items like search results or archives */
  /* individual paged (i.e. body.paged-3) */
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
  }
  /*
  		This is a combination of the 1140 grid and Twitter Boostrap.
  		I liked 1140 but Boostrap's grid was way more detailed so
  		I merged them together, let's see how this works out.
  		If you want to use 1140, the original values are commented
  		out on each line.
  	*/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  /* layout & column defaults */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /*********************
  HEADER SYTLES
  *********************/
  .header .utility-nav {
    display: block;
    margin-bottom: 35px;
    width: 350px;
  }
  .header .utility-nav .search {
    background-color: rgba(0, 0, 0, 0.2);
    height: 31px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* SEARCH */
  .header .utility-nav .search {
    max-width: 190px;
    min-width: 185px;
    float: right;
    margin-left: 10px;
  }
  .header .utility-nav #searchsubmit {
    margin-top: 7px;
    margin-right: 10px;
  }
  .header .utility-nav .search .searchfield {
    margin-left: 10px;
    background-color: transparent;
    border: none;
    max-width: 145px;
    color: #464646;
    outline: none;
    padding: 0px;
    box-shadow: none;
  }
  .header .utility-nav .search input.searchfield::-webkit-input-placeholder {
    color: #464646;
    font-family: pina;
  }
  /* LOGIN */
  .header .utility-nav .login {
    margin-left: 10px;
    min-width: 110px;
    float: right;
  }
  .header .utility-nav .login div#login-btn {
    padding-top: 5px;
    padding-left: 10px;
  }
  .header .utility-nav .login .login-arrow {
    width: 16px;
    height: 16px;
    background: url(../images/login-arrow-std.png) no-repeat 0 0;
    margin-top: 3px;
    margin-right: 20px;
    margin-left: 15px;
    float: right;
  }
  .header .utility-nav .login a {
    color: #464646;
    text-decoration: none;
    margin-right: 25px;
  }
  .logo {
    float: left;
    margin-right: 20px;
  }
  .tagline {
    display: block;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav-box {
    margin-top: 0px;
    float: right;
  }
  nav #pull {
    display: none;
  }
  nav .nav-bar {
    display: none;
  }
  .nav {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 0;
    background: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: right;
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    /*
  					you can use hover styles here even though this size
  					has the possibility of bieng a mobile device.
  					*/
  
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: none;
  }
  .nav li:last-child a {
    padding-right: 0px;
  }
  .nav li:last-child ul.sub-menu {
    margin-left: -150px;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 210px;
    /*border: 1px solid #ccc;*/
  
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    margin-top: -5px;
    margin-left: -50px;
    padding-left: 0px;
    box-shadow: 0px 0px 2px #999;
    background: rgba(249, 249, 249, 0.95);
    border-radius: 4px;
    /* highlight sub-menu current page */
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 190px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li a:before,
  .nav li ul.children li a:before {
    content: '';
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  .nav li.current-menu-item,
  .nav li.current_page_item,
  .nav li.current-page-ancestor {
    /*background: url(../images/active-nav-scribble.png) no-repeat bottom center;*/
  
  }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current-page-ancestor a {
    color: #19b087;
  }
  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #home-main-container img {
    margin-bottom: 0px;
  }
  #home-main-container .top-row {
    margin-bottom: 10px;
  }
  #home-main-container .top-row .profinet {
    margin-top: 40px;
    text-align: center;
  }
  #home-main-container .top-row .profibus {
    text-align: center;
  }
  #home-main-container .top-row .pina {
    margin-top: 40px;
    text-align: center;
  }
  #home-main-container .mid-row {
    margin-bottom: 10px;
  }
  #home-main-container .mid-row .training {
    text-align: left;
    margin-top: 85px;
  }
  #home-main-container .mid-row .slider {
    text-align: center;
  }
  #home-main-container .mid-row .slider .slider-corners {
    background-image: url(../images/scribble-corners-tl.png), url(../images/scribble-corners-tr.png), url(../images/scribble-corners-bl.png), url(../images/scribble-corners-br.png);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    padding: 20px 20px 0px 20px;
  }
  #home-main-container .mid-row .blog {
    text-align: right;
    margin-top: 85px;
  }
  #home-main-container .bottom-row {
    padding-top: 0px;
  }
  #home-main-container .bottom-row .resources {
    text-align: center;
  }
  #home-main-container .bottom-row .bm {
    margin-top: 40px;
  }
  #home-main-container .bottom-row .member {
    text-align: center;
  }
  #home-sponsors {
    margin: 30px 0;
    padding-top: 20px;
  }
  #home-sponsors .home-ads {
    background-image: url(../images/scribble-corners-tl.png), url(../images/scribble-corners-tr.png), url(../images/scribble-corners-bl.png), url(../images/scribble-corners-br.png);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
  }
  #home-sponsors .home-ads .ad-container {
    padding: 20px;
  }
  #home-sponsors .home-ads .ad-container div {
    width: 100% !important;
  }
  #home-sponsors .home-ads .ad-container div div {
    display: block;
    width: 100% !important;
    text-align: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  #home-sponsors .home-ads .ad-container div div img {
    max-width: 202px;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  #home-sponsors .home-sponsor {
    background-image: url(../images/scribble-corners-tl.png), url(../images/scribble-corners-tr.png), url(../images/scribble-corners-bl.png), url(../images/scribble-corners-br.png);
    background-position: top left, top right, bottom left, bottom right;
    background-repeat: no-repeat;
    padding: 20px 0;
  }
  #home-sponsors .home-sponsor .logo-container {
    margin-left: 0px;
    margin-top: 20px;
    padding: 0px;
    /*div {
  				width:100% !important;
  				div {
  				text-align: center;
  				background: #c0c0c0;
  				border: #a0a0a0 solid 1px;
  				margin: 20px;
  				&:before {
  				  content: '';
  				  display: inline-block;
  				  height: 100%; 
  				  vertical-align: middle;
  				  margin-right: -0.25em;
  				}
  				.ad-centered{
  					display: inline-block;
  					vertical-align: middle;
  					width: 60px;
  				}
  				}
  			} */
  
  }
  #home-sponsors .home-sponsor .logo-container .sponsor-title {
    position: absolute;
    margin-top: -40px;
    font-style: italic;
    text-align: center;
    font-size: 18px;
    font-family: 'pina-scribble';
  }
  #home-sponsors .home-sponsor .logo-container div {
    width: 100% !important;
    vertical-align: middle !important;
    margin-left: 10px;
  }
  #home-sponsors .home-sponsor .logo-container div div {
    width: 15% !important;
    margin: 0px 0px 30px 30px !important;
    display: table-cell !important;
    text-align: center;
    vertical-align: middle;
  }
  #home-sponsors .home-sponsor .logo-container div div img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  #home-sponsors .home-sponsor .logo-container li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  /*
  .flexslider .read-more {
  			background-color:transparent;
  			z-index:1000;
  			position:absolute;
  			bottom:0px;
  			right:0px;
  			margin-bottom:0px;
  			opacity:0;
  			visibility:hidden;
  			-webkit-transition: translate .2s ease;
  				-moz-transition: translate .2s ease;
  					-o-transition: translate .2s ease;
  						transition: translate .2s ease;
  		}
  		.flexslider:hover .read-more {
  			opacity:1;
  			visibility:visible;
  			-webkit-transition: opacity .5s ease;
  			-moz-transition: opacity .5s ease;
  				-o-transition: opacity .5s ease;
  					transition: opacity .5s ease;
  					
  			-webkit-transform: translate(0px, 23px);
  				-moz-transform:  translate(0px, 23px);
  					-o-transform: translate(0px, 23px);
  						transform:  translate(0px, 23px);
  			
  		}*/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  #sidebar-ad .ad-container {
    padding: 0px;
  }
  #sidebar-ad .ad-container div {
    width: 100% !important;
  }
  #sidebar-ad .ad-container div div {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  #sidebar-ad .ad-container div div img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  #sidebar-sponsor {
    border: 1px solid #c9cdd7;
    border-radius: 5px;
    max-width: 260px;
  }
  #sidebar-sponsor .sponsor-container h3 {
    color: #006cb8;
    font-style: italic;
    text-align: center;
    font-size: 1.1em;
    border-bottom: 1px solid #c9cdd7;
    padding-bottom: .5em;
    margin-top: .5em;
  }
  #sidebar-sponsor .sponsor-container div {
    width: 100% !important;
  }
  #sidebar-sponsor .sponsor-container div div {
    width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  #sidebar-sponsor .sponsor-container div div img {
    max-width: 180px;
    max-height: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #sidebar-sponsor .sponsor-container ul {
    padding: 0px;
  }
  #sidebar-sponsor .sponsor-container ul li {
    list-style: none;
    text-align: center;
    display: block;
    padding: 0 20px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #sidebar-sponsor .sponsor-container ul li img {
    max-width: 120px;
  }
  .sidebar #sidebar-ad ul {
    margin-top: 0px;
    padding-left: 0px;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li:first-child {
    margin-top: 0px;
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer .sm-btns {
    text-align: right;
  }
  .footer .attribution,
  .footer h3 {
    font-size: 13px;
    text-align: left;
  }
  .footer .attribution h2,
  .footer h3 h2 {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    letter-spacing: normal;
  }
  .footer-links ul li {
    /* 
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/
  
  }
  /* end .footer-links */
}
/* end of media query */
/******************************************************************
DESKTOP 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
******************************************************************/
@media only screen and (min-width: 1030px) {
  /* styles in 1030up.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylesheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/* end of media query */
/******************************************************************
LARGE VIEWING SIZE 
This is for the larger monitors and possibly full screen viewers.
******************************************************************/
@media only screen and (min-width: 1240px) {
  /* styles in 1240up.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/* end of media query */
/******************************************************************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with 
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* styles in 2x.less */
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/* end of media query */
/******************************************************************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
    /* show links on printed pages */
  
    /* show title too */
  
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited 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;
  }
  /* hide content people who print don't need to see */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
