/******************************************************************


Stylesheet: IE Stylesheet


******************************************************************/
/* import mixins */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit !important;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
Site Name: Marketer
Author: Digital Safari

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
BORDER RADIUS
*********************/
/*********************
Transform
*********************/
/*********************
Filter
*********************/
/*********************
Transform-origin
*********************/
/*********************
TRANISTION
*********************/
/*
Thanks to @anthonyshort for the inspiration on these
*/
/*********************
BOX SHADOWS
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
.color-darkblue, .darkblue, .bluedark {
  background-color: #2b57a7 !important;
  color: #fff !important; }
  .color-darkblue a, .darkblue a, .bluedark a {
    color: white !important; }

.color-blue, .blue {
  background-color: #52a8e8 !important;
  color: #fff !important; }
  .color-blue a, .blue a {
    color: white !important; }

.color-green, .green {
  background-color: #7fbf4d !important;
  color: #fff !important; }
  .color-green a, .green a {
    color: white !important; }

.color-darkgreen, .darkgreen, .greendark {
  background-color: #006400 !important;
  color: #fff !important; }
  .color-darkgreen a, .darkgreen a, .greendark a {
    color: white !important; }

.color-lightgreen, .color-greenlight, .lightgreen, .greenlight {
  background-color: #98e698 !important;
  color: #555 !important; }
  .color-lightgreen a, .color-greenlight a, .lightgreen a, .greenlight a {
    color: #555 !important; }

.color-red, .red {
  background-color: #f8674b !important;
  color: #fff !important; }
  .color-red a, .red a {
    color: white !important; }

.color-orange, .orange {
  color: #fff !important;
  background-color: #f5b026 !important; }
  .color-orange a, .orange a {
    color: white !important; }

.color-lightblue, .lightblue, .bluelight {
  background-color: #abe4f8 !important;
  color: #444 !important; }
  .color-lightblue a, .lightblue a, .bluelight a {
    color: #444 !important; }

.color-yellow, .yellow {
  background-color: #fceb4c !important;
  color: #444 !important; }
  .color-yellow a, .yellow a {
    color: #444 !important; }

.color-pink, .pink {
  background-color: #f87bca !important;
  color: #fff !important; }
  .color-pink a, .pink a {
    color: white !important; }

.color-purple, .purple {
  background-color: #c785e5 !important;
  color: #fff !important; }
  .color-purple a, .purple a {
    color: white !important; }

.color-grey, .grey {
  background-color: #ababab !important;
  color: #fff !important; }
  .color-grey a, .grey a {
    color: white !important; }

.color-black, .black {
  background-color: #5e5e5e !important;
  color: #fff !important; }
  .color-black a, .black a {
    color: white !important; }

.color-white, .white {
  background-color: #F5F5F5 !important;
  color: #555 !important; }
  .color-white a, .white a {
    color: #555 !important; }

.color-brown, .brown {
  background-color: #5C4033 !important;
  color: #fff !important; }
  .color-brown a, .brown a {
    color: #fff !important; }

.color-tan, .tan {
  background-color: #d2b48c !important;
  color: #fff !important; }
  .color-tan a, .tan a {
    color: #fff !important; }

/*!
 *  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("//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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=$rotation);
  -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=$rotation);
  -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=$rotation);
  -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=$rotation);
  -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=$rotation);
  -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: white; }

/* 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-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"; }

/************* Default buttons ***************/
.button, .button:hover {
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: .25em 0.6em;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -o-border-radius: 2px !important;
  -border-radius: 2px !important;
  border-radius: 2px !important;
  text-decoration: none !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.25);
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.15s all;
  -moz-transition: 0.15s all;
  -ms-transition: 0.15s all;
  -o-transition: 0.15s all;
  -transition: 0.15s all;
  transition: 0.15s all; }
  .button:hover, .button:hover:hover {
    opacity: 0.9; }
  .button:active, .button:hover:active {
    position: relative;
    top: 1px; }

input.button, button.button {
  *width: auto;
  /* IE7 Fix */
  *overflow: visible;
  /* IE7 Fix */ }

.button img {
  border: none;
  vertical-align: bottom; }

/************  Small buttons ***************/
.button.medium {
  font-size: 16px !important;
  padding: .4em 0.6em; }

/************  Large buttons ***************/
.button.large {
  font-size: 20px !important;
  padding: .6em; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
.fadeInStrict {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  opacity: 1 !important; }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }

  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1); } }
@-moz-keyframes fadeInGrow {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0); }

  100% {
    opacity: 1;
    -moz-transform: scale(1, 1); } }
@-o-keyframes fadeInGrow {
  0% {
    opacity: 0;
    -o-transform: scale(0, 0); }

  100% {
    opacity: 1;
    -o-transform: scale(1, 1); } }
@keyframes fadeInGrow {
  0% {
    opacity: 0;
    transform: scale(0, 0); }

  100% {
    opacity: 1;
    transform: scale(1, 1); } }
.fadeInGrow {
  -webkit-animation-name: fadeInGrow;
  -moz-animation-name: fadeInGrow;
  -o-animation-name: fadeInGrow;
  animation-name: fadeInGrow; }

@-webkit-keyframes fadeInGrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1); } }
/*
BASE (MOBILE) SIZE

*/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  height: 100%; }

body {
  color: #555555;
  font-size: 75%;
  line-height: 1.5em; }

body,
html {
  overflow-x: hidden;
  max-width: 100%; }

p {
  margin: .5em auto; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid; }

#containerbox {
  background-color: white; }

.highlight {
  border-radius: 2px; }

/* align images */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: .5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: .5em; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.alignnone, .aligncenter, .alignleft, .alignright {
  max-width: 100%;
  clear: both; }

button,
input,
select,
textarea {
  font-family: inherit !important; }

.wrap, .wraptop, #dynamic-height-form {
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1200px; }

.wraptop {
  position: relative;
  padding: 0; }

/* column spacing after */
.col {
  padding-bottom: 5%;
  min-height: 1px; }

.widget-title {
  margin: 0.5em 0;
  border-bottom: 1px solid;
  text-transform: uppercase; }

.ds-loading-animate,
.widget {
  opacity: 0; }

.ds_show {
  opacity: 1 !important; }

#content {
  padding-top: 1em;
  padding-bottom: 1em; }
  #content .col {
    padding-bottom: 0; }

blockquote {
  text-align: center;
  font-weight: 200;
  font-style: italic; }
  blockquote cite {
    font-weight: 500; }
  blockquote:before {
    position: absolute;
    left: 0;
    overflow: visible;
    width: 1.5em;
    content: "\f10d" !important;
    font-size: 2.5em;
    font-family: FontAwesome;
    opacity: 0.25; }
  blockquote:after {
    position: absolute;
    right: 0;
    overflow: visible;
    margin-top: -0.6em;
    width: 1.5em;
    content: "\f10e" !important;
    font-size: 2.5em;
    font-family: FontAwesome;
    opacity: 0.25; }

.lists {
  margin-left: 1em; }

/* wordpress admin bar to make magic line work in admin */
#wpadminbar {
  position: fixed; }

/* Google font loading to reduce FOUT */
.wf-loading {
  color: black; }

/*********************
HEADER
*********************/
.site-title,
.site-description {
  margin: 0;
  white-space: nowrap; }

.site-title {
  font-size: 18px;
  line-height: 1.2; }
  .site-title a {
    font-size: 2em; }

.site-description {
  padding-bottom: 0.5em; }

#home-top {
  position: relative; }
  #home-top .flexslider {
    margin: 0 !important; }

.max-img-size {
  visibility: hidden;
  height: 100%; }

.gallery-caption {
  color: #757575;
  font-style: italic; }

.flex-caption .ds-read-more {
  margin-top: -1em; }

#fixed {
  z-index: 1000; }

.scroll-to-fixed-hover {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5); }

#home-top .widget {
  padding-bottom: 0; }

.logo {
  margin-right: 1em; }
  .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }

#top-nav {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

header {
  background-color: white;
  opacity: 0.95;
  position: relative;
  min-height: 2.5em; }

#headersearch #searchform #searchbox {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -transition: all 0.4s;
  transition: all 0.4s;
  width: 1.25em;
  opacity: 0;
  cursor: pointer; }
  #headersearch #searchform #searchbox:focus {
    width: 10em;
    opacity: 1;
    cursor: auto; }

#searchform {
  position: relative; }
  #searchform .add-on {
    position: absolute;
    right: 0;
    margin-top: 1px;
    margin-right: 5px; }
    #searchform .add-on:hover {
      text-decoration: none; }

#searchsubmit {
  display: none; }

#searchbox:focus {
  outline: none; }

#inner-header {
  width: 100%;
  display: table; }

.article-header {
  position: relative;
  min-height: 3.5em;
  line-height: 1em;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5); }

/* Override columns bottom padding for slider */
.slider,
.home-form {
  padding-bottom: 0 !important; }

.home-form {
  padding-left: 5%;
  text-align: center;
  line-height: normal; }
  .home-form input[type="submit"] {
    margin-bottom: 0;
    width: 100%; }

#dynamic-width-form {
  padding-right: 5%; }

#dynamic-height-form {
  top: 0;
  right: 5%;
  z-index: 100; }

#cta-widget {
  padding-bottom: .25em; }

/* breadcrumbs */
#crumbs, #nocrumbs {
  position: absolute;
  bottom: 0;
  max-width: 50%;
  font-size: .6em; }
  #crumbs .delimiter:after, #nocrumbs .delimiter:after {
    content: "\f105";
    font-family: FontAwesome; }
  #crumbs a, #nocrumbs a {
    position: relative;
    display: inline; }
    #crumbs a:first-child:after, #nocrumbs a:first-child:after {
      content: normal; }
    #crumbs a:last-of-type:after, #nocrumbs a:last-of-type:after {
      content: "\A";
      white-space: pre; }

.bc-page {
  margin-left: .5em; }

#nocrumbs a {
  display: none; }

/*********************
SIDEBARS & WIDGETS
*********************/
.sidebar {
  display: block; }

.widget {
  padding-bottom: 1em; }
  .widget ul {
    margin-top: 0;
    padding: 0;
    list-style-type: none; }
    .widget ul li ul {
      margin-left: .2em; }
      .widget ul li ul li:before {
        content: '- '; }

/*********************
TEXT FIELD STYLES
*********************/
input,
textarea {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  -box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 3px;
  width: 100%;
  border: 0px;
  background-color: #f8f8f8; }

input[type="submit"],
input[type="button"],
input[type="reset"] {
  float: right;
  margin-bottom: 1em;
  width: auto; }

/* End of Awesome Inline Form Labels */
/*********************
LINK STYLES
*********************/
a {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  -transition: 0.25s;
  transition: 0.25s;
  color: #555555;
  text-decoration: none;
  /* mobile tap color */ }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: inherit;
  font-weight: normal;
  line-height: normal;
  text-rendering: optimizelegibility; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #555555; }

.cssmenu {
  float: right;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px !important; }
  .cssmenu ul {
    position: relative;
    z-index: 15;
    display: table;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer; }
    .cssmenu ul ul {
      -webkit-transition: 0.25s opacity;
      -moz-transition: 0.25s opacity;
      -ms-transition: 0.25s opacity;
      -o-transition: 0.25s opacity;
      -transition: 0.25s opacity;
      transition: 0.25s opacity;
      width: 150px;
      white-space: normal; }
      .cssmenu ul ul a {
        display: block;
        padding: .5em 1em; }
        .cssmenu ul ul a:hover {
          padding: .5em 1em !important; }
      .cssmenu ul ul ul {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 10;
        visibility: hidden;
        margin-top: -2.5em;
        margin-left: -345px;
        opacity: 0; }
      .cssmenu ul ul > li {
        position: relative; }
        .cssmenu ul ul > li:last-child {
          border: 0; }
          .cssmenu ul ul > li:last-child:hover, .cssmenu ul ul > li:last-child:active, .cssmenu ul ul > li:last-child.current_page_item {
            -webkit-border-radius: 0 0 2px 2px;
            -moz-border-radius: 0 0 2px 2px;
            -ms-border-radius: 0 0 2px 2px;
            -o-border-radius: 0 0 2px 2px;
            -border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px; }
        .cssmenu ul ul > li:first-child:hover, .cssmenu ul ul > li:first-child:active, .cssmenu ul ul > li:first-child.current_page_item {
          -webkit-border-radius: 2px 2px 0 0;
          -moz-border-radius: 2px 2px 0 0;
          -ms-border-radius: 2px 2px 0 0;
          -o-border-radius: 2px 2px 0 0;
          -border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0; }
        .cssmenu ul ul > li:only-child:hover {
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          -o-border-radius: 2px;
          -border-radius: 2px;
          border-radius: 2px; }
        .cssmenu ul ul > li:hover {
          -webkit-transition: 0.25s;
          -moz-transition: 0.25s;
          -ms-transition: 0.25s;
          -o-transition: 0.25s;
          -transition: 0.25s;
          transition: 0.25s; }
          .cssmenu ul ul > li:hover > ul {
            left: 196px;
            display: block;
            visibility: visible;
            opacity: 1; }
        .cssmenu ul ul > li:active, .cssmenu ul ul > li.current_page_item, .cssmenu ul ul > li.current_page_ancestor {
          -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
          -o-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
          -box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
          -webkit-transition: 0.15s;
          -moz-transition: 0.15s;
          -ms-transition: 0.15s;
          -o-transition: 0.15s;
          -transition: 0.15s;
          transition: 0.15s; }
  .cssmenu > ul {
    display: table;
    white-space: nowrap; }
    .cssmenu > ul > li {
      position: relative;
      display: table-cell;
      padding-left: 1em;
      vertical-align: middle; }
      .cssmenu > ul > li > a:hover {
        -webkit-transition: 0.25s all;
        -moz-transition: 0.25s all;
        -ms-transition: 0.25s all;
        -o-transition: 0.25s all;
        -transition: 0.25s all;
        transition: 0.25s all; }
      .cssmenu > ul > li:hover > ul {
        display: block;
        visibility: visible;
        opacity: 1; }
      .cssmenu > ul > li > ul {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 100%;
        visibility: hidden;
        margin-left: -1em;
        opacity: 0; }
        .cssmenu > ul > li > ul:before {
          position: absolute;
          top: -20px;
          left: 1em;
          display: block;
          border-width: 10px;
          border-style: solid;
          content: ''; }
  .cssmenu a {
    text-decoration: none; }
  .cssmenu .magic-line {
    margin-left: 1em; }
  .cssmenu ul ul {
    background-color: #333333;
    color: white; }
    .cssmenu ul ul a {
      color: white; }
  .cssmenu > ul > li > ul:before {
    border-color: transparent transparent #333333 transparent; }

.magic-line {
  position: absolute !important;
  padding: 0 !important; }

#sidenavigation {
  display: none; }

/*********************
POSTS & CONTENT STYLES
*********************/
.single-title, .page-title {
  display: inline-block;
  padding: 0 .2em;
  max-width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  white-space: nowrap;
  font-size: 1.5em;
  line-height: 1.5em; }

.page-title {
  font-size: 2.75em; }

article,
#main,
.sidebar {
  position: relative; }

.format-aside .post-format a:before {
  margin-right: 2px;
  content: "\f101";
  font-family: genericon; }

.post-title {
  margin: 0; }

.sticky {
  margin: -5px;
  padding: 5px; }

.genericon {
  width: auto;
  font-size: 1.6em; }

.entry-date,
.byline,
.tags,
.categories {
  text-transform: uppercase;
  font-size: .8em; }

.post-password-form input[type="password"] {
  width: 50%; }
.post-password-form input[type="submit"] {
  float: none; }

.post-date {
  font-size: .5em;
  opacity: 0.5; }

/* entry content */
.entry-content dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em; }
.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

/* end .entry-content */
.wp-caption {
  padding: 5px;
  background: #F9F9F9;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    margin: 4px 0 7px;
    text-align: center;
    font-size: 0.85em; }

/* end .wp-caption */
.ds-featured {
  text-align: center; }

.ds-post-content img {
  position: static;
  top: 0;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.bypostauthor {
  background-image: none; }

.ds-read-more {
  float: right; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-links {
  text-align: center; }
  .page-links a:hover {
    padding: 0 3px; }

.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.DS_page_navi {
  display: table;
  margin: 0 auto;
  /* current page link */
  /* end .DS_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */ }
  .DS_page_navi li {
    display: inline-block;
    margin-left: 10px; }
    .DS_page_navi li a {
      position: relative;
      display: block;
      margin: 3px 6px;
      padding: 0px 6px;
      text-decoration: none; }
      .DS_page_navi li a:hover, .DS_page_navi li a:focus {
        text-decoration: none; }
  .DS_page_navi li.bpn-current {
    position: relative;
    padding: 0px 6px; }
  .DS_page_navi li.bpn-prev-link,
  .DS_page_navi li.bpn-next-link {
    font-weight: 700; }
    .DS_page_navi li.bpn-prev-link a,
    .DS_page_navi li.bpn-next-link a {
      padding: 0; }
  .DS_page_navi li.bpn-prev-link a:hover,
  .DS_page_navi li.bpn-next-link a:hover,
  .DS_page_navi li.bpn-first-page-link a:hover,
  .DS_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .DS_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment content */
  /* end .commentlist .comment_content */ }
  .commentlist li {
    position: relative;
    clear: both;
    list-style: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px; }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0; }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-top: 0;
    margin-left: 0; }
  .commentlist li:not(.depth-1) {
    margin-top: 0;
    margin-right: -10px;
    margin-left: -10px;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #F9F9F9; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      top: 13px;
      left: 13px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-meta {
    margin-left: 50px; }
    .commentlist .comment-meta a {
      text-transform: uppercase;
      font-size: .8em; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      clear: both;
      margin-bottom: 0.7335em;
      list-style-type: none; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      border: 1px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -ms-box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      min-width: 250px;
      max-width: 400px; }
    .respond-form form textarea {
      height: 150px; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/* tags background */
.bg-grey {
  padding: 8px;
  width: 100%;
  background: #F9F9F9;
  clear: both; }

/*********************
FOOTER STYLES
*********************/
#footer {
  width: 100%;
  background-color: #333333;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
  color: #cfcfcf; }
  #footer .button {
    float: right; }
  #footer .menu {
    display: inline; }
  #footer ul {
    list-style-type: none; }
  #footer a {
    display: inline-block; }
    #footer a:not(:hover) {
      color: #cfcfcf; }
  #footer #footerbottom {
    line-height: 3em; }
    #footer #footerbottom a {
      line-height: 2em; }
    #footer #footerbottom #footerbottomleft {
      display: table; }
      #footer #footerbottom #footerbottomleft * {
        vertical-align: middle; }
    #footer #footerbottom .col {
      padding-bottom: 0; }
    #footer #footerbottom .copyright {
      padding-top: 1em;
      text-align: right;
      font-size: .75em; }

/******************************************************************
Stylesheet: 481px and Up Stylesheet
******************************************************************/
body {
  font-size: 80%; }

/*********************
POSTS & CONTENT STYLES
*********************/
.genericon {
  margin-top: 1px; }

/*********************
GRID/COLUMN STYLES
*********************/
.columns {
  margin-left: -2.5%; }

.col1-4 {
  width: 22.5%; }

.col2-4,
.col1-2 {
  width: 47.5%; }

.col3-4 {
  width: 72.5%; }

.col1-3 {
  width: 30.83333%; }

.col2-3 {
  width: 64.16667%; }

.col1-1 {
  margin-right: 0;
  width: 100%; }

.col {
  float: left;
  margin-left: 2.5%; }

/*********************
SIDEBAR STYLES
*********************/
.sidebar {
  display: block !important; }

/*********************
SIDE NAVIGATION STYLES
*********************/
#sidenavigation {
  margin-bottom: 1em;
  display: block; }
  #sidenavigation .cssmenu {
    width: 100%;
    font-size: 0.75em !important; }
    #sidenavigation .cssmenu ul {
      float: left !important;
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none; }
      #sidenavigation .cssmenu ul ul {
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        -box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        margin-top: 0.5em;
        border-radius: 2px; }
        #sidenavigation .cssmenu ul ul a {
          padding: .5em 1em; }
        #sidenavigation .cssmenu ul ul ul {
          left: 99%;
          margin-top: -2.5em; }

/*********************
FORM STYLES
*********************/
#dynamic-height-form {
  position: absolute;
  padding: 0;
  width: 28.3333%; }

.home-form {
  padding-left: 0; }

/*********************
SCROLL UP BUTTOM STYLES
*********************/
#scrollUp {
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: margin-bottom 150ms linear;
  -moz-transition: margin-bottom 150ms linear;
  -ms-transition: margin-bottom 150ms linear;
  -o-transition: margin-bottom 150ms linear;
  -transition: margin-bottom 150ms linear;
  transition: margin-bottom 150ms linear;
  right: 0.75%;
  bottom: 0px;
  margin-bottom: -0.25em;
  padding: 0.25em 0.25em 0.5em 0.25em;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-size: 2.5em;
  font-family: FontAwesome;
  opacity: 0.9; }
  #scrollUp:after {
    content: "\f106"; }
  #scrollUp:hover {
    margin-bottom: 0px;
    text-decoration: none; }
  #scrollUp:active {
    opacity: 1; }

/*
TABLET &  LAPTOPS
*/
/******************************************************************
Stylesheet: Tablet & Small Desktop Stylesheet
******************************************************************/
body {
  font-size: 85%; }

/*********************
POSTS & CONTENT STYLES
*********************/
#containerbox {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; }

/*********************
SLIDER STYLES
*********************/
.slider {
  float: left; }

.slider-full-width {
  margin-right: auto;
  margin-left: auto; }
