@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

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

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
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;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

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

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
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../Resources/public/scss/library/fonts/font-name.eot');
    	src: url('../Resources/public/scss/library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../Resources/public/scss/library/fonts/font-name.woff') format('woff'),
             url('../Resources/public/scss/library/fonts/font-name.ttf') format('truetype'),
             url('../Resources/public/scss/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

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

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

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

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

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

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
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? */
/*********************
BUTTONS
*********************/
button {
  background: none;
  outline: none;
  border: none; }

.bigbutton, .bigbutton:visited {
  display: inline-block;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
  padding: 19px 40px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -ms-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s; }

.bigbutton.white {
  color: white;
  border: 2px white solid; }
.bigbutton.white:hover {
  background-color: white;
  color: #292d40; }

.bigbutton.dark {
  color: #292d40;
  border: 2px #292d40 solid; }
.bigbutton.dark:hover {
  background-color: #0a96cc;
  color: #FFF;
  border-color: #0a96cc; }

.socialbutton {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 15px 28px 14px;
  color: white;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s; }
.socialbutton span {
  vertical-align: middle; }
.socialbutton [class^="icon-"], .socialbutton [class*=" icon-"] {
  position: relative;
  font-size: 20px;
  left: -5px; }

.socialbutton.facebook {
  background-color: #39599b; }
.socialbutton.facebook:hover {
  background-color: #4064ae; }

.socialbutton.twitter {
  background-color: #00abf0; }
.socialbutton.twitter:hover {
  background-color: #0ab9ff; }

.txtcenter {
  text-align: center; }

/*********************
Icons
*********************/
@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../Resources/public/font/fontello.svg?6835679#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-menu-1:before {
  content: '\e809'; }

/* '' */
.icon-spread:before {
  content: '\e80d'; }

/* '' */
.icon-chart-line:before {
  content: '\e819'; }

/* '' */
.icon-twitter:before {
  content: '\e808'; }

/* '' */
.icon-facebook:before {
  content: '\e807'; }

/* '' */
.icon-search:before {
  content: '\e80a'; }

/* '' */
.icon-mail:before {
  content: '\e818'; }

/* '' */
.icon-heart:before {
  content: '\e806'; }

/* '' */
.icon-user:before {
  content: '\e802'; }

/* '' */
.icon-videocam:before {
  content: '\e801'; }

/* '' */
.icon-menu:before {
  content: '\e800'; }

/* '' */
.icon-home:before {
  content: '\e812'; }

/* '' */
.icon-link:before {
  content: '\e803'; }

/* '' */
.icon-cloud:before {
  content: '\e80b'; }

/* '' */
.icon-pencil:before {
  content: '\e817'; }

/* '' */
.icon-comment:before {
  content: '\e804'; }

/* '' */
.icon-chat:before {
  content: '\e816'; }

/* '' */
.icon-cog:before {
  content: '\e805'; }

/* '' */
.icon-stopwatch:before {
  content: '\e810'; }

/* '' */
.icon-shuffle:before {
  content: '\e80f'; }

/* '' */
.icon-monitor:before {
  content: '\e813'; }

/* '' */
.icon-tablet:before {
  content: '\e814'; }

/* '' */
.icon-globe-inv:before {
  content: '\e815'; }

/* '' */
.icon-chart-bar:before {
  content: '\e80e'; }

/* '' */
.icon-vector:before {
  content: '\e80c'; }

/* '' */
.icon-lock:before {
  content: '\e811'; }

/* '' */
@font-face {
  font-family: 'menuicons';
  src: url("../Resources/public/fonts/menuicons.html"); }

@font-face {
  font-family: 'menuicons';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="menuicon-"]:before, [class*=" menuicon-"]:before {
  font-family: 'menuicons';
  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;
  position: relative;
  top: 4px; }

.menuicon-home:before {
  content: "\21"; }

.menuicon-msg:before {
  content: "\22"; }

.menuicon-window:before {
  content: "\23"; }

.menuicon-eye:before {
  content: "\24"; }

.menuicon-carte:before {
  content: "\25"; }

.menuicon-stats:before {
  content: "\26"; }

.menuicon-pen:before {
  content: "\27"; }

.menuicon-mobile:before {
  content: "\28"; }

.menuicon-mail:before {
  content: "\29"; }

.oldbrowser .row {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 400;
  width: 100%;
  background-color: white; }
.oldbrowser .row .col-md-12 {
  padding: 80px; }
.oldbrowser .row .col-md-12 h5 {
  color: #0a96cc;
  font-weight: bold; }
.oldbrowser .row .col-md-12 a {
  color: #f01d4f; }

/*
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.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  -webkit-font-smoothing: antialiased; }

section {
  background-color: #FFF; }

*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656; }

.main-content {
  background: #FFF; }

.main-content,
.main-content-inner {
  position: relative; }

.main-container {
  position: relative; }

.main-pusher {
  position: relative;
  left: 0;
  z-index: 199;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s; }

.main-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 9999; }

.main-menu-open .main-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.main-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  width: 220px;
  height: 100%;
  background: #292d40;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 22px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  font-size: 12px; }
.main-menu [class^="menuicon-"], .main-menu [class*=" menuicon-"] {
  width: 60px;
  text-align: center;
  font-size: 20px; }
.main-menu span {
  display: inline-block; }

.no-csstransforms3d .main-menu {
  visibility: visible; }

.main-menu-open .main-menu {
  visibility: visible; }

.main-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.main-menu-open .main-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -o-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  -ms-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

#main {
  position: relative; }

#main-content-wrapper {
  position: relative;
  z-index: 4000; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 92%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: inherit;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: inherit;
  text-decoration: none; }
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, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  color: #555555;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1, .h1 {
  font-size: 60px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  text-align: center; }

.h1-pages {
  font-size: 36px;
  line-height: 1.6;
  text-align: left;
  margin-top: 100px;
  margin-bottom: 42px; }

h1.carta {
  font-size: 36px;
  line-height: 1.6;
  color: #0a96cc;
  text-align: left; }

h2, .h2 {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin: 0; }

h3, .h3 {
  font-size: 20px;
  margin: 0 0 8px;
  color: #0a96cc;
  font-weight: bold; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

p {
  font-size: 14px;
  line-height: 22px;
  color: #777777; }

.txtalt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300; }

.txtalt2 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300; }

.txtred {
  color: #0a96cc; }

/*********************
HEADER STYLES
*********************/
.main-header {
  height: 60px;
  z-index: 5000; }
.main-header .main-pusher:after {
  display: none; }

.main-loader {
  height: 100%;
  z-index: 4000;
  visibility: hidden; }

.main-header, .main-loader {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s; }
.main-header .main-pusher, .main-loader .main-pusher {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

.main-header.main-effect-2.main-menu-open, .main-loader.main-effect-2.main-menu-open {
  transform: translate3d(-220px, 0, 0);
  -webkit-transform: translate3d(-220px, 0, 0);
  -moz-transform: translate3d(-220px, 0, 0);
  -ms-transform: translate3d(-220px, 0, 0);
  -o-transform: translate3d(-220px, 0, 0); }
.main-header.main-effect-2.main-menu-open .main-pusher, .main-loader.main-effect-2.main-menu-open .main-pusher {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.main-preheader {
  height: 100%; }

.pre-header {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  background: url(../../../bundles/fedoral/img/backgrounds/DeathtoStock_Wired3_1.jpg) no-repeat top;
  background-size: cover;
  overflow: hidden; }

.pre-header-cont {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center; }
.pre-header-cont h1 {
  position: relative;
  margin-top: -102px;
  margin-bottom: 43px; }

.header {
  height: 60px;
  background: #FFF;
  border-bottom: 1px solid #f2f2f2; }
.header .rightcolumn {
  display: inline-block;
  float: right; }
.header [class^="icon-"], .header [class*=" icon-"] {
  display: inline-block;
  font-size: 26px;
  line-height: 0;
  margin-top: 14px; }
.header button {
  color: #d0d2d4;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s; }
.header button:hover {
  color: #b5b8bc; }

#logo {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 50px;
  /*display: inline-block;*/
  /*width: 144px;*/
  /*height: 14px;*/
  /*background-repeat: no-repeat;*/
  /*background-image: url(../../../bundles/fedoral/img/logo.png);*/
  /*background-size: 144px 14px;*/
  /*text-indent: -9999px;*/
  /*margin-top: 22px; */
}

/*********************
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.
*/
/* content style */
.main-menu ul {
  margin: 0;
  padding: 0;
  limain-style: none; }

.main-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em; }

.main-menu ul li a {
  position: relative;
  display: block;
  padding: 0.2em .4em 0.6em 1.3em;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  -ms-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px; }

.main-menu ul li:firmain-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.main-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff; }

.main-menu ul li a.active {
  background: rgba(0, 0, 0, 0.2);
  color: #fff; }

.main-menu .separator-cont {
  cursor: default !important;
  pointer-events: none; }

.main-menu .separator {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.main-menu a .blog-indicator {
  position: absolute;
  right: 1.5em;
  top: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 15px;
  font-size: 10px;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: background 0.5s, color 0.5s;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  -ms-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s; }

.main-menu a:hover .blog-indicator {
  background-color: #FFF;
  color: #292d40; }

.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */ }
.nav li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  /*
  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 ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

/*********************
HOME PAGE STYLES
*********************/
section.homeresume {
  padding-bottom: 80px;
  /* **        *         ** */
  /* ** WIREFRAME STYLES ** */
  /* **        *         ** */
  /* ** WIREFRAME HEAD ** */
  /* ** WIREFRAME BODY ** */ }
section.homeresume h2 {
  margin: 90px auto 40px;
  max-width: 533px; }
section.homeresume h3:first-of-type {
  margin-top: 60px; }
section.homeresume h3:last-of-type {
  margin-top: 35px; }
section.homeresume p.txtalt {
  margin-top: 100px; }
section.homeresume .firstcol {
  display: none; }
section.homeresume .centercol {
  max-width: 290px;
  margin: 0 auto; }
section.homeresume .lastcol {
  text-align: center; }
section.homeresume .wireframe {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 143%;
  border: 2px #e9ebed solid;
  border-radius: 10px;
  color: #e9ebed;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s; }
section.homeresume .wire-head-line, section.homeresume .wire-footer-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e9ebed; }
section.homeresume .wire-head-line {
  top: 14%; }
section.homeresume .wire-footer-line {
  bottom: 14%; }
section.homeresume .wire-menu, section.homeresume .wire-search {
  position: absolute;
  top: 4%;
  font-size: 24px;
  line-height: 24px; }
section.homeresume .wire-menu {
  left: 5%; }
section.homeresume .wire-search {
  right: 5%; }
section.homeresume .wire-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 4.6%;
  letter-spacing: 1px; }
section.homeresume .wire-square1, section.homeresume .wire-square2, section.homeresume .wire-square3,
section.homeresume .wire-square4, section.homeresume .wire-square5 {
  display: block;
  position: absolute;
  top: 17%;
  width: 28%;
  padding-bottom: 28%;
  background: #e9ebed;
  border-radius: 2px;
  opacity: 1; }
section.homeresume .wire-img {
  position: relative;
  width: 40%;
  max-width: 40%;
  height: auto;
  padding-top: 15%; }
section.homeresume .wire-square1 {
  left: 4%;
  overflow: hidden; }
section.homeresume .wire-square2 {
  left: 36%; }
section.homeresume .wire-square3 {
  left: 68%; }
section.homeresume .wire-square4 {
  top: 39%;
  left: 4%;
  width: 60%;
  padding-bottom: 34%; }
section.homeresume .wire-square5 {
  top: 39%;
  left: 68%;
  width: 28%;
  padding-bottom: 34%; }
section.homeresume .wire-square1-inside {
  background: #0a96cc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
  text-align: center;
  border-radius: 2px; }
section.homeresume .wire-txtline1, section.homeresume .wire-txtline2, section.homeresume .wire-txtline3, section.homeresume .wire-txtline4 {
  display: block;
  width: 92%;
  padding-bottom: 3.5%;
  background: #e9ebed;
  position: absolute;
  left: 4%;
  border-radius: 2px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -ms-transition: width 0.5s;
  transition: width 0.5s; }
section.homeresume .wire-txtline4 {
  width: 60%; }
section.homeresume .wire-txtline1 {
  top: 65%; }
section.homeresume .wire-txtline2 {
  top: 70%; }
section.homeresume .wire-txtline3 {
  top: 75%; }
section.homeresume .wire-txtline4 {
  top: 80%; }
section.homeresume .wire-footer-icon1, section.homeresume .wire-footer-icon2,
section.homeresume .wire-footer-icon3, section.homeresume .wire-footer-icon4 {
  display: block;
  position: absolute;
  width: 25%;
  bottom: 4.6%;
  text-align: center;
  font-size: 24px;
  line-height: 24px; }
section.homeresume .wire-footer-icon1 {
  left: 0; }
section.homeresume .wire-footer-icon2 {
  left: 25%; }
section.homeresume .wire-footer-icon3 {
  left: 50%; }
section.homeresume .wire-footer-icon4 {
  left: 75%; }
section.homeresume .wire-diagonal {
  position: absolute;
  width: 150%;
  padding-bottom: 8%;
  top: 50%;
  left: -27%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  background: #fff;
  z-index: 2; }

.homemainsec {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
.homemainsec .img-ent .sec-overlay {
  background: rgba(41, 45, 64, 0.9); }
.homemainsec .img-startup .sec-overlay {
  background: rgba(243, 83, 91, 0.9); }
.homemainsec button {
  margin: 150px 0; }
.homemainsec .over-startup {
  background: #292d40; }

.homedetails {
  background: #FFF;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 130px; }
.homedetails .clearfix {
  text-align: center; }
.homedetails .anim-cont {
  display: inline-block;
  margin-bottom: 20px; }
.homedetails .icon-heart, .homedetails .icon-cloud {
  display: inline-block;
  float: left;
  font-size: 70px;
  line-height: 80px;
  color: #0a96cc;
  float: left; }
.homedetails .inter-icons {
  display: inline-block;
  float: left;
  line-height: 17px;
  text-align: center;
  font-size: 50px;
  color: #e9ebed;
  width: 60px; }
.homedetails .inter-icons span {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s; }
.homedetails span.point-cont {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px; }
.homedetails span.point1, .homedetails span.point2, .homedetails span.point3 {
  position: relative;
  display: inline-block;
  background: #e9ebed;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 20px;
  -webkit-transition: width 0.3s, height 0.3s, border-radius 0.3s, top 0.3s, margin-right 0.3s;
  -moz-transition: width 0.3s, height 0.3s, border-radius 0.3s, top 0.3s, margin-right 0.3s;
  -o-transition: width 0.3s, height 0.3s, border-radius 0.3s, top 0.3s, margin-right 0.3s;
  -ms-transition: width 0.3s, height 0.3s, border-radius 0.3s, top 0.3s, margin-right 0.3s;
  transition: width 0.3s, height 0.3s, border-radius 0.3s, top 0.3s, margin-right 0.3s; }
.homedetails span.point2 {
  right: -2px; }
.homedetails span.point3 {
  right: -4px; }
.homedetails .icon-cloud {
  color: #e9ebed;
  font-size: 90px; }
.homedetails .anim-cont.active .icon-heart {
  animation: heartbeat 2s ease 0s 3 normal;
  -webkit-animation: heartbeat 2s ease 0s 3 normal;
  -moz-animation: heartbeat 2s ease 0s 3 normal; }
.homedetails .anim-cont.active span.point1 {
  animation: colorflow 2s ease .3s 4 normal;
  -webkit-animation: colorflow 2s ease .3s 3 normal;
  -moz-animation: colorflow 2s ease .3s 3 normal; }
.homedetails .anim-cont.active span.point2 {
  animation: colorflow 2s ease .5s 3 normal;
  -webkit-animation: colorflow 2s ease .5s 3 normal;
  -moz-animation: colorflow 2s ease .5s 3 normal; }
.homedetails .anim-cont.active span.point3 {
  animation: colorflow 2s ease .7s 3 normal;
  -webkit-animation: colorflow 2s ease .7s 3 normal;
  -moz-animation: colorflow 2s ease .7s 3 normal; }
.homedetails .anim-cont.active .icon-cloud {
  animation: cloudflow 2s ease 1.2s 3 normal;
  -webkit-animation: cloudflow 2s ease 1.2s 3 normal;
  -moz-animation: cloudflow 2s ease 1.2s 3 normal; }
.homedetails .anim-cont.alternate span.point2 {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  top: 22px; }
.homedetails .anim-cont.alternate span.point3 {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 26px;
  margin-right: -8px; }

.details-cont {
  margin-top: 50px;
  text-align: center; }
.details-cont .firstcol {
  float: left;
  width: 50%;
  padding-right: 5px; }
.details-cont .lastcol {
  float: right;
  width: 50%;
  padding-left: 5px; }
.details-cont .leftcol {
  margin-bottom: 12px; }
.details-cont .leftcol [class^="icon-"], .details-cont .leftcol [class*=" icon-"] {
  color: #aab2b2;
  font-size: 30px;
  line-height: 30px; }
.details-cont .detail {
  margin-bottom: 35px; }
.details-cont .detail img {
  max-width: 90%;
  height: auto; }
.details-cont h3 {
  color: #555555; }

section.homepartners {
  width: 100%;
  height: 380px;
  background: #292d40;
  padding-top: 40px;
  text-align: center; }
section.homepartners button {
  margin-top: 40px; }
section.homepartners .logo-list {
  /*margin: 30px 0;*/
  text-align: center;
  zoom: 0.5; }
section.homepartners .logo-list img {
  display: inline-block;
  margin: 29px; }
section.homepartners .logo-list img.logo-sephora {
  max-height: 40px; }
section.homepartners .logo-list img.logo-daikin {
  max-height: 45px; }
section.homepartners .logo-list img.logo-novotel {
  max-height: 70px; }

section.homeblog {
  margin: 70px 0 50px;
  text-align: center; }
section.homeblog .txtalt {
  text-align: center;
  margin-top: 30px; }
section.homeblog .clearfix {
  margin-top: 50px; }
section.homeblog .firstcol, section.homeblog .lastcol {
  display: block; }
section.homeblog .lastcol {
  margin-top: 60px; }
section.homeblog .thumb-cont {
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }
section.homeblog .thumb-cont img {
  position: relative;
  width: 100%; }
section.homeblog .thumb-cont-link {
  display: inline-block;
  background-color: #292d40;
  border-radius: 4px;
  color: white;
  padding: 11px 20px 10px;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s; }
section.homeblog .thumb-cont-link:hover {
  background-color: #333850; }
section.homeblog h3 {
  color: #292d40;
  margin-top: 5px; }

/*********************
PAGES INTERNES
*********************/
.page-intro {
  position: relative;
  width: 100%;
  z-index: 1;
  background: #0a96cc; }
.page-intro p {
  color: #FFF; }
.page-intro .leftside {
  display: none; }
.page-intro h3 {
  font-family: "Open Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 40px; }
.page-intro .separator {
  width: 80px;
  height: 2px;
  background: #FFF;
  margin: 50px 0 80px; }
.page-intro .society {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px; }
.page-intro .firstcol, .page-intro .lastcol {
  color: white;
  font-weight: 300; }
.page-intro .firstcol a, .page-intro .lastcol a {
  text-decoration: underline; }

.contact .page-intro {
  background: #292d40; }

.contact .page-intro .separator {
  height: 0;
  overflow: hidden; }

.page-content {
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 80px 0;
  background: #FFF;
  overflow: hidden; }
.page-content .rightside {
  width: 33%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: none; }
.page-content h3 {
  font-size: 20px;
  margin-bottom: 36px;
  font-weight: 500; }
.page-content h3:first-of-type {
  color: #555555; }
.page-content h3.secondary {
  margin-top: 50px; }
.page-content .secondcol {
  width: 90%;
  margin: 0 auto; }
.page-content .firstcol, .page-content .lastcol {
  display: none; }

.alacarte h2 {
  text-align: left; }

/*********************
TECHNOS
*********************/
.technos {
  margin-bottom: 60px; }
.technos h2 {
  color: #0a96cc;
  text-align: left;
  margin-bottom: 20px; }

.techno-line {
  line-height: 62px; }
.techno-line img {
  margin-right: 40px; }
.techno-line img:last-of-type {
  margin-right: 0; }
.techno-line span {
  vertical-align: middle; }

.tech-descr {
  display: none; }

.tech-title {
  display: block; }

/* END OF TECHNOS */
.apropos-team {
  background: #e9ebed;
  padding: 80px 0;
  text-align: center; }
.apropos-team .member_name {
  margin-top: 20px;
  font-size: 26px;
  line-height: 32px;
  color: #292d40; }
.apropos-team h2 {
  font-size: 40px;
  line-height: 42px;
  margin: 0 0 70px;
  font-weight: bold;
  color: #292d40; }
.apropos-team img, .apropos-team canvas {
  width: 100%;
  max-width: 100%;
  height: auto; }
.apropos-team .social-cont {
  margin-top: 40px;
  margin-bottom: 60px; }
.apropos-team .last .social-cont {
  margin-bottom: 0; }

.social-facebook {
  position: relative;
  width: 15px;
  height: 31px;
  display: inline-block; }
.social-facebook .front, .social-facebook .back {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.social-facebook .front {
  background-size: 15px 31px;
  background-repeat: no-repeat;
  background: #e9ebed url(../../../bundles/fedoral/img/facebook-hover.png); }
.social-facebook .back {
  background-size: 15px 31px;
  background-repeat: no-repeat;
  background: #e9ebed url(../../../bundles/fedoral/img/facebook.png); }
.social-facebook .back:hover {
  opacity: 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .social-facebook .front {
    background: #e9ebed url(../../../bundles/fedoral/img/facebook-hover%402x.html);
    background-size: 15px 31px; }
  .social-facebook .back {
    background: #e9ebed url(../../../bundles/fedoral/img/facebook%402x.html);
    background-size: 15px 31px; } }

.social-github {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block; }
.social-github .front, .social-github .back {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.social-github .front {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background: #e9ebed url(../../../bundles/fedoral/img/github-hover.png); }
.social-github .back {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background: #e9ebed url(../../../bundles/fedoral/img/github.png); }
.social-github .back:hover {
  opacity: 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .social-github .front {
    background: #e9ebed url(../../../bundles/fedoral/img/github-hover%402x.png);
    background-size: 30px 30px; }
  .social-github .back {
    background: #e9ebed url(../../../bundles/fedoral/img/github%402x.png);
    background-size: 30px 30px; } }

.social-linkedin {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block; }
.social-linkedin .front, .social-linkedin .back {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.social-linkedin .front {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background: #292d40 url(../../../bundles/fedoral/img/linkedin-hover.png); }
.social-linkedin .back {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background: #292d40 url(../../../bundles/fedoral/img/linkedin.png); }
.social-linkedin .back:hover {
  opacity: 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .social-linkedin .front {
    background: #292d40 url(../../../bundles/fedoral/img/linkedin-hover2%402x.html);
    background-size: 30px 30px; }
  .social-linkedin .back {
    background: #292d40 url(../../../bundles/fedoral/img/linkedin%402x.png);
    background-size: 30px 30px; } }

.social-twitter {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 30px;
  margin-right: 20px; }
.social-twitter .front, .social-twitter .back {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.social-twitter .front {
  background-size: 36px 30px;
  background-repeat: no-repeat;
  background: #e9ebed url(../../../bundles/fedoral/img/twitter-hover.png); }
.social-twitter .back {
  background-size: 36px 30px;
  background-repeat: no-repeat;
  background: #e9ebed url(../../../bundles/fedoral/img/twitter.png); }
.social-twitter .back:hover {
  opacity: 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .social-twitter .front {
    background: #e9ebed url(../../../bundles/fedoral/img/twitter-hover%402x.png);
    background-size: 36px 30px; }
  .social-twitter .back {
    background: #e9ebed url(../../../bundles/fedoral/img/twitter%402x.png);
    background-size: 36px 30px; } }

.contact .page-intro .clearfix {
  margin-bottom: 5px; }
.contact .social-cont {
  margin-top: 30px; }
.contact .social-facebook {
  margin-right: 35px; }
.contact .social-facebook .front {
  background-size: 15px 31px;
  background-repeat: no-repeat;
  background: #292d40 url(../../../bundles/fedoral/img/facebook-hover2.png); }
.contact .social-facebook .back {
  background-size: 15px 31px;
  background-repeat: no-repeat;
  background: #292d40 url(../../../bundles/fedoral/img/facebook2.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .contact .social-facebook .front {
    background: #292d40 url(../../../bundles/fedoral/img/facebook-hover2%402x.png);
    background-size: 15px 31px; }
  .contact .social-facebook .back {
    background: #292d40 url(../../../bundles/fedoral/img/facebook2%402x.png);
    background-size: 15px 31px; } }
.contact .social-twitter {
  margin-right: 35px; }
.contact .social-twitter .front {
  background-size: 36px 30px;
  background-repeat: no-repeat;
  background: #292d40 url(../../../bundles/fedoral/img/twitter-hover2.png); }
.contact .social-twitter .back {
  background-size: 36px 30px;
  background-repeat: no-repeat;
  background: #292d40 url(../../../bundles/fedoral/img/twitter2.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .contact .social-twitter .front {
    background: #292d40 url(../../../bundles/fedoral/img/twitter-hover2%402x.png);
    background-size: 36px 30px; }
  .contact .social-twitter .back {
    background: #292d40 url(../../../bundles/fedoral/img/twitter2%402x.png);
    background-size: 36px 30px; } }
.contact .page-content h3 {
  margin-top: 0;
  color: #0a96cc; }
.contact .page-content img {
  max-width: 100%;
  height: auto;
  margin-top: 40px; }
.contact .page-content .rightside {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px; }

form {
  position: relative;
  width: 100%;
  display: block; }

input, textarea {
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 14px;
  padding: 17px 18px 18px;
  color: #939598;
  background: #e9ebed;
  width: 100%;
  border: 2px #e9ebed solid;
  outline: 0;
  font-weight: bold;
  box-shadow: none;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  transition: border-color 0.3s; }

textarea {
  line-height: 1.6;
  height: 225px; }

input[type="submit"] {
  cursor: pointer;
  background-color: #0a96cc;
  color: white;
  font-size: 18px;
  line-height: 1;
  padding: 19px 20px 20px;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  display: inline-block;
  font-weight: normal;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: none; }
input[type="submit"]:hover {
  background-color: #f56b72; }

.form-response {
  position: relative;
  margin-bottom: 20px; }

.error-msg {
  color: #0a96cc; }

.valid-msg {
  color: #34aea1; }

input.error, textarea.error {
  border-color: #0a96cc; }

.page-details {
  position: relative;
  padding: 80px 0;
  background: #292d40; }
.page-details h2, .page-details h3 {
  color: #FFF; }
.page-details p {
  color: #ccc; }
.page-details .detail .rightcol {
  padding-right: 0px; }

.call-to-action {
  text-align: center;
  background: #FFF;
  margin-top: 100px;
  margin-bottom: 150px; }

.pre-choose_section {
  background: #f4f6f8;
  width: 100%;
  padding: 100px 0; }
.pre-choose_section .wrap {
  max-width: 700px; }
.pre-choose_section h3 {
  font-size: 20px;
  margin-bottom: 36px;
  font-weight: 500;
  color: #555555;
  margin: 0;
  text-align: center; }

.choose_section {
  background: #292d40;
  color: #FFF;
  text-align: center; }
.choose_section .col {
  padding: 0px 0;
  width: 100%;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
.choose_section .col:hover {
  background: #151721; }
.choose_section img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  padding: 0 20%; }
.choose_section a {
  display: block; }
.choose_section .title {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 240px;
  font-weight: bold; }
.choose_section .secondcol, .choose_section .thirdcol {
  border-top: #151721 2px solid; }
.choose_section .imgcont {
  display: none;
  height: 260px;
  width: 100%; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  width: 100%;
  background: #FFF;
  font-size: 12px;
  height: 80px;
  overflow: hidden;
  text-align: center; }
.footer .wrap-cont {
  border-top: 1px solid #f2f2f2;
  position: relative;
  top: 79px;
  height: 80px;
  line-height: 80px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s; }
.footer .wrap-cont.activefooter {
  top: 0; }
.footer .wrap {
  position: relative; }
.footer .logo-footer {
  display: none; }

.addthis_custom_style {
  position: absolute;
  top: 0px;
  right: -35px;
  display: none; }

/* Individual effects */
/* Effect 2: Reveal */
.main-effect-2.main-menu-open .main-pusher {
  -webkit-transform: translate3d(-220px, 0, 0);
  -moz-transform: translate3d(-220px, 0, 0);
  -ms-transform: translate3d(-220px, 0, 0);
  -o-transform: translate3d(-220px, 0, 0);
  transform: translate3d(-220px, 0, 0); }

.main-effect-2.main-menu-open .main-effect-2.main-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  transition: transform 0.5s; }

.main-effect-2.main-menu::after {
  display: none; }

.bodyoverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 9996;
  visibility: visible; }
.bodyoverlay .kloader-logo {
  display: inline-block;
  width: 56px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -48px;
  background-repeat: no-repeat;
  background: url(../../../bundles/fedoral/img/k-wait.png);
  background-size: 56px 96px;
  opacity: 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .bodyoverlay .kloader-logo {
    background: url(../../../bundles/fedoral/img/k-wait%402x.png);
    background-size: 56px 96px; } }
.bodyoverlay.active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: visible; }
.bodyoverlay.active .kloader-logo {
  animation: loadimg .3s ease .3s 1 forwards;
  -webkit-animation: loadimg .3s ease .3s 1 forwards;
  -moz-animation: loadimg .3s ease .3s 1 forwards;
  -o-animation: loadimg .3s ease .3s 1 forwards;
  -ms-animation: loadimg .3s ease .3s 1 forwards; }

@keyframes loadimg {
  0% {
    opacity: 0; }

  100% {
    opacity: .9; } }

@-moz-keyframes loadimg {
  0% {
    opacity: 0; }

  100% {
    opacity: .9; } }

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

  100% {
    opacity: .9; } }

@-ms-keyframes loadimg {
  0% {
    opacity: 0; }

  100% {
    opacity: .9; } }

@-o-keyframes loadimg {
  0% {
    opacity: 0; }

  100% {
    opacity: .9; } }

.bodyoverlaylock {
  display: none;
  visibility: hidden; }

/* Errors style */
.page-content.error-page {
  min-height: 60%;
  text-align: center; }
.page-content.error-page h1 {
  font-size: 42px;
  text-transform: uppercase;
  color: #777777;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0; }
.page-content.error-page p {
  font-size: 18px;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 40px; }
.page-content.error-page a .bigbutton {
  border-color: #777777;
  color: #777777; }
.page-content.error-page a .bigbutton:hover {
  color: white;
  border-color: #0a96cc; }

.error-404-img {
  height: 192px;
  width: 327px;
  margin: 40px auto;
  background: url(../../../bundles/fedoral/img/404.png) no-repeat center;
  background-size: 327px 192px; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .error-404-img {
    background: url(../../../bundles/fedoral/img/404%402x.png) no-repeat center; } }

.error-500-img {
  height: 192px;
  width: 327px;
  margin: 40px auto;
  background: url(../../../bundles/fedoral/img/500.html) no-repeat center;
  background-size: 327px 192px; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .error-500-img {
    background: url(../../../bundles/fedoral/img/500%402x.html) no-repeat center; } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* 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;
  padding: 0;
  text-align: center;
  font-family: 'Merriweather', serif; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

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

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 10px 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  z-index: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flexslider p {
  font-size: 16px;
  line-height: 26px;
  max-width: 650px;
  margin: 0 auto; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -60px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 10px;
  height: 8px;
  width: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 4px;
  height: 4px;
  display: block;
  top: -2px;
  background: #aab2b2;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 10px;
  transition: all .3s; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

@media only screen and (min-width: 768px) {
  .flexslider {
    margin: 95px 0 60px;
    background: #fff;
    position: relative;
    zoom: 1; }

  .flexslider p {
    font-size: 20px;
    line-height: 36px; } }
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none; }

#nprogress .bar {
  background: #f68388;
  position: fixed;
  z-index: 100;
  top: 60px;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #f68388, 0 0 5px #f68388;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 75px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #f68388;
  border-left-color: #f68388;
  border-radius: 10px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes nprogress-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
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) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  section.homepartners {
    height: 420px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px; }
  section.homepartners button {
    margin-top: 50px; }
  section.homepartners .logo-list img {
    margin: 50px; }
  section.homepartners .logo-list img.logo-novotel {
    max-height: 70px;
    margin-bottom: 58px; }
  section.homepartners img {
    display: block; } }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 42px;
    line-height: 46px;
    color: white;
    font-weight: bold;
    text-align: center; }

  .h1-pages {
    font-size: 41px;
    line-height: 1.6;
    text-align: left;
    margin-top: 210px;
    margin-bottom: 42px; }

  h2, .h2 {
    font-size: 26px;
    line-height: 41px;
    text-align: center;
    margin: 0; }

  h3, .h3 {
    font-size: 20px;
    margin: 0 0 8px;
    color: #0a96cc;
    font-weight: bold; }

  h4, .h4 {
    font-size: 1.1em;
    font-weight: 700; }

  h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px; }

  p {
    font-size: 14px;
    line-height: 22px;
    color: #777777; }

  .txtalt {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300; }

  .txtalt2 {
    font-size: 24px;
    line-height: 43px;
    font-weight: 300; }

  /*********************
  HEADER STYLES
  *********************/
  #nprogress .bar {
    top: 80px; }

  #nprogress .spinner {
    top: 95px; }

  .pre-header {
    display: block; }

  .main-header {
    height: 80px; }

  .main-header.main-effect-2.main-menu-open, .main-loader.main-effect-2.main-menu-open {
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0); }

  .header {
    height: 80px; }
  .header .rightcolumn {
    display: inline-block;
    float: right; }
  .header [class^="icon-"], .header [class*=" icon-"] {
    display: inline-block;
    font-size: 28px;
    line-height: 0;
    margin-top: 23px; }
  .header button {
    color: #e9ebed;
    transition: color .5s; }
  .header button:hover {
    color: #d0d2d4; }

  #logo {
    /*width: 164px;*/
    /*height: 16px;*/
    /*background: url(../../../bundles/fedoral/img/logo2.png);*/
    /*background-size: 164px 16px;*/
    /*margin-top: 29px;*/
    text-transform: uppercase;
    font-size: 20px;
    line-height: 70px;
  }

  .home .main-header {
    position: relative;
    margin-bottom: -80px; }

  .home .main-header.stickyheader {
    position: fixed; }

  .main-menu {
    width: 300px;
    padding-top: 50px; }

  .main-menu ul li a {
    position: relative;
    display: block;
    padding: 0.8em 1em 1.2em 1.5em;
    outline: none;
    color: #f3efe0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px; }

  .main-menu a .blog-indicator {
    position: absolute;
    right: 1.5em;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    display: inline-block;
    padding: 5px 14px;
    border-radius: 15px;
    font-size: 10px;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: background .5s, color .5s; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 96%;
    max-width: 940px;
    margin: 0 auto; }

  /*********************
  CONTAINERS STYLES
  *********************/
  html,
  body {
    height: 100%; }

  /*********************
  HOME PAGE STYLES
  *********************/
  section.homeresume {
    padding-bottom: 220px; }
  section.homeresume .wireframe {
    opacity: 0; }
  section.homeresume .fx-wireframe {
    opacity: 1; }
  section.homeresume .wire-square1, section.homeresume .wire-square2, section.homeresume .wire-square3,
  section.homeresume .wire-square4, section.homeresume .wire-square5 {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transition: transform .5s, opacity .5s;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    -o-transition: -o-transform .5s, opacity .5s;
    -ms-transition: -ms-transform .5s, opacity .5s; }
  section.homeresume .fx-fade_in_left {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1; }
  section.homeresume .wire-txtline1, section.homeresume .wire-txtline2, section.homeresume .wire-txtline3, section.homeresume .wire-txtline4 {
    width: 0; }
  section.homeresume .fx-wire-txtline {
    width: 92%; }
  section.homeresume .fx-wire-txtline_alt {
    width: 60%; }
  section.homeresume .wire-square1-inside {
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    -ms-transition: -ms-transform .5s; }
  section.homeresume .fx-square1-inside {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); }
  section.homeresume h3:last-of-type {
    margin-top: 55px; }
  section.homeresume h2 {
    margin: 200px auto 70px; }
  section.homeresume .firstcol, section.homeresume .lastcol {
    display: block;
    width: 23%; }
  section.homeresume .centercol {
    float: left;
    width: 54%; }
  section.homeresume .firstcol {
    float: left; }
  section.homeresume .lastcol {
    float: right;
    text-align: left; }
  section.homeresume .centercol {
    padding: 0 11% 0 11%;
    max-width: none; }

  .homemainsec {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%; }
  .homemainsec .img-ent, .homemainsec .img-startup, .homemainsec .sec-overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%; }
  .homemainsec .img-ent {
    display: block;
    right: 0; }
  .homemainsec .img-startup {
    display: block;
    left: 0; }
  .homemainsec .img-ent {
    right: 0;
    background: url(../../../bundles/fedoral/img/backgrounds/picjumbo.com_IMG_3242.jpg) no-repeat top right;
    background-size: cover; }
  .homemainsec .img-startup {
    left: 0;
    background: url(../../../bundles/fedoral/img/backgrounds/picjumbo.com_IMG_3241.jpg) no-repeat top right;
    background-size: cover; }
  .homemainsec .sec-overlay {
    height: 100%;
    width: 100%;
    background: #0a96cc;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .homemainsec .sec-overlay div {
    position: absolute;
    top: 50%;
    left: auto;
    text-align: center;
    width: 100%;
    margin-top: -35px; }
  .homemainsec button {
    margin: 0; }
  .homemainsec .hide {
    opacity: 0.2; }

  .homedetails {
    margin-top: 150px;
    margin-bottom: 205px; }
  .homedetails .anim-cont {
    margin-bottom: 60px; }
  .homedetails .icon-heart, .homedetails .icon-cloud {
    font-size: 115px;
    line-height: 150px; }
  .homedetails .inter-icons {
    line-height: 80px; }
  .homedetails .icon-cloud {
    font-size: 150px; }

  .details-cont {
    margin-top: 100px; }
  .details-cont .firstcol {
    float: left;
    width: 50%;
    padding-right: 20px; }
  .details-cont .lastcol {
    float: right;
    width: 50%;
    padding-left: 20px; }
  .details-cont .leftcol {
    width: 20%;
    float: left;
    text-align: left;
    margin-bottom: 0; }
  .details-cont .leftcol [class^="icon-"], .details-cont .leftcol [class*=" icon-"] {
    color: #aab2b2;
    font-size: 30px;
    line-height: 30px;
    margin-left: 15px; }
  .details-cont .rightcol {
    width: 80%;
    float: left;
    text-align: left; }
  .details-cont .detail {
    margin-bottom: 25px; }
  .details-cont h3 {
    color: #555555; }

  section.homepartners {
    width: 100%;
    height: 600px;
    background: #292d40;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 40px; }
  section.homepartners button {
    margin-top: 90px; }
  section.homepartners .logo-list {
    zoom: 0.7; }
  section.homepartners img {
    max-width: 100%;
    height: auto; }

  section.homeblog {
    text-align: left;
    margin: 155px 0; }
  section.homeblog .txtalt {
    text-align: center;
    margin-top: 60px; }
  section.homeblog .clearfix {
    margin-top: 100px; }
  section.homeblog .firstcol, section.homeblog .lastcol {
    display: block;
    width: 23%; }
  section.homeblog .lastcol {
    margin-top: 0; }
  section.homeblog .firstcol {
    float: left; }
  section.homeblog .lastcol {
    float: right; }
  section.homeblog .centercol {
    float: left;
    width: 54%;
    padding: 0 11% 0 11%; }
  section.homeblog .thumb-cont {
    position: relative;
    width: auto;
    margin-bottom: 0; }
  section.homeblog .thumb-cont-link {
    display: inline-block;
    background: #292d40;
    border-radius: 4px;
    color: white;
    padding: 11px 20px 10px;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0); }
  section.homeblog h3 {
    color: #292d40;
    margin-top: 5px; }

  /*********************
  PAGES INTERNES
  *********************/
  .page-intro {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #0a96cc; }
  .page-intro p {
    color: #FFF; }
  .page-intro .rightside {
    width: 60%;
    float: right; }
  .page-intro .leftside {
    display: block;
    width: 33%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0; }
  .page-intro .leftside.entreprises {
    background: url(../../../bundles/fedoral/img/backgrounds/picjumbo.com_IMG_3242.jpg) no-repeat top right;
    background-size: cover; }
  .page-intro .leftside.startups {
    background: url(../../../bundles/fedoral/img/backgrounds/picjumbo.com_IMG_3241.jpg) no-repeat top right;
    background-size: cover; }
  .page-intro .leftside.market {
    background: url(../../../bundles/fedoral/img/backgrounds/iStock_000012107875_Large.jpg) no-repeat top right;
    background-size: cover; }
  .page-intro .leftside.ls-apropos {
    background: url(../../../bundles/fedoral/img/backgrounds/bag-and-hands.jpg) no-repeat top center;
    background-size: cover; }
  .page-intro .separator {
    width: 80px;
    height: 2px;
    background: #FFF;
    margin: 150px 0; }
  .page-intro .firstcol, .page-intro .lastcol {
    display: inline-block;
    vertical-align: top; }
  .page-intro .firstcol {
    width: 110px; }

  .contact .page-intro .leftside {
    background: url(/bundles/fedoral/img/backgrounds/DeathtoStock_Wired4.jpg) no-repeat top right;
    background-size: cover; }

  .page-content {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 150px 0;
    background: #FFF;
    overflow: hidden; }
  .page-content .leftside {
    width: 60%;
    float: left; }
  .page-content .rightside {
    display: block;
    width: 33%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
  .page-content h3 {
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 500; }
  .page-content h3:first-of-type {
    color: #555555; }
  .page-content h3.secondary {
    margin-top: 100px; }
  .page-content h2 {
    text-align: left; }

  .alacarte h2 {
    text-align: inherit; }

  .tech-title {
    display: inline-block;
    float: left;
    width: 350px; }

  .technos {
    margin-bottom: 90px; }

  .technos h2 {
    margin-bottom: 60px; }

  .contact .page-content .leftside {
    float: left;
    display: block;
    width: 30%; }
  .contact .page-content .rightside {
    position: relative;
    display: block;
    width: 59%;
    margin-left: 11%;
    float: left;
    margin-top: 0; }
  .contact .page-content h3 {
    margin-top: 0;
    color: #0a96cc; }

  .page-content-alt {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #FFF;
    overflow: hidden;
    padding: 0; }
  .page-content-alt .col {
    padding: 150px 0;
    position: relative;
    display: block;
    min-height: 1px; }
  .page-content-alt .firstcol {
    display: block;
    width: 33%;
    float: left; }
  .page-content-alt .secondcol {
    width: 34%;
    float: left;
    margin: 0; }
  .page-content-alt .lastcol {
    display: block;
    width: 33%;
    float: left; }
  .page-content-alt h3, .page-content-alt p {
    margin-bottom: 40px; }
  .page-content-alt h3:first-of-type {
    color: #0a96cc; }
  .page-content-alt h3.secondary {
    margin-top: 0px; }

  .apropos-team {
    padding: 150px 0; }
  .apropos-team .fourcol {
    width: 31.491712705%; }
  .apropos-team .fourcol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  .apropos-team .first {
    margin-left: 0; }
  .apropos-team .last {
    float: right; }
  .apropos-team .social-cont {
    margin-bottom: 0; }

  .ent-introimg-1, .ent-introimg-2, .ent-introimg-3,
  .startup-introimg-1, .startup-introimg-2, .startup-introimg-3,
  .mark-introimg-1, .mark-introimg-2, .mark-introimg-3,
  .mark-introimg-4, .mark-introimg-5,
  .carte-introimg-1, .carte-introimg-2, .carte-introimg-3,
  .apropos-introimg-1, .apropos-introimg-2, .apropos-introimg-3,
  .apropos-introimg-4, .apropos-introimg-5, .apropos-introimg-6 {
    position: absolute;
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
    -webkit-transform: translate3d(2000px, 0, 0);
    -moz-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    -o-transform: translate3d(2000px, 0, 0);
    transition: transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -moz-transition: -moz-transform 1s, opacity 1s;
    -o-transition: -o-transform 1s, opacity 1s;
    -ms-transition: -ms-transform 1s, opacity 1s; }
  .ent-introimg-1.active, .ent-introimg-2.active, .ent-introimg-3.active,
  .startup-introimg-1.active, .startup-introimg-2.active, .startup-introimg-3.active,
  .mark-introimg-1.active, .mark-introimg-2.active, .mark-introimg-3.active,
  .mark-introimg-4.active, .mark-introimg-5.active,
  .carte-introimg-1.active, .carte-introimg-2.active, .carte-introimg-3.active,
  .apropos-introimg-1.active, .apropos-introimg-2.active, .apropos-introimg-3.active,
  .apropos-introimg-4.active, .apropos-introimg-5.active, .apropos-introimg-6.active {
    opacity: .8;
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0); }

  .apropos-introimg-1, .apropos-introimg-3, .apropos-introimg-5 {
    transform: translate3d(-2000px, 0, 0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    -moz-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    -o-transform: translate3d(-2000px, 0, 0); }
  .apropos-introimg-1.active, .apropos-introimg-3.active, .apropos-introimg-5.active {
    opacity: .8;
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0); }

  .ent-introimg-1 {
    top: 150px;
    left: 60px; }

  .ent-introimg-2 {
    top: 520px;
    left: 0px; }

  .ent-introimg-3 {
    top: 690px;
    left: 65px; }

  .startup-introimg-1 {
    top: 150px;
    left: 43px; }

  .startup-introimg-2 {
    top: 407px;
    left: 0px; }

  .startup-introimg-3 {
    top: 407px;
    left: 150px; }

  .mark-introimg-1 {
    top: 733px;
    left: 217px; }

  .mark-introimg-2 {
    top: 560px;
    left: 45px; }

  .mark-introimg-3 {
    top: 344px;
    left: 0px; }

  .mark-introimg-4 {
    top: 150px;
    left: 239px; }

  .mark-introimg-5 {
    top: 344px;
    left: 302px; }

  .carte-introimg-1 {
    top: 270px;
    left: 0px; }

  .carte-introimg-2 {
    top: 489px;
    left: 0px; }

  .carte-introimg-3 {
    top: 710px;
    left: 0px; }

  .apropos-introimg-1 {
    top: 36px;
    right: 148px; }

  .apropos-introimg-2 {
    top: 110px;
    left: 138px; }

  .apropos-introimg-3 {
    top: 338px;
    right: 110px; }

  .apropos-introimg-4 {
    top: 589px;
    left: 181px; }

  .apropos-introimg-5 {
    top: 707px;
    right: 110px; }

  .apropos-introimg-6 {
    top: 799px;
    left: 110px; }

  .page-details {
    position: relative;
    padding: 150px 0;
    background: #292d40; }
  .page-details h2, .page-details h3 {
    color: #FFF; }
  .page-details p {
    color: #ccc; }
  .page-details .detail .rightcol {
    padding-right: 40px; }

  .call-to-action {
    text-align: center;
    background: #FFF;
    margin-top: 100px;
    margin-bottom: 150px; }
  .call-to-action br {
    display: none; }

  .choose_section .col {
    padding: 120px 0; }
  .choose_section .firstcol {
    float: left;
    width: 33%; }
  .choose_section .secondcol {
    float: left;
    width: 34%; }
  .choose_section .thirdcol {
    float: right;
    width: 33%; }
  .choose_section img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    padding: 0 20%; }
  .choose_section .title {
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold; }
  .choose_section .imgcont {
    display: block;
    height: 260px;
    line-height: 240px;
    width: 100%; }

  .form-response {
    position: absolute;
    right: 0;
    bottom: 47px;
    text-align: right;
    margin-bottom: 0; }

  /*********************
  FOOTER
  *********************/
  .footer {
    font-size: 14px;
    text-align: left;
    clear: both;
    width: 100%;
    background: #FFF;
    height: 120px;
    overflow: hidden; }
  .footer .wrap-cont {
    border-top: 1px solid #f2f2f2;
    position: relative;
    top: 119px;
    height: 120px;
    line-height: 120px;
    transition: top .5s; }
  .footer img {
    display: inline; }

  .addthis_custom_style {
    display: block; }

  /* Effect 2: Reveal */
  .main-effect-2.main-menu-open .main-pusher {
    transform: translate3d(-300px, 0, 0);
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0); }

  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  .no-csstransforms3d .main-pusher,
  .no-js .main-pusher {
    padding-right: 300px; }

  /*********************
  CSS EFFECTS
  *********************/
  @keyframes heartbeat {
    0% {
      transform: scale(1); }

    30% {
      transform: scale(1); }

    45% {
      transform: scale(1.1); }

    60% {
      transform: scale(1); }

    100% {
      transform: scale(1); } }

  @keyframes colorflow {
    0% {
      background-color: #e9ebed; }

    30% {
      background-color: #e9ebed;
      transform: scale(1); }

    35% {
      background-color: #0a96cc;
      transform: scale(2); }

    40% {
      background-color: #e9ebed;
      transform: scale(1); }

    100% {
      color: #e9ebed; } }

  @keyframes cloudflow {
    0% {
      color: #e9ebed; }

    50% {
      color: #cdd1d6; }

    100% {
      color: #e9ebed; } }

  @-webkit-keyframes heartbeat {
    0% {
      -webkit-transform: scale(1); }

    30% {
      -webkit-transform: scale(1); }

    45% {
      -webkit-transform: scale(1.1); }

    60% {
      -webkit-transform: scale(1); }

    100% {
      -webkit-transform: scale(1); } }

  @-webkit-keyframes colorflow {
    0% {
      background-color: #e9ebed; }

    30% {
      background-color: #e9ebed;
      -webkit-transform: scale(1); }

    35% {
      background-color: #0a96cc;
      -webkit-transform: scale(2); }

    40% {
      background-color: #e9ebed;
      -webkit-transform: scale(1); }

    100% {
      color: #e9ebed; } }

  @-webkit-keyframes cloudflow {
    0% {
      color: #e9ebed; }

    50% {
      color: #cdd1d6; }

    100% {
      color: #e9ebed; } }

  @-moz-keyframes heartbeat {
    0% {
      -moz-transform: scale(1); }

    30% {
      -moz-transform: scale(1); }

    45% {
      -moz-transform: scale(1.1); }

    60% {
      -moz-transform: scale(1); }

    100% {
      -moz-transform: scale(1); } }

  @-moz-keyframes colorflow {
    0% {
      background-color: #e9ebed; }

    30% {
      background-color: #e9ebed;
      -moz-transform: scale(1); }

    35% {
      background-color: #0a96cc;
      -moz-transform: scale(2); }

    40% {
      background-color: #e9ebed;
      -moz-transform: scale(1); }

    100% {
      color: #e9ebed; } }

  @-moz-keyframes cloudflow {
    0% {
      color: #e9ebed; }

    50% {
      color: #cdd1d6; }

    100% {
      color: #e9ebed; } }

  .footer .logo-footer {
    display: inline-block;
width: 10px;
    height: 10px;
    background: url(../../../bundles/fedoral/img/logo-footer.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    margin-top: 29px; } }
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  #logo {
    /*background: url(../../../bundles/fedoral/img/logo2%402x.png);*/
    /*background-size: 164px 16px; }*/
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
  .footer .logo-footer {
    background: url(../../../bundles/fedoral/img/logo-footer%402x.png);
    background-size: 105px 10px; } }
/*
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) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  h1, .h1 {
    font-size: 60px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    text-align: center; }

  /*********************
  BUTTONS
  *********************/
  .bigbutton, .bigbutton:visited {
    font-size: 18px;
    line-height: 18px;
    padding: 23px 60px 24px; }

  .bigbutton.white {
    border: 3px white solid; }

  .bigbutton.dark {
    border: 3px #292d40 solid; }

  .homemainsec {
    height: 800px; }

  .homedetails {
    margin-top: 200px;
    margin-bottom: 265px; }

  section.homepartners {
    width: 100%;
    height: 800px;
    background: #292d40;
    padding-top: 90px;
    text-align: center; }
  section.homepartners button {
    margin-top: 90px; }
  section.homepartners .logo-list {
    zoom: 1; }
  section.homepartners img {
    max-width: 100%;
    height: auto; }

  section.homeblog {
    margin: 225px 0; } }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

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

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(../Resources/public/scss/img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(../Resources/public/scss/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */

  .pre-header {
    background: url(../../../bundles/fedoral/img/backgrounds/DeathtoStock_Wired3_1@2x.jpg) no-repeat top center;
    background-size: cover; }

  #logo {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;

  } }
/*
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 {
  /******************************************************************
  Site Name:
  Author:
  
  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; } }


}

#logo-img{
  margin-top: 20px;
}