$home-container-background: #272c38;
$films-body-background: #272c38;

$navbar-background: rgba(28, 33, 43, .9);
$navbar-height: 70px;
$navbar-z-index: 5;
$navbar-color: #fefeeb;
$navbar-font-size: 14px;
$navbar-font-family: 'Rubik';
$navbar-line-color: #8b97a3;

$footer-background: #1c212b;
$footer-z-index: 5;
$footer-color: #ffffff;
$footer-font-size: 12px;

$arrow-color: #d6d6d6;

$button-color: #fba819;
$button-hover-color: #fba819;

$films-scroller-color: #ffffff;
$films-scroller-font-size: 24px;
$films-scroller-font-family: 'Rubik';
$films-scroller-caption-bg-color: #303645;

$film-title-color: #fefeeb;
$film-title-font-size: 46px;
$film-title-font-family: 'Rubik';

$film-subtitle-color: #fefeeb;
$film-subtitle-font-size: 34px;
$film-subtitle-font-family: 'Rubik';

$film-genre-color: #a2afbc;
$film-genre-font-size: 12px;
$film-genre-font-family: 'Rubik';

$film-text-color: #fefeeb;
$film-text-font-size: 18px;
$film-text-font-family: 'Rubik';

$film-text-link-color: #faa633;

$default-poster-text-color: #333;
$default-poster-font-family: 'Rubik';
$default-large-poster-font-size: 34px;


/* Latest Orchard Variables */

// -- ORCHARD ALW COLOR PALATTE
$blue-medium: #007be3;
$blue-deep: #1b3249;
$orange-create: #fc860d;
$blue-read: #1074be;
$green-update: #88ae47;
$red-destroy: #e42600;
$skyblue-table-stripe: #ebf2f5;
$violet-table-header: #e8e8ef;
$transparent: transparent;
$fox: #FBA819;
$fox-light: #FFF3EB;
$humpback: #093C59;
$gorilla: #4A4A4A;
$rhino: #6D6565;
$timberwolf: #A8A0A0;
$koala: #D9D2D0;
$mouse: #F2F2F2;
$white: #FFFFFF;
$turtle: #78A22F;
$turtle-light: #F1F5EA;
$parrot: #D54236;
$parrot-light: #FAECEA;
$bluejay: #026EAD;
$bluejay-light: #E5F0F6;
$bluejay-dark: #23527C;
$peacock: #9F0088;
$octopus: #4B3DA3;
$chameleon: #419B86;

// -- TWITTER BOOTSTRAP DEFINED VARIABLES --

// COLORS
$white: #fff;
$grey: #a2a2a2;
$gray-darker: #666;
$gray-dark: #8b8b8b;
$gray: #a1a1a1;
$gray-light: #d1d0d0;
$gray-lighter: #ccc;
$grey-medium: #e4e4e4;
$gray-lightest: #e0e0e0;
$gray-darkest: #6e6e6e;
$warm-grey: #D9D2D0;
$yellow-light: #f6e501;
$yellow-lightest: #fefec3;
$red-light: #d46258;
$red-lightest: #fcd7d4;
$blue: #026ead;
$blue-light: #f1f5f9;
$black-light: #4a4a4a;

//BACKGROUNDS
$bg-gray-lightest: #efefef;
$bg-black-light: #4a4a4a;

// SCAFFOLDING
$body-bg: $blue-deep;
$text-color: $blue-deep;

//TYPOGRAPHY
$font-size-base: 12px;
$font-size-small: 11px;
$heading-font-size-base: 14px;
$heading-font-size-md: 15px;
$font-size-h1: floor(($heading-font-size-base * 2.286));
$font-size-h2: floor(($heading-font-size-base * 1.715));
$font-size-h3: floor(($heading-font-size-base * 1.286));
$font-size-h4: floor(($heading-font-size-base * 1.143));
$font-size-h5: $heading-font-size-base;
$font-size-h6: floor(($heading-font-size-base * 0.8571));
$headings-color: #4a4a4a;
$headings-font-weight: normal;
$font-weight-normal: 400;
$font-weight-bold: 500;
$link-color: #026EAD;

//TEXT ALIGNMENTS
$text-align-left: left;
$text-align-center: center;
$text-align-right: right;
$text-align-justify: justify;

// COMPONENTS
$padding-base-vertical: 14px;
$padding-base-horizontal: 14px;
$padding-large-vertical: 20px;
$padding-large-horizontal: 20px;
$padding-small-vh: 10px;
$padding-small-vertical: 10px;
$padding-small-horizontal: 10px;
$border-radius-base: 5px;
$border-radius-large: 7px;
$border-radius-small: 3px;

// TABLES
$table-cell-padding: 6px;
$table-bg: #fff;
$table-bg-accent: $skyblue-table-stripe;
$table-bg-hover: $blue-read;
$table-border-color: $gray-light;

// BUTTONS
$btn-font-weight: 500;
$btn-default-color: $text-color;
$btn-default-border: $gray;

// FORMS
$input-color: #404040;
$input-border: #bab7b7;
$input-border-focus: $link-color;
$input-height-base: 40px;

// DROPDOWNS
$dropdown-border: #a1a1a1;
$dropdown-link-color: $blue-deep;
$dropdown-link-hover-color: #fff;
$dropdown-link-hover-bg: $blue-medium;

// GRID SYSTEM
$grid-gutter-width: 20px;
$orchard-content-width: 1225px;

// PAGINATION
$pagination-color: $text-color;
$pagination-bg: #eee;
$pagination-border: $gray;
$pagination-hover-bg: #e6e6e6;
$pagination-hover-border: $pagination-border;


// MODALS
$modal-sm: 400px;
$zindex-modal-background:  '';

// ALERTS
$alert-padding: 0;
$alert-danger-bg: none;
$alert-danger-text: $red-destroy;
$alert-danger-border: rgba(0,0,0,0);

// THUMBNAILS
$thumbnail-padding: 3px;
$thumbnail-bg: #fff;
$thumbnail-border: $gray-light;
$thumbnail-border-radius: 0;

// CONTAINERS
$container-large-desktop: 100%;
$container-desktop: 100%;
$container-tablet: 100%;

// PANELS
$panel-bg: #f9f9f9;
$panel-default-border: $gray;
$panel-border-radius: $border-radius-large;
$panel-default-heading-bg: $gray-lightest;
$panel-default-text: inherit;
$panel-footer-bg: #f9f9f9;

// WELLS
$well-bg: #fff;

// BREADCRUMBS
$breadcrumb-bg: transparent;
$breadcrumb-padding-horizontal: 0;
$breadcrumb-separator: '>';
$breadcrumb-active-color: $blue-medium;

// TYPE
$headings-small-color: $gray-dark;

// ----- ORCHARD CUSTOM VARIABLES -----

// TYPOGRAPHY
$font-size-smaller: 10px;

// COMPONENTS
$padding-xsmall-vertical: 3px;
$padding-xsmall-horizontal: 3px;
$caret-width-xlarge: 8px;
$margin-small-vertical: 6px;
$margin-small-horizontal: 10px;
$margin-base-vertical: 8px;
$margin-base-horizontal: 12px;
$margin-large-vertical: 12px;
$margin-large-horizontal: 18px;

// BUTTONS
$btn-read-border: #2e4b7a;
$btn-create-border: #cf4500;
$btn-update-border: #557d00;
$btn-destroy-border: #ad1414;

$footer-body-color: #e4e2e2; // Change to $gray-lightest when all of ALW is on TBS
$footer-text-color: #6a6761; // Change to $gray-darker when all of ALW is on TBS

// MEDIA QUERIES BREAKPOINTS
// Extra small screen / phone
// Note: Deprecated $screen-xs and $screen-phone as of v3.0.1
$screen-xs: 480px !default;
$screen-xs-min: $screen-xs !default;
$screen-phone: $screen-xs-min !default;

// Small screen / tablet
// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.1
$screen-sm: 768px !default;
$screen-sm-min: $screen-sm !default;
$screen-tablet: $screen-sm-min !default;

// Medium screen / desktop
// Note: Deprecated $screen-md and $screen-desktop as of v3.0.1
$screen-md: 992px !default;
$screen-md-min: $screen-md !default;
$screen-desktop: $screen-md-min !default;

// Large screen / wide desktop
// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.1
$screen-lg: 1200px !default;
$screen-lg-min: $screen-lg !default;
$screen-lg-desktop: $screen-lg-min !default;

// So media queries don't overlap when required, provide a maximum
$screen-xs-max: ($screen-sm-min - 1) !default;
$screen-sm-max: ($screen-md-min - 1) !default;
$screen-md-max: ($screen-lg-min - 1) !default;

// REDESIGN VARIABLES - TWITTER BOOTSTRAP OVERRIDES
$brand-primary: #faa635;
$brand-danger: #d9534f;

$btn-primary-border: #faac35;

$border-radius-base: 3px;

$table-bg: #fff;
$table-bg-accent: #f6f6f6;
$table-border-color: #858381;

// REDESIGN VARIABLES - ORCHARD SPECIFIC
$btn-default-bg: #f9f9f9;
$btn-default-border: #bab7b7;
$btn-default-focus-bg: #a2a2a2;
$btn-default-focus-border: #a3a3a3;
$btn-default-hover-bg: #f2f2f2;
$btn-default-hover-border: #a3a3a3;

$btn-primary-hover-bg: #faa635;
$btn-primary-hover-border: #df860e;
$btn-primary-focus-bg: #df860e;
$btn-primary-active-color: #feefdb;
$btn-primary-active-shadow: #d27b44;

$btn-danger-hover-bg: #c9302c;
$btn-danger-hover-border: #ac2925;

$btn-link: #337ab7;
$btn-link-hover: #23527c;

// Tracklist Redesign Variables
$track-bg-gray: #f9f9f9;
$track-bg-red: #FDA7A7;
$track-bg-yellow: #faf395;

// REDESIGN VARIABLES - CATALOG PRODUCT STATUS
$in-progress-bg: #FBA819;
$physical-delivered-bg: #78A22F;

// social icons color
$facebook-bg: #3c5b9d;
