/*
Theme Name: NF 2.0
Theme URI: http://http://nashfranciskato.com/
Author: Voltage Creative
Author URI: http://voltagecreative.com
Description: A versatile and responsive Bootstrap WordPress theme Voltage Creative based on Twitter Bootstrap 3.0.3.
Version: 2
*/

/************************************************************************/
/**	IMPORT FONTS
/************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Arapey:400italic,400|Lato:100);
/************************************************************************/
/**	GLOBAL VARIABLES
/************************************************************************/
/************************************************************************/
/**	IMPORT BASIC STYLES, MIXINS, & ICONS
/************************************************************************/
/** You should never have to touch these **/
/** normalize.css v2.1.3 | MIT License | http://git.io/normalize | Modified by Voltage **/
/************************************************************************/
/** HTML5
/************************************************************************/
/** Correct `block` display not defined in IE 8/9. **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/** Correct `inline-block` display not defined in IE 8/9. **/
audio,
canvas,
video {
    display: inline-block;
}
/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. **/
audio:not([controls]) {
    display: none;
    height: 0;
}
/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. **/
[hidden],
template {
    display: none;
}
/** Reset the box-sizing **/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/************************************************************************/
/** BASE
/************************************************************************/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    padding: 0;
}
/************************************************************************/
/** LINKS
/************************************************************************/
/** Remove the gray background color from active links in IE 10. **/
a {
    background: transparent;
}
/** Improve readability when focused and also mouse hovered in all browsers. **/
a:active,
a:hover,
a:focus {
    outline: 0;
}
/************************************************************************/
/** TYPOGRAPHY
/************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
/** Address styling not present in IE 8/9, Safari 5, and Chrome. **/
abbr[title] {
    border-bottom: 1px dotted;
}
/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. **/
b,
strong {
    font-weight: bold;
}
/** Address styling not present in Safari 5 and Chrome. **/
dfn {
    font-style: italic;
}
/** Address differences between Firefox and other browsers. **/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/** Address styling not present in IE 8/9. **/
mark {
    background: #ff0;
    color: #000;
}
/** Correct font family set oddly in Safari 5 and Chrome. **/
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/** Improve readability of pre-formatted text in all browsers. **/
pre {
    white-space: pre-wrap;
}
/** Set consistent quote types. **/
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/** Address inconsistent and variable font size in all browsers. **/
small {
    font-size: 80%;
}
/** Prevent `sub` and `sup` affecting `line-height` in all browsers. **/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/************************************************************************/
/** EMBEDDED CONTENT
/************************************************************************/
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
/** Correct overflow displayed oddly in IE 9. **/
svg:not(:root) {
    overflow: hidden;
}
/************************************************************************/
/** FIGURES
/************************************************************************/
/** Address margin not present in IE 8/9 and Safari 5. **/
figure {
    margin: 0;
}
/************************************************************************/
/** FORMS
/************************************************************************/
/** Define consistent border, margin, and padding. **/
form,
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/** Correct `color` not being inherited in IE 8/9. Remove padding so people aren't caught out if they zero out fieldsets. **/
legend {
    border: 0;
    padding: 0;
}
/** Correct font family not being inherited in all browsers. Correct font size not being inherited in all browsers. Address margins set differently in Firefox 4+, Safari 5, and Chrome. Remove Webkit rounded corners and other styles.**/
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    border-radius: 0;
}
button:hover,
input:hover,
select:hover,
textarea:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. **/
button,
input {
    line-height: normal;
}
/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. **/
button,
select {
    text-transform: none;
}
/** Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. Correct inability to style clickable `input` types in iOS. Improve usability and consistency of cursor style between image-type `input` and others. **/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
/** Re-set default cursor for disabled elements. **/
button[disabled],
html input[disabled] {
    cursor: default;
}
/** Address box sizing set to `content-box` in IE 8/9/10. Remove excess padding in IE 8/9/10. **/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
/** Address `appearance` set to `searchfield` in Safari 5 and Chrome. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). **/
input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. **/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/** Remove inner padding and border in Firefox 4+. **/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/** Remove default vertical scrollbar in IE 8/9. Improve readability and alignment in all browsers. **/
textarea {
    overflow: auto;
    vertical-align: top;
}
/** Override content-box in Normalize (* isn't specific enough) **/
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/** Set the height of select and file controls to match text inputs **/
input[type="file"] {
    display: block;
}
/** Make multiple select elements height not fixed **/
select[multiple],
select[size] {
    height: auto;
}
/** Position radios and checkboxes better **/
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
/** Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611 **/
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
/** Fix for Chrome number input.Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button. See https://github.com/twbs/bootstrap/issues/8350 for more. **/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
/************************************************************************/
/** Tables
/************************************************************************/
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}
/** Learn more at http://getbootstrap.com/css/#grid (For Spark, variables and mixins are not included.**/
/************************************************************************/
/** CONTAINERS
/************************************************************************/
.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
/************************************************************************/
/** ROWS
/************************************************************************/
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
/************************************************************************/
/** COLUMNS
/************************************************************************/
/** Dont touch these bad boys, they build the grid. **/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
}
.col-xs-1:before,
.col-sm-1:before,
.col-md-1:before,
.col-lg-1:before,
.col-xs-2:before,
.col-sm-2:before,
.col-md-2:before,
.col-lg-2:before,
.col-xs-3:before,
.col-sm-3:before,
.col-md-3:before,
.col-lg-3:before,
.col-xs-4:before,
.col-sm-4:before,
.col-md-4:before,
.col-lg-4:before,
.col-xs-5:before,
.col-sm-5:before,
.col-md-5:before,
.col-lg-5:before,
.col-xs-6:before,
.col-sm-6:before,
.col-md-6:before,
.col-lg-6:before,
.col-xs-7:before,
.col-sm-7:before,
.col-md-7:before,
.col-lg-7:before,
.col-xs-8:before,
.col-sm-8:before,
.col-md-8:before,
.col-lg-8:before,
.col-xs-9:before,
.col-sm-9:before,
.col-md-9:before,
.col-lg-9:before,
.col-xs-10:before,
.col-sm-10:before,
.col-md-10:before,
.col-lg-10:before,
.col-xs-11:before,
.col-sm-11:before,
.col-md-11:before,
.col-lg-11:before,
.col-xs-12:before,
.col-sm-12:before,
.col-md-12:before,
.col-lg-12:before,
.col-xs-1:after,
.col-sm-1:after,
.col-md-1:after,
.col-lg-1:after,
.col-xs-2:after,
.col-sm-2:after,
.col-md-2:after,
.col-lg-2:after,
.col-xs-3:after,
.col-sm-3:after,
.col-md-3:after,
.col-lg-3:after,
.col-xs-4:after,
.col-sm-4:after,
.col-md-4:after,
.col-lg-4:after,
.col-xs-5:after,
.col-sm-5:after,
.col-md-5:after,
.col-lg-5:after,
.col-xs-6:after,
.col-sm-6:after,
.col-md-6:after,
.col-lg-6:after,
.col-xs-7:after,
.col-sm-7:after,
.col-md-7:after,
.col-lg-7:after,
.col-xs-8:after,
.col-sm-8:after,
.col-md-8:after,
.col-lg-8:after,
.col-xs-9:after,
.col-sm-9:after,
.col-md-9:after,
.col-lg-9:after,
.col-xs-10:after,
.col-sm-10:after,
.col-md-10:after,
.col-lg-10:after,
.col-xs-11:after,
.col-sm-11:after,
.col-md-11:after,
.col-lg-11:after,
.col-xs-12:after,
.col-sm-12:after,
.col-md-12:after,
.col-lg-12:after {
    content: " ";
    display: table;
}
.col-xs-1:after,
.col-sm-1:after,
.col-md-1:after,
.col-lg-1:after,
.col-xs-2:after,
.col-sm-2:after,
.col-md-2:after,
.col-lg-2:after,
.col-xs-3:after,
.col-sm-3:after,
.col-md-3:after,
.col-lg-3:after,
.col-xs-4:after,
.col-sm-4:after,
.col-md-4:after,
.col-lg-4:after,
.col-xs-5:after,
.col-sm-5:after,
.col-md-5:after,
.col-lg-5:after,
.col-xs-6:after,
.col-sm-6:after,
.col-md-6:after,
.col-lg-6:after,
.col-xs-7:after,
.col-sm-7:after,
.col-md-7:after,
.col-lg-7:after,
.col-xs-8:after,
.col-sm-8:after,
.col-md-8:after,
.col-lg-8:after,
.col-xs-9:after,
.col-sm-9:after,
.col-md-9:after,
.col-lg-9:after,
.col-xs-10:after,
.col-sm-10:after,
.col-md-10:after,
.col-lg-10:after,
.col-xs-11:after,
.col-sm-11:after,
.col-md-11:after,
.col-lg-11:after,
.col-xs-12:after,
.col-sm-12:after,
.col-md-12:after,
.col-lg-12:after {
    clear: both;
}
.col-xs-1:before,
.col-sm-1:before,
.col-md-1:before,
.col-lg-1:before,
.col-xs-2:before,
.col-sm-2:before,
.col-md-2:before,
.col-lg-2:before,
.col-xs-3:before,
.col-sm-3:before,
.col-md-3:before,
.col-lg-3:before,
.col-xs-4:before,
.col-sm-4:before,
.col-md-4:before,
.col-lg-4:before,
.col-xs-5:before,
.col-sm-5:before,
.col-md-5:before,
.col-lg-5:before,
.col-xs-6:before,
.col-sm-6:before,
.col-md-6:before,
.col-lg-6:before,
.col-xs-7:before,
.col-sm-7:before,
.col-md-7:before,
.col-lg-7:before,
.col-xs-8:before,
.col-sm-8:before,
.col-md-8:before,
.col-lg-8:before,
.col-xs-9:before,
.col-sm-9:before,
.col-md-9:before,
.col-lg-9:before,
.col-xs-10:before,
.col-sm-10:before,
.col-md-10:before,
.col-lg-10:before,
.col-xs-11:before,
.col-sm-11:before,
.col-md-11:before,
.col-lg-11:before,
.col-xs-12:before,
.col-sm-12:before,
.col-md-12:before,
.col-lg-12:before,
.col-xs-1:after,
.col-sm-1:after,
.col-md-1:after,
.col-lg-1:after,
.col-xs-2:after,
.col-sm-2:after,
.col-md-2:after,
.col-lg-2:after,
.col-xs-3:after,
.col-sm-3:after,
.col-md-3:after,
.col-lg-3:after,
.col-xs-4:after,
.col-sm-4:after,
.col-md-4:after,
.col-lg-4:after,
.col-xs-5:after,
.col-sm-5:after,
.col-md-5:after,
.col-lg-5:after,
.col-xs-6:after,
.col-sm-6:after,
.col-md-6:after,
.col-lg-6:after,
.col-xs-7:after,
.col-sm-7:after,
.col-md-7:after,
.col-lg-7:after,
.col-xs-8:after,
.col-sm-8:after,
.col-md-8:after,
.col-lg-8:after,
.col-xs-9:after,
.col-sm-9:after,
.col-md-9:after,
.col-lg-9:after,
.col-xs-10:after,
.col-sm-10:after,
.col-md-10:after,
.col-lg-10:after,
.col-xs-11:after,
.col-sm-11:after,
.col-md-11:after,
.col-lg-11:after,
.col-xs-12:after,
.col-sm-12:after,
.col-md-12:after,
.col-lg-12:after {
    content: " ";
    display: table;
}
.col-xs-1:after,
.col-sm-1:after,
.col-md-1:after,
.col-lg-1:after,
.col-xs-2:after,
.col-sm-2:after,
.col-md-2:after,
.col-lg-2:after,
.col-xs-3:after,
.col-sm-3:after,
.col-md-3:after,
.col-lg-3:after,
.col-xs-4:after,
.col-sm-4:after,
.col-md-4:after,
.col-lg-4:after,
.col-xs-5:after,
.col-sm-5:after,
.col-md-5:after,
.col-lg-5:after,
.col-xs-6:after,
.col-sm-6:after,
.col-md-6:after,
.col-lg-6:after,
.col-xs-7:after,
.col-sm-7:after,
.col-md-7:after,
.col-lg-7:after,
.col-xs-8:after,
.col-sm-8:after,
.col-md-8:after,
.col-lg-8:after,
.col-xs-9:after,
.col-sm-9:after,
.col-md-9:after,
.col-lg-9:after,
.col-xs-10:after,
.col-sm-10:after,
.col-md-10:after,
.col-lg-10:after,
.col-xs-11:after,
.col-sm-11:after,
.col-md-11:after,
.col-lg-11:after,
.col-xs-12:after,
.col-sm-12:after,
.col-md-12:after,
.col-lg-12:after {
    clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666666666666%;
}
.col-xs-pull-10 {
    right: 83.33333333333334%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666666666666%;
}
.col-xs-pull-7 {
    right: 58.333333333333336%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666666666667%;
}
.col-xs-pull-4 {
    right: 33.33333333333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.666666666666664%;
}
.col-xs-pull-1 {
    right: 8.333333333333332%;
}
.col-xs-pull-0 {
    right: 0%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666666666666%;
}
.col-xs-push-10 {
    left: 83.33333333333334%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666666666666%;
}
.col-xs-push-7 {
    left: 58.333333333333336%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666666666667%;
}
.col-xs-push-4 {
    left: 33.33333333333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.666666666666664%;
}
.col-xs-push-1 {
    left: 8.333333333333332%;
}
.col-xs-push-0 {
    left: 0%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
/** Learn more at http://getbootstrap.com/css/#responsive-utilities **/
/************************************************************************/
/** FYI
/************************************************************************/
/** IE10 in Windows (Phone) 8 **/
/** Support for responsive views via media queries is kind of borked in IE10,
for Surface/desktop in split view and for Windows Phone 8. This particular fix
must be accompanied by a snippet of JavaScript to sniff the user agent and
apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
our Getting Started page for more information on this bug.
 **/
/** For more information, see the following: **/
/** Issue: https://github.com/twbs/bootstrap/issues/10497 **/
/** Docs: http://getbootstrap.com/getting-started/#browsers **/
/** Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ **/
/************************************************************************/
/** MIXINS
/************************************************************************/
@-ms-viewport {
    width: device-width;
}
/************************************************************************/
/** VISIBILE
/************************************************************************/
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
    display: none !important;
}
@media (max-width: (768px)-1) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    table.visible-xs.visible-sm {
        display: table;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .visible-xs.visible-md {
        display: block !important;
    }
    table.visible-xs.visible-md {
        display: table;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    table.visible-xs.visible-lg {
        display: table;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
    display: none !important;
}
@media (max-width: (768px)-1) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    table.visible-sm.visible-xs {
        display: table;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .visible-sm.visible-md {
        display: block !important;
    }
    table.visible-sm.visible-md {
        display: table;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    table.visible-sm.visible-lg {
        display: table;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
    display: none !important;
}
@media (max-width: (768px)-1) {
    .visible-md.visible-xs {
        display: block !important;
    }
    table.visible-md.visible-xs {
        display: table;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .visible-md.visible-sm {
        display: block !important;
    }
    table.visible-md.visible-sm {
        display: table;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    table.visible-md.visible-lg {
        display: table;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
    display: none !important;
}
@media (max-width: (768px)-1) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    table.visible-lg.visible-xs {
        display: table;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    table.visible-lg.visible-sm {
        display: table;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .visible-lg.visible-md {
        display: block !important;
    }
    table.visible-lg.visible-md {
        display: table;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
/************************************************************************/
/** HIDDEN
/************************************************************************/
.hidden-xs {
    display: block !important;
}
table.hidden-xs {
    display: table;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}
@media (max-width: (768px)-1) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}
.hidden-sm {
    display: block !important;
}
table.hidden-sm {
    display: table;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}
@media (max-width: (768px)-1) {
    .hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
.hidden-md {
    display: block !important;
}
table.hidden-md {
    display: table;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}
@media (max-width: (768px)-1) {
    .hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}
.hidden-lg {
    display: block !important;
}
table.hidden-lg {
    display: table;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}
@media (max-width: (768px)-1) {
    .hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: (992px)-1) {
    .hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
    .hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}
/************************************************************************/
/** PRINT
/************************************************************************/
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
/** https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css **/
@media print {
    /************************************************************************/
    /**	BASIC PRINT STYLES
          /************************************************************************/
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    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: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    /** Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245 **/
    select {
        background: #fff !important;
    }
    /** Don't show links for images, or javascript/internal links **/
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /************************************************************************/
    /**	BOOTSTRAP PRINT STYLES
          /************************************************************************/
    .navbar {
        display: none;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .label {
        border: 1px solid #000;
    }
}
/************************************************************************/
/**	UTILITIES
/************************************************************************/
/**	http://nicolasgallagher.com/micro-clearfix-hack/ **/
/** Center-align a block level element **/
/** Box sizing **/
/** Resize anything **/
/************************************************************************/
/**	SIZING
/************************************************************************/
/************************************************************************/
/**	BORDER RADIUS
/************************************************************************/
/************************************************************************/
/**	DROP SHADOWS
/************************************************************************/
/************************************************************************/
/**	TRANSITIONS
/************************************************************************/
/************************************************************************/
/**	TRANSFORMATIONS
/************************************************************************/
/************************************************************************/
/**	ANIMATIONS
/************************************************************************/
/** Optional hyphenation **/
/************************************************************************/
/**	OPACITY
/************************************************************************/
/************************************************************************/
/**	GRADIENTS
/************************************************************************/
#gradient {
    /** Horizontal gradient, left to right **/
    /** Vertical gradient, top to bottom **/
}
/** Reset filters for IE **/
/************************************************************************/
/**	RETINA IMAGES
/************************************************************************/
/************************************************************************/
/**	FLOATS
/************************************************************************/
.clear {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
/************************************************************************/
/**	TOGGLING CONTENT
/************************************************************************/
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.img-circle {
    border-radius: 50%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('_fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('_fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('_fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('_fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('_fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.142857142857143em;
    top: 0.14285714285714285em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-mail-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
/************************************************************************/
/**	TYPOGRAPHY
/************************************************************************/
body {
    font-family: 'Arapey', Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    background-color: #333333;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
a.title {
    font-weight: 400;
    text-transform: uppercase;
    color: #770e00;
    text-decoration: none;
    letter-spacing: .075em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a.title a {
    text-decoration: none;
}
h1,
a.title {
    font-size: 3.1em;
    margin: 0 0 .5em 0;
    line-height: 1;
}
h2 {
    font-size: 1.750em;
    margin: 0 0 0 0;
    line-height: 1.25;
}
h3 {
    font-size: 24px;
    margin: 0 0 .5em 0;
    line-height: 1.25;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin: 0 0 1.25em 0;
}
ul,
ol {
    margin: 0 0 1.25em -25px;
    list-style-image: url('_images/bullet.png');
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin: 0;
}
.list-unstyled {
    padding: 0;
    list-style: none;
    list-style-image: none;
}
.list-inline {
    padding: 0;
    margin: 0 0 1.25em 0;
    list-style: none;
    list-style-image: none;
}
.list-inline > li {
    display: inline-block;
    padding: 0 .5em 0 0;
}
hr {
    padding: 1em 0 0 0;
    margin: 0 0 2em 0;
    border: 0;
    border-bottom: 1px solid #8c8c8c;
}
.intro {
    font-size: 1.125em;
    margin: 0 0 .75em 0;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .intro {
        font-size: 1.375em;
    }
}
/************************************************************************/
/**	LINKS
/************************************************************************/
a {
    color: #770e00;
}
.social {
    margin: 0 0 1.25em 0;
}
.social li {
    padding: 0 1em 0 0;
}
.social li a {
    color: #ffffff;
    display: inline-block;
    font-size: 2em;
}
.social li a:hover {
    color: #ffffff;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    a {
        /** Hover **/
    }
}
/************************************************************************/
/**	HEADER
/************************************************************************/
#divAutoChatInvFloater,
#DisableBackgroundDiv {
    display: none !important;
}
.row-header {
    padding: 0;
    background: #ffffff;
}
.row-header .phone-tollfree,
.row-header .phone-local {
    display: none;
}
.logo {
    position: fixed;
    display: block;
    text-indent: -9999px;
    margin: 0;
    top: .75em;
    left: .75em;
    z-index: 999;
    width: 195px;
    height: 40px;
    background: url(_images/logo.png) no-repeat;
    background-size: 195px 40px;
}
.row-navbar {
    padding: 0;
    background: #770e00;
    border-bottom: 1px solid #5e0b00;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .row-header {
        padding: 2em 0 2em 0;
        background: #ffffff;
    }
    .row-header .logo {
        position: relative;
        top: auto;
        left: auto;
        width: 290px;
        height: 60px;
        background-size: 290px 60px;
    }
    .row-header .toll-free {
        float: right;
        text-align: right;
    }
    .row-header .call-now {
        font-size: 1.1em;
        min-width: 350px;
        text-transform: uppercase;
        letter-spacing: .05em;
    }
    .row-header .phone-tollfree,
    .row-header .phone-local {
        float: right;
        line-height: 1;
        clear: right;
        text-transform: uppercase;
        text-align: right;
        letter-spacing: .05em;
        display: block;
        min-width: 350px;
    }
    .row-header .phone-tollfree {
        font-size: 2em;
        font-style: italic;
        margin: 0 0 .25em 0;
    }
    .row-header .phone-local {
        font-size: 1.250em;
    }
}
/************************************************************************/
/** SEARCH
/************************************************************************/
#searchform input[type="search"] {
    background-color: #5e0b00;
    padding: .75em 2em .75em 1em;
    width: 100%;
    border: 0;
    font-style: italic;
    color: #ffffff;
    letter-spacing: .05em;
}
#searchform input[type="search"]:-moz-placeholder {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
}
#searchform input[type="search"]::-moz-placeholder {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
}
#searchform input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
}
#searchform input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
}
#searchform button {
    font-size: 1.25em;
    border: 0;
    padding: .5em;
    background: transparent;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.6);
    margin-left: -2em;
}
#searchform button:hover {
    color: #ffffff;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    #searchform {
        float: right;
        padding: 0 0 0 0;
    }
}
/************************************************************************/
/**	BILLBOARD
/************************************************************************/
.row-billboard-wrapper {
    position: relative;
}
.row-billboard li {
    position: relative;
}
.row-billboard {
    z-index: 2;
    position: relative;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.row-billboard .content {
    padding: 5em 0 3em 0;
    text-align: center;
}
.row-billboard .content p {
    color: #ffffff;
    text-shadow: 0px 0px 40px #222222;
    font-size: 1.25em;
    text-shadow: 1px 2px 8px black
}
.billboard-image {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .row-billboard .content {
        padding: 6em 0 9em 0;
    }
    .row-billboard .content p {
        font-size: 1.875em;
    }
}
/************************************************************************/
/**	MAIN
/************************************************************************/
.row-main {
    padding: 0 0 1em 0;
    background-color: #ffffff;
    position: relative;
}
.row-main .page-title {
    padding: 2em 0 1em 0;
}
.row-main .page-title h1 {
    font-size: 2.625em;
    margin: 0 0 .25em 0;
}
.row-main .content:before,
.row-main .content:after {
    content: " ";
    display: table;
}
.row-main .content:after {
    clear: both;
}
.row-main .content:before,
.row-main .content:after {
    content: " ";
    display: table;
}
.row-main .content:after {
    clear: both;
}
.row-main .content-news {
    padding: 1.5em 0 0 0;
}
.row-main .content-news h1 {
    font-size: 2.625em;
    margin: 0 0 .25em 0;
}
.row-main .content-home {
    padding: 1.5em 0 0 0;
}
.row-main .content-home h2 {
    font-size: 2.625em;
    margin: 0 0 .25em 0;
}
.row-main .content-home h3 {
    font-size: 1.750em;
    margin: 0 0 .25em 0;
}
.row-main .sidebar {
    border-bottom: 1px solid #8c8c8c;
    margin: 0 0 2em 0;
}
.row-main .sidebar:before,
.row-main .sidebar:after {
    content: " ";
    display: table;
}
.row-main .sidebar:after {
    clear: both;
}
.row-main .sidebar:before,
.row-main .sidebar:after {
    content: " ";
    display: table;
}
.row-main .sidebar:after {
    clear: both;
}
.row-main .sidebar img {
    margin: 0 0 2.5em 0;
    position: relative;
    z-index: 2;
}
.row-title {
    padding: 4em 0 1.75em 0;
    background-color: #333333;
    background-position: center center;
}
.row-title h1,
.row-title a.title {
    font-size: 3.1em;
    color: #ffffff;
    margin: 0;
    line-height: 1;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.75);
}
.row-title h1 a,
.row-title a.title a {
    color: #ffffff;
    text-decoration: none;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .row-main {
        padding: 3.5em 0 2.75em 0;
    }
    .row-main .page-title {
        padding: 0 0 2.5em 0;
    }
    .row-main .content {
        padding: 0 0 0 3.5em;
        border-left: 1px solid #8c8c8c;
        margin: 0 0 0 -1px;
        font-size: 1.063em;
    }
    .row-main .sidebar {
        border-right: 1px solid #8c8c8c;
        border-bottom: 0;
        margin: 0;
        font-size: 1.063em;
    }
    .row-main .sidebar img {
        margin: 0 -1px 2.5em 0;
    }
    .row-main .sidebar-wrap {
        padding-right: 1.2em;
    }
    .row-main .sidebar-wrap h2 {
        font-size: 1.50em;
    }
    .row-main .sidebar-wrap .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        width: 100% !important;
    }
    .row-main .sidebar-news {
        padding: 0 0 0 2.5em;
        border-left: 1px solid #8c8c8c;
        margin: 0 0 0 -1px;
    }
    .row-main .content-news {
        padding: 0 3.5em 0 0;
        border-right: 1px solid #8c8c8c;
    }
    .row-main .content-home {
        padding: 0;
        border-left: 0px;
        margin: 0 auto;
    }
    .row-main .content-home p,
    .row-main .content-home ul,
    .row-main .content-home ol {
        font-size: 1.125em;
    }
    .row-main .content-home h2 {
        font-size: 2.625em;
        margin: 0 0 .25em 0;
    }
    .column-sidebar {
        position: relative !important;
    }
    .row-title {
        padding: 3.25em 0;
    }
}
/************************************************************************/
/**	WILDCARDS
/************************************************************************/
.row-wildcards {
    background-color: #333333;
    border-top: 1px solid #4d4d4d;
}
.row-wildcards .wildcard {
    padding: 1.75em 0;
    color: #ffffff;
    width: 100%;
}
.row-wildcards .wildcard:before,
.row-wildcards .wildcard:after {
    content: " ";
    display: table;
}
.row-wildcards .wildcard:after {
    clear: both;
}
.row-wildcards .wildcard:before,
.row-wildcards .wildcard:after {
    content: " ";
    display: table;
}
.row-wildcards .wildcard:after {
    clear: both;
}
.row-wildcards .wildcard .wildcard-image {
    padding: 0 2em 0 0;
    border-right: 1px solid #ffffff;
}
.row-wildcards .wildcard .wildcard-image img {
    max-height: 7em;
    width: auto;
}
/*.row-wildcards .wildcard .wildcard-content .find-more-link{
    position: absolute;
    top: 0;
    right: 0
}*/
.row-wildcards .wildcard .wildcard-content h3 a:hover:after{
    background-color: #595959;
    border-color: #595959;
    transition: 0.5s all ease-in-out;
}
.row-wildcards .wildcard .wildcard-content h3 a:after{
    /*    content: "Find Out More";
        display: block;
        float: right;
        font-size: 18px;
        text-transform: capitalize;
        line-height: 27px;*/
    content: "Find Out More";
    display: block;
    float: right;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.row-wildcards .wildcard .wildcard-content {
    padding: 0  0 0 2em;
}
.row-wildcards .wildcard .wildcard-content p {
    margin: 0;
}
.row-wildcards .wildcard a {
    color: #ffffff;
}
.row-wildcards .wildcard h1,
.row-wildcards .wildcard h2,
.row-wildcards .wildcard h3,
.row-wildcards .wildcard h4,
.row-wildcards .wildcard h5,
.row-wildcards .wildcard h6 {
    color: #ffffff;
}
.practice-areas {
    background-color: #5e0b00;
    border-top: 1px solid #2b0500;
}
.practice-areas a {
    text-decoration: none;
}
.hot-topics {
    background-color: #595959;
}
.row-wildcards.hot-topics .wildcard .wildcard-content h3 a:hover:after{
    background-color: #5e0b00;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .row-wildcards .wildcard {
        padding: 2.75em 5em;
        display: table;
        font-size: 1.125em;
    }
    .row-wildcards .wildcard:before,
    .row-wildcards .wildcard:after {
        content: " ";
        display: table;
    }
    .row-wildcards .wildcard:after {
        clear: both;
    }
    .row-wildcards .wildcard:before,
    .row-wildcards .wildcard:after {
        content: " ";
        display: table;
    }
    .row-wildcards .wildcard:after {
        clear: both;
    }
    .row-wildcards .wildcard .wildcard-image {
        padding: 0 2em 0 0;
    }
    .row-wildcards .wildcard .wildcard-image img {
        max-height: 5em;
        width: auto;
    }
    .row-wildcards .wildcard .wildcard-content {
        padding: 0  0 0 2em;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }
    .row-wildcards .wildcard .wildcard-content.col-sm-12 {
        padding: 0 0 0 0;
    }
}
@media screen and (max-width: 768px){
    .row-wildcards .wildcard .wildcard-content h3 a:after{
        clear: both;
        float: none;
        width: 150px;
    }
    .row-wildcards .wildcard .wildcard-content h3{
        content: "";
        display: block;
        clear: both;
    }
}
/************************************************************************/
/**	CERTIFICATIONS
/************************************************************************/
.row-certifications {
    background-color: #f2f2f2;
    padding: .75em 0;
    text-align: center;
}
.row-certifications .certification {
    position: relative;
}
.row-certifications .certification:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.certification-logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.certification-logo:before {
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.certification-logo img {
    display: inline-block;
    width: 65%;
    opacity: 1;
    transition: opacity 0.25s ease;
    max-width: 150px;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .row-certifications {
        padding: 1.25em 0;
    }
}
.accordion-icon {
    position: absolute;
    display: block;
    padding: .25em 0;
    width: 1.5em;
    background: #770e00;
    color: #ffffff;
    top: 0;
    left: 0;
    font-size: 1.250em;
    text-align: center;
}
.accordion-trigger {
    margin: 0 0 1em 0;
    position: relative;
    padding: .5em 0 .5em 3em;
    min-height: 2.25em;
    display: block;
}
.accordion-trigger:before,
.accordion-trigger:after {
    content: " ";
    display: table;
}
.accordion-trigger:after {
    clear: both;
}
.accordion-trigger:before,
.accordion-trigger:after {
    content: " ";
    display: table;
}
.accordion-trigger:after {
    clear: both;
}
.accordion-trigger .accordion-icon {
    background: #770e00;
}
.accordion-content {
    padding: 0 0 0 3em;
    position: relative;
}
.accordion-content .accordion-icon {
    background: #333333;
    margin: .25em 0 0 0;
}
.case-result-list:last-child hr {
    display: none;
}
/**	Wider than @screen-sm **/
/************************************************************************/
/**	BLOG
/************************************************************************/
.post-meta {
    color: #999999;
}
.post-meta li:after {
    content: '|';
    padding: 0 0 0 .75em;
}
.post-meta li:last-child:after {
    display: none;
}
.post-meta li a,
.post-meta li a:visited {
    color: #999999;
}
.post-meta li a:hover,
.post-meta li a:focus {
    color: #333333;
}
.acf-map {
    width: 100%;
    height: 15em;
}
.acf-map img {
    max-width: none !important;
}
.acf-map h4 {
    margin: 0 0 0 0px;
    font-family: 'Arapey', Arial, sans-serif;
}
.acf-map p {
    line-height: 1.5;
    margin: 0 0 .5em 0;
    margin: 0;
    font-family: 'Arapey', Arial, sans-serif;
    color: #333333;
}
.meta {
    color: #999999;
}
.acf-map a.button,
.acf-map a.button:visited {
    margin: .75em 0 .5em 0;
}
.row-case-results-summary{
    background-color: #333333;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .acf-map {
        height: 30em;
    }
}
/************************************************************************/
/**	FOOTER
/************************************************************************/
/*footer contact us section css start*/
.contact-us-section label{
    color: #fff;
}
.contact-us-section .gform_wrapper .gform_footer{
    padding: 0px;
    margin: 0px;
}
.contact-us-section .gform_wrapper .gfield_required {
    color: #595959 !important;
}
.contact-us-section  .footer-half{
    width: 50%;
    clear: none !important;
    display: inline-block;
    vertical-align: top;
}
.contact-us-section .gform_wrapper form li, .contact-us-section .gform_wrapper li {
    padding: 0px 8px !important;
}
.contact-us-section .name_last{
    padding-right: 0px !important;
}
.contact-us-section input[type="submit"]{
    background-color: rgb(51, 51, 51);
    transition: 0.5s all ease-in-out;
}
.contact-us-section{
    color: #fff;
    padding-top: 25px;
}
.contact-us-section h1,.contact-us-section h2, .contact-us-section h3,.contact-us-section h4,.contact-us-section h5,.contact-us-section h6,.contact-us-section  p{
    color: #fff;
    padding-top: 25px;
}
/*footer contact us section css end*/

.footer {
    border-top: 1px solid #0d0d0d;
    padding: 1.75em 0 1em 0;
    color: #ffffff;
    text-align: center;
}
.footer .social li a {
    color: #ffffff;
}
.footer a,
.footer h3 {
    color: #ffffff;
}
.footer .menu {
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 1.25em 0;
    padding: 0;
}
.footer .menu li {
    margin: 0 0 .25em 0;
}
.footer .content {
    padding: 1.75em 0 0 0;
}
.footer .sidebar {
    padding: 0 0 .75em 0;
    border-bottom: 1px solid #999999;
}
.footer .disclaimer {
    font-size: .750em;
    margin: 1.5em 0 0 0;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .footer {
        text-align: left;
        padding: 3.5em 0 2.75em 0;
    }
    .footer .social li a:hover {
        color: #bfbfbf;
    }
    .footer a:hover {
        color: #bfbfbf;
    }
    .footer .content {
        padding: 0 3em 0 0;
        border-right: 1px solid #999999;
    }
    .footer .content:before,
    .footer .content:after {
        content: " ";
        display: table;
    }
    .footer .content:after {
        clear: both;
    }
    .footer .content:before,
    .footer .content:after {
        content: " ";
        display: table;
    }
    .footer .content:after {
        clear: both;
    }
    .footer .content .column {
        padding: 0 0 0 2em;
    }
    .footer .content .column:first-child {
        padding: 0;
    }
    .footer .sidebar {
        padding: 0 0 0 3em;
        border-left: 1px solid #999999;
        border-bottom: 0;
        margin: 0 0 0 -1px;
    }
    .footer .disclaimer {
        margin: 3.5em 0 0 0;
    }
}
/************************************************************************/
/**	IMPORT COMPONENTS
/************************************************************************/
/** Learn more at http://getbootstrap.com/css/#type-blockquotes **/
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	BLOCKQUOTES
/************************************************************************/
blockquote {
    padding: 0.75em 1.5em;
    margin: 0 0 1.25em 0;
    border-left: 5px solid #eeeeee;
    color: #333333;
    line-height: 1.5;
    /** Align right **/
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote footer {
    display: block;
    color: #999999;
    /** Em Dash, Space **/
}
blockquote footer:before {
    content: '\2014 \00A0';
}
blockquote.blockquote-reverse {
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
blockquote.blockquote-reverse footer {
    /** Space, Em Dash **/
}
blockquote.blockquote-reverse footer:before {
    content: '';
}
blockquote.blockquote-reverse footer:after {
    content: '\00A0 \2014';
}
/** Learn more at http://getbootstrap.com/css/#code **/
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	CODE
/************************************************************************/
code,
kbd,
pre,
samp {
    font-family: "Courier New", monospace;
}
code {
    padding: 0.25em 0.5em;
    color: #333333;
    background-color: #dddddd;
    white-space: nowrap;
}
/************************************************************************/
/**	CODE BLOCKS
/************************************************************************/
pre {
    display: block;
    padding: 0.75em;
    margin: 0 0 1.25em 0;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    /** Account for some code outputs that place code tags in pre tags **/
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
}
/** Add this class for scrollable blocks of code **/
.pre-scrollable {
    max-height: 350px;
    overflow-y: scroll;
}
/************************************************************************/
/**	COMPONENT ANIMATIONS
/************************************************************************/
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition: all opacity 0.15s linear ease;
    -moz-transition: all opacity 0.15s linear ease;
    -ms-transition: all opacity 0.15s linear ease;
    -o-transition: all opacity 0.15s linear ease;
    transition: all opacity 0.15s linear ease;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
    -webkit-transition: all height 0.35s ease ease;
    -moz-transition: all height 0.35s ease ease;
    -ms-transition: all height 0.35s ease ease;
    -o-transition: all height 0.35s ease ease;
    transition: all height 0.35s ease ease;
}
/************************************************************************/
/** VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/** TABLES
/************************************************************************/
.table {
    width: 100%;
    margin-bottom: 1.25em;
    background-color: #ffffff;
    /** Cells **/
    /** Stripes **/
    /** Hover **/
}
.table thead tr td,
.table tbody tr td,
.table tfoot tr td,
.table thead tr th,
.table tbody tr th,
.table tfoot tr th {
    color: #333333;
    padding: 0.75em 1em;
    line-height: 1.5;
    vertical-align: top;
    border-left: 1px solid #cccccc;
    text-align: left;
}
.table thead tr td:first-child,
.table tbody tr td:first-child,
.table tfoot tr td:first-child,
.table thead tr th:first-child,
.table tbody tr th:first-child,
.table tfoot tr th:first-child {
    border-left: 0;
}
.table thead tr th,
.table tbody tr th,
.table tfoot tr th {
    color: #333333;
    vertical-align: bottom;
    border-bottom: 1px solid #cccccc;
}
.table tbody tr:nth-child(odd) td,
.table tbody tr:nth-child(odd) th {
    background-color: #eeeeee;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #dddddd;
}
/************************************************************************/
/** HORIZONAL SCROLLING TABLES
/************************************************************************/
/** Wrap tables in .table-responsive to enable horizontal scrolling. **/
@media (max-width: 480px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 1.25em;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #cccccc;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive .table {
        margin-bottom: 0;
    }
    .table-responsive .table thead tr th,
    .table-responsive .table tbody tr th,
    .table-responsive .table tfoot tr th,
    .table-responsive .table thead tr td,
    .table-responsive .table tbody tr td,
    .table-responsive .table tfoot tr td {
        white-space: nowrap;
    }
}
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/** NORMALIZE
/************************************************************************/
legend {
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: inherit;
    color: #555555;
    vertical-align: middle;
}
/** Gravity Forms **/
.gform_wrapper {
    max-width: 100% !important;
    margin: 0 0 1.25em 0 !important;
}
.gfield {
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
}
.gfield_label {
    margin: 0 0 .5em 0 !important;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400 !important;
}
.gfield_required {
    color: #770e00 !important;
}
.gform_wrapper input.large,
.gform_wrapper textarea {
    width: 100% !important;
    max-width: 100% !important;
}
.gfield_error {
    width: 100% !important;
}
.ginput_container {
    margin: 0 !important;
    max-width: 100% !important;
}
.gfield_description.validation_message {
    margin: 0 !important;
}
.gform_wrapper .gfield .ginput_complex input[type="text"],
.gform_wrapper .gfield .ginput_complex input[type="url"],
.gform_wrapper .gfield .ginput_complex input[type="email"],
.gform_wrapper .gfield .ginput_complex input[type="tel"],
.gform_wrapper .gfield .ginput_complex input[type="number"],
.gform_wrapper .gfield .ginput_complex input[type="password"],
.gform_wrapper .gfield .ginput_complex select,
.gform_wrapper .gfield .ginput_complex .ginput_right input[type="text"],
.gform_wrapper .gfield .ginput_complex .ginput_right input[type="url"],
.gform_wrapper .gfield .ginput_complex .ginput_right input[type="email"],
.gform_wrapper .gfield .ginput_complex .ginput_right input[type="tel"],
.gform_wrapper .gfield .ginput_complex .ginput_right input[type="number"],
.gform_wrapper .gfield .ginput_complex .ginput_right input[type="password"],
.gform_wrapper .gfield .ginput_complex .ginput_right select {
    width: 100% !important;
}
.gform_wrapper .gfield .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .gfield .ginput_complex .ginput_full input[type="url"],
.gform_wrapper .gfield .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .gfield .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .gfield .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .gfield .ginput_complex .ginput_full input[type="password"] {
    width: 100% !important;
}
/************************************************************************/
/** FORM FIELDS
/************************************************************************/
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"] {
    color: #999999;
    border: 1px solid #770e00;
    background: #ffffff;
    padding: 0.5em;
    font-size: 1em;
    line-height: 1.5;
    -webkit-transition: border ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all border ease-in-out .15s, box-shadow ease-in-out .15s ease;
    -moz-transition: all border ease-in-out .15s, box-shadow ease-in-out .15s ease;
    -ms-transition: all border ease-in-out .15s, box-shadow ease-in-out .15s ease;
    -o-transition: all border ease-in-out .15s, box-shadow ease-in-out .15s ease;
    transition: all border ease-in-out .15s, box-shadow ease-in-out .15s ease;
    /** !important to overwrite Gravity Forms **/
    /** Focus **/
    /** Placeholders **/
}
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="color"] {
    padding: 0.5em !important;
    font-size: 1em !important;
}
select:focus,
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 {
    color: #333333;
    border: 1px solid #770e00;
    background: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.125);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
    color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
    color: #999999;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
    color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
    color: #999999;
}
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	BUTTONS
/************************************************************************/
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 1em;
    border: 0;
    display: block;
    cursor: pointer;
    color: #ffffff;
    background: #770e00;
    white-space: nowrap;
    padding: .75em 1.25em;
    font-size: 1em !important;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: none;
    /** Active **/
}
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.125);
}
.row-billboard .button,
.row-billboard input[type="button"],
.row-billboard input[type="reset"],
.row-billboard input[type="submit"] {
    color: #770e00;
    background: #ffffff;
    font-size: 1.5em !important;
    opacity: .75;
    padding: .5em 1.25em;
}
.footer .button,
.footer input[type="button"],
.footer input[type="reset"],
.footer input[type="submit"] {
    color: #333333;
    background: #ffffff;
}
/**	Wider than @screen-xs **/
@media (min-width: 480px) {
    .button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        width: auto;
        text-align: left;
        display: inline-block;
        margin: 0 0 0 0;
        /** Hover **/
    }
    .button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover {
        color: #ffffff;
        background: #911100;
        text-decoration: none;
    }
    .footer .button:hover,
    .footer input[type="button"]:hover,
    .footer input[type="reset"]:hover,
    .footer input[type="submit"]:hover {
        color: #333333;
        background: #999999;
    }
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	PAGINATION
/************************************************************************/
.pagination {
    display: block;
    margin: 0 0 1.25em 0;
    padding: 0;
    line-height: 1.5;
    overflow: hidden;
}
.page-current {
    vertical-align: middle;
    margin: 0 1.25em 0 0;
    color: #999999;
    font-style: italic;
}
.page-numbers,
.page-numbers:visited {
    color: #999999;
    display: inline-block;
    margin: 0 .1em;
    vertical-align: middle;
    /** Hover **/
    /** Previous & Next **/
    /** Current Page Number **/
}
.page-numbers:hover,
.page-numbers:visited:hover {
    color: #333333;
}
.page-numbers.prev,
.page-numbers:visited.prev,
.page-numbers.next,
.page-numbers:visited.next {
    font-size: 1.25em;
}
.page-numbers.prev,
.page-numbers:visited.prev {
    margin-right: .25em;
}
.page-numbers.next,
.page-numbers:visited.next {
    margin-left: .25em;
}
.page-numbers.current,
.page-numbers:visited.current {
    color: #333333;
}
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	COMMENTS
/************************************************************************/
.comment-form-comment #comment {
    width: 100%;
}
.commentlist {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5;
}
.commentlist li {
    list-style: none;
    margin: 0 0 1.25em 0;
    padding: 0;
}
.commentlist li .avatar {
    float: left;
    margin: 0 1em 0 0;
}
.comment-content {
    overflow: hidden;
}
.comment-author {
    font-weight: bold;
}
.comment-meta {
    color: #999999;
}
.comment-meta a,
.comment-meta a:visited {
    color: #999999;
}
.comment-meta a:hover,
.comment-meta a:focus {
    color: #333333;
}
.comment-respond {
    background: #eeeeee;
    padding: 1em 1.25em 0 1.25em;
    margin: 0 0 1.25em 0;
    display: block;
    overflow: hidden;
}
.comment-respond code {
    white-space: pre-wrap;
}
.comment-respond label {
    display: block;
}
/************************************************************************/
/** VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	WORDPRESS IMAGES
/************************************************************************/
.alignnone,
.aligncenter,
div.aligncenter,
.alignright,
.alignleft {
    margin: 0.35em 0 1.25em 0;
    display: block;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .alignnone {
        margin: 0.35em 0 1.25em 0;
        display: inline-block;
    }
    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 0.35em auto 1.25em auto;
    }
    .alignright {
        float: right;
        margin: 0.35em 0 1.25em 1.25em;
    }
    .alignleft {
        float: left;
        margin: 0.35em 1.25em 1.25em 0;
    }
}
/************************************************************************/
/**	WORDPRESS IMAGE CAPTIONS
/************************************************************************/
.wp-caption {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 0.5em;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0 0 0.5em 0;
    width: auto;
}
.wp-caption p.wp-caption-color {
    margin: 0;
    color: #999999;
    padding: 0.5em;
    font-size: 0.85em;
}
/************************************************************************/
/** VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/** NAVBAR
/************************************************************************/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    background-color: #ffffff;
    padding-left: 0;
    list-style: none;
    list-style-image: none;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
.navbar-nav {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.navbar-nav li {
    position: relative;
    display: block;
}
.navbar-nav li a {
    color: #ffffff;
    position: relative;
    display: block;
    padding: .5em 1em;
    border-bottom: 1px solid #5e0b00;
    text-decoration: none;
}
.navbar-nav li.current_page_item,
.navbar-nav li.current_page_ancestor {
    background-color: #770e00;
}
.navbar-nav li:hover,
.navbar-nav li.current_page_item:hover,
.navbar-nav li.current_page_ancestor:hover {
    background-color: #770e00;
}
.navbar-nav li a:hover,
.navbar-nav li.current_page_item a:hover,
.navbar-nav li.current_page_ancestor a:hover {
    background-color: #5e0b00;
    text-decoration: none;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .navbar {
        position: relative;
        background-color: #770e00;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .navbar-nav {
        float: left;
    }
    .navbar-nav li {
        display: inline-block;
    }
    .navbar-nav li a {
        padding: .75em 0;
        margin: 0 2em 0 0;
        opacity: .65;
        text-transform: uppercase;
        border-bottom: 0;
        letter-spacing: .1em;
    }
    .navbar-nav li.current_page_item,
    .navbar-nav li.current_page_ancestor {
        background-color: transparent;
    }
    .navbar-nav li.current_page_item > a,
    .navbar-nav li.current_page_ancestor > a {
        background-color: transparent;
        opacity: 1;
    }
    .navbar-nav li:hover,
    .navbar-nav li.current_page_item:hover,
    .navbar-nav li.current_page_ancestor:hover {
        background-color: transparent;
    }
    .navbar-nav li a:hover,
    .navbar-nav li.current_page_item > a:hover,
    .navbar-nav li.current_page_ancestor > a:hover {
        background-color: transparent;
        opacity: 1;
        text-decoration: none;
    }
}
/************************************************************************/
/** NAVBAR TOGGLE BUTTON (only visible when narrower than @screen-sm)
/************************************************************************/
.navbar-toggle {
    position: relative;
    float: right;
    height: 2em;
    line-height: 2em;
    width: 2em;
    margin: 0;
    padding: 0 .5em;
    color: #333333;
    background: #770e00;
    border: 0;
    font-size: 2em;
    text-align: center;
    border-left: 1px solid #999999;
    /** Collapsed **/
    /** Hover & Focus **/
}
.navbar-toggle .menu-bar {
    background-color: #ffffff;
    margin: 0 0 5px 0;
    height: 3px;
    display: block;
    width: 100%;
}
.navbar-toggle .menu-bar:last-child {
    margin: 0;
}
.navbar-toggle.collapsed {
    color: #ffffff !important;
    background: #ffffff;
}
.navbar-toggle.collapsed .menu-bar {
    background-color: #770e00;
}
.navbar-toggle:hover {
    background: #770e00;
}
.navbar-toggle:hover .menu-bar {
    background-color: #ffffff;
}
.search-toggle {
    font-size: 1.5em;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
/************************************************************************/
/** NAVBAR CONTENT (Collapses when narrower than @screen-sm)
/************************************************************************/
.navbar-collapse {
    background-color: #770e00;
    max-height: 340px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-collapse #searchform {
    display: block;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-header,
    .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
/************************************************************************/
/** NAVBAR DROPDOWNS (Only visible when wider than @screen-sm)
/************************************************************************/
.navbar-nav li .sub-menu {
    list-style-image: none;
    display: none;
    position: absolute;
    margin: 0 0 0 0;
    width: 200px;
    padding: .5em 1em .25em 1em;
    top: 100%;
    left: -1em;
    z-index: 9;
    background-color: #333333;
    line-height: 1.5;
    text-align: left;
}
.navbar-nav ul.sub-menu ul.sub-menu {
    display: none;
    top: -0.5em;
    left: 10.5em;
    background-color: #262626;
}
.navbar-nav ul.sub-menu li.menu-item:hover ul {
    display: block;
}
.navbar-nav ul.sub-menu ul.sub-menu ul.sub-menu {
    display: none;
    top: -0.5em;
    left: 10.5em;
    background-color: #1a1a1a;
}
.navbar-nav ul.sub-menu ul.sub-menu li.menu-item:hover ul {
    display: block;
}
.navbar-nav li .sub-menu li {
    float: left;
    position: relative;
    margin: 0;
    width: 100%;
}
.navbar-nav li .sub-menu li a,
.navbar-nav li .sub-menu li a:visited {
    margin: 0 0 .5em 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: none;
}
.navbar-nav li .sub-menu li:hover a {
    background-color: transparent;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .navbar-nav li:hover .sub-menu {
        display: block;
    }
}

/*
* header mobile phone styles start
*/
.phone-numb-header a{
    color: #333333;
}
@media screen and (max-width: 768px){
    .phone-numb-header{
        position: fixed;
        display: block;
        top: 1em;
        z-index: 99999;
        font-size: 15px;
        line-height: 0.7em;
        font-size: 15px;
    }
    .row-header .phone-numb-header .phone-tollfree, .row-header .phone-numb-header  .phone-local{
        display: block;
    }
    .row-header .phone-numb-header .phone-tollfree{
        font-size: 21px;
    }
    .phone-numb-header {
        right: 70px;
    }
}
@media screen and (max-width: 500px){
    .row-navbar .navbar-toggle {
        /*height: 3.1em;*/
        height: 2.5em;
    }
    .phone-numb-header{
        left: .75em;
        right: auto;
        /*top: 4em;*/
        top: 3.3em;
    }
    .row-title{
        padding: 8em 0 1.75em 0;
    }
    .row-header .phone-numb-header .phone-tollfree{
        display: none;
    }
}
/*
* header mobile phone styles end
*/
/************************************************************************/
/** VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/** SIDEBAR NAV
/************************************************************************/
.navbar-sidebar {
    background-color: #eeeeee;
    list-style: none;
    list-style-image: none;
    display: block;
    text-align: left;
    margin: 0 -20px 0 -20px;
    display: none;
}
.navbar-sidebar:before,
.navbar-sidebar:after {
    content: " ";
    display: table;
}
.navbar-sidebar:after {
    clear: both;
}
.navbar-sidebar:before,
.navbar-sidebar:after {
    content: " ";
    display: table;
}
.navbar-sidebar:after {
    clear: both;
}
.navbar-sidebar.mobile {
    display: block;
}
.mobile span {
    font-weight: 400;
    text-transform: uppercase;
    color: #770e00;
    font-size: 1.5em;
    letter-spacing: .075em;
    margin: 1em;
}
.sidebar-nav-header:before,
.sidebar-nav-header:after {
    content: " ";
    display: table;
}
.sidebar-nav-header:after {
    clear: both;
}
.sidebar-nav-header:before,
.sidebar-nav-header:after {
    content: " ";
    display: table;
}
.sidebar-nav-header:after {
    clear: both;
}
.sidebar-nav {
    margin: 0;
    padding: 0;
    line-height: 1.25;
}
.sidebar-nav > li {
    position: relative;
    display: block;
}
.sidebar-nav > li > .children {
    display: none;
}
.sidebar-nav > li > a {
    position: relative;
    color: #ffffff;
    width: 100%;
    padding: .5em 1em;
    display: block;
    text-decoration: none;
    transition: background-color 0.25s ease;
    border-bottom: 1px solid #5e0b00;
}
.sidebar-nav li.current_page_item {
    z-index: 2;
    position: relative;
    opacity: 1;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.current_page_item > a:hover,
.sidebar-nav > li.current_page_ancestor > a:hover {
    text-decoration: none;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .navbar-sidebar {
        background-color: transparent;
        margin: 0;
        display: block;
    }
    .navbar-sidebar.mobile {
        display: none;
    }
    .sidebar-nav > li > a {
        border-top: 0;
        padding: 0 2em .75em 0;
        letter-spacing: .1em;
        border-bottom: 0;
        text-transform: uppercase;
        color: #333333;
        font-size: 1.125em;
    }
    .sidebar-nav li > .children,
    .sidebar-nav li > .sub-menu {
        display: block;
        list-style-type: none;
        list-style-image: none;
        margin: -0.5em 0 0 0;
        padding: 0 2em 1em 0;
        line-height: 1.25;
        font-size: 1em;
    }
    .sidebar-nav li > .children:before,
    .sidebar-nav li > .sub-menu:before,
    .sidebar-nav li > .children:after,
    .sidebar-nav li > .sub-menu:after {
        content: " ";
        display: table;
    }
    .sidebar-nav li > .children:after,
    .sidebar-nav li > .sub-menu:after {
        clear: both;
    }
    .sidebar-nav li > .children:before,
    .sidebar-nav li > .sub-menu:before,
    .sidebar-nav li > .children:after,
    .sidebar-nav li > .sub-menu:after {
        content: " ";
        display: table;
    }
    .sidebar-nav li > .children:after,
    .sidebar-nav li > .sub-menu:after {
        clear: both;
    }
    .sidebar-nav li > .children > li,
    .sidebar-nav li > .sub-menu > li {
        margin: 0;
    }
    .sidebar-nav li > .children > li > a,
    .sidebar-nav li > .sub-menu > li > a {
        color: #770e00;
        width: 100%;
        margin: 0 0 .25em 0;
        display: block;
    }
}
/************************************************************************/
/** SIDEBAR NAV TOGGLE BUTTON (only visible when narrower than @screen-sm)
/************************************************************************/
.sidebar-nav-toggle {
    position: relative;
    float: right;
    height: 2em;
    line-height: 2em;
    width: 2em;
    margin: 0;
    padding: 0 .5em;
    background: #770e00;
    border: 0;
    font-size: 2em;
    text-align: center;
    border-left: 1px solid #999999;
    /** Collapsed **/
    /** Hover & Focus **/
}
.sidebar-nav-toggle .menu-bar {
    background-color: #ffffff;
    margin: 0 0 5px 0;
    height: 3px;
    display: block;
    width: 100%;
}
.sidebar-nav-toggle .menu-bar:last-child {
    margin: 0;
}
.sidebar-nav-toggle.collapsed {
    color: #ffffff !important;
    background: #eeeeee;
}
.sidebar-nav-toggle.collapsed .menu-bar {
    background-color: #770e00;
}
.sidebar-nav-toggle:hover {
    background: #770e00;
}
.sidebar-nav-toggle:hover .menu-bar {
    background-color: #ffffff;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .sidebar-nav-toggle {
        display: none;
    }
}
/************************************************************************/
/** SIDEBAR NAV CONTENT (Collapses when narrower than @screen-sm)
/************************************************************************/
.sidebar-nav-collapse {
    background-color: #770e00;
}
.sidebar-nav-collapse.in {
    overflow-y: auto;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .sidebar-nav-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .sidebar-nav-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .sidebar-nav-collapse.in {
        overflow-y: visible;
    }
    .sidebar-nav-header,
    .sidebar-nav-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	BREADCRUMBS
/************************************************************************/
.row-breadcrumbs {
    display: none;
}
/**	Wider than @screen-sm **/
@media (min-width: 768px) {
    .row-breadcrumbs {
        font-size: 1em;
        padding: .75em 0;
        background: #eeeeee;
        text-transform: uppercase;
        letter-spacing: .05em;
        display: block;
    }
    .breadcrumbs-nav {
        margin: 0;
        padding: 0;
    }
    .breadcrumbs-nav li {
        color: #770e00;
    }
    .breadcrumbs-nav li span {
        color: #770e00;
        padding: 0 .5em 0 0;
    }
    .breadcrumbs-nav li a,
    .breadcrumbs-nav li a:visited {
        color: #770e00;
        text-decoration: none;
        opacity: .5;
        /** Hover **/
    }
    .breadcrumbs-nav li a:hover,
    .breadcrumbs-nav li a:visited:hover {
        color: #770e00;
    }
}
/** Extras (Decomment these if you want to use them) **/
/** Learn more at http://getbootstrap.com/components/#alerts **/
/************************************************************************/
/**	VARIABLES AND MIXINS
/************************************************************************/
/************************************************************************/
/**	ALERTS
/************************************************************************/
.alert {
    padding: 1em;
    margin-bottom: 1.25em;
    border: 1px solid transparent;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert a,
.alert a:visited {
    text-decoration: underline;
}
.alert p,
.alert ul {
    margin-bottom: 0;
}
.alert p + p {
    margin-top: 5px;
}
/************************************************************************/
/**	DISMISSABLE ALERTS
/************************************************************************/
.alert-dismissable {
    padding-right: 3em;
}
.alert-dismissable .close {
    position: relative;
    right: -1em;
    color: inherit;
}
/************************************************************************/
/**	CONTEXTUAL VARIATIONS
/************************************************************************/
.alert-success {
    background-color: #bff2a6;
    color: #339900;
}
.alert-success hr {
    border-top-color: #339900;
}
.alert-success a,
.alert-success a:visited {
    color: #339900;
}
.alert-info {
    background-color: #c4e4f7;
    color: #0077bb;
}
.alert-info hr {
    border-top-color: #0077bb;
}
.alert-info a,
.alert-info a:visited {
    color: #0077bb;
}
.alert-warning {
    background-color: #fbede1;
    color: #dd6600;
}
.alert-warning hr {
    border-top-color: #dd6600;
}
.alert-warning a,
.alert-warning a:visited {
    color: #dd6600;
}
.alert-danger {
    background-color: #f7c4c4;
    color: #bb0000;
}
.alert-danger hr {
    border-top-color: #bb0000;
}
.alert-danger a,
.alert-danger a:visited {
    color: #bb0000;
}
/** http://getbootstrap.com/components/#alerts **/
/** Learn more at http://getbootstrap.com/components/#badges **/
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	BADGES
/************************************************************************/
.badge {
    display: inline-block;
    min-width: 1em;
    padding: 0.25em 0.5em;
    font-size: 0.85em;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 1em;
}
.badge:empty {
    display: none;
}
/************************************************************************/
/**	BADGE LINKS
/************************************************************************/
a.badge,
a.badge:visited {
    color: #ffffff;
    background-color: #770e00;
}
a.badge:hover,
a.badge:visited:hover {
    color: #ffffff;
    background-color: #911100;
    text-decoration: none;
    cursor: pointer;
}
/** http://getbootstrap.com/components/#badges **/
/** Learn more at http://getbootstrap.com/components/#labels **/
/************************************************************************/
/**	VARIABLES & MIXINS
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	LABELS
/************************************************************************/
.label {
    display: inline;
    padding: 0.25em 0.5em;
    font-size: 0.85em;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.label[href]:visited {
    color: #ffffff;
}
.label[href]:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.button .label {
    position: relative;
    top: -1px;
}
/************************************************************************/
/**	CONTEXTUAL VARIATIONS
/************************************************************************/
.label-default {
    background-color: #999999;
}
.label-default[href]:hover {
    background-color: #a6a6a6;
}
.label-primary {
    background-color: #333333;
}
.label-primary[href]:hover {
    background-color: #404040;
}
.label-success {
    background-color: #339900;
}
.label-success[href]:hover {
    background-color: #3cb300;
}
.label-info {
    background-color: #0077bb;
}
.label-info[href]:hover {
    background-color: #0087d4;
}
.label-warning {
    background-color: #dd6600;
}
.label-warning[href]:hover {
    background-color: #f77200;
}
.label-danger {
    background-color: #bb0000;
}
.label-danger[href]:hover {
    background-color: #d40000;
}
/** http://getbootstrap.com/components/#labels **/
/** Learn more at http://getbootstrap.com/javascript/#modals **/
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/** CONTAINER AND BACKDROP
/************************************************************************/
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    /**	Fade and slide **/
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 1em;
    z-index: 1050;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
    /**	Fade **/
}
.modal-backdrop.fade {
    opacity: 0;
    /** IE8 filter **/
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    /** IE8 filter **/
    filter: alpha(opacity=50);
}
/**	Wider than @screen-sm **/
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 3em auto;
    }
}
/************************************************************************/
/**	MODALS
/************************************************************************/
.modal-content {
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-header {
    padding: 1.25em;
    border-bottom: 1px solid #cccccc;
}
.modal-title {
    margin: 0;
    line-height: 1;
}
.modal-body {
    position: relative;
    padding: 1.25em 1.25em 0 1.25em;
}
.modal-footer {
    margin-top: 15px;
    padding: 1.25em;
    text-align: right;
    border-top: 1px solid #cccccc;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
/**	Wider than @screen-sm **/
@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    }
}
/** http://getbootstrap.com/javascript/#modals **/
/** Learn more at http://getbootstrap.com/javascript/#popovers **/
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	POPOVERS
/************************************************************************/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 275px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    white-space: normal;
    line-height: 1.5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 0.75em 1em;
    font-size: 1em;
    font-weight: normal;
    background-color: #eeeeee;
    font-weight: 700;
}
.popover-content {
    padding: 0.75em 1em;
}
/************************************************************************/
/**	POPOVER ARROWS
/************************************************************************/
/** .arrow is border, .arrow:after is background **/
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #c8c8c8;
    bottom: -11px;
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #c8c8c8;
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #c8c8c8;
    top: -11px;
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #c8c8c8;
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
/** http://getbootstrap.com/javascript/#popovers **/
/** Learn more at http://getbootstrap.com/components/#progress **/
/************************************************************************/
/**	VARIABLES & MIXINS
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	ANIMATIONS
/************************************************************************/
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
/************************************************************************/
/**	BACKGROUND BAR
/************************************************************************/
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 1.25em;
    background-color: #eeeeee;
}
/************************************************************************/
/**	PROGRESS BAR
/************************************************************************/
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 0.85em;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #770e00;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-transition: all width 0.6s ease ease;
    -moz-transition: all width 0.6s ease ease;
    -ms-transition: all width 0.6s ease ease;
    -o-transition: all width 0.6s ease ease;
    transition: all width 0.6s ease ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
/************************************************************************/
/**	CONTEXTUAL VARIATIONS
/************************************************************************/
.progress-bar-success {
    background-color: #339900;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #0077bb;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #dd6600;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #bb0000;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/** http://getbootstrap.com/components/#progress **/
/** Learn more at http://getbootstrap.com/javascript/#tooltips **/
/************************************************************************/
/**	VARIABLES
/************************************************************************/
/** Some variables are pulled from style.less **/
/************************************************************************/
/**	TOOLTIPS
/************************************************************************/
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 0.85em;
    line-height: 1.5;
    opacity: 0;
    /** IE8 filter **/
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    /** IE8 filter **/
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
/************************************************************************/
/**	WRAPPER FOR TOOLTIP CONTENT
/************************************************************************/
.tooltip-inner {
    max-width: 200px;
    padding: 0.25em 0.5em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333333;
}
/************************************************************************/
/**	TOOLTIP ARROWS
/************************************************************************/
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #333333;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333333;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333;
}
/** http://getbootstrap.com/javascript/#tooltips **/
/* Direction Nav */
.flex-direction-nav {
    position: relative;
    height: 0;
    list-style-type: none;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
.flex-direction-nav a {
    display: block;
    width: 36px;
    height: 175px;
    line-height: 165px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    background: #000000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 6em;
    text-align: center;
    font-family: 'Advent Pro', Arial, sans-serif;
    font-weight: 300;
}
.flex-direction-nav .flex-prev {
    left: 135px;
    padding: 0 4px 0 0;
    background-position: top left;
    margin: 0 0 0 0;
}
.flex-direction-nav a:hover {
    background: #000000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
.flex-direction-nav .flex-next {
    right: 325px;
    padding: 0 0 0 4px;
    background-position: top right;
    margin: 0 0 0 0;
}
.flex-direction-nav .flex-next:hover {
    background: #000000;
    /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.billboard-container a:hover,
.billboard-slider a:hover,
.wildcard-container a:hover,
.wildcard-slider a:hover,
.certifications-container a:hover,
.certifications-slider a:hover,
.billboard-container a:focus,
.billboard-slider a:focus,
.wildcard-container a:focus,
.wildcard-slider a:focus,
.certifications-container a:focus,
.certifications-slider a:focus {
    outline: none;
}
.slides,
.billboard-control-nav,
.billboard-direction-nav,
.wildcard-control-nav,
.wildcard-direction-nav,
.certifications-control-nav,
.certifications-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.billboard-pauseplay span,
.wildcard-pauseplay span,
.certifications-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.billboard-images,
.wildcards {
    margin: 0;
    padding: 0;
}
.billboard-images .slides,
.wildcards .slides {
    margin: 0;
    padding: 0;
}
.billboard-images .slides > li{
    height: 100%;
}
.billboard-images .slides > li,
.wildcards .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.billboard-images .slides:after,
.wildcards .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .billboard-images .slides,
html[xmlns] .wildcards .slides {
    display: block;
}
* html .billboard-images .slides,
* html .wildcards .slides {
    height: 1%;
}
.no-js .billboard-images .slides > li:first-child,
.no-js .wildcards .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * BILLBOARD
 * ====================================================================================================================*/
.billboard-images {
    margin: 0;
    background: #666666;
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    zoom: 1;
}
.billboard-images .slides {
    zoom: 1;
    width: 100%;
    height: 100%;
}
.billboard-images .slides li {
    width: 100%;
    height: 100%;
}
.billboard-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .billboard-viewport {
    max-height: 300px;
}
.billboard-control-nav {
    display: none;
}
@media (min-width: 768px) {
    .billboard-control-nav {
        width: 100%;
        max-width: 1000px;
        position: absolute;
        left: 0;
        bottom: 4em;
        /*bottom: auto;*/
        right: 0;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        z-index: 10;
        display: block;
    }
    .billboard-control-nav li {
        margin: 0 .5em;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    .billboard-control-paging li a {
        text-align: left;
        padding: 0;
        margin: 0;
        height: .75em;
        width: .75em;
        line-height: .75em;
        background: transparent;
        border-radius: 50%;
        opacity: .75;
        display: block;
        cursor: pointer;
        text-indent: -9999px;
        border: 1px solid #ffffff;
    }
    .billboard-control-paging li a:hover,
    .billboard-control-paging li a.billboard-active {
        background: #ffffff;
    }
}
/* ====================================================================================================================
 * WILDCARDS
 * ====================================================================================================================*/
.wildcards {
    position: relative;
    zoom: 1;
}
.wildcards .slides {
    zoom: 1;
}
.wildcard-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .wildcard-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.wildcard-direction-nav {
    display: none;
}
@media (min-width: 768px) {
    .wildcard-direction-nav {
        display: block;
        *height: 0;
    }
    .wildcard-direction-nav a {
        text-decoration: none;
        display: block;
        width: auto;
        height: 100%;
        margin: 0 0 0 0;
        position: absolute;
        top: 0;
        z-index: 10;
        overflow: hidden;
        opacity: 0.5;
        cursor: pointer;
        color: #ffffff;
        font-size: 12em;
        line-height: .70;
        font-family: "Lato";
        font-weight: 100;
    }
    .wildcard-direction-nav a:hover {
        color: #ffffff;
        opacity: 1;
    }
    .wildcard-direction-nav .wildcard-prev {
        left: 0;
    }
    .wildcard-direction-nav .wildcard-next {
        right: 0;
        text-align: right;
    }
    .wildcard-direction-nav .wildcard-disabled {
        opacity: 0!important;
        filter: alpha(opacity=0);
        cursor: default;
    }
}
/* ====================================================================================================================
 * Certifications
 * ====================================================================================================================*/
.certifications {
    position: relative;
    zoom: 1;
}
.certifications .slides {
    zoom: 1;
}
.certifications-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .certifications-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.certifications-direction-nav {
    display: none;
}
@media (min-width: 768px) {
    .certifications {
        padding: 0 3em;
    }
    .certifications-direction-nav {
        display: block;
        *height: 0;
    }
    .certifications-direction-nav a {
        text-decoration: none;
        display: block;
        width: auto;
        margin: -0.075em 0 0 0;
        position: absolute;
        top: 0;
        z-index: 10;
        overflow: hidden;
        opacity: 0.5;
        cursor: pointer;
        color: #333333;
        font-size: 12em;
        line-height: .70;
        font-family: "Lato";
        font-weight: 100;
        transition: opacity 0.25s ease;
    }
    .certifications-direction-nav a:hover {
        color: #333333;
        opacity: 1;
    }
    .certifications-direction-nav .certifications-prev {
        left: 0;
    }
    .certifications-direction-nav .certifications-next {
        right: 0;
        text-align: right;
    }
    .certifications-direction-nav .certifications-disabled {
        opacity: 0!important;
        filter: alpha(opacity=0);
        cursor: default;
    }
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    /*.border-radius( 4px );*/
    /*.box-shadow( 0, 1px, 4px, rgba( 0, 0, 0, 0.2 ));*/
}
.flexslider .slides {
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav a .flex-next:before {
    content: '\f002';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a .flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    /*.box-shadow( 0, 0, 3px, rgba(0,0,0,0.3), inset );*/
    /*.border-radius( 20px );*/
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.row-case-results-summary{
    padding: 50px 0px;
    color: #fff;
}
.row-case-results-summary .inner-content{
    margin-top: 20px;
}
.row-case-results-summary *{
    color: inherit;
    text-decoration: none;
}