﻿/******************************************************************
Theme: 		ThemeLuxe Framework
Author: 	Joshua Flowers
Author URI: http://themeluxe.com

Stylesheet: Main Stylesheet

******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0; }

dd {
  margin: 0; }

.sidebar ul, .sidebar ol, .commentlist {
  list-style: none; }

/******************************************************************
File: _mixins.scss
Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
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
*********************/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-warning, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-warning {
  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; }

/*********************
PREFIXES
*********************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transform(rotate(360deg));
*/
/*********************
OPACITY
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/*********************
BUTTONS
*********************/
.button, .button:visited, input[type=submit] {
  background: transparent;
  border: 0px;
  padding: 12px 48px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 22px;
  margin-bottom: 20px;
  line-height: 21px;
  border: 3px solid rgba(100, 100, 100, 0.15);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  }
  .button .button-text, .button:visited .button-text, input[type=submit] .button-text {
    font-weight: 500 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .button .button-icon, .button:visited .button-icon, input[type=submit] .button-icon {
    font-size: 14px;
    margin-left: -5px;
    padding-right: 5px;
    line-height: 12px;
    background: url(../images/sq.jpg) no-repeat;
    background-size: 29px 36px;
    display: block;
    width: 29px;
    height: 36px;
    position: absolute;
    left: 6%;
    top: 14%;
    }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus, input[type=submit]:hover, input[type=submit]:focus {
    color: #baab8b;
    border-color: #baab8b; }
    .button:hover .button-text, .button:focus .button-text, .button:visited:hover .button-text, .button:visited:focus .button-text, input[type=submit]:hover .button-text, input[type=submit]:focus .button-text {
      color: #baab8b; }

.button.small {
  padding: 5px 28px;
  font-size: 11px;
  margin-top: 31%;
  }

.button.large {
  padding: 16px 30px;
  font-size: 14px; }

.button.alt {
  background: transparent; }
  .button.alt:hover, .button.alt:focus {
    background-color: transparent; }

/*********************
SCROLL TOP BUTTON
*********************/
#scroll-top {
  position: relative;
  left: 50%;
  top: -30px;
  margin-left: -30px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/top.png) no-repeat;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-size: 100% 100%;
  }
  #scroll-top:hover:after {
    color: #baab8b; }
  #scroll-top:after {
    display: block;
    color: #ffffff;
    font-size: 60px;
    font-family: 'ElegantIcons';
    position: absolute;
    left: -5px;
    top: 10px;
    color: #282828;
    }

#scroll-top.visible {
  visibility: visible; }

/******************************************************************
File: _font-icons.scss
Stylesheet: Font Icon Stylesheet
******************************************************************/
@font-face {
  font-family: 'ElegantIcons';
  src: url('fonts/elegant-icons/ElegantIcons.eot');
  src: url('fonts/elegant-icons/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/elegant-icons/ElegantIcons.woff') format('woff'), url('fonts/elegant-icons/ElegantIcons.ttf') format('truetype'), url('fonts/elegant-icons/ElegantIcons.svg#ElegantIcons') format('svg');
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile {
    background: url(../images/dhh.png) no-repeat left top;
    background-size: 100%;
    width: 4%;
    display: block;
    min-height: 35px;
    margin-top: 3%;
    }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt {
  background: url(../images/dx.png) no-repeat left top;
  background-size: 100%;
  width: 4%;
  display: block;
  min-height: 35px;
  margin-top: 3%; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt{
  background: url(../images/dz.png) no-repeat left top;
  background-size: 100%;
  width: 4%;
  display: block;
  min-height: 35px;
  margin-top: 3%;
  }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before {
  content: "\e022"; }

.icon_calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2 {
  background: url(../images/dq.png) no-repeat left top;
  background-size: 100%;
  width: 4%;
  display: block;
  min-height: 35px;
  margin-top: 3%;}

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

.glyph {
  float: left;
  text-align: center;
  padding: 0.75em;
  margin: 0.4em 1.5em 0.75em 0;
  width: 6em;
  text-shadow: none; }

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }

.glyph div {
  padding-bottom: 10px; }

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: 0.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.glyph .fs1 {
  font-size: 2em; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/******************************************************************
File: _prettyPhoto.scss
Stylesheet: PrettyPhoto lightbox

******************************************************************/
/*prettyPhoto*/
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
  margin-top: -2px; }

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px;
  overflow: hidden; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  /*margin:10px 0 2px;*/
  padding: 7px 10px;
  background-color: #fff; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 30px;
  top: 7px;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 0 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: 0.5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
File: _base.scss
Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  position: relative; }

body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656; }

img {
  max-width: 100%;
  height: auto; }

iframe, embed {
  max-width: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

code {
  font-family: monospace, serif;
  font-size: 1em;
  background: rgba(100, 100, 100, 0.2);
  padding: 10px;
  border: 1px solid rgba(100, 100, 100, 0.4);
  margin: 20px 0;
  display: inline-block; }

hr {
  border-color: #fff;
  background-color: #fff; }

/*********************
PRELOADER
*********************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 100000;
  /* makes sure it stays on top */ }

#status {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -24px;
  /* is width and height divided by two */
  margin-left: -24px; }
  #status #preloader-logo {
    text-align: center; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
.error404 #content {
  text-align: center;
  background-color: #baab8b;
  padding: 80px 0 120px; }
  .error404 #content h1 {
    color: #343434;
    font-weight: 700;
    font-size: 250px;
    line-height: 1;
    margin: 20px 0 -35px;
    font-family: Arial, sans-serif; }
  .error404 #content h3 {
    text-transform: uppercase; }
  .error404 #content .entry-content p {
    font-weight: 400;
    font-size: 20px;
    color: #343434;
    max-width: 300px;
    margin: 0 auto; }

/* 404 page */
.single #main {
  padding-bottom: 70px; }
.single #content {
  padding-bottom: 0px; }
.single .post .article-featured {
  margin-bottom: 20px; }
  .single .post .article-featured p {
    margin: 0px; }
.single .post .entry-title {
  line-height: 1em; }
.single .post .entry-meta {
  font-size: 13px;
  padding: 0px 0;
  margin: 0px 0px 10px; }
  .single .post .entry-meta span {
    margin-right: 20px; }
  .single .post .entry-meta .post-date:before {
    content: "\e023";
    font-family: 'ElegantIcons';
    margin-right: 8px; }
  .single .post .entry-meta .post-tags:before {
    content: "\6b";
    font-family: 'ElegantIcons';
    margin-right: 8px; }
  .single .post .entry-meta .post-comments:before {
    content: "\76";
    font-family: 'ElegantIcons';
    margin-right: 8px; }
.single .post .article-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
.single .post h6.tags-header {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 34px;
  margin-right: 20px; }
.single .post .tags {
  margin: 0px;
  display: block;
  float: left;
  max-width: 70%; }
  .single .post .tags a {
    font-size: 13px !important;
    border: 3px solid rgba(100, 100, 100, 0.15);
    padding: 2px 14px;
    text-transform: lowercase;
    background-color: #fff;
    color: #343434;
    display: inline-block;
    margin: 0 9px 9px 0; }
    .single .post .tags a:hover {
      color: #fff; }
.single .post .social-share {
  max-width: 30%; }

/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 91%;
  margin: 0 auto;
  }

#inner-content {
  padding: 70px 0; }

#container {
  overflow: hidden; }

.container {
  overflow: visible;
  }
  .container:before, .container:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-bottom: 80px solid transparent;
    margin-top: -80px;
    position: relative; }
  .container:after {
    border-right: 0px solid transparent;
    border-bottom: 0px;
    border-top: 80px solid transparent;
    border-left: 0px;
    border-right: 100vw solid transparent;
    margin-top: 0px;
    margin-bottom: -80px; }

.angle-separator {
  height: 70px;
  position: absolute;
  top: -69px;
  fill: transparent; }

.angle-separator.angle-bottom {
  top: auto;
  bottom: -69px; }

.angle-container {
  position: relative; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, .feature.style2 .feature-title, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Arial", Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.5em;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, .feature.style2 .feature-title a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 40px; }

h2, .h2, .feature.style2 .feature-title {
  font-size: 30px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 12px; }

/******************************************************************
FORM STYLES
******************************************************************/
form p {
  margin: 10px 0 25px;
  text-align: left; }

input, textarea, select {
  max-width: 100%; }

input[type=text], input[type=email], input[type=url], textarea {
  background: transparent;
  border: 3px solid #fff;
  line-height: 1.5em;
  width: 100%;
  padding: 12px 15px;
  text-align: left;
  /* form validation */ }
  input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus {
    outline: 0; }
  input[type=text]:invalid, input[type=email]:invalid, input[type=url]:invalid, textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }

input[type=text], input[type=email], input[type=url] {
  min-width: 200px; }

textarea {
  resize: none;
  height: 200px; }

/*********************
HEADER STYLES
*********************/
header[role=banner] {
  z-index: 10000; }

#logo, #scrolled-logo {
  display: none;
  float: left;
  margin: 0px;
  position: absolute; }
  #logo img, #scrolled-logo img {
    max-height: 100%;
    display: block; }

#scrolled-logo {
  display: block; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#mobile-nav-button.active{
    background: url(../images/con1.png) no-repeat center;
}
#mobile-nav-button {
  display: block;
  margin-top: 13px;
  position: relative;
  cursor: pointer;
  width: 35px;
  height: 35px;
  float: right;
  text-align: center;
  background: url(../images/dh.png) no-repeat;
  background-size: 100% 100%;
  }
  #mobile-nav-button:before {
    font-size: 30px;
    line-height: 45px;
    margin-left: -3px;
    color: #000;
    font-family: 'ElegantIcons';
    }

#mobile-nav-button.active:before {
  }

.nav {
  border-bottom: 0;
  list-style-type: none;
  clear: both;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
    .nav li a {
      outline: none;
      position: relative;
      display: block;
      text-decoration: none;
      padding: 10px 10px;
      border-bottom: 1px solid #ccc;
      text-transform: uppercase;
      /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/ }
      .nav li a span {
        position: absolute;
        top: 55%;
        line-height: 1em;
        left: 0;
        width: 100%;
        text-align: left;
        font-size: 10px;
        font-weight: 300;
        text-transform: none;
        opacity: 0.6;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
        -moz-opacity: 0.6;
        zoom: 1;
        padding: 5px; }
    .nav li ul.sub-menu, .nav li ul.children {
      list-style-type: none;
      background: #ffffff; }
      .nav li ul.sub-menu li a, .nav li ul.children li a {
        padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
.page-header {
  margin-bottom: 0px;
  }
  .page-header .page-subtitle {
    max-width: 550px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative; }
  .page-header .wrap {
    padding-top: 40px; }

.single-title, .page-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  position: relative; }

.page-template-page-onepage-php .page-header .wrap {
  padding-top: 0px; }
.page-template-page-onepage-php .page-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  }
  .page-template-page-onepage-php .page-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background-color: #c1c1c1;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    margin-top: 25px;
    }
.page-template-page-onepage-php .page-title1 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  }
  .page-template-page-onepage-php .page-title1:after {
    display: block;
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background-color: none;
    top: 100%;
    left: 50%;
    margin-left: -11px;
    margin-top: 25px;
    }
.page-template-page-onepage-php .page-title2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  }
  .page-template-page-onepage-php .page-title2:after {
    display: block;
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background-color: #c1c1c1;
    top: 100%;
    left: 0;
    margin-left: auto;
    margin-top: 25px;
    margin-right: auto;
    right: 0;
    }
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
.sticky {
  background-color: #fff;
  padding: 5px 20px;
  position: relative; }
  .sticky:before, .sticky:after {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -3px;
    left: -3px;
    border: 3px solid #baab8b;
    z-index: -1; }
  .sticky:after {
    top: auto;
    left: auto;
    bottom: -3px;
    right: -3px; }

/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.blog .post, .archive .post {
  margin-bottom: 30px; }
  .blog .post .article-featured, .archive .post .article-featured {
    position: relative;
    margin-bottom: 20px; }
    .blog .post .article-featured p, .archive .post .article-featured p {
      margin: 0px; }
    .blog .post .article-featured .video-button, .archive .post .article-featured .video-button {
      text-align: center;
      display: block;
      height: 90px;
      width: 90px;
      margin-left: -45px;
      margin-top: -45px;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
      .blog .post .article-featured .video-button:before, .archive .post .article-featured .video-button:before {
        font-family: 'ElegantIcons';
        content: "\45";
        color: #fff;
        line-height: 90px;
        font-size: 50px;
        margin-left: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .blog .post .article-featured .video-button:hover:before, .archive .post .article-featured .video-button:hover:before {
        color: #fff; }
  .blog .post .entry-title, .archive .post .entry-title {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .blog .post .article-header, .archive .post .article-header {
    margin: 0; }
    .blog .post .article-header .entry-meta, .archive .post .article-header .entry-meta {
      font-size: 13px;
      padding: 0px 0;
      margin: 0px 0px 10px; }
      .blog .post .article-header .entry-meta span, .archive .post .article-header .entry-meta span {
        margin-right: 20px; }
      .blog .post .article-header .entry-meta .post-date:before, .archive .post .article-header .entry-meta .post-date:before {
        content: "\e023";
        font-family: 'ElegantIcons';
        margin-right: 8px; }
      .blog .post .article-header .entry-meta .post-tags:before, .archive .post .article-header .entry-meta .post-tags:before {
        content: "\6b";
        font-family: 'ElegantIcons';
        margin-right: 8px; }
      .blog .post .article-header .entry-meta .post-comments:before, .archive .post .article-header .entry-meta .post-comments:before {
        content: "\76";
        font-family: 'ElegantIcons';
        margin-right: 8px; }
  .blog .post .entry-content, .archive .post .entry-content {
    margin: 0px;
    padding-bottom: 25px; }
    .blog .post .entry-content .more-link, .archive .post .entry-content .more-link {
      display: block;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 15px; }
  .blog .post .article-footer, .archive .post .article-footer {
    padding: 23px 40px 19px;
    background-color: #fff;
    color: #343434;
    border-bottom: 10px solid #baab8b; }
    .blog .post .article-footer .tags, .archive .post .article-footer .tags {
      margin: 0px; }
      .blog .post .article-footer .tags a, .archive .post .article-footer .tags a {
        color: #343434;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold; }
      .blog .post .article-footer .tags:before, .archive .post .article-footer .tags:before {
        content: "\e687";
        font-family: "rt-icons";
        margin-right: 14px;
        color: #343434; }

/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content table td {
    padding: 3px 10px; }
  .entry-content ul, .entry-content ol {
    padding-left: 25px; }
  .entry-content blockquote {
    margin: 0px;
    padding: 10px 20px 10px 25px;
    border-left: 3px solid rgba(100, 100, 100, 0.15); }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto;
    width: 40%;
    position: relative;
    }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.gallery-caption {
  background-color: transparent; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.1em 0 2.2em; }

.page-navigation {
  text-align: center; }

.luxe-page-navigation {
  list-style: none;
  display: inline-block;
  /* current page link */
  /* end .luxe_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  .luxe-page-navigation li {
    background: transparent !important;
    border: 3px solid rgba(100, 100, 100, 0.15);
    float: left;
    text-align: center;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    padding: 0 !important;
    font-weight: bold;
    -webkit-transition: border-color 0.3s linear;
    -moz-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    -ms-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
    }
    .luxe-page-navigation li a {
      line-height: 34px;
      text-align: center;
      display: block;
      text-decoration: none;
      position: relative; }
  .luxe-page-navigation li.luxe-current {
    line-height: 34px;
    position: relative;
    color: #343434;
    cursor: default;
    border: 3px solid #000000;
    background: none;
    padding: 0;
    }
    .luxe-page-navigation li.luxe-current:hover, .luxe-page-navigation li.luxe-current:focus {
      border-color: #baab8b; }
      .luxe-page-navigation li.luxe-current:hover span, .luxe-page-navigation li.luxe-current:focus span {
        color: #baab8b;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        transition: color 0.3s linear; }
    .luxe-page-navigation li.luxe-current a {
      /* hovering on current page link */ }
  .luxe-page-navigation li.luxe-prev-link, .luxe-page-navigation li.luxe-next-link {
    font-weight: 700;
    display: none; }
    .luxe-page-navigation li.luxe-prev-link a, .luxe-page-navigation li.luxe-next-link a {
      display: block;
      width: 31px;
      height: 28px;
      padding: 0; }
  .luxe-page-navigation li.luxe-next-link a {
    background: url(images/page-arrow-right.png) no-repeat 100% 0; }
    .luxe-page-navigation li.luxe-next-link a:hover {
      background: url(images/page-arrow-right.png) no-repeat 0 0 #baab8b; }
  .luxe-page-navigation li.luxe-prev-link a {
    background: url(images/page-arrow-left.png) no-repeat 0 0; }
    .luxe-page-navigation li.luxe-prev-link a:hover {
      background: url(images/page-arrow-left.png) no-repeat 100% 0 #baab8b; }

/* end .luxe_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
******************************************************************/
#comment-container {
  background-color: #282828; }

/* h3 comment title */
#comments {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 0px;
  font-weight: bold;
  /* number of comments span */ }

.comment-nav ul {
  list-style: none; }

.commentlist {
  color: #808080;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist p {
    color: #808080; }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 40px 10px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.15);
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      padding-left: 100px;
      /* variations */
      /* change number for different depth */ }
      .commentlist li ul.children li {
        border-bottom: 0px; }
      .commentlist li ul.children .bypostauthor {
        display: block; }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .comment-author {
    float: left;
    margin-left: 0px;
    margin-right: 20px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
    line-height: 1em;
    font-size: 16px;
    color: #fff; }
  .commentlist .vcard time {
    margin-left: 20px; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    border-radius: 50%; }
  .commentlist .comment-meta {
    font-size: 20px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 15px 0;
    margin: 10px 0 10px 85px; }
  .commentlist .comment_content {
    margin-left: 90px; }
    .commentlist .comment_content p {
      margin: 0.5em 0 0.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    margin-left: 20px;
    color: #b7b7b7; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  padding-bottom: 2.2em;
  max-width: 570px;
  margin: 20px auto; }
  .respond-form h3 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: uppercase; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .respond-form form li small {
        display: none; }
    .respond-form form label, .respond-form form .comment-notes, .respond-form form .form-allowed-tags, .respond-form form .required {
      display: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
      /* 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;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form textarea {
      resize: none;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 10px;
  font-weight: bold; }

#comment-form-elements {
  margin-bottom: 0px; }

/* cancel comment reply link */
#cancel-comment-reply-link {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #b7b7b7; }

/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px; }

.widget ul li {
  margin: 0;
  padding-left: 10%;
  /* deep nesting */
  margin: 2% auto;
  }
  .widget ul li:last-child {
    border-bottom: 0px; }
.widget:first-child {
  margin-top: 0px; }

.tagcloud {
  margin-top: 20px; }
  .tagcloud a {
    font-size: 13px !important;
    border: 3px solid rgba(100, 100, 100, 0.15);
    padding: 2px 14px;
    text-transform: lowercase;
    background-color: #fff;
    color: #343434;
    display: inline-block;
    margin: 0 9px 9px 0; }
    .tagcloud a:hover {
      color: #fff; }

.widget_search #searchform {
  position: relative; }
  .widget_search #searchform:after {
    content: "\55";
    font-family: 'ElegantIcons';
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px; }
.widget_search #s {
  border: 0px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.15);
  padding-left: 0px; }

.widget_recent_entries .post-date {
  display: block;
  font-size: 13px; }
  .widget_recent_entries .post-date:before {
    content: "\e023";
    font-family: 'ElegantIcons';
    margin-right: 8px;
    font-size: 12px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

#footer-widgets {
  padding: 60px 0; }
  #footer-widgets .widget {
    margin: 0px;
    margin-bottom: 40px;
    width: 100%; }
    #footer-widgets .widget ul {
      list-style: none; }

#footer-copy {
  padding: 10px 0;
  position: relative;
  top: -20px;
  }

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*********************
SHORTCODES
*********************/
/*********************
LUXE POSTS
*********************/
.luxe-post {
  text-align: center;
  margin-bottom: 30px !important; }
  .luxe-post img {
    display: block;
    margin: 0px;
    margin: 0 auto; }
  .luxe-post .luxe-post-featured {
    position: relative; }
  .luxe-post .luxe-post-details {
    border-left: 3px solid rgba(100, 100, 100, 0.15);
    border-right: 3px solid rgba(100, 100, 100, 0.15);
    border-bottom: 3px solid rgba(100, 100, 100, 0.15);
    padding: 25px 5px;
    display: inline-block;
    width: 100%; }
  .luxe-post .luxe-post-title {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1em; }
  .luxe-post .luxe-post-date {
    width: 32%;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    display: block;
    background: url(../images/rq.jpg) no-repeat left;
    background-size: 175%;
    margin-left: 18%;
    color: #646464;
padding-left:5%;
    }
    .luxe-post .luxe-post-date:before {
      font-family: 'ElegantIcons';
      margin-right: 8px;
      }
  .luxe-post .luxe-post-comments {
    width: 22%;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    display: block;
    background: url(../images/rq1.jpg) no-repeat left;
    background-size: 235%;
    margin-right: 14%;
    margin-left: 14%;
    color: #646464;
    }
    .luxe-post .luxe-post-comments:before {
      font-family: 'ElegantIcons';
      margin-right: 8px;
      }
    .luxe-post .luxe-post-comments a{color: #646464;}

.luxe-post.style2 {
  border-bottom: 10px solid #baab8b;
  border-right: 0px; }
  .luxe-post.style2 img {
    margin: 0 auto; }
  .luxe-post.style2 .luxe-post-featured {
    margin-left: 0px !important; }
  .luxe-post.style2 .luxe-post-details {
    padding: 15px 15px 15px 0px; }

.luxe-post.format-video .video-button {
  display: block;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .luxe-post.format-video .video-button:before {
    font-family: 'ElegantIcons';
    content: "\45";
    color: #fff;
    line-height: 90px;
    font-size: 50px;
    margin-left: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .luxe-post.format-video .video-button:hover:before {
    color: #fff; }

.posts-carousel .item {
  margin: 0 10px; }

/*********************
RELATED POSTS
*********************/
.related-posts {
  clear: both;
  margin: 70px 0 0 0; }
  .related-posts h4 {
    font-weight: bold; }

/*********************
FEATURES
*********************/
.feature {
  padding: 64px 15px 28px;
  margin-bottom: 40px;
  position: relative; }
  .feature img, .feature i {
    display: block;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center; }
  .feature .feature-title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0 20px;
    font-weight: bold; }
  .feature .feature-desc {
    width: 100%;
    text-align: center;
    margin: 5px 0 30px;
    display: block;
    text-align: center; }

.feature.style2 {
  border-bottom: 0px !important;
  background-color: transparent;
  text-align: center;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }
  .feature.style2:hover i, .feature.style2:hover img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    /*IE*/
    filter: fliph;
    /*IE*/ }
  .feature.style2 .feature-icon {
    margin-bottom: 15px; }
  .feature.style2 .feature-title {
    font-weight: bold;
    margin: 0px;
    line-height: 1em;
    margin-bottom: 15px; }
  .feature.style2 .feature-desc {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 32px;
    margin: 2px 0;
    color: #343434;
    border: 4px solid #fff;
    width: auto;
    display: inline-block;
    margin: 0 auto; }

.feature.style3 {
  border-bottom: 0px;
  border-right: 10px solid #baab8b;
  padding-top: 10px; }
  .feature.style3 .feature-icon {
    float: left;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px; }
  .feature.style3 .feature-title {
    text-align: left;
    padding-left: 100px;
    margin: 5px 0; }
  .feature.style3 .feature-desc {
    padding-left: 100px;
    text-align: left;
    margin: 0px; }

.feature.style4:hover i, .feature.style4:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none; }

/*********************
PROGRESS 
*********************/
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }

  40% {
    transform: scaleX(1.02); }

  60% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(0.98); }

  80% {
    transform: scaleX(1.01); }

  100% {
    transform: scaleX(1); } }

@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }

  100% {
    -webkit-transform: scaleX(1); } }

.progress {
  height: 20px;
  box-shadow: none;
  background-color: #343434;
  border-radius: 0;
  margin-bottom: 10px;
  border: 4px solid #fff;
  position: relative; }

.progress span {
  display: inline-block;
  padding: 10px 19px;
  position: absolute;
  clip: auto;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left; }

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0;
  position: relative;
  visibility: hidden;
  height: 100%; }

.stretchRight {
  visibility: visible; }

/*********************
CHARTS
*********************/
.chart {
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 20px 0;
  height: 130px; }
  .chart h5 {
    font-weight: 700;
    margin-bottom: 15px; }
  .chart .chart-percent {
    font-family: Arial, sans-serif;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-top: -0.2em;
    margin-left: -65px;
    z-index: 2;
    width: 130px; }
  .chart canvas {
    display: inline-block;
    margin: 0 auto; }

/*********************
PRICING
*********************/
.pricing-box {
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px; }
  .pricing-box .pricing-header {
    text-align: center;
    padding: 25px 0; }
    .pricing-box .pricing-header h5 {
      margin: 0px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 16px;
      color: #343434; }
  .pricing-box .pricing-price {
    padding: 48px 10px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    line-height: 1em;
    margin: 0 auto;
    border: 3px solid rgba(100, 100, 100, 0.15); }
  .pricing-box .pricing-amount {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px; }
  .pricing-box .pricing-subprice {
    clear: both;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
    font-size: 14px; }
  .pricing-box ul {
    list-style: none;
    padding: 0px;
    margin: 30px 0 10px; }
    .pricing-box ul li {
      padding: 10px 0;
      text-align: center;
      margin: 0 40px; }
  .pricing-box .pricing-button {
    margin: 10px 0 40px 0; }

.pricing-box.featured {
  background-color: #baab8b;
  color: #fff; }
  .pricing-box.featured h5, .pricing-box.featured .h5, .pricing-box.featured h6 {
    color: #fff; }
  .pricing-box.featured .pricing-price {
    background-color: #282828; }
  .pricing-box.featured .pricing-subprice {
    color: #fff; }
  .pricing-box.featured .pricing-button {
    background: #282828;
    border-color: #282828; }
    .pricing-box.featured .pricing-button .button-text {
      color: #fff; }
    .pricing-box.featured .pricing-button:hover {
      border-color: #282828; }

/*********************
TESTIMONIALS
*********************/
.testimonial-carousel {
  border: 2px solid rgba(100, 100, 100, 0.15);
  padding: 30px 0 !important; }
  .testimonial-carousel .testimonial-content {
    text-align: center;
    padding: 10px 50px;
    font-size: 14px; }
  .testimonial-carousel .testimonial-user {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    margin-top: 5px; }
    .testimonial-carousel .testimonial-user .testimonial-user-name {
      color: #000; }
    .testimonial-carousel .testimonial-user .testimonial-user-position-title:before {
      content: ' / '; }
  .testimonial-carousel .flex-control-paging, .testimonial-carousel .flex-direction-nav {
    display: none; }

.testimonial-carousel-nav {
  padding: 50px 0 30px !important; }
  .testimonial-carousel-nav img {
    border-radius: 50%;
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 0.2;
    zoom: 1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer; }
  .testimonial-carousel-nav .flex-active-slide img {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 1;
    zoom: 1;
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: none;
    filter: grayscale(0%); }
  .testimonial-carousel-nav .flex-control-paging, .testimonial-carousel-nav .flex-direction-nav {
    display: none; }

.flex-centered .slides {
  width: 100% !important;
  text-align: center; }

.flex-centered .slides li {
  display: inline-block !important;
  *display: inline !important;
  float: none !important; }

/*********************
TWITTER CAROUSEL
*********************/
.twitter-carousel.flexslider img {
  width: auto !important;
  margin: 0 auto 15px; }
.twitter-carousel.flexslider .luxe-tweet {
  text-align: center;
  padding: 10px 30px;
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 0px; }
  .twitter-carousel.flexslider .luxe-tweet .luxe-tweet-time {
    margin-right: 10px; }
.twitter-carousel.flexslider .testimonial-user {
  text-align: center;
  font-size: 30px;
  margin-top: 40px; }
  .twitter-carousel.flexslider .testimonial-user:after, .twitter-carousel.flexslider .testimonial-user:before {
    content: ' - '; }
.twitter-carousel.flexslider .flex-control-paging {
  display: none; }

/*********************
TWITTER CAROUSEL
*********************/
.client-carousel.owl-carousel div {
  text-align: center; }
  .client-carousel.owl-carousel div img {
    margin: 0px; }
.client-carousel.owl-carousel .owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -13px; }
  .client-carousel.owl-carousel .owl-buttons div {
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #343434;
    opacity: 0.95;
    background-color: transparent; }
  .client-carousel.owl-carousel .owl-buttons .owl-prev, .client-carousel.owl-carousel .owl-buttons .owl-next {
    position: absolute;
    left: 0; }
  .client-carousel.owl-carousel .owl-buttons .owl-next {
    right: 0;
    left: auto; }
  .client-carousel.owl-carousel .owl-buttons .owl-prev:before, .client-carousel.owl-carousel .owl-buttons .owl-next:before {
    font-family: 'fontello';
    content: '\e834';
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .client-carousel.owl-carousel .owl-buttons .owl-prev:before {
    content: '\e833'; }

/*********************
TEAM
*********************/
.team-member {
  border-bottom: 3px solid transparent;
  margin-bottom: 40px;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear; }
  .team-member:hover {
    border-bottom: 3px solid #baab8b; }
    .team-member:hover img {
      -webkit-filter: grayscale(0);
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: none;
      filter: grayscale(0%);
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
      -moz-opacity: 1;
      zoom: 1; }
  .team-member img {
    display: block;
    margin: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 0.8;
    zoom: 1; }
  .team-member .team-overlay-container {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
  .team-member .team-overlay {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -73px;
    line-height: 1.3em;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center; }
  .team-member:hover .team-overlay {
    display: block;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 1;
    zoom: 1;
    bottom: 0px; }
  .team-member h5 {
    margin-bottom: 0px;
    font-weight: 700; }
  .team-member .team-member-name {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin: 30px 0 3px 0; }
  .team-member .team-member-position-title {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0; }
  .team-member .team-member-desc {
    color: #333;
    display: block; }
  .team-member .socialbar {
    padding: 15px 0 20px; }
    .team-member .socialbar li .social-icon {
      color: #fff;
      line-height: 36px !important;
      border: 3px solid #fff !important; }
      .team-member .socialbar li .social-icon:hover {
        color: #baab8b; }

.team-carousel .item {
  margin-left: 10px;
  margin-right: 10px; }

/*********************
TABS
*********************/
.ui-tabs-nav {
  list-style: none; }
  .ui-tabs-nav li {
    float: left;
    margin-right: 5px; }
    .ui-tabs-nav li a {
      padding: 10px 15px;
      border: 3px solid rgba(100, 100, 100, 0.15); }

.ui-tabs-panel {
  padding: 5px 0px; }

/*********************
TOGGLES
*********************/
.toggles-container .trigger {
  margin: 0px;
  margin-bottom: 10px;
  border: 3px solid rgba(100, 100, 100, 0.15); }
  .toggles-container .trigger a {
    position: relative;
    display: block;
    padding: 10px 20px; }
.toggles-container .trigger.active {
  border: 3px solid rgba(100, 100, 100, 0.15); }
.toggles-container .toggle_container {
  padding: 10px 22px; }

/*********************
SOCIAL ICONS
*********************/
.socialbar {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0px 15px 25px 15px; }
  .socialbar .social-icons {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin: 0; }
    .socialbar .social-icons li {
      display: inline-block;
      margin: 0 6px;
      line-height: 1em;
      height: 38px; }
      .socialbar .social-icons li .social-icon {
        display: block;
        font-size: 15px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 100%;
        border: 2px solid rgba(100, 100, 100, 0.15); }

/*********************
PORTFOLIO
*********************/
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.portfolio-filter {
  width: 100%;
  text-align: center;
  display: block;
  padding-left: 0px !important;
  margin: 0px 0px 40px 0px; }
  .portfolio-filter li {
    list-style: none;
    margin-right: 8px;
    margin-left: 8px;
    text-transform: uppercase;
    display: inline-block; }
    .portfolio-filter li a {
      font-size: 14px;
      font-weight: 500; }

.portfolio-filter.none {
  visibility: hidden;
  height: 1px;
  margin: 0px; }

.portfolio-container .isotope {
  position: relative; }
  .portfolio-container .isotope img {
    display: block;
    margin: 0px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .portfolio-container .isotope .portfolio-overlay-container {
    position: relative; }
  .portfolio-container .isotope .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 0px 0px 0px;
    line-height: 1.3em;
    position: absolute;
    top: 0;
    bottom: 90px;
    background-color: rgba(186, 171, 139, 0.9);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 0;
    zoom: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center; }
    .portfolio-container .isotope .portfolio-overlay .portfolio-link-large {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
    .portfolio-container .isotope .portfolio-overlay .portfolio-overlay-content {
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -35px; }
      .portfolio-container .isotope .portfolio-overlay .portfolio-overlay-content a:hover {
        color: #f7f7f7; }
  .portfolio-container .isotope:hover .portfolio-overlay {
    display: block;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 1;
    zoom: 1; }
  .portfolio-container .isotope .portfolio-title {
    width: 100%;
    text-align: center;
    margin: 0px;
    position: relative;
    overflow: visible; }
    .portfolio-container .isotope .portfolio-title a {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 0;
      display: block;
      text-transform: uppercase; }
  .portfolio-container .isotope .portfolio-tags {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff; }

.portfolio-container .isotope {
  width: 100%; }

.portfolio-container.margin .isotope {
  padding: 15px; }

.single-portfolio .featured-content {
  margin-bottom: 40px; }
.single-portfolio .project-details {
  font-weight: bold;
  color: #fff; }
.single-portfolio .entry-content p:first-child {
  margin-top: 5px; }
.single-portfolio .project-meta {
  font-size: 13px; }
  .single-portfolio .project-meta .project-meta-date, .single-portfolio .project-meta .project-meta-client, .single-portfolio .project-meta .project-meta-category {
    clear: both;
    display: block;
    padding: 5px 0; }
    .single-portfolio .project-meta .project-meta-date .project-meta-label, .single-portfolio .project-meta .project-meta-client .project-meta-label, .single-portfolio .project-meta .project-meta-category .project-meta-label {
      color: #343434;
      clear: none;
      float: left;
      margin-right: 5px; }
  .single-portfolio .project-meta .project-meta-location {
    border-bottom: 0px; }
.single-portfolio .project-link {
  clear: both;
  margin: 30px 0;
  display: block;
  text-transform: uppercase;
  font-size: 13px; }
.single-portfolio .previous-post-link a, .single-portfolio .next-post-link a, .single-portfolio .portfolio-return a {
  display: inline-block;
  font-size: 40px;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  -moz-opacity: 0.4;
  zoom: 1; }
  .single-portfolio .previous-post-link a:hover, .single-portfolio .next-post-link a:hover, .single-portfolio .portfolio-return a:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 1;
    zoom: 1; }
.single-portfolio .portfolio-return a {
  font-size: 25px;
  margin-left: 5px;
  position: relative;
  top: -5px; }
.single-portfolio .portfolio-navigation {
  display: inline-block;
  width: 100%;
  text-align: center; }

.portfolio-related {
  padding: 70px 0;
  background-color: #282828;
  display: inline-block;
  width: 100%; }
  .portfolio-related h3 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px; }

/*********************
ANIMATIONS
*********************/
.luxe-animate {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.luxe-animate.hidden {
  visibility: visible; }

.animated {
  visibility: visible; }

/*********************
PLUGINS
*********************/
/*********************
LUXESLIDER
*********************/
.luxeslider-wrapper .responsive-container:before {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  z-index: 0; }

/*********************
CONTACT FORM 7
*********************/
div.wpcf7 img.ajax-loader {
  position: absolute;
  margin-left: 10px;
  margin-top: 15px; }

/*********************
LUXE POST SHARE
*********************/
.luxe-post-share {
  padding-left: 0px !important;
  list-style: none;
  margin: 15px 0 15px; }

/*********************
RECENT POSTS WIDGET EXTENDED
*********************/
.rpwe-ul {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important; }
  .rpwe-ul li {
    list-style: none; }
  .rpwe-ul img {
    margin-right: 15px; }

.rpwe-alignleft {
  display: inline;
  float: left; }

.rpwe-thumb {
  border: 0px;
  padding: 0px !important; }

.rpwe-title {
  margin-left: 10px;
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.2em; }
  .rpwe-title a {
    display: inline !important;
    text-decoration: none; }

.rpwe-time {
  color: #bbb;
  font-size: 16px; }

/*********************
WYSIJA (NEWSLETTER WIDGET)
*********************/
.widget_wysija input {
  min-width: 0px;
  max-width: 170px;
  float: left; }
.widget_wysija .wysija-submit {
  max-width: 70px;
  float: left;
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px; }
.widget_wysija .formError .formErrorContent {
  background-color: #ff6f6f; }

/*********************
FAST FLICKR WIDGET	
*********************/
.widget_fastflickrwidget img {
  margin: 0px; }
.widget_fastflickrwidget a {
  max-width: 30%;
  margin: 0 5% 5px 0;
  display: block;
  float: left; }
  .widget_fastflickrwidget a img:hover {
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 0.5;
    zoom: 1; }
.widget_fastflickrwidget a:nth-child(3n+1) {
  margin-right: 0px; }

/*********************
METASLIDER
*********************/
.metaslider.metaslider-flex {
  max-width: 100% !important;
  /* Direction Nav */ }
  .metaslider.metaslider-flex .slides img {
    margin: 0 auto;
    width: auto; }
  .metaslider.metaslider-flex .flexslider:hover .flex-prev {
    opacity: 0.7; }
  .metaslider.metaslider-flex .flexslider:hover .flex-next {
    opacity: 0.7; }
  .metaslider.metaslider-flex .flexslider:hover .flex-next:hover, .metaslider.metaslider-flex .flexslider:hover .flex-prev:hover {
    opacity: 0.5; }
  .metaslider.metaslider-flex .flexslider .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
    background: url(../images/left1.png) no-repeat;
    width: 19px;
    height: 38px;
    }
  .metaslider.metaslider-flex .flexslider .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1; <
    div id="content">                <header class="article-header page-header twelvecol first clearfix">                    <div class="wrap clearfix">                        <h1 class="page-title h2">CHEMISTRY</h1>                      </div>                </header> <!-- end article header -->                    <div id="inner-content" class="wrap clearfix">                    <div id="main" class="clearfix no-sidebar " role="main">                          <article id="post-33" class="clearfix post-33 portfolio type-portfolio status-publish has-post-thumbnail hentry filter-markets" role="article" itemscope itemtype="http: //schema.org/BlogPosting">                            <section class="featured-content" itemprop="articleBody">                                <p><!-- meta slider --></p>                              <div style="width: 100%; margin: 0 auto;" class="metaslider metaslider-flex metaslider-1455 ml-slider nav-hidden nav-hidden">                                  <div id="metaslider_container_1455">                                      <div id="metaslider_1455" class="flexslider">                                          <ul class="slides">                                              <li style="display: block; width: 100%;" class="slide-1890 ms-image"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/05/meca_chemistry_05-1920x700.jpg" height="700" width="1920" alt="" class="slider-1455 slide-1890" /></li>                                              <li style="display: none; width: 100%;" class="slide-1889 ms-image"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/05/meca_chemistry_04-1920x700.jpg" height="700" width="1920" alt="" class="slider-1455 slide-1889" /></li>                                              <li style="display: none; width: 100%;" class="slide-1888 ms-image"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/05/meca_chemistry_03-1920x700.jpg" height="700" width="1920" alt="" class="slider-1455 slide-1888" /></li>                                              <li style="display: none; width: 100%;" class="slide-1887 ms-image"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/05/meca_chemistry_02-1920x700.jpg" height="700" width="1920" alt="" class="slider-1455 slide-1887" /></li>                                              <li style="display: none; width: 100%;" class="slide-1886 ms-image"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/05/meca_CHEMISTRY_01-1920x700.jpg" height="700" width="1920" alt="" class="slider-1455 slide-1886" /></li>                                          </ul>                                      </div>                                      </p>                                  </div>                                  <p>                                      <script type="text/javascript">          var metaslider_1455 = function($) {              $('#metaslider_1455').flexslider({                  slideshowSpeed:3000,                  animation:"fade",                  controlNav:false,                  directionNav:true,                  pauseOnHover:true,                  direction:"horizontal",                  reverse:false,                  animationSpeed:600,                  prevText:"&lt;",                  nextText:"&gt;",                  slideshow:true;})          }
    var timer_metaslider_1455 = function() {              var slider = !window.jQuery ? window.setTimeout(timer_metaslider_1455, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_1455, 1) : metaslider_1455(window.jQuery);          }
    timer_metaslider_1455();                                      </
    script>                              </div>                              <p><!--// meta slider--></p>                            </section> <!-- end article section -->                            <section class="entry-content">                              <div class="eightcol first" style="float:;">                                  <h2 class="market-title">CHEMISTRY</h2>                                  <p>Meca-Inox, a leader in ball valves, has developed a range for the chemical industry, from basic chemicals to fine chemicals through the specialty chemicals.</p>                                  <p>                                      Flanged ball valves and 3-piece ball valves, manual or actuated, are used on chemical process development of large polymers (poly ethylene, ethylene oxide, ethylene amine &#8230;).<
    br />                                      These products meet the new requirements of the Fire Safety Standard ISO 10497 on the fire performance. Otherwise they are Chartered TA-Luft (fugitive emissions) and in accordance with ATEX 94/9/EC (Explosive Atmosphere)                                  </p>                                  <p>Downstream, in specialty chemicals, Meca-Inox offers solutions:</p>                                  <p>:: The retention on the lines of paints and resins is minimized by the use of flush valve.</p>                                  <p>:: Retention of storage tank is solved by the use of tank bottom valve.</p>                                  <p>:: Corrosion caused by chlorinated acids, sulfuric acids or nitric acid, is neutralized through the use of valves in exotic materials.</p>                                  <p>:: The control of temperature, pressure, pH, levels, is achieved by gradual adjustment of the flow control valve with its opening of V-ball.</p>                                  <p>:: The locking of the valves in case of bleeding can be avoided by using a steam-jacketed ball valves that keeps the product temperature.</p>                                  <p>:: Sealing up to 320Â°C is guaranteed by loaded PEEK seats on the high temperature valves.</p>                                  <p>:: Quality control of products during their development is facilitated and secure by the use of sampling ball valve.</p>                                  <p>:: Contamination of mixing products are avoided by valves with cavity filters.</p>                                  <div class="markets-buttons lowercase">                                      <a class="button medium  custom  alt" target="_self" href="/en/products/" data-slide="" style="background-color:;border-color:#e91f2d"><span class="button-text" style="color:">Discover our products</span></a>                                      <a class="button medium  custom  alt" target="_self" href="/en/download/" data-slide="" style="background-color:;border-color:#313131"><span class="button-text" style="color:#313131"><i class="button-icon icon_documents_alt" style="color:#313131"></i>Discover our documentation</span></a>                                  </div>                              </div>                              <div class="fourcol " style="float:;">                                  <h4 class="market-sub">Turnover <strong>30%</strong></h4>                                  <div class="fluide-bg fluide-market">                                      <div class="fluide rouge" style="width:30%;"></div>                                  </div>                                  <p></br></p>                                  <h4 class="market-sub">Sectors</h4>                                  <p>                                      Fine Chemistry and Specialties since more than 40 years.<br />                                      </br>                                  </p>                                  <h4 class="market-sub">Specifications</h4>                                  <p>                                      CORROSION SOLUTION<br />                                      STEAM<br />                                      FIRE SECURITY<br />                              </div>                          </section>                            <!-- <section class="project-content threecol">                              <div class="project-meta">                                  <span class="project-meta-date">                                      <span class="project-meta-label">Date:</span>                                      March 22            </span>                                          <span class="project-meta-category">                                      <span class="project-meta-label">Category:</span>                                      markets            </span>                              </div>                                      <div class="social-share">                                  <h6>Share</h6>                                              <a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.meca-inox.com%2Fen%2Fportfolio%2Fchemistry%2F&t=CHEMISTRY" target="blank" title="Facebook"><i class="social_facebook"></i></a>                                  <a href="http://twitter.com/share?url=http%3A%2F%2Fwww.meca-inox.com%2Fen%2Fportfolio%2Fchemistry%2F&text=CHEMISTRY" target="blank" title="Twitter"><i class="social_twitter"></i></a>                                  <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.meca-inox.com%2Fen%2Fportfolio%2Fchemistry%2F" target="blank" title="GooglePlus"><i class="social_googleplus"></i></a>                              </div>                          </section> -->                              <footer class="article-footer">                              <div class="portfolio-navigation">                                  <span class="previous-post-link"></span>                                  <span class="next-post-link"><a href="http://www.meca-inox.com/en/portfolio/agro/" rel="next"><i class="arrow_carrot-right"></i></a></span>                              </div>                          </footer> <!-- end article footer -->                          <!--p class="nocomments">Comments are closed.</p-->                                </article> <!-- end article -->                          </div>                    </div>            </div>            <div class="portfolio-related">              <h3 class="works-en">Our Other Markets</h3>              <h3 class="works-fr">Nos autres marchÃ©s</h3>              <h3 class="works-de">WEITERE MÃ„RKTE</h3>              <div class="wrap clearfix">                  <div class="portfolio-loader"></div><ul id="portfolio-filter" class="portfolio-filter clearfix none" data-option-key="filter">                      <li class="active"><a href="#" class="all h6" data-filter="*">All</a></li>                      <li><a href="javascript:void(0)" class="h6" data-filter=".markets">markets</a></li>                  </ul><div id="portfolio-container" class="portfolio3c portfolio-container margin"><div data-id="id- 1" class="isotope markets "><div class="portfolio-overlay-container"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/04/meca_market_PHARMACY.jpg" class="portfolio-image " alt="PHARMACEUTICS AND HEALTHCARE" /><div class="portfolio-overlay"><a class="portfolio-link portfolio-link-large" href="http://www.meca-inox.com/en/portfolio/pharma/"></a><div class="portfolio-overlay-content"><h5 class="portfolio-title"><a class="portfolio-link" href="http://www.meca-inox.com/en/portfolio/pharma/" style="color:">PHARMACEUTICS AND HEALTHCARE</a></h5><h6 class="portfolio-tags">markets </h6></div></div></div></div><div data-id="id- 2" class="isotope markets "><div class="portfolio-overlay-container"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/04/meca_market_ENERGY.jpg" class="portfolio-image " alt="INDUSTRY AND ENERGY" /><div class="portfolio-overlay"><a class="portfolio-link portfolio-link-large" href="http://www.meca-inox.com/en/portfolio/indusenergy/"></a><div class="portfolio-overlay-content"><h5 class="portfolio-title"><a class="portfolio-link" href="http://www.meca-inox.com/en/portfolio/indusenergy/" style="color:">INDUSTRY AND ENERGY</a></h5><h6 class="portfolio-tags">markets </h6></div></div></div></div><div data-id="id- 3" class="isotope markets "><div class="portfolio-overlay-container"><img src="http://www.meca-inox.com/site2016/wp-content/uploads/2016/04/meca_market_INDUS_GAS.jpg" class="portfolio-image " alt="INDUSTRIAL GAS" /><div class="portfolio-overlay"><a class="portfolio-link portfolio-link-large" href="http://www.meca-inox.com/en/portfolio/indusgas/"></a><div class="portfolio-overlay-content"><h5 class="portfolio-title"><a class="portfolio-link" href="http://www.meca-inox.com/en/portfolio/indusgas/" style="color:">INDUSTRIAL GAS</a></h5><h6 class="portfolio-tags">markets </h6></div></div></div></div></div>              </div>          </div>;
    background: url(../images/right1.png) no-repeat;
    width: 19px;
    height: 38px;
    }
  .metaslider.metaslider-flex .flexslider .flex-direction-nav a:before {
    background-color: transparent;
    position: absolute;
    font-family: 'ElegantIcons';
    color: #fff;
    line-height: 50px;
    font-size: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    text-indent: 0;
    left: 0;
    }
  .metaslider.metaslider-flex .flexslider .flex-direction-nav a.flex-next:before {
    left: auto;
    right: 0;
    }
  .metaslider.metaslider-flex .flexslider .flex-direction-nav a {
    background: transparent;
    }
  .metaslider.metaslider-flex .flexslider .flex-control-nav {
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 10000;
    width: 20px;
    margin-top: -20px !important; }
    .metaslider.metaslider-flex .flexslider .flex-control-nav li {
      clear: both;
      display: block;
      margin-bottom: 10px !important;
      background: none;
      }
      .metaslider.metaslider-flex .flexslider .flex-control-nav li a {
        background-color: #1a1a1a; }
      .metaslider.metaslider-flex .flexslider .flex-control-nav li a.flex-active {
        background-color: #fff; }
  .metaslider.metaslider-flex .caption-wrap {
    background: transparent;
    top: 0px; }
    .metaslider.metaslider-flex .caption-wrap:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .metaslider.metaslider-flex .caption-wrap .caption {
      display: inline-block;
      vertical-align: middle;
      width: 100%; }

/*********************
OWL CAROUSEL
*********************/
.owl-carousel.glissando .owl-item img {
  display: block;
  width: 100%;
  height: auto; }
.owl-carousel.glissando .owl-buttons .owl-prev, .owl-carousel.glissando .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -80px;
  height: 36px;
  line-height: 36px;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  -moz-opacity: 0.8;
  zoom: 1; }
  .owl-carousel.glissando .owl-buttons .owl-prev:before, .owl-carousel.glissando .owl-buttons .owl-next:before {
    font-size: 70px;
    content: "\34";
    font-family: 'ElegantIcons';
    color: rgba(100, 100, 100, 0.5); }
  .owl-carousel.glissando .owl-buttons .owl-prev:hover, .owl-carousel.glissando .owl-buttons .owl-next:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 1;
    zoom: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.owl-carousel.glissando .owl-buttons .owl-next {
  left: auto;
  right: -80px; }
  .owl-carousel.glissando .owl-buttons .owl-next:before {
    content: "\35"; }

/*********************
FLEXSLIDER
*********************/
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 !important;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  background: none;
  padding: 0;
  }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.slides {
  padding-left: 0px !important; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* Direction Nav */
.luxe-flexslider.flexslider {
  position: relative;
  margin: 0;
  border: 0;
  height: auto;
  box-shadow: initial;
  }
  .luxe-flexslider.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 0px; }
  .luxe-flexslider.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 0px; }
  .luxe-flexslider.flexslider .flex-direction-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%; }
    .luxe-flexslider.flexslider .flex-direction-nav a {
      margin-top: 0px;
      width: 50px;
      height: 50px; }
  .luxe-flexslider.flexslider .flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
    background: url(../images/left1.png) no-repeat right;
    }
  .luxe-flexslider.flexslider .flex-direction-nav .flex-next {
    right: 0;
    opacity: 1;
    position: absolute;
    left: auto;
    background: url(../images/right1.png) no-repeat left;
    }
  .luxe-flexslider.flexslider .flex-direction-nav a:before {
    background-color: transparent;
    position: absolute;
    font-family: 'ElegantIcons';
    color: #fff;
    line-height: 50px;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    text-indent: 0;
    left: 0;
    }
  .luxe-flexslider.flexslider .flex-direction-nav a.flex-next:before {
    left: auto;
    right: 0;
    }
  .luxe-flexslider.flexslider .flex-direction-nav a {
    background: transparent; }
  .luxe-flexslider.flexslider .flex-control-paging {
    display: none; }

/*********************
VERTICAL SLIDER
*********************/
.vertical-slider:before, .vertical-slider:after {
  content: '';
  display: block;
  width: 295px;
  height: 3px;
  background: #fff;
  margin: 25px auto; }
.vertical-slider .flex-control-nav {
  display: none; }
.vertical-slider .h4 {
  margin: 0px;
  text-align: center;
  font-size: 37px; }

/*********************
PRETTYPHOTO
*********************/
.pp_close {
  z-index: 100000 !important; }

/*********************
SOCIAL SHARE
*********************/
.social-share {
  display: block;
  float: right;
  width: 100%; }
  .social-share h6 {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    }
  .social-share a {
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    -moz-opacity: 0.4;
    zoom: 1; }
    .social-share a:hover {
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
      -moz-opacity: 1;
      zoom: 1; }
    .social-share a i {
      line-height: 34px; }

/*********************
DEMO STYLES
*********************/
#animateTest img {
  margin: 0 auto;
  display: block; }

#animation-test-container .button {
  width: 100%;
  text-align: center; }

.contact-link {
  font-size: 20px;
  border: 4px solid #fff;
  font-weight: 700;
  color: #343434;
  padding: 11px 20px; }
  .contact-link:hover {
    color: #fff; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
File: _481up.scss
Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/

  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }

  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      clear: both; }

  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/

  /* end .footer-links */
  /*********************
PORTFOLIO
*********************/
  .isotope-item {
    margin-left: -1px !important; }

  .portfolio2c.portfolio-container {
    margin-right: 0px !important; }
    .portfolio2c.portfolio-container .isotope-item {
      width: 100%;
      /*margin: 0 .8% 11px .8%;*/
      margin-left: 0px !important; }

  .portfolio3c.portfolio-container {
    margin-right: -2px !important; }
    .portfolio3c.portfolio-container .isotope-item {
      width: 50%;
      /*margin: 0 .8% 11px .8%;*/
      margin: 0; }

  .portfolio4c.portfolio-container {
    margin-right: -2px !important; }
    .portfolio4c.portfolio-container .isotope-item {
      width: 50%;
      /*margin: 0 .5% 8px .5%;*/
      margin: 0; }

  .portfolio5c.portfolio-container {
    margin-right: -2px !important; }
    .portfolio5c.portfolio-container .isotope-item {
      width: 50%;
      /*margin: 0 .5% 8px .5%;*/
      margin: 0; }
 }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 769px) {
  /******************************************************************
File: _grid.scss
Stylesheet: Grid Stylesheet

******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .one_fifth {
    width: 17.7900552488%; }

  .threecol, .one_fourth {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol, .one_third {
    width: 31.491712705%;};

  /* 30.75%; } /* grid_4  */
  .two_fifth {
    width: 38.3425414366%; }

  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol, .luxe-post.style2 .luxe-post-featured, .luxe-post.style2 .luxe-post-details, .one_half {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438%; }

  /* 56.75%; } /* grid_7  */
  .three_fifth {
    width: 58.8950276244%; }

  .eightcol, .two_third {
    width: 65.745856349%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol, .three_fourth {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .four_fifth {
    width: 79.4475138122%; }

  .tencol {
    width: 82.872928171%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol, #main.no-sidebar {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .luxe-post.style2 .luxe-post-featured, .luxe-post.style2 .luxe-post-details, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, #main.no-sidebar, .one_fifth, .one_fourth, .two_fifth, .one_third, .one_half, .three_fifth, .two_third, .four_fifth {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first, .twelvecol, #main.no-sidebar {
    margin-left: 0; }

  .twelvecol, #main.no-sidebar {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }

  .last {
    float: right;
    margin-right: 0px; }

  /******************************************************************
File: _768up.scss
Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/

  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1140px; }


  /*********************
HEADER STYLES
*********************/

  #logo {
    display: block; }

  #scrolled-logo {
    display: none; }

  header[role="banner"] {
    position: absolute;
    top: 0px;
    width: 100%; }

  header[role="banner"].scrolled {
    position: fixed;
    top: 0px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

  .admin-bar header[role="banner"].scrolled {
    margin-top: 32px; }

  /*********************
NAVIGATION STYLES
*********************/
  #mobile-nav-button {
    display: none; }

  #main-nav-wrapper {
    display: block !important; }

  header[role="banner"] .nav {
    float: right;
    clear: none;
    border: 0;
    margin: 0px;
    z-index: 100;
    display: block;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    header[role="banner"] .nav ul {
      margin-top: 0; }
    header[role="banner"] .nav li {
      float: left;
      position: relative;
      /*
		plan your menus and drop-downs wisely.
		*/
      /* showing sub-menus */ }
      header[role="banner"] .nav li a {
        padding: 0px 20px;
        border-bottom: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
        header[role="banner"] .nav li a span {
          text-align: center; }
        header[role="banner"] .nav li a:hover, header[role="banner"] .nav li a:focus {
          color: #baab8b; }
      header[role="banner"] .nav li:last-child a:after {
        background-color: transparent; }
      header[role="banner"] .nav li ul.sub-menu, header[role="banner"] .nav li ul.children {
        -webkit-transition: max-height 0.5s ease-in;
        -moz-transition: max-height 0.5s ease-in;
        -o-transition: max-height 0.5s ease-in;
        -ms-transition: max-height 0.5s ease-in;
        transition: max-height 0.5s ease-in;
        margin-top: 0;
        border: 0px solid #ccc;
        border-top: 0;
        position: absolute;
        overflow: hidden;
        max-height: 0px;
        z-index: 8999;
        background-color: #fff;
        /* highlight sub-menu current page */ }
        header[role="banner"] .nav li ul.sub-menu li, header[role="banner"] .nav li ul.children li {
          line-height: 20px !important;
          margin: 0 20px;
          min-width: 120px;
          /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
          header[role="banner"] .nav li ul.sub-menu li a, header[role="banner"] .nav li ul.children li a {
            padding: 10px 10px;
            border-right: 0;
            display: block;
            width: auto;
            color: #000; }
            header[role="banner"] .nav li ul.sub-menu li a:after, header[role="banner"] .nav li ul.children li a:after {
              background-color: transparent; }
          header[role="banner"] .nav li ul.sub-menu li:last-child a, header[role="banner"] .nav li ul.children li:last-child a {
            border-bottom: 0; }
          header[role="banner"] .nav li ul.sub-menu li ul, header[role="banner"] .nav li ul.children li ul {
            position: absolute;
            left: 100%;
            top: 0px;
            display: none; }
          header[role="banner"] .nav li ul.sub-menu li:hover ul, header[role="banner"] .nav li ul.children li:hover ul {
            display: block; }
      header[role="banner"] .nav li:hover ul {
        top: auto;
        height: auto;
        max-height: 1000px; }

  /* end .nav */
  /*********************
MAIN ENTRY STYLES
*********************/
  #main {
    width: 74.30939226%;
    float: left; }

  #main.no-sidebar {
    margin-left: 0px; }

  #main.sidebar-left {
    float: right; }

  #main.sidebar-right {
    margin-left: 0px; }

  .page-title {
    font-size: 37px; }

  .page-template-page-onepage-php .page-title {
    font-size: 22px; }

  /*********************
SIDEBARS & ASIDES
*********************/
  #sidebar {
    width: 22.928176794%;
    float: left;
    margin-top: 0px; }

  #sidebar.sidebar-left {
    float: left;
    margin-left: 0px; }


  .widgettitle {
    margin-bottom: 0.5em;
    text-align: left; }

  .widget {
    padding: 0 10px;
    margin: 30px 0; }
    .widget ul li {
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /* links widget */




  /* meta widget */




  /* pages widget */




  /* recent-posts widget */




  /* archives widget */






  /* tag-cloud widget */







  /* calendar widget */












  /* category widget */













  /* recent-comments widget */





  /* search widget */



  /* text widget */



  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/ }

  /* end .footer-links */
  #footer-widgets .widget {
    /*margin-bottom: 0px;*/ }

  /*********************
SHORTCODES
*********************/
  /*********************
TWITTER CAROUSEL
*********************/
  .twitter-carousel.flexslider .luxe-tweet {
    padding: 10px 100px;
    font-size: 30px; }

  /*********************
PRICING
*********************/
  .pricing-box {
    margin-bottom: 0px; }

  /*********************
FEATURES
*********************/
  .feature {
    margin-bottom: 0px; }

  /*********************
TESTIMONIALS
*********************/
  .testimonial-carousel .testimonial-content {
    padding: 10px 100px;
    font-size: 16px; }
  .testimonial-carousel .testimonial-user {
    font-size: 16px; }

  /*********************
LUXE POSTS
*********************/
  .luxe-post.style2 {
    border-right: 10px solid #baab8b;
    border-bottom: 0px; }

  /*********************
PORTFOLIO
*********************/
  .isotope {
    margin-left: -1px !important; }

  .portfolio2c.portfolio-container {
    margin-right: -2px !important; }
    .portfolio2c.portfolio-container .isotope {
      margin: -1px;
      width: 50%;
      /*margin: 0 .8% 11px .8%;*/
      margin: 0; }

  .portfolio3c.portfolio-container {
    margin-right: -3px !important; }
    .portfolio3c.portfolio-container .isotope {
      margin: -1px;
      width: 33.33%;
      /*margin: 0 .8% 11px .8%;*/
      margin: 0; }

  .portfolio4c.portfolio-container {
    margin-right: -4px !important; }
    .portfolio4c.portfolio-container .isotope {
      margin: -1px;
      width: 25%;
      /*margin: 0 .5% 8px .5%;*/
      margin: 0; }

  .portfolio5c.portfolio-container {
    margin-right: -5px !important; }
    .portfolio5c.portfolio-container .isotope {
      margin: -1px;
      width: 20%;
      /*margin: 0 .5% 8px .5%;*/
      margin: 0; }

  /*********************
TEAM
*********************/
  .team-member {
    margin-bottom: 0px; }
    .team-member .team-overlay .team-member-desc {
      display: none; }

  /*********************
ANIMATE
*********************/
  .luxe-animate.hidden {
    visibility: hidden; }

  .luxe-animate.animated {
    visibility: visible; }

  /*********************
DEMO STYLES
*********************/
  .contact-link {
    padding: 11px 70px;
    font-size: 76px; }
 }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
File: _1030up.scss
Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /*********************
SHORTCODES
*********************/
  /*********************
TEAM
*********************/
  .team-member .team-overlay .team-member-desc {
    display: block; }
 }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
File: _print.scss
Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; }
 }

/*# sourceMappingURL=style.css.map */

header[role="banner"]{background:#ffffff;}header[role="banner"]{border-top:0px solid #ccc;border-bottom:0px solid #ccc;border-left:0px solid #ccc;border-right:0px solid #ccc;}header[role="banner"].scrolled{background:#fff;}header[role="banner"].scrolled nav li a{color:#0a0a0a;}header[role="banner"].scrolled nav li a:hover{color:#dd3333;}header[role="banner"] .nav li a{font-family:Montserrat;font-weight:700;font-style:normal;color:#000000;font-size:14px;}.accent, header[role="banner"] .nav li a:hover, header[role="banner"] .nav li ul li a:hover, .portfolio-container .isotope .portfolio-title a:hover, .portfolio-filter .active a{color:#dd3333;}body{background-color:#ffffff;}.single .page-header, .blog .page-header, .page-template-default .page-header, .archive .page-header, .search .page-header{background-color:#3a3a3a;}.single .page-header h1, .blog .page-header h1, .page-template-default .page-header h1, .archive .page-header .page-title, .search .page-header .page-title{color:#ffffff;}body, p, input, textarea{font-family:Raleway;line-height: 2em;font-weight:500;font-style:normal;color: #646464;font-size:14px;}h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .button .button-text, input[type="submit"]{font-family:Montserrat;font-weight:normal;font-style:normal;color: #dd3333;}.extra-font{font-family:Noticia+Text;font-weight:normal;font-style:normal;color:#f2f2f2;}a{color:#3a3a3a;}a:hover{color:#dd3333;}.button:hover .button-text, input[type="submit"]{color:#ffffff;}.button:hover .button-text, input[type="submit"]:hover{color:#3a3a3a;}.button.alt{color:#282828;}.button.alt:hover{color:#dd3333;}#footer-widgets{background-color:#ffffff;}#footer-copy{background-color:#ffffff;}footer[role="contentinfo"] h1, footer[role="contentinfo"] h2, footer[role="contentinfo"] h3, footer[role="contentinfo"] h4, footer[role="contentinfo"] h5, footer[role="contentinfo"] h6{color:#343434;font-size:18px;}footer[role="contentinfo"] #footer-widgets{font-family:Arial;font-weight:normal;color:#b7b7b7;font-size:14px;}footer[role="contentinfo"] #footer-widgets a{color:#343434;}footer[role="contentinfo"] #footer-widgets a:hover{color:#dd3333;}footer[role="contentinfo"]{font-family:Arial;font-weight:normal;color:#868686;font-size:14px;}footer[role="contentinfo"] a{color:#868686;}footer[role="contentinfo"] a:hover{color:#dd3333;}	
		i { color: #000000; }
	.sticky:before, .sticky:after { border-color: #dd3333; }
	.luxe-page-navigation li:hover { border-color:#dd3333; }
	.tagcloud a:hover, .single .post .tags a:hover { background-color:#dd3333; }
	.tags:before { color: #000000; }
	.luxe-post .video-button:hover { background-color: #dd3333; color: #fff; }
	.portfolio-container .overlay { background-color: #dd3333; }
	.portfolio-filter .active a, .portfolio-filter a:hover { color: #dd3333 !important; }
	.port_ajax_icons .prev-port-link:hover, .port_ajax_icons .next-port-link:hover, .port_ajax_icons .close-port-link:hover { background-color: #dd3333; }
    .team-member:hover { border-color: #dd3333; }
	.button, .button.inverse:hover, input[type='submit'] { border-color: #dd3333; background-color: #dd3333; }
	.button:hover, .button.inverse, input[type='submit']:hover { border-color: #ededed; background-color: #ededed; }
	.button.alt { border-color:#dcdcdc; }
	.button.alt:hover .button-text { color:#dd3333 !important; }
	.button.alt:hover { border-color:#dd3333; }
	.widget_wysija .wysija-submit { border-color: #ededed !important; color:#ededed !important;}
	.widget_wysija .wysija-submit:hover { border-color: #343434 !important; color:#343434 !important;}
	.social .socialbar .social-icons li a:hover { color: #dd3333 !important; }
    #scroll-top:hover:after { color: #dd3333; }

	.error404 #content { background-color: #dd3333; }
	.luxe-post, .luxe-post.style2, .feature, .feature-style3, .pricing-box, { border-color: #dd3333; }
	.pricing-box.featured { background-color: #dd3333; }
	.blog .post .article-footer, .archive .post .article-footer { border-color: #dd3333; }
	blockquote { border-color: #dd3333; }
	.luxe-page-navigation li.luxe-current:hover, .luxe-page-navigation li.luxe-current:hover span, .luxe-page-navigation li:hover a  { border-color: #dd3333; color:#dd3333; }
	.toggles-container .trigger.active, .ui-tabs-nav li.ui-tabs-active a { border-color: #dd3333; }

		.single .page-header .wrap, .blog .page-header .wrap, .page-template-default .page-header .wrap, .archive .page-header .wrap, .search .page-header .wrap {
		padding: 50px 0 80px;
	}
	
	@media only screen and (min-width: 769px) {
    	header[role='banner'] { height: 90px; }
    	header[role='banner'] .nav li { line-height: 90px; }
    	header[role='banner'] #logo { max-height: 90px; }
    	header[role='banner'].scrolled { height: 60px; }
    	header[role='banner'].scrolled .nav li { line-height: 60px; }
    	header[role='banner'].scrolled #scrolled-logo img { max-height: 60px; }
    	/*#content { margin-top: ; }*/
    	.page-header { padding-top: 90px; }
    	.page-template-page-onepage-php .page-header { padding-top: 0px; }
    }

	/*********************
	IE STYLING
	*********************/  
	.lt-ie9 header[role='banner'] {
		background-color: #ffffff	}
	.lt-ie9 header[role='banner'] .nav li a{
		line-height: 90px;
	}
	.lt-ie9 header[role='banner'].scrolled .nav li a{
		line-height: 60px;
	}
	.lt-ie9 header[role='banner'] #logo img{
		max-height: 90px;
	}
	.lt-ie9 header[role='banner'].scrolled #logo img{
		max-height: 60px;
	}
	.lt-ie9 #content {
		margin-top:90px;
	}

	/*********************
	MOBILE HEADER SETTINGS
	*********************/  

	@media all and (max-width: 768px) {
		#scrolled-logo {
			display: block !important;
		}
		#logo {
			display: none !important;
		}
        #scrolled-logo img {
            max-height: 60px;
        }
		header[role='banner'] {
		    position: fixed;
		    top:0px;
		    height:60px;
		    width: 100%;
		    background-color: #fff;
		}
		header[role='banner'] #logo { display: none !important; }
		header[role='banner'] #scrolled-logo { display: block !important; }
		header[role='banner'] .nav li { line-height: 60px; }
		header[role='banner'] #logo img{
		    max-height: 60px; 
		}
		header[role="banner"] .nav li a {
			color: #0a0a0a;
		}
		header[role="banner"] .nav li a:hover {
			color: #dd3333;
		}
		#main-nav-wrapper {
			background-color: #fff;
		    position: absolute;
		    display: none;
		    border: 0px;
		    padding: 0px 40px 10px 40px;
		    top: 100%;
		    right: 0px;
		    width: auto;
		    max-width: 100%;
		    width:100%;
		    margin-right: 0px;
		    margin-left:0px;
		    margin-top:0px;
		    text-align: left;
		    height: 350px;
		    overflow: hidden;
		}
		#main-nav {
			overflow-y: scroll;
			height: 320px;
		}
		#main-nav li {
			padding: 4px 10px;
		}
		#main-nav li:first-child {
			padding-top:10px;
		}
		#main-nav li a {
			line-height: 1em;
			border:0px;
		}
		#main-nav li ul.children li a{
			padding:0; padding-left:20px;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		#content {
			margin-top: 60px;
			width: 100%;
			float: left;
		}
	}

		 	<style type="text/css" class="metabox-css">

		body { background-color: ; }
		body { background-image: url(''); }
					body {   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; }
				body { background-attachment: scroll; }
		body { background-position: ; }
		#inner-content { padding-top: 0px; padding-bottom: 0px; }
		h1, .h1, h2, .h2, h3, .h3, h4, .h4 , h5, .h5, h6, .h6 {
			color: ;
		}
		.single .page-header h1, .blog .page-header h1, .page-template-default .page-header h1, .archive .page-header .page-title, .search .page-header .page-title {
			color: ;
		}

		.page-header {
			background-color: ;
									-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; 
						background-attachment: scroll;
			background-position: ;
		}
		
		
		    	#container-10 { background-color: ; }
		    	#container-10 { background-image: url(''); }
								#container-10 {   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; }
						    	#container-10 { background-attachment: scroll; }
		    	#container-10 { background-position: ; }
		    	#container-10 { padding-top: 70px; padding-bottom: 0px; }
				#container-10 .page-title {
					color: ;
				}
				#container-10 h1, #container-10 .h1, #container-10 h2, #container-10 .h2, #container-10 h3, #container-10 .h3, #container-10 h4, #container-10 .h4, #container-10 h5, #container-10 .h5, #container-10 h6, #container-10 .h6 {
					color: #ffffff;
				}
					    		
		    	#container-14 { background-color: rgb(237,237,237); }
		    	#container-14 { background-image: url(''); }
								#container-14 {   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; }
						    	#container-14 { background-attachment: scroll; }
		    	#container-14 { background-position: ; }
		    	#container-14 { padding-top: 70px; padding-bottom: 70px; }
				#container-14 .page-title {
					color: #e91f2d;
				}
				#container-14 h1, #container-14 .h1, #container-14 h2, #container-14 .h2, #container-14 h3, #container-14 .h3, #container-14 h4, #container-14 .h4, #container-14 h5, #container-14 .h5, #container-14 h6, #container-14 .h6 {
					color: ;
				}
					    		
		    	#container-16 { background-color: ; }
		    	#container-16 {background: url(../images/meca_ball_valve_red.jpg)#910101 no-repeat;background-position: bottom !important;}
								#container-16 {   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; }
						    	#container-16 { background-attachment: fixed; }
		    	#container-16 { background-position: center; }
		    	#container-16 {padding-top: 30px;padding-bottom: 27px;}
				#container-16 .page-title {
					color: #ffffff;
				}
				#container-16 h1, #container-16 .h1, #container-16 h2, #container-16 .h2, #container-16 h3, #container-16 .h3, #container-16 h4, #container-16 .h4, #container-16 h5, #container-16 .h5, #container-16 h6, #container-16 .h6 {
					color: #ffffff;
				}
					    		
		    	#container-12 { background-color: ; }
		    	#container-12 { background-image: url(''); }
								#container-12 {   -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; }
						    	#container-12 { background-attachment: scroll; }
		    	#container-12 { background-position: ; }
		    	#container-12 {padding-top: 60px;padding-bottom: 70px;}
				#container-12 .page-title {
					font-weight: bold;
				}
				#container-12 h1, #container-12 .h1, #container-12 h2, #container-12 .h2, #container-12 h3, #container-12 .h3, #container-12 h4, #container-12 .h4, #container-12 h5, #container-12 .h5, #container-12 h6, #container-12 .h6 {
					color: ;
				}
					    		

             /*GENERAL SETTINGS*/
/*texte non coupï¿½ï¿½*/
body, p {
    -moz-hyphens: manual;
    -epub-hyphens: manual;
    hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
}
/*font*/
body, p, h1, h2, h3, h4, h5, h6 {
    font-family: "effra",sans-serif !important;
    font-weight:400;
}
h1, h2, h3, h4, h5, h6 {color:#e91f2d;}
p {font-weight:400;}
.page-template-page-onepage-php .page-title {font-weight: bold;color: #000;}
/*boutons*/
.button.alt:focus {border-color: #dcdcdc;}
.button {border: 2px solid rgba(100, 100, 100, 0);}
/*texte gris sous-titre*/
.gros-txt {text-transform:uppercase; color:grey;}
/*minuscules dans les boutons*/
.lowercase span, .lowercase{text-transform:initial !important;}
/*centrer les contenus des sections custom*/
.full.default {
    text-align: center;
    background-position: center center;
}
/*raccourcir la largeur*/
.reduced-width {width: 100%;margin:0 auto;line-height: 2em;font-size: 13px;color: #727171;}
/*titre blanc stylisï¿½ï¿½ image de fond*/
.top-title {color:white; 
            font-size:35px !important;
            position: relative;
            top: 1.5em;/*hauteur*/
            font-weight:700 !important;
}
.top-title::after 
{background-color:white !important; 
width:80px !important;}
h1.page-title{font-size: 45px; font-weight: 700;}
/*pages-header*/
.page-template-page-onepage-php .page-title::after{
    position:relative;
    margin: 32px auto;
    left: auto;
    height: 2px;
}
@media screen and (max-width:768px){
.page-header {}
}
@media screen and (max-width:768px){
    h1.page-title, .top-title {font-size:24px !important;}
}
/*rï¿½ï¿½gles pour supprimer le parallax sur mobile et tablettes*/
@media screen and (max-width:1024px){
.container , .full, .section-header, .on-demand {background-attachment: scroll !important;}
}
/*pages-header, sections de fond contact news download*/
.page-template-default .page-header .wrap,
.blog .page-header .wrap, .single .page-header .wrap{
    padding-top:140px;
    margin-bottom:50px;
}
@media screen and (max-width:768px){
.page-template-default .page-header .wrap,
.blog .page-header .wrap, .single .page-header .wrap
    {padding-top: 117px;
    margin-bottom: -23px;}
}
/*sections header (know-how/markets/products)*/
.section-header{padding-top:210px;
                padding-bottom:210px;
                background-attachment:fixed;
                background-position:center;
                background-size:cover;
}
@media screen and (max-width:768px){
.section-header {
                padding-top: 80px;
                padding-bottom: 100px;
                background-attachment:scroll;
                }
}
@media screen and (min-width:1024px){
.section-header {background-position: center -6em;} /*visu plus haut*/
}
/*la Carte du monde*/
.map-caption {width:400px;}
@media screen and (max-width:768px){
    .map-caption {width:300px;}
}
/*pictos blog rouges*/
.luxe-post .luxe-post-date::before,
.post-date::before, .post-tags::before{color:#e91f2d;}
/*rï¿½ï¿½gle temporaire pour les comments*/
.luxe-post .luxe-post-comments, .post-comments {}
/*colonnes en vertical a partir des tablettes*/
@media screen and (max-width:767px){
    .sixcol {float:none;width:100%;margin-left:0;}
}



/*HEADER*/
/*logo mal calï¿½ï¿½ sur IE*/
@media screen and (min-width:0\0) {
   #logo {margin-top:-34px !important;}
}
/*desactiver l'allemand temporairement*/
/*.lang-item-de {display:none;}*/
/*sous-menu FR*/
#menu-item-1698 ul.children {width:230px;}
/*sous-menu DE*/
#menu-item-1709 ul.children {width:230px;}
@media screen and (max-width:768px){
    #content{}
    /*ceci concerne le Slider*/
    #container-10, #container-1631, #container-1629{padding-top: 0;}
    #main-nav li ul.children li a{padding:0;}
    #main-nav li a{padding: 8px 10px;}
    .nav li ul.children li{margin:0 10px;}
    #main-nav,#main-nav-wrapper {height: 400px;
        overflow-y:visible;
    }
}
/*lien chine*/
#menu-item-2420 a:before,
#menu-item-2421 a:before,
#menu-item-2422 a:before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFqSURBVHjaYrzOwPAPjJgYQEDAleHVbhADIvgHLPgHiQ0QQCxAlkR9NW8sw+cV/1gV/7Gb/hV4+vfzhj8Mv/78//Pn/+/f/8AkhH1t0yaAAAJp4I37zyz2lDfu79uqv/++/WYz+cuq/vvLxt8gdb+A5K9/v34B2SyyskBLAAII5JAva/7/+/z367a/f3/8ZuT9+//Pr78vQUrB6n4CSSj6/RuoASCAWEDO/fD3ddEfhv9/OE3/sKj8/n7k9/fDQNUIs/+DVf8HawAIIJCT/v38C3Hr95N/GDh/f94AVvT7N8RUBpjxQAVADQABBNLw/y/Ifwy/f/399ufTOpDBEPf8g5sN0QBEDAwAAQTWABEChgOSA9BVA00E2wAQQCANQBbEif/AzoCqgLkbbBYwWP/+//sXqBYggFhAkfL7D7OkJFCOCSj65zfUeFjwg8z++/ffX5AGoGKAAGI8jhSRyIw/SJH9D4aAYQoQYAA6rnMw1jU2vQAAAABJRU5ErkJggg==');
    margin-right:8%;
} 

/*menu-langue qui a ï¿½ï¿½tï¿½ï¿½ modifiï¿½ï¿½ mystï¿½ï¿½rieusement*/
header[role="banner"] .nav li a span {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 0;
    padding-top: 2px;
    color: black;
    opacity: 1;
    top: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}
header[role="banner"] .nav li ul li a:hover span {color:#dd3333;}
/*chevauchement menu*/
@media screen and (max-width:1060px){
    header[role="banner"] .nav li a{
        font-size:11px;
        padding: 0 10px;
    }
    header[role="banner"] .nav li a span {font-size:11px;}
}
/*sous-menus recalï¿½ï¿½s vers la gauche*/
@media screen and (min-width:768px) and (max-width:1060px){
    header[role="banner"] .nav li ul.children li a {left:-12px;}
}
#logo{width: 200px; margin: 10px -15px;}
#scrolled-logo {width:180px; margin: 5px 0;}
.children {text-align:left;}
#menu-item-54 {width:170px;}
header[role="banner"] .nav li a:focus{color:#e91f2d;}

/*HOME*/
    /*intro*/
    .metaslider .caption-wrap {text-align:center;
                            opacity:1 !important;}
    .metaslider .caption-wrap h1 {text-transform:uppercase;
        line-height: 1em; font-size: 34px;
    }
    .metaslider .caption-wrap .button-text {color:white;font-size: 16px;}
    .metaslider.metaslider-flex .slides img {width:110%;}
    @media screen and (max-width:600px){
        .home .metaslider.metaslider-flex .slides img{
            width: 100%;
            height: auto;
            position: relative;
        }
    }
    /*welcome*/
    .welcome-space{width:100%;}
    .bloc-welcome{width:100%; height:95px; display:inline-block; padding-left: 15%;}
    .welcome-text {
    font-size: 16px;
    text-transform: uppercase;
    color: #cecece;
    }
    .welcome-number {
    font-size: 46px;
    color: #e91f2d;
    line-height: 0.7em;
    }
    @media screen and (max-width:1024px){
        .bloc-welcome {padding-left:0; height:auto; display:block;}
        .bloc-welcome img{margin: 0 !important;
                            display: block !important;
                            float: none !important;
                            position: relative;}
        .bloc-welcome span{display: block; text-align: left;}
        .bloc-welcome br {display:none;}
        .welcome-space {height:30px;}
    }
    @media screen and (max-width:700px){
        .bloc-welcome img{margin: 0 auto !important;}
        .bloc-welcome span{display: block; text-align: center;}
    }
        /*news*/
    .luxe-post-details {background-color:white; border:none !important;}
    .attachment-blog.size-blog.wp-post-image {width: 100%;}
    .luxe-post .post-tags {
    width: 50%;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    display: block;}
    .luxe-post .post-tags::before{content: "\6b";
                                font-family: 'ElegantIcons';
                                margin-right: 8px;}
    .luxe-post {display:block !important;}
            /*news x3 sur ipad vertical*/
    @media screen and (min-width:580px) and (max-width:768px) and (orientation:portrait){
        .luxe-post {width: 30%;
                    float: left;
                    position: relative;
                    margin-left: 2%;}
        .luxe-post .luxe-post-details{height:150px;}
        [data-name="news-link"] .wrap {width:100%;}
    }
    /*certifs*/
    .certifications img {
    display: inline-block;
    height: auto;
    width: 24%;
    margin: 7%;
    }
    #post-16 .entry-content, #post-1644 .entry-content,
    #post-1646 .entry-content {text-align:center;}
    .certif-names span {margin:0 1%;}
#post-16 .entry-content p span{
    width: 100%;
    float: left;
    text-align: center;
}
/*GROUP*/
    /*quote*/
    .quote {color: white;
            text-align: left;
            font-size: 21px;
            line-height: normal;
            font-family: "adelle",serif;
            font-style: italic;
            width: 65%;
            margin-top:83px;
            padding:20px;
            float:right;
            margin-right:30px;
            }
    .hugues-photo {position:relative; 
                    float:left;
                    margin-left:3%;
    }
    .hugues-round {display:none;}
    .quote-title {font-size:14px;
                font-family:"effra",sans-serif;
                font-style:normal;
                font-weight:700;
                }
    .degrade{background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 18%, #e91f2d 18%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 18%,#e91f2d 18%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 18%,#e91f2d 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
    @media screen and (max-width:1024px){
        .quote{width:100%;margin-top:5px;margin-right:0;padding:30px;font-style: oblique;font-size: 16px;line-height: 1.5em;}
        .hugues-photo {display:none;}
        .hugues-round {display: block;
                        position: relative;
                        margin: 0 auto;}
    }
    /*two divisons*/
    .squareDemo {margin:20px auto !important;    position: relative;
    overflow: hidden;}
    .squareDemo .squareLitDemo {
            top: 350px !important;
            transition: all 0.3s linear !important;
            }
    .squareDemo:hover .squareLitDemo {top:0px !important;}
    .squareLitDemo .textAreaWrapper{padding:14px 20px; margin-top:16%;}
    .textArea{position:relative !important; 
    padding:0 !important;
    line-height:20px !important;    
    }
    @media screen and (max-width:768px){
        .squareDemo , .textArea, .squareLitDemo
        {
        width: 280px !important;
        height: 280px !important;
        }
        .textAreaWrapper {margin-top:0 !important;}
    }
    @media screen and (min-width:700px) and (max-width:790px) and (orientation:portrait){
    .divisions-boxes .sixcol {float:left; width:50%;}
    }
    /*caroussels-2*/
    .bx-wrapper .bx-viewport{
    box-shadow: none;
    border-color: transparent;
    left: 0;
    background: none;
    height:350px !important;
    margin: 0 auto;
    }
    .bxslider, .bxslide {height:100%;}
    .bx-caption {background:transparent !important; 
    height:110px; bottom:auto !important;}
    .bx-wrapper .bx-controls-direction a{
        top: 40%;
        width:30px;
        height:52px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position:0 0 !important;
    }
    .bx-wrapper .bx-controls-direction a:hover {
        opacity:0.7;
        -webkit-opacity:0.7;
        -ms-opacity:0.7;
    }
    .bx-wrapper .bx-prev {left:-6%; background: url('http://www.neway-dev.fr/meca-inox/wp-content/uploads/2016/04/fleche_previous.png');}
    .bx-wrapper .bx-next {right:-6%; 
                        background: url('http://www.neway-dev.fr/meca-inox/wp-content/uploads/2016/04/fleche_previous.png');
                        -moz-transform: scaleX(-1);
                        -o-transform: scaleX(-1);
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                        filter: FlipH;
                        -ms-filter: "FlipH";
    }
    .bx-wrapper .bx-controls-direction a{
            width: 22px; height: 39px;
        }
    .bx-wrapper .bx-caption span {font-size:16px;
        font-family:"effra",sans-serif;
        font-weight:300;
    }
    .titre {font-size: 28px !important; font-weight: 500 !important;}
    #story-car .bx-caption {color:white;}
    #product-car .bx-caption {color:#313131;}
    #product-car .bx-caption .titre {color:#e91f2d !important;}
    @media screen and (max-width:1024px){
        .bx-wrapper .bx-prev {left:-4%;}
        .bx-wrapper .bx-next {right:-4%;}
    }
    @media screen and (max-width:900px){
        .bx-wrapper .bx-viewport {width: 627px !important;}
    }
    @media screen and (max-width:768px){
        .bx-wrapper .bx-prev {left:-3%;}
        .bx-wrapper .bx-next {right:-3%;}
        .bx-wrapper .bx-controls-direction a{
            width: 20px;
            height: 35px;
            right: -0px;
        }
        .bx-wrapper .bx-viewport {width: 318px !important;}
    }
    /*values*/
    .values-picto{width:90px;
                  cursor : pointer;
    }
    .list {margin-bottom:30px;}
    .list .trigger {font-weight:500;}
    .list .trigger a {
    font-size: 20px;
    color: #e91f2d;
    }
    
/*KNOW-HOW*/
    /*sites-triggers*/
    .sites-img {width:120px; cursor:pointer;}
    #sites-triggers .fourcol {display:block;}
    #sites-triggers .list .trigger {font-weight:700;}
    /*hovers*/
    #hovers2 div {width:50%; 
    height:100%; 
    margin:auto; 
    float:left; 
    background-size: cover;
    background-repeat: no-repeat;
    }
    #hovers2 {width:100%;height:28vw;}
    #hovers-content1 {background-image: url(../images/meca_Gisors_France.jpg);}
    #hovers-content2 {background-image: url(../images/meca_Dalian_China.jpg);}
    #hovers2 h3 {
    opacity:0;
    position: relative;
    font-size: 38px;
    height: 100%;
    margin: 0;
    padding: 20% 0;
    background-color: rgba(0, 0, 0, 0);
    color: white !important;
    transition: ease-in 0.5s;
    font-weight:bold;
    line-height: normal;
    }
    #hovers2 div:hover h3 {background-color: rgba(0, 0, 0, 0.80); opacity:1;}
    #hovers2 span {
    display: block;
    font-size: 33px !important;
    }
    @media screen and (max-width:1024px){
        #hovers2 h3 {opacity:1;}
    }
    @media screen and (max-width:768px){
        #hovers2 {height:auto;}
        #hovers2 div {float:none;width:100%;}
    }
    /*values*/
    .values {
    width: 300px;
    height: 450px;
    margin:0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .values p {
    color: white;
    padding: 60px 0px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    }
    #value1 {background-image: url('../images/meca_value_Robust_durable.jpg');}
    #value2 {background-image: url('../images/meca_value_Performance_reliability.jpg');}
    #value3 {background-image: url('../images/meca_KNOWHOW_adaptable_innovative.jpg');}
    /*fr en de en une ligne*/
    @media screen and (min-width:580px) and (max-width:768px) and (orientation:portrait){
    #container-896 .fourcol, #container-1664 .fourcol, #container-1667 .fourcol{
        width: 30%;
        float:left;
        margin:0 10px;
    }
    .values {width:205px; height:310px;}
    .values p {padding:20px 0; font-size:26px;}
    }
    @media screen and (max-width:1024px) and (min-width:768px){
        .values{width:220px;
                height:320px;
        }
        .values p{padding:25px 0;
                font-size:24px;
        }
    }
    /*internal*/
    #internal-screen {display:block;}
    #internal-phone {display:none;}
    @media screen and (max-width:768px){
        #internal-phone {display:block;}
        #internal-screen {display:none;}
    }
    /*testimonials*/
    .testimonial-carousel .testimonial-user .testimonial-user-position-title::before{
        content:none;
    }
    .testimonial-user-name {font-weight:500;}
    .testimonial-user span {display: block;}
    .testimonial-carousel {border:none;}
    .testimonial-carousel .testimonial-content {
    font-size: 22px !important;
    font-family: "adelle";
    line-height: initial;
    font-style: italic;
    }
    .testimonial-carousel-nav img {
        max-width:100px;
        width:100px;
        height:auto;
    }
    .testimonial-carousel .testimonial-content {padding-bottom:50px;}
    @media screen and (max-width:768px){
        .testimonial-carousel {padding:0 !important;}
        .testimonial-carousel .testimonial-content{
            padding: 10px 10px;
            padding-bottom: 30px;
            font-size: 14px !important;
            color: #323232;
        }
        .testimonial-carousel-nav {padding:0 0 30px !important;}
    }
        /*footprint*/
    .footprint-space{width:100%;}
    .bloc-footprint{width:300px; height:95px; display:block;}
    .bloc-footprint span {display:block;text-align:left;}
    .bloc-footprint br {display:none;}
    .bloc-footprint img {float:left;}
    @media screen and (max-width:768px){
        .bloc-footprint{float:none !important;
                        text-align:center;
                        height:70px;
                        margin:auto;
        }
        .bloc-footprint img {margin-top: -7px;margin-left: 17%;}
    }
    
/*MARKETS*/
.portfolio-container .isotope .portfolio-overlay .portfolio-overlay-content{
    top:55%;
}
.portfolio-container .isotope .portfolio-overlay{
background-color: rgba(255, 0, 0, 0.82);}
.portfolio-tags, #portfolio-filter {display:none;}
.portfolio-container .isotope .portfolio-title a {
    font-size:20px;
    font-weight:400;
}
    /*footprint cf ligne-237 know-how*/
/*Single-MARKETS*/
.single-portfolio .article-header {
    display: none !important;
}
.single-portfolio .featured-content {
    margin-top: 40px;
}
.single-portfolio .metaslider .caption{
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.60);
    position: relative;
    bottom: 4.2em;
    text-align:left;
}
.single-portfolio .metaslider.metaslider-flex .slides img{
    width:100%;
}
a:focus, .button:focus .button-text{color:#e91f2d !important;}
.market-sub {color:#3a3a3a; margin-bottom: 5px;}
.fluide-market{height:20px !important; 
                float:none:important; 
                width:100% !important;
                background-color:grey !important;
}
.markets-buttons .button {
    margin-right: 10px;
    position: relative;
}
.ligne-certifs-market{width:100%;}
.ligne-certifs-market img{display:inline-block;
                        height:70px;
                        margin:0 auto;
}
.article-footer {display:none;}
        /*regles d'affichage des 'other markets'*/
    .works-fr{display:none;}
    .works-en{display:block;}
    .works-de{display:none;}    
        
    html[lang="fr-FR"] .works-fr{display:block;}
    html[lang="fr-FR"] .works-en{display:none;}
    html[lang="fr-FR"] .works-de{display:none;}
    
    html[lang="de-DE"] .works-fr{display:none;}
    html[lang="de-DE"] .works-en{display:none;}
    html[lang="de-DE"] .works-de{display:block;}

@media screen and (max-width:700px){
    .portfolio .metaslider {padding-bottom:45px;}
    .caption {bottom:0;}
}
    /*related works*/
    .portfolio-related {background-color:#E9E9E9;}
    .portfolio-related h3{
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 600;
        position: relative;
        color:#e91f2d;
    }
    .portfolio-related h3:after{
        display: block;
        position: relative;
        content: '';
        width: 22px;
        height: 3px;
        background-color: rgba(100, 100, 100, 0.4);
        top: 100%;
        left: 50%;
        margin-left: -11px;
        margin-top: 25px;
    }
    @media screen and (max-width:1024px){
        .portfolio-container .isotope .portfolio-overlay{
        opacity:1;
        background-color: rgba(0, 0, 0, 0);}
        .portfolio-container .isotope .portfolio-overlay:hover{
        background-color:rgba(255, 0, 0, 0.82);}
    }
    
/*PRODUCTS*/
h2.products-title {color:#3C3C3B;font-weight:300;margin-bottom:0;font-size: 22px;}
    /*drapeau*/
#drapeau {
    margin: 10px auto;
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
    }
#drapeau p {width:48%; height:2px; margin: 0 auto;}
#blueflag {background-color: #3E57A3; float: left;}
#redflag {background-color: #e91f2d; float: right;}
    /*sections products*/
.section-products {border-bottom: solid #e7e7e7 3px;}
.products-info {margin:10px auto; width:60%}
.products-info h5, .products-info h4, .products-info h6 {margin:0 !important;}
.products-info h4{font-size: 1.4em !important; font-weight: bold !important;}
.products1 {border-bottom: dotted grey;}
.products1 p {font-size:1.2em;}
.products1 p, .products2 p {margin:0 !important; display:inline;}
.products2 h5 {font-size: 1.7em !important; font-weight: bold !important;}
.product-domain {line-height: 18pt;
                padding-bottom: 10px;}
.ligne p {margin:0 !important; display:inline; font-size: 1.6em;}
.ligne {margin-bottom:40px;}
.valves-quantity h5, .valves-quantity p {color:grey;}
.valves-quantity h5 {margin-bottom: -8px !important;}
.valves-quantity {margin:10px 0;}
        /*progress bars*/
.jauge {height: 15px; width: 280px; margin: 5px auto;}
.jauge h6 {float:left;}
@keyframes example{
from{width:0;}
}
.fluide-bg{width: 60%;
display: inline-block;
height: 90%;
bottom: -2px;
position: relative;
float: right;} 
.fluide {
    height: 100%;
    animation-name:example;
    animation-duration:5s;
}
.rouge {background-color:#e91f2d;}
.bleu {background-color:#0081C9;}
.jaune {background-color:#f90;}
@media screen and (min-width:1024px){
    .products-img {max-width:none;}
}
@media screen and (max-width:768px){
    .jauge {width:240px;}
}
    /*galerie*/
.galerie-products div{display:inline-block;}
.products-box {height: 20em; width: 15em; background-position: center; background-size: cover; margin:0 auto}
.products-box h5 {top: 12em; position: relative; font-weight:bold !important; color:purple !important;}
.products-box2 {height: 20em; width: 15em; background-position: center 1.6em; background-size: cover; margin:0 auto}
.products-box2 h5 {top: 13.4em; position: relative; font-weight:bold !important; color:purple !important;}
.products-box3 {height: 22em; width: 16.1em; background-position: center 2.4em; background-size: cover; margin:0 auto}
.products-box3 h5 {top: 15em; position: relative; font-weight:bold !important; color:purple !important;}
    /*on demand*/
    .products-slide {width: 50%; float: right; text-align: left;}
    .products-slide p {font-size: 1.4em; line-height: initial; margin:0}
    .products-slide .sub-slide{font-size: 1.5em; color:#e91f2d; line-height: initial;}
    .on-demand{background-image:url(/site2016/wp-content/uploads/2016/05/meca_on_demand_global.jpg);
            background-position:center 100%;
            background-repeat: no-repeat;
            background-attachment:fixed;
            background-size:cover;
            padding:70px 0;
            background-color:#efefef;
    }
    @media screen and (max-width:768px){
    .products-slide {
    width: 100%; text-align:center;}
    .products-slide p{margin-bottom: 1em;}
    }
    @media screen and (max-width:768px){
    .on-demand{
        background-image: url(../images/meca_on_demand_phone.jpg);
        padding-top: 30em;
        background-attachment: scroll;
        background-size: 445px;
        background-position: center 1em;
    }
    }
    @media screen and (min-width:1500px){
        .on-demand{background-position:center 50%;}
    }
    
/*NEWS*/
.blog .social-share {float:none;}
.blog .post .article-featured, 
.tag .article-featured {margin-bottom:0px !important;}
.blog .article-featured img, .tag .article-featured img{float:left; margin-right:20px; width:350px;}
.blog #container .page-title {font-size:50px; font-weight:bold;}
.single .article-header, .tag .article-header {
    background-image: url('/site2016/wp-content/uploads/2016/05/meca_NEWS_head.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center 5em;
    background-repeat:no-repeat;
}
    /*barre de recherche trad*/
    .rechercher {display:none;}
    html[lang="fr-FR"] .search {display:none;}
    html[lang="fr-FR"] .rechercher {display:block;}
@media screen and (max-width:979px){
    .article-featured img {float:none;margin-bottom: 10px;}
}
/*post avec slider*/
.blog .flex-viewport, .tag .flex-viewport {
    width: 350px !important;
    float: left;
    margin-right: 20px;
}
.blog .flex-viewport img, .tag .flex-viewport img {width:auto !important;}
.blog .luxe-flexslider.flexslider .flex-direction-nav,.tag .luxe-flexslider.flexslider .flex-direction-nav
{width:350px; margin-top:100px;}
@media screen and (max-width:979px){
    .blog .flex-viewport, .single .flex-viewport, .tag .flex-viewport  
    {float:none; margin-bottom: 10px;}
    .blog .luxe-flexslider.flexslider .flex-direction-nav,
    .blog .luxe-flexslider.flexslider .flex-direction-nav {width:350px; margin-top:-25px;}
}
@media screen and (max-width:390px){
    .blog .luxe-flexslider.flexslider .flex-direction-nav,
    .blog .luxe-flexslider.flexslider .flex-direction-nav {width:100%; margin-top:-25px;}
    .blog .flex-viewport, .single .flex-viewport, .tag .flex-viewport{width: 100% !important;}
}

/* il faudrait que le flexviwport soit tjr en 100% et resizer un autre element en 350px*/


/*DOWNLOADS*/
/**/
.page-template-template-download-en .page-header,
.page-template-template-download-fr .page-header,
.page-template-template-download-de .page-header
{margin-bottom:0px !important;}
/*CSS ï¿½ï¿½ l'intï¿½ï¿½rieur des templates php*/

/*CONTACT*/
.tableau-contact {color:black}
.tableau-ligne {display:inline-block; padding:0px 0; width:100%}
.tableau-ligne span {
    float: left;
}
.tableau-ligne .luxe-icon{
float: left;
margin-right: 20px;
}
.tableau-ligne span a {color:#35A8E0;}
.contact-title {font-size: 22px;font-weight: bold;text-align: left;color: #000;}
.entry-content table td {padding:0;}
td a {color:rgb(0, 156, 255);}
@media screen and (max-width:1024px){
   #post-31 .fourcol{margin:5%;}
}

/*FOOTER*/
#legal-fr, #legal-en, #legal-de{text-align:center;}
html[lang="fr-FR"] #legal-en,html[lang="fr-FR"] #legal-de {display:none;}
html[lang="en-GB"] #legal-fr,html[lang="en-GB"] #legal-de {display:none;}
html[lang="de-DE"] #legal-fr,html[lang="de-DE"] #legal-en {display:none;} 

.certif-names{margin-top:10px;}

img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.squareLitDemo{top: 0px;position: absolute;color:#fff;}

#container-891 { background-color: ; }
		    	#container-891 { background: url(../images/meca_ball_valve_black.jpg); }
						    	#container-891 { background-attachment: fixed; }
		    	#container-891 { background-position: center; }
		    	#container-891 { padding-top: 70px; padding-bottom: 70px; }
				#container-891 .page-title {
					color: #ffffff;
				}
				#container-891 h1, #container-891 .h1, #container-891 h2, #container-891 .h2, #container-891 h3, #container-891 .h3, #container-891 h4, #container-891 .h4, #container-891 h5, #container-891 .h5, #container-891 h6, #container-891 .h6 {
					color: ;
				}
					    		
		    	#container-794 { background-color: ; }
						    	#container-794 { background-attachment: scroll; }
		    	#container-794 { background-position: ; }
		    	#container-794 { padding-top: 70px; padding-bottom: 0px; }

                .sidebar-right{
    margin: 6%;
}

                .post-date img{
    float: left;
    width: 20px;
    margin-top: 4px;
    margin-right: 6px;
}
                .post-tags img{
    width: 16px;
    position: relative;
    top: 3px;
    margin-right: 6px;
    margin-left: 21px;
}

  /*responsive*/    
    @media screen and (max-width:769px){
		.container{width:100% !important}
	}
	
    @media screen and (max-width:768px){
       ul .special img.pictosize {
            margin:0px;
            height: 20px;
            width: 30px;
        }
        
       ul .drapeaux {
    height: 20px;
    float: right;
    width:100px;
text-align: right;
        }
        
         .container ul li.special {
    font-size: 10px;
        }
        
        .container {
            padding: 0px;
        }
        
        
         .mes3 {
            padding-top: 20px;
            position: relative;
            }
			
		.mobilebreakspace {padding:0 !important;}
		
		#inner-content {padding-bottom: 100px;}
    
    }
    /*css header et footer */
   
    
#main-nav {
    background-color: white;
}

#main-nav a {
    color: black;
}
    
#main-nav a:hover {
    color: #dd3333;
    background-color: white;
}
    
h1.page-title.h2 {
    color: white;
}

footer #scroll-top {
    position: relative;
    top: -33px;
    }

            /* CUSTOM CSS */
    

h4 {padding-bottom:20px}    

.bold {
    font-weight: bold;
}
    
.black {
    color: black;
}

.mini {
}

.container li {
    background: url(../images/meca_picto_PDF-01.png) no-repeat left center;
    margin-left: 0;
    padding-left: 10%;
    list-style-type: none;
}
    
.container li.special {
    line-height: 13pt;
    padding-bottom: 20px;
    margin-bottom: 12px;
    margin-top: 12px;
    }

ul {
    line-height: 18px; 
}
    li {
        margin-left: 12px;
}
    
.mes1 a {
    position: relative;
    bottom: 4px;
    color: #189bd2;
}
    
.mes1 {
    position: relative;
    bottom: 5px;
}
    
.mes2 {
    margin-top: 0px;
    margin-bottom: 5px;
}
    
    
.titre1 {
    color: #e91f2d;
    border-bottom: 1px solid #7a7a7a;
    font-size: 22px;
    font-weight: bold;
    margin-bottom:20px;
}
    
.titre2 {
    color: #e91f2d;
    border-bottom: 1px solid #7a7a7a;
    margin-bottom:20px;
    font-size: 22px;
    font-weight: bold;
    /* margin-top: 30px; */
}

.align{
    vertical-align: top;
}

.edition {
    width: 45%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
margin-left:2%;
margin-right:1.5%;

}
    
.customsize {
    height: 60px;
}

.pictosize {
    width: 30px;
    height: 20px;
}

.imgedition {
    margin-bottom:15px;
}
    
.drapeaux {
    width: 130px;
    height: 25px;
    float: right;
}   
  
    
.special img.pictosize {
    /* float: right; */
    margin:5px;
}
    
    
@media all and (min-width:986px) and (max-width:1200px){
    .drapeaux {
        height: 25px;
        float: right;
        width:70px;
    }
    
    .special img.pictosize {
    width: 20px;
    height: auto;
    margin: auto;
} 
} 
        
#valve01, #valve02 {
    width: 100px;
    float: left;
	margin-right:10px;
}

    .descr {
        width: 55%;
        display: inline-block;
		position: absolute;
		margin-top:4px;
    }
.col-xs-12{
    width: 100%;
    float: left;
}
@media all and (min-width:986px){
.fourcol{height:57rem;}
}