/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 40px; }

.container .two.columns {
  width: 100px; }

.container .three.columns {
  width: 160px; }

.container .four.columns {
  width: 220px; }

.container .five.columns {
  width: 280px; }

.container .six.columns {
  width: 340px; }

.container .seven.columns {
  width: 400px; }

.container .eight.columns {
  width: 460px; }

.container .nine.columns {
  width: 520px; }

.container .ten.columns {
  width: 580px; }

.container .eleven.columns {
  width: 640px; }

.container .twelve.columns {
  width: 700px; }

.container .thirteen.columns {
  width: 760px; }

.container .fourteen.columns {
  width: 820px; }

.container .fifteen.columns {
  width: 880px; }

.container .sixteen.columns {
  width: 940px; }

.container .one-third.column {
  width: 300px; }

.container .one-third.column.special {
  width: 252px; }

.container .two-thirds.column {
  width: 620px; }

.container .one-half.column {
    width: 450px; }
  

/* Offsets */
.container .offset-by-one {
  padding-left: 60px; }

.container .offset-by-two {
  padding-left: 120px; }

.container .offset-by-three {
  padding-left: 180px; }

.container .offset-by-four {
  padding-left: 240px; }

.container .offset-by-five {
  padding-left: 300px; }

.container .offset-by-six {
  padding-left: 360px; }

.container .offset-by-seven {
  padding-left: 420px; }

.container .offset-by-eight {
  padding-left: 480px; }

.container .offset-by-nine {
  padding-left: 540px; }

.container .offset-by-ten {
  padding-left: 600px; }

.container .offset-by-eleven {
  padding-left: 660px; }

.container .offset-by-twelve {
  padding-left: 720px; }

.container .offset-by-thirteen {
  padding-left: 780px; }

.container .offset-by-fourteen {
  padding-left: 840px; }

.container .offset-by-fifteen {
  padding-left: 900px; }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px; }

  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px; }

  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }

  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }

  .container .one.column,
  .container .one.columns {
    width: 28px; }

  .container .two.columns {
    width: 76px; }

  .container .three.columns {
    width: 124px; }

  .container .four.columns {
    width: 172px; }

  .container .five.columns {
    width: 220px; }

  .container .six.columns {
    width: 268px; }

  .container .seven.columns {
    width: 316px; }

  .container .eight.columns {
    width: 364px; }

  .container .nine.columns {
    width: 412px; }

  .container .ten.columns {
    width: 460px; }

  .container .eleven.columns {
    width: 508px; }

  .container .twelve.columns {
    width: 556px; }

  .container .thirteen.columns {
    width: 604px; }

  .container .fourteen.columns {
    width: 652px; }

  .container .fifteen.columns {
    width: 700px; }

  .container .sixteen.columns {
    width: 748px; }

  .container .sixteen.columns.special {
    width: 92%; }

  .container .one-third.column {
    width: 236px; }

  .container .one-third.column.special {
    width: 197px; }

  .container .two-thirds.column {
    width: 492px; }

  /* Offsets */
  .container .offset-by-one {
    padding-left: 48px; }

  .container .offset-by-two {
    padding-left: 96px; }

  .container .offset-by-three {
    padding-left: 144px; }

  .container .offset-by-four {
    padding-left: 192px; }

  .container .offset-by-five {
    padding-left: 240px; }

  .container .offset-by-six {
    padding-left: 288px; }

  .container .offset-by-seven {
    padding-left: 336px; }

  .container .offset-by-eight {
    padding-left: 384px; }

  .container .offset-by-nine {
    padding-left: 432px; }

  .container .offset-by-ten {
    padding-left: 480px; }

  .container .offset-by-eleven {
    padding-left: 528px; }

  .container .offset-by-twelve {
    padding-left: 576px; }

  .container .offset-by-thirteen {
    padding-left: 624px; }

  .container .offset-by-fourteen {
    padding-left: 672px; }

  .container .offset-by-fifteen {
    padding-left: 720px; } }
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }

  .container .columns,
  .container .column {
    margin: 0; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 300px; }

  .container .one-third.column.special {
    width: 100%;
    float: left; }

  .sixteen.columns.special {
    width: 85% !important; }

  /* Offsets */
  .container .offset-by-one,
  .container .offset-by-two,
  .container .offset-by-three,
  .container .offset-by-four,
  .container .offset-by-five,
  .container .offset-by-six,
  .container .offset-by-seven,
  .container .offset-by-eight,
  .container .offset-by-nine,
  .container .offset-by-ten,
  .container .offset-by-eleven,
  .container .offset-by-twelve,
  .container .offset-by-thirteen,
  .container .offset-by-fourteen,
  .container .offset-by-fifteen {
    padding-left: 0; } }
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }

  .container .columns,
  .container .column {
    margin: 0;
    float: none; }

  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 420px; }

  .container .sixteen.columns.special {
    float: left; }

  #slidecaption {
    display: block;
    font: 30px/0.9 "BebasNeueBold", BebasNeue !important; } }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  zoom: 1; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-size: 34px;
  line-height: 45px; }

h2 {
  font-size: 28px;
  margin-bottom: 20px;
  padding-top: 20px;
  line-height: 36px; }

h3 {
  font-size: 26px;
  margin-bottom: 20px;
  padding-top: 20px; }

h4 {
  font-size: 24px;
  margin-bottom: 10px; }

h5 {
  font-size: 23px;
  margin-bottom: 10px;
  letter-spacing: 1px; }

h6 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal; }

/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
  height: 100%; }

.page-wrap {
  height: 100%; }

.sixteen.columns > img, .post-media > img {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3); }

sup {
  position: relative;
  top: -3px;
  vertical-align: top;
  font-size: 90%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.5; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.home-parallax {
  min-height: 330px !important; }

.quote-home-parallax {
  font-size: 35em;
  color: white; }
  .quote-home-parallax h1 {
    font-family: "uni_sanssemibold" !important;
    text-align: center;
    display: flex;
    text-transform: inherit;
    line-height: 83px; }
  .quote-home-parallax h2 {
    font-family: "uni_sansbook" !important;
    text-align: center;
    text-transform: inherit;
    margin-top: 28px; }
  .quote-home-parallax p {
    display: block;
    text-align: center;
    height: 100px;
    margin-top: 80px; }

.containerparallax {
  margin-top: 180px; }

#slogan_container .homeButton {
  font-size: 23px;
  margin-top: 20px; }

@media only screen and (max-width: 640px) and (min-width: 0px) {
  .quote-home-parallax h1 {
    line-height: 65px; }

  .containerparallax {
    margin-top: 42%; } }
@media only screen and (max-width: 365px) and (min-width: 0px) {
  .containerparallax {
    margin-top: 42%; } }
.homeButton {
  font-family: 'Montserrat', sans-serif;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 28px;
  padding: 11px 45px;
  text-decoration: none; }

.homeButton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff !important; }

/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/
@font-face {
  font-family: 'uni_sansbook';
  src: url("/fonts/unisansbook-webfont.eot");
  src: url("/fonts/unisansbook-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/unisansbook-webfont.woff2") format("woff2"), url("/fonts/unisansbook-webfont.woff") format("woff"), url("/fonts/uniSansBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'uni_sanssemibold';
  src: url("/fonts/unisanssemibold-webfont.eot");
  src: url("/fonts/unisanssemibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/unisanssemibold-webfont.woff2") format("woff2"), url("/fonts//fonts/unisanssemibold-webfont.woff") format("woff"), url("/fonts/uniSansSemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BebasNeueBold';
  src: url("/fonts/BebasNeueBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BebasNeue';
  src: url("/fonts/BebasNeueBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
::-moz-selection {
  background: #ef4324;
  color: white; }

::selection {
  background: #ef4324;
  color: white; }

a, a:visited, a:hover {
  outline: none; }

a:hover {
  color: #BBBBBB !important; }

body {
  background: white;
  font: 13px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #515A5F;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#home {
  min-height: 1000px !important; }

img.responsive {
  width: 100%;
  height: auto; }

.hidden {
  display: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

hr {
  border: solid #eeeeee;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

pre {
  height: auto;
  font-family: Consolas, monospace;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 10px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 20px 0;
  overflow-x: auto; }

.hidden {
  display: none !important; }

.responsive img, .responsive iframe, .responsive object, .responsive embed {
  width: 100%;
  width: 100%;
  height: auto; }

/*==== Anchor Links ====*/
img {
  max-width: 100%;
  height: auto; }

a {
  color: #FFD600;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.highlight {
  color: #ef4324; }

a:hover, a:focus {
  color: #BBBBBB; }

a:focus {
  outline: none;
  outline-offset: 0; }

p a, p a:visited {
  line-height: inherit; }

/*==== Lists ====*/
ul, ol {
  margin-bottom: 20px; }

ul {
  list-style: none; }

ul.styled-list {
  padding: 0; }

ol, ul {
  margin: 0;
  /*padding: 0 0 0 30px;*/
  padding: 0; }

ol {
  list-style: decimal; }

ul li ul, ol li ul, ol li ul, ol li ol {
  margin-bottom: 0; }

.left {
  float: left; }

.right {
  float: right; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center;
  display: block; }

/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px; }

/* body #load {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  z-index: 1001;
  background-color: #ffffff; } */

#qLpercentage {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 60px !important;
  line-height: 1; }

h1 {
  font-family: 'BebasNeueBold', BebasNeue;
  font-size: 80px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px; }

h2 {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  position: relative; }

h3 {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 36px; }

h4 {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 26px; }

h5 {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 24px; }

h6 {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 20px;
  line-height: 22px; }

p {
  margin-bottom: 10px; }

p.lead {
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-weight: 600; }

/*--------------------------------------------------------
/* MENU STYLING
--------------------------------------------------------*/
nav {
  width: 100%;
  position: relative;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0); }

body.multipage nav {
  opacity: 1;
  filter: alpha(opacity=100); }

/*== DARK NAVIGATION ==*/
nav.dark {
  background: #151515;
  border-bottom: 1px solid #000000; }

/*== LIGHT NAVIGATION ==*/
nav.light {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #f0f0f0;*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

nav.light.sticky {
  background: rgba(255, 255, 255, 0.97); }

/*== TRANSPARENT NAVIGATION ==*/
nav.transparent {
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  top: 0; }

nav.transparent a {
  color: #ffffff; }

nav.transparent.scroll {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95); }

nav.transparent.scroll a {
  color: #515A5F; }

nav .container .four.columns {
  float: left;
  width: auto; }

nav .container .twelve.columns {
  float: right;
  width: auto; }

.main-menu, .logo {
  height: 50px;
  display: table-cell;
  /*vertical-align: middle;*/
  vertical-align: bottom; }

.main-menu.large, .logo.large {
  height: 145px; }

.logo a {
  display: block;
  margin: auto; }

.main-menu > li {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 0;
  cursor: pointer;
  position: relative; }
  .main-menu > li:before {
    background: #ef4324;
    content: '';
    width: 3px;
    height: 65%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; }
  .main-menu > li:first-child:before {
    display: none; }
  .main-menu > li:last-child {
    margin-right: 25px; }

.main-menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: white;
  text-decoration: none;
  text-transform: none; }

nav.light .main-menu a {
  color: #7c7b7b; }

nav.light .main-menu a:hover, nav.dark .main-menu a:hover {
  color: #ef4324;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s; }

nav.light .main-menu li.active > a, nav.dark .main-menu li.active > a {
  color: #ef4324; }

.main-menu a i {
  margin-right: 3px;
  margin-top: -11px;
  font-size: 22px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%; }

.main-menu.large.nav {
  padding-bottom: 7px; }

/*== ICONIC NAVIGATION ==*/
.main-menu.iconic li {
  margin-left: 40px; }

.main-menu.iconic a {
  display: inline-block; }

.main-menu.iconic a i {
  font-size: 25px;
  display: block;
  text-align: center;
  margin: 8px auto 4px; }

select.selectnav:not([name="list_length"]):not(.ui-datepicker-month):not(.ui-datepicker-year) {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 1 STYLING
/*-----------------------------------------------------------------------------------*/
.home-text-wrapper {
  display: table-cell;
  vertical-align: middle;
  margin: auto; }

.home1 .slabtextdone {
  color: #ffffff; }

.home1 .slabtextdone .slabtext.second-child {
  background: #ef4324;
  padding: 15px 10px 0;
  display: inline-block;
  width: auto;
  margin-left: -10px;
  color: #000000;
  margin-bottom: 10px; }

.home1.home-gradient .slabtextdone .slabtext.second-child {
  background: none; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 2 STYLING
/*-----------------------------------------------------------------------------------*/
.home-slide .home-slide-content {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 90px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1; }

.home-parallax .home-slide-content {
  padding: 55px 10px 50px;
  background: rgba(0, 0, 0, 0.3);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  color: #ffffff; }

.home-gradient .home-slide-content {
  color: #ffffff; }

.home-gradient .highlight {
  color: inherit; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 3 STYLING
/*-----------------------------------------------------------------------------------*/
.home3 .home-text-wrapper .container {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.81);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.24);
  overflow: hidden; }

.home3 .home-text-wrapper .container.no-safari {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.home3 .home-quote {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  text-align: center;
  width: inherit;
  overflow: hidden;
  color: white; }

.home3 .slabtextdone {
  color: #ffffff; }

.home3 .slabtextdone .slabtext.second-child {
  display: inline-block;
  width: auto;
  color: #ef4324;
  text-shadow: none;
  overflow: hidden; }

.home3 .home-text-wrapper .container:hover {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.24);
  -webkit-transform-style: preserve-3d;
  overflow: hidden; }

.home3#home h1 {
  font-size: 30px;
  overflow: hidden;
  margin: 0 50px; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 4 STYLING
/*-----------------------------------------------------------------------------------*/
.home4 .slabtextdone {
  text-shadow: none; }

.home4 .home-quote {
  padding: 10px 10px 0;
  background: rgba(255, 255, 255, 0.63);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.32);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.home4.home-gradient .home-quote {
  background: #ffffff; }

.home4 .home-quote:hover {
  box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.32); }

.home4 .slabtextdone .slabtext.second-child {
  background: #ef4324;
  padding: 15px 10px 0;
  display: inline-block;
  width: auto;
  margin-left: -10px;
  color: #ffffff; }

/*-----------------------------------------------------------------------------------*/
/*	HOME 5 STYLING
/*-----------------------------------------------------------------------------------*/
#home.home-fullscreenslider {
  /*background: url(/images/pattern.png);*/
  position: relative;
  overflow: hidden;
  height: 100%; }

#home.home-fullscreenslider .container {
  height: 100%; }

/*--------------------------------------------------------
/* PARALLAX STYLING
--------------------------------------------------------*/
.parallax {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  color: #ffffff;
  z-index: 0; }

.parallax .container {
  display: table;
  overflow: hidden; }

.parallax .parallax-content, .parallax .overlay {
  height: 400px; }

.parallax-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden; }

.overlay {
  background: url(/images/pattern.png);
  width: 100%;
  position: absolute;
  overflow: hidden; }

.parallax-bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center; }

/*--------------------------------------------------------
/* PARALLAX SECTION 1
--------------------------------------------------------*/
.bg1 {
  background-image: url(/images/parallax/parallax1.jpg); }

p.quote {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  z-index: 200;
  margin: 0 5%; }

.quote i {
  font-size: 25px;
  display: inline-table;
  vertical-align: top;
  margin: 0 5px; }

.parallax .quote i {
  color: #ef4324; }

.quote-author {
  height: 24px;
  width: auto;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  margin-top: 25px;
  z-index: 200;
  font-style: italic;
  text-align: center; }

/*--------------------------------------------------------
/* PARALLAX SECTION 2
--------------------------------------------------------*/
.bg2 {
  background-image: url(/images/parallax/parallax2.jpg); }

.twitter-slider {
  width: 85%;
  margin: 0 auto !important; }

#twitter-feed {
  text-align: center;
  padding: 10px 0; }

#twitter-feed li {
  margin-bottom: 20px; }

.twitter-feed-icon i {
  font-size: 22px;
  width: 23px;
  color: #ffffff;
  display: inline-block;
  padding: 17px;
  background: #ef4324;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px white; }

.twitter-author {
  text-transform: uppercase;
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 25px; }

#twitter-feed ul.slides > li {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.4;
  margin: 5px auto 30px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.twitter#twitter-feed {
  text-align: left; }

.twitter ul {
  padding: 0; }

.twitter .twitter-feed-icon i {
  display: none; }

.twitter .twitter-author {
  display: none; }

.twitter li {
  font-family: 'HelveticaNeue Light', sans-serif;
  font-size: 13px;
  color: inherit;
  width: auto;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0px;
  border: none; }

/*--------------------------------------------------------
/* PARALLAX SECTION 3
--------------------------------------------------------*/
.bg3 {
  background-image: url(/images/parallax/parallax3.jpg); }

.testimonial-slider {
  position: relative;
  width: 85%;
  margin: 0 auto !important; }

.testimonial-slider ul {
  text-align: center;
  padding: 10px 0; }

.testimonial-icon i {
  font-size: 22px;
  width: 23px;
  color: #ffffff;
  display: inline-block;
  padding: 17px;
  background: #ef4324;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px white; }

.testimonial-slide .client-testimonial {
  font-size: 13px;
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 16px;
  color: white;
  line-height: 1.67;
  margin: 5px auto 10px;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.client-info {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic; }

.client-info:before, .client-info:after {
  content: '--';
  margin: 0 3px; }

/*--------------------------------------------------------
/* PARALLAX SECTION 4
--------------------------------------------------------*/
.bg4 {
  background-image: url(/images/parallax/home.jpg); }

/*--------------------------------------------------------
/* COLOR BLOCK SECTION
--------------------------------------------------------*/
.color-block {
  width: 100%;
  height: 450px;
  background-color: #ef4324;
  background: -moz-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: -webkit-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: -o-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: -ms-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  position: relative;
  overflow: hidden;
  color: #ffffff; }

.color-block .parallax-bg {
  display: none; }

.color-block .container {
  display: table; }

.color-block-content {
  height: 450px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.color-block a, .color-block .quote i, .color-block .quote-author, .color-block .twitter-date a, .color-block .twitter-author a, .color-block .testimonial-slider .title span, .color-block .client-info {
  color: #000000; }

/*--------------------------------------------------------
/* PAGE SECTIONS
--------------------------------------------------------*/
.page {
  padding: 60px 0;
  position: relative;
  background: #ffffff;
  text-align: center;
  z-index: 6;
  overflow: hidden; }

.page.multipage {
  text-align: left;
  padding: 30px 0 0; }

.page.multipage .copyright {
  text-align: center; }

#team.page {
  position: static; }

/*======== TITLE SECTION ========*/
.title {
  text-align: center; }

.title h1 {
  line-height: 0.8;
  margin-bottom: 20px;
  line-height: 0.8;
  display: inline-block;
  padding: 10px 10px 3px;
  background: #ef4324;
  color: #fff;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 0px 3px #ef4324; }

.multipage .title h1 {
  margin: 60px 0 40px;
  line-height: 0.8; }

.subtitle {
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase; }

/*======== HOME SECTION ========*/
#home {
  /*position: relative;*/
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  color: #010101;
  z-index: 10; }

.home-gradient {
  background-color: #ef4324;
  background: -moz-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: -webkit-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: -o-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: -ms-radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%);
  background: radial-gradient(center center, circle cover, #FFD600 0%, #E2BE01 100%); }

.home-parallax {
  background: url(/images/parallax/home.jpg);
  background-color: #28314f !important; }

.parallaxaccueil {
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0; }

@media only screen and (max-width: 480px) {
  .home-parallax {
    background: url(/images/parallax/home-small.jpg);
    background-color: #28314f !important;
    background-repeat: no-repeat; }

  .parallaxaccueil {
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }

  #home {
    background-position: 42% 0px !important; } }
/*======== HOME LOGO ========*/
#home h1 {
  font-size: 60px;
  text-align: center;
  display: block; }

.home-logo, .home-logo-text {
  margin: 30px 0 100px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%; }

.home-fullscreenslider .home-logo, .home-fullscreenslider .home-logo-text {
  margin: 60px 0 100px;
  font-size: 80px; }

.home-logo-text a {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  padding: 5px 25px 0;
  border: 5px solid;
  color: inherit; }

.home-logo-text.light a {
  color: rgba(255, 255, 255, 0.9); }

.home-logo-text a:hover {
  color: #ffffff; }

.slabtextdone {
  line-height: 0.8;
  color: #020202;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4); }

.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap; }

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important; }

.slabtextdone .slabtext {
  display: block; }

/*=== PORTFOLIO SECTION ===*/
#portfolio {
  padding-bottom: 0; }

/*==== PORTFOLIO FILTERS ====*/
#filters {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative; }

#filters ul {
  margin: 0;
  list-style: none;
  padding: 0; }

#filters ul li {
  display: inline-block; }

#filters ul li a {
  display: block;
  float: left;
  padding: 2px 5px;
  color: inherit;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold; }

#filters ul li a h3 {
  font-size: 18px;
  padding: 2px 6px 0px;
  border: 2px solid; }

#filters ul li a:hover h3, #filters ul li a.active h3 {
  color: #ef4324; }

/*==== PORTFOLIO AJAX NAVIGATION =====*/
#project-navigation {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  z-index: 1; }

#project-navigation ul {
  float: none;
  margin: 0;
  list-style: none;
  display: none;
  padding: 0; }

#project-navigation ul li#prevProject a {
  background: url(/images/arrow_left.png) center center no-repeat;
  float: right;
  margin-right: 64px; }

#project-navigation ul li#nextProject a {
  background: url(/images/arrow_right.png) center center no-repeat;
  float: right;
  margin-right: 10px; }

#project-navigation ul li#prevProject a, #project-navigation ul li#nextProject a {
  background-color: #151515;
  background-size: 30px; }

#project-navigation ul li a {
  width: 40px;
  height: 40px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#project-navigation ul li#prevProject a:hover, #project-navigation ul li#nextProject a:hover {
  background-color: #ef4324; }

#project-navigation ul li a:hover {
  background-color: #ef4324; }

#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.2) !important; }

/*=== PROJECT CLOSE ===*/
#closeProject {
  top: 10px;
  position: absolute;
  right: 62px;
  z-index: 1; }

#closeProject a {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  display: none;
  background: #151515;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#closeProject a:hover {
  background: #ef4324; }

#closeProject a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  display: inline-table;
  vertical-align: middle; }

#ajax-section {
  position: relative;
  padding: 0;
  background: #f8f8f8;
  text-align: left; }

#ajax-section #loader {
  width: 100%;
  height: 20px;
  display: none;
  position: absolute;
  top: -30px; }

#ajax-section #loader.projectError {
  text-align: center;
  height: auto !important;
  background-position: top center; }

#ajax-section #loader.projectError p {
  display: none;
  padding-top: 16px; }

#ajax-section #loader {
  background: url(/images/loader.gif) center center no-repeat; }

#ajax-section #loader.projectError p {
  color: #666 !important; }

#ajax-content-outer {
  width: 100%;
  overflow: hidden;
  position: relative; }

#ajax-content-inner {
  float: left;
  height: 0;
  opacity: 0; }

#ajaxpage {
  float: left;
  display: block; }

.project-media {
  margin-top: 70px;
  margin-bottom: 30px;
  overflow: hidden;
  display: block; }

.project-info {
  margin-top: 60px;
  margin-bottom: 30px; }

.project-info {
  height: auto;
  float: left;
  margin-bottom: 30px; }

.project-description, .project-details {
  margin-bottom: 30px; }

.project-description h3, .project-details h3 {
  margin-bottom: 10px; }

.project-details p {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 7px; }

.project-details p span {
  font-weight: bold; }

/*==== PORTFOLIO GRID ====*/
#portfolio-wrap {
  position: relative;
  padding: 0;
  width: 100.1%;
  margin: 0 auto;
  display: block; }

#portfolio-wrap .one-third {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  width: 20%;
  padding: 0; }

.portfolio-item.current {
  box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
  z-index: 101; }

.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden; }

.portfolio-item .portfolio-image {
  overflow: hidden;
  display: block;
  position: relative; }

.portfolio-item .portfolio-image img {
  width: 100%;
  height: auto; }

.portfolio .portfolio-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ef4324; }

.portfolio > a, .portfolio > a:hover {
  color: #ffffff; }

.portfolio-item .portfolio > a:hover > .portfolio-overlay {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }

.portfolio > a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio > a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio .thumb-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portfolio a:hover .portfolio-overlay .thumb-info {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100); }

.portfolio-overlay .thumb-info i {
  top: 58%;
  font-size: 50px; }

.portfolio-overlay .thumb-info h3 {
  top: 38%;
  font-size: 30px; }

.portfolio-overlay .thumb-info p {
  top: 50%;
  font-size: 13px; }

.portfolio-overlay .thumb-info h3 {
  color: #ffffff;
  width: 100%;
  position: absolute;
  text-align: center; }

.portfolio-overlay .thumb-info p {
  color: #ffffff;
  width: 100%;
  position: absolute;
  text-align: center;
  font-weight: bold; }

.portfolio-overlay .thumb-info i {
  color: #ffffff;
  width: 100%;
  position: absolute;
  text-align: center;
  display: block; }

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*======== BLOG PAGE ========*/
.post {
  margin-bottom: 100px; }

.post-media {
  margin-bottom: 30px; }

.post-title {
  font-family: 'BebasNeueBold', BebasNeue;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px; }

.post-title a {
  color: #151515; }

.post-title a:hover {
  color: #ef4324; }

.post-tags {
  margin-top: 20px; }

.post-tags i {
  display: inline-table;
  margin-right: 4px;
  color: #868991;
  font-size: 16px;
  vertical-align: middle; }

.post-tags ul {
  display: inline-block;
  padding: 0; }

.post-tags li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px; }

.post-tags li:after {
  content: ' . '; }

.post-tags li:last-child:after {
  content: ''; }

.post-tags li a {
  color: #868991;
  text-decoration: none; }

.post-tags li a:hover {
  color: #ef4324; }

.post-meta {
  font-size: 11px;
  margin-bottom: 20px;
  padding: 5px 0;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
  font-size: 11px; }

.post-meta span {
  text-align: right;
  float: right; }

.sidebar {
  padding-left: 10px; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  font-family: 'BebasNeueBold', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px; }

.tags-list li {
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
  padding: 3px 9px;
  border: 1px solid #e8e8e8; }

.tags-list li:first-child {
  margin-top: 0; }

.tags-list li a {
  color: #151515;
  text-decoration: none; }

.tags-list li a:hover {
  color: #ef4324; }

.blog-tweet {
  font-size: 11px;
  margin-top: 16px; }

.blog-tweet span {
  display: block;
  margin-top: 7px;
  color: #868991;
  font-size: 10px; }

.pagination {
  position: relative;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

.pages {
  text-align: center; }

.pages li {
  display: inline-block; }

.pages li {
  display: inline-block;
  margin: 0px 2px 0px 0; }

.pages li a {
  font-size: 13px;
  display: block;
  padding: 5px;
  color: #151515; }

.pages li a.current {
  border-top: 2px solid #ef4324;
  border-bottom: 2px solid #ef4324;
  color: #1c1f26; }

.pages li a:hover {
  color: #ef4324; }

.pagination a.previous, .pagination a.next {
  height: 24px;
  width: 24px;
  display: block;
  margin: 2px 0;
  background-color: #151515;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  text-align: center; }

.pagination a.previous:hover, .pagination a.next:hover {
  background-color: #ef4324;
  color: white; }

.pagination a.previous {
  position: absolute;
  left: 0;
  top: 0; }

.pagination a.next {
  position: absolute;
  right: 0;
  top: 0; }

.pagination a i {
  line-height: 24px; }

#blog-author {
  position: relative;
  border-bottom: 3px solid #666;
  padding-bottom: 40px;
  margin-bottom: 20px; }

#blog-author .container {
  border-bottom: 3px solid #666;
  padding-bottom: 40px;
  margin-bottom: 20px; }

#blog-author img {
  position: absolute;
  width: 100%;
  margin-right: 10px;
  max-width: 100px;
  padding: 4px;
  border: 1px solid #e8e8e8; }

#blog-author p {
  margin-left: 120px; }

.blog h1 a {
  font-weight: normal; }

/*====== COMMENTS LIST =======*/
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 65px; }

.commentlist li {
  margin: 0;
  padding: 0; }

.commentlist .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 35px;
  margin-bottom: 35px; }

.commentlist .the-comment .comment-text *:last-child {
  margin-bottom: 0; }

.commentlist div.avatar {
  float: left;
  margin-right: 15px;
  padding: 4px;
  border: 1px solid #e8e8e8;
  line-height: 0; }

.commentlist .comment-text p {
  margin: 0; }

.commentlist .comment-author strong {
  padding-right: 5px; }

/*=== COMMENT FORM ELEMENTS ===*/
#comment-input {
  overflow: hidden;
  margin-bottom: 13px; }

#comment-input input {
  border: 1px solid #e8e8e8;
  width: 28%;
  font-size: 13px;
  color: #747474;
  padding: 8px 2%;
  float: left;
  margin-right: 1%;
  border-radius: 2px; }

#comment-textarea textarea {
  border: 1px solid #e8e8e8;
  width: 96%;
  height: 150px;
  font-size: 13px;
  color: #747474;
  padding: 8px 11px;
  border-radius: 2px; }

#comment-input input:last-child {
  margin-right: 0; }

#comment-input input:-moz-placeholder, #comment-textarea textarea:-moz-placeholder {
  color: #999; }

#comment-input input:-ms-input-placeholder, #comment-textarea textarea:-ms-input-placeholder {
  color: #999; }

#comment-input input::-webkit-input-placeholder, #comment-textarea textarea::-webkit-input-placeholder {
  color: #999; }

/*======== CONTACT SECTION ========*/
#contact {
  padding-bottom: 0; }

.contact-box {
  width: 100%;
  text-align: center;
  /*padding: 45px 0px 60px;*/ }

.contact-details {
  width: 70%;
  padding: 5px 0;
  margin: 0 auto 10px; }

.contact-details h2 {
  margin-bottom: 0px; }

.contact-details h1 {
  color: black;
  background: rgba(255, 255, 255, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff); }

.copyright {
  width: 100%;
  margin-top: 30px;
  padding: 40px 0;
  background: #ef4324;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px; }

.copyright a {
  color: inherit; }

.copyright-logo a {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px; }

.copyright .social-icons {
  text-align: center; }

.copyright .social-icons .social-icon {
  display: inline-block;
  float: none;
  color: #fff;
  background-color: #d2d2d2 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 0; }

/*=== CONTACT FORM ELEMENTS ===*/
#contact-input {
  /*overflow: hidden;*/
  margin-bottom: 13px;
  width: 50%;
  float: left; }

#contact-input input {
  border: 1px solid #e8e8e8;
  width: 93%;
  font-size: 13px;
  color: #747474;
  padding: 20px 2%;
  float: left;
  margin: 0 1% 2%;
  border-radius: 2px; }

#contact-textarea textarea {
  border: 1px solid #e8e8e8;
  width: 98%;
  height: 92px;
  font-size: 13px;
  color: #747474;
  padding: 20px 11px 10px;
  border-radius: 2px;
  margin-bottom: 10px; }

#contact-input input:last-child {
  margin-right: 0; }

#contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
  color: #999; }

#contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
  color: #999; }

#contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
  color: #999; }

#contact-textarea {
  width: 50%;
  float: right; }

#contact-input label, #contact-textarea label {
  display: block;
  text-align: left;
  font-weight: bold;
  padding-left: 2%; }

#contact-submit input[type="submit"] {
  padding: 20px 24px 20px 24px;
  border: 0 none;
  color: #ffffff;
  display: block;
  width: 99%;
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(/images/mail.png);
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  height: 57px;
  line-height: 57px; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  width: 180px;
  color: #999;
  -moz-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
  -webkit-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
  box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
  border: 1px solid #e8e8e8; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #e0e0e0;
  color: #333; }

/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
.one_half {
  width: 48%; }

.one_third {
  width: 30.66%; }

.two_third {
  width: 65%; }

.one_fourth {
  width: 22%; }

.three_fourth {
  width: 74%; }

.one_fifth {
  width: 16.8%; }

.two_fifth {
  width: 37.6%; }

.three_fifth {
  width: 58.4%; }

.four_fifth {
  width: 67.2%; }

.one_sixth {
  width: 13.33%; }

.five_sixth {
  width: 82.67%; }

.one_half.no-margin {
  width: 50%;
  margin-right: 0; }

.one_third.no-margin {
  width: 33.33333333333%;
  margin-right: 0; }

.two_third.no-margin {
  width: 66.66666666667%;
  margin-right: 0; }

.one_fourth.no-margin {
  width: 25%;
  margin-right: 0; }

.three_fourth.no-margin {
  width: 75%;
  margin-right: 0; }

.one_fifth.no-margin {
  width: 20%;
  margin-right: 0; }

.two_fifth.no-margin {
  width: 40%;
  margin-right: 0; }

.three_fifth.no-margin {
  width: 60%;
  margin-right: 0; }

.four_fifth.no-margin {
  width: 80%;
  margin-right: 0; }

.one_sixth.no-margin {
  width: 16.6666666666667%;
  margin-right: 0; }

.five_sixth.no-margin {
  width: 83.333333333333%;
  margin-right: 0; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 30px;
  float: left; }

.last {
  margin-right: 0 !important; }

.fittext-content {
  line-height: 0.8; }

* html .title h1 {
  display: inline; }

* + html .title h1 {
  display: inline; }

/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none; }

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #515A5F url(/images/backtotop.png) no-repeat center center;
  text-indent: -9999px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear; }

#back-to-top a:hover {
  background-color: #222222; }

/* ------------------------------------------------------------------------ */
/*  HOME FULLSCREEN VIDEO
/* ------------------------------------------------------------------------ */
.home-fullscreenvideo {
  background: #1F2224; }

.background-video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* ------------------------------------------------------------------------ */
/*  HOME FULLSCREEN VIDEO
/* ------------------------------------------------------------------------ */
.home-banner {
  height: auto !important;
  padding: 150px 0;
  color: #ffffff !important; }

.home-banner .slabtextdone {
  text-shadow: none; }

.home-newsletter {
  color: #ffffff !important; }

.home-newsletter .slabtextdone {
  text-shadow: none;
  color: #ffffff; }

.home-parallax2 {
  background: url(/images/parallax/parallax5.jpg) fixed;
  background-size: cover; }

.home-parallax3 {
  background: url(/images/parallax/parallax6.jpg) fixed;
  background-size: cover; }

.home-parallax4 {
  background: url(/images/parallax/parallax7.jpg) fixed;
  background-size: cover; }

/* ------------------------------------------------------------------------ */
/*  COLORED MENU
/* ------------------------------------------------------------------------ */
nav.colored, nav.light.colored {
  background: #ef4324;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  border-bottom: 0px; }

nav.colored a {
  color: #ffffff !important; }

nav.colored li.active a {
  color: #515A5F !important; }

/* ------------------------------------------------------------------------ */
/*  NEWSLETTER FUNCTION
/* ------------------------------------------------------------------------ */
#newsletterform {
  margin-top: 0;
  display: block;
  text-align: center; }

#newsletterform div {
  display: inline-block; }

#newsletterform input {
  height: 50px;
  display: inline-block;
  width: 250px;
  padding: 0 10px;
  margin: 8px 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.1);
  color: #3A3838;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold; }

#newsletterform label {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 12px; }

a#button-newsletter {
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  width: 99%;
  margin: 5px auto 0;
  text-align: center; }

/* FULL SCREEN VIDEO */
.video_slide {
  width: 100%; }

.video_slide .full_slide {
  width: 100% !important;
  height: 100% !important;
  position: absolute; }

#espace-client-button {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  height: 34px;
  width: 100px;
  border: none;
  cursor: pointer;
  background: #ddd;
  color: #A1A1A1;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

#espace-client-button:hover {
  background: #BEBEBE;
  color: #DFDFDF; }

.sigle {
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  text-transform: none; }

/* ------------------------------------------------------------------------ */
/* SOCIAL ICONS
/* ------------------------------------------------------------------------ */
nav .social-icons{
  position: absolute;
  right: 0px;
  top: 0;
}
.social-icons {
  display: block;
  height: 65px; }

.social-icon {
  display: inline-block;
  margin: 0;
  background-color: #d2d2d2;
  width: 80px;
  height: auto;
  vertical-align: bottom;
  padding: 0;
  box-sizing: border-box;
  text-align: center; }
  .social-icon:first-child {
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px; }
  .social-icon:last-child {
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0; }

.social-icon a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 35px;
  width: 100%;
  height: 55px; }

.social-icon a i {
  padding: 0; }

.social-icons .social-icon.social-twitter a:hover {
  color: #5c97d8 !important; }

.social-icons .social-icon.social-youtube a:hover {
  color: #f22424 !important; }

.social-icons .social-icon.social-facebook a:hover {
  color: #1f479a !important; }

.social-icons .social-icon.social-linkedin a:hover {
  color: #3697bf !important; }

.social-icons .social-icon.social-rss a:hover {
  color: #c88320 !important; }

/*Font Awesome*/
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em; }

ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em; }

ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e"; }

/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

/*-----------------------------------------------------------------------------------*/
/*	Accordion
/*-----------------------------------------------------------------------------------*/
.accordion .accordion-title {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  margin-bottom: 6px;
  border-radius: 2px; }

.accordion .accordion-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1; }

.accordion .accordion-title a {
  display: block;
  padding: 11px 15px 7px;
  color: inherit;
  background-color: #F8f8f8; }

.accordion .accordion-title a i {
  font-size: 22px;
  margin-right: 5px; }

.accordion .accordion-title span {
  position: absolute;
  background: url("../images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 7px 7px;
  right: 0; }

.accordion .accordion-title.active span {
  background: url("../images/plus_minus.png") 0px 0px no-repeat; }

.accordion .accordion-inner {
  padding: 7px 10px 10px 15px;
  display: none;
  margin: -7px 0 6px;
  border: 1px solid #f0f0f0; }

.accordion .accordion-inner div {
  margin-left: 45px;
  padding: 0px 5px 10px 10px;
  margin-bottom: 6px; }

/*-----------------------------------------------------------------------------------*/
/*	Alert Messages
/*-----------------------------------------------------------------------------------*/
.alert-message {
  position: relative;
  border: 1px solid #ddd;
  display: block;
  background-color: #F9F9F9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  font-weight: bold;
  padding: 10px 40px;
  margin-bottom: 20px; }

.alert-message.warning {
  background-color: #fbf6e3;
  border-color: #efd877;
  color: #c4a80a; }

.alert-message.warning a {
  color: #c4a80a; }

.alert-message.success {
  background-color: #e9f2d2;
  border-color: #c0da66;
  color: #88b12b; }

.alert-message.success a {
  color: #88b12b; }

.alert-message.error {
  background-color: #ffe9e9;
  border-color: #e99f9f;
  color: #d25c5a; }

.alert-message.error a {
  color: #d25c5a; }

.alert-message.info {
  background-color: #dbe9f3;
  border-color: #9fc2dd;
  color: #468bbf; }

alert-message.info a {
  color: #468bbf; }

.alert-message p {
  margin: 0;
  padding: 0; }

.alert-message span.close {
  display: block;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5; }

.alert-message span.close:hover {
  opacity: 1; }

/*--------------------------------------------------------------------------*/
/*	BUTTONS
/*--------------------------------------------------------------------------*/
.button {
  -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
  padding: 13px 24px;
  font-size: 13px;
  font-weight: bold;
  text-shadow: none;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  cursor: pointer;
  background-color: #FFD600;
  height: 40px;
  line-height: 40px !important; }

/*--------------------------------------------------------------------------*/
/*	CALLOUT BOX
/*--------------------------------------------------------------------------*/
.callout {
  margin: 0;
  display: block;
  background: #F8f8f8;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.04) !important;
  border-left: 3px solid #FFD600; }

.callout .callout-button {
  margin: 20px 10px 10px;
  float: right; }

.callout .callout-content {
  float: left; }

.callout a.button {
  margin: 0;
  text-align: center; }

.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
  line-height: 1.3;
  margin: 0 0 0px 0 !important; }

/*--------------------------------------------------------------------------*/
/*	CLIENTS LOGO LIST
/*--------------------------------------------------------------------------*/
.client-logos {
  width: 100%;
  text-align: center;
  float: left;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px; }

.client-logos img {
  display: inline;
  max-width: 110px; }

.client-logos a img {
  opacity: 1;
  filter: alpha(opacity=100); }

.client-logos a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* ------------------------------------------------------------------------ */
/* FANCY HEADER
/* ------------------------------------------------------------------------ */
.fancy-header {
  width: 100%;
  margin: 30px 0 20px;
  position: relative;
  clear: both;
  display: block;
  z-index: 1;
  text-align: center; }

.fancy-header:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e8e8e8;
  left: 0;
  top: 50%;
  z-index: -1; }

.fancy-header span {
  font-size: 11px;
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
  font-style: italic;
  border: 1px solid #e8e8e8; }

/*-----------------------------------------------------------------------------------*/
/*	FANCY HEADER 2
/*-----------------------------------------------------------------------------------*/
.fancy-header2 {
  margin-bottom: 30px;
  text-align: center; }

.fancy-header2 h4, .fancy-header2 h3 {
  line-height: 0.8;
  margin-bottom: 0px; }

/*-----------------------------------------------------------------------------------*/
/*	FULL WIDTH BLOCK
/*-----------------------------------------------------------------------------------*/
.fullwidth {
  padding: 50px 0 20px;
  margin: 30px 0; }

.fullwidth.grey {
  background-color: #f5f5f5; }

/*-----------------------------------------------------------------------------------*/
/*	MILESTONE COUNT
/*-----------------------------------------------------------------------------------*/
.milestone-count {
  font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em; }

/*-----------------------------------------------------------------------------------*/
/*	Blockquotes & Pullquotes
/*-----------------------------------------------------------------------------------*/
blockquote {
  margin: 0 0 20px 0;
  padding: 0; }

blockquote p {
  margin: 0 !important;
  padding: 5px 0 5px 15px;
  border-left: 4px solid #FFD600;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.2; }

.pullquote {
  width: 260px;
  margin: 15px 0 !important;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: lighter;
  font-size: 18px;
  line-height: 1.2; }

.pullquote.align-left {
  float: left;
  padding: 0px 15px;
  border-left: 4px solid #FFD600; }

.pullquote.align-right {
  float: right;
  padding: 0px 15px;
  text-align: right;
  border-right: 4px solid #FFD600; }

/*--------------------------------------------------------------------------*/
/*	SERVICE ICON BOX
/*--------------------------------------------------------------------------*/
.service-box {
  margin: 0 0 0px 0;
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #f0f0f0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.service-box:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  /*background: #FFD600;
  color: #ffffff;*/
  border: 1px solid transparent; }

.service-box .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  text-align: center;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ffd600;
  color: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 0px 3px #ffd600; }

/*.service-box:hover .service-icon {
   */
/* border: 4px solid #ffd600;*/
                                    /*
    box-shadow: 0px 0px 0px 3px #ffffff;
    background: #ffffff;
    color: #ffd600;
}*/
.service-description {
  margin-bottom: 30px; }

.service-box ul li {
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e0e0e0; }

.service-box ul li:last-child {
  border: none;
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------------------*/
/*	SERVICE IMAGE BOX
/*--------------------------------------------------------------------------*/
.service-features {
  text-align: center; }

.service-features h3 {
  padding-top: 20px;
  margin-bottom: 4px; }

.service-features .img-container {
  padding: 25px 45px;
  border-radius: 3px;
  background: #FFD600;
  width: 120px;
  margin: 0 auto;
  position: relative; }

.service-features .img-container i {
  font-size: 84px;
  color: #ffffff; }

.service-features .img-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid #ffd600;
  border-bottom: 0px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
  left: 50%;
  bottom: -15px;
  margin-left: -20px; }

/*-----------------------------------------------------------------------------------*/
/*	Skill Bar
/*-----------------------------------------------------------------------------------*/
.skillbar {
  width: 100%;
  height: 25px;
  display: block;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
  position: relative; }

.skillbar .skill-percentage {
  background: #FFD600;
  display: block;
  width: 0%;
  height: 25px; }

.skill-title {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  padding: 5px 10px;
  color: #ffffff;
  z-index: 1;
  background: transparent; }

/*-----------------------------------------------------------------------------------*/
/*	Tabs
/*-----------------------------------------------------------------------------------*/
.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px; }

.tab {
  float: left;
  margin-right: -1px; }

.tab a {
  color: inherit;
  border: 1px solid #e8e8e8;
  display: block;
  padding: 10px 20px 10px 15px;
  background-color: #f8f8f8; }

.tab a:hover {
  background: #ffffff; }

.tab a i {
  display: inline-table;
  font-size: 18px;
  padding: 0 7px 0 10px;
  margin-right: 0px;
  line-height: 0;
  vertical-align: text-bottom; }

.tab a.selected {
  background: #ffffff;
  border-bottom-color: #fff;
  font-weight: bold;
  box-shadow: 0px -3px 0px 0px #FFD600; }

.panel {
  border: 1px solid #e8e8e8;
  clear: both;
  padding: 10px 10px 0px 15px; }

/*--------------------------------------------------------------------------*/
/*	TEAM MEMBER
/*--------------------------------------------------------------------------*/
.member-role {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  clear: both; }

.member-role h1 {
  line-height: 1;
  margin-bottom: 0px;
  display: inline-block; }

.member-role h4 {
  line-height: 1;
  font-size: 26px; }

.team-member {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  margin-left: -4px; }

.team-member.team-one {
  width: 80%; }

.team-member.team-two {
  width: 50%; }

.team-member.team-four {
  width: 25%; }

.team-member.team-five {
  width: 20%; }

.team-member .team-thumb {
  line-height: 0; }

.team-member .team-thumb img {
  width: 100%;
  height: auto; }

.team-member .team-desc {
  padding: 10px;
  font-size: 14px;
  margin-left: -1px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff; }

.team-member:hover .team-desc {
  background: #ffd600;
  color: #ffffff; }

.team-member .team-desc h2 {
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 5px; }

.team-member .team-desc h5 span {
  font-size: 12px;
  font-weight: normal;
  color: #aaa; }

.team-member .team-desc a {
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin-top: 0px; }

.team-member .team-desc a span i {
  color: #3CF;
  margin-right: 5px; }
  
  .team-desc {
	  max-height:50px;
  }

/*--------------------------------------------------------------------*/
/*	MODAL POPUP SHORTCODE
/*--------------------------------------------------------------------*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: white;
  background-color: rgba(255, 255, 255, 0.98); }

.modal {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: 1050;
  width: 100%;
  overflow: auto;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  text-align: left; }

.modal .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
  background: #ffd600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -mox-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 0 -40px;
  text-align: center;
  z-index: 1000; }

.member-bio {
  overflow-y: auto;
  text-align: center; }

.member-bio .member-description {
  text-align: left; }

/* MODAL CSS3 ANIMATIONS */
.loaded .animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .6s;
  -moz-animation-duration: .6s;
  -ms-animation-duration: .6s;
  -o-animation-duration: .6s;
  animation-duration: .6s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: .95; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: .95; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: .95; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

.columns .img-wrp {
  position: relative; }

.img-wrp img {
  display: block; }

.overlay-content {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 30%; }

.team-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%; }

.team-overlay .img-overlay {
  opacity: 0.8;
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.img-overlay {
  background: #ffffff; }

.overlay-content {
  text-align: center;
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 10;
  color: inherit;
  font-size: 16px;
  font-family: 'BebasNeueBold', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.overlay-content h2 {
  line-height: 1.4;
  font-size: 22px; }

.overlay-content a {
  color: inherit;
  line-height: 1 !important; }

.view-profile {
  padding: 4px 10px;
  background: #ffd600;
  margin-top: 4px;
  color: #ffffff !important; }

/*-----------------------------------------------------------------------------------*/
/*	Toggle
/*-----------------------------------------------------------------------------------*/
.toggle .toggle-title {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  margin-bottom: 6px;
  border-radius: 2px; }

.toggle .toggle-title h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer; }

.toggle .toggle-inner {
  padding: 7px 10px 10px 15px;
  display: none;
  margin: -7px 0 6px;
  border: 1px solid #f0f0f0; }

.toggle .toggle-inner div {
  max-width: 100%; }

.toggle .toggle-title .title-name {
  display: block;
  padding: 11px 15px 7px;
  color: inherit;
  background-color: #F8f8f8; }

.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px; }

.toggle .toggle-title i {
  position: absolute;
  background: url("../images/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 7px 7px;
  right: 0; }

.toggle .toggle-title.active i {
  background: url("../images/plus_minus.png") 0px 0px no-repeat; }

a {
  cursor: pointer; }

i {
  padding: 10px; }

p {
  text-align: left;
  font-weight: normal; }

.callout-content {
  /*width: 410px;*/
  width: 100%; }

.service-box:hover {
  opacity: 0.7; }

.service-box.service-box-alt-hover:hover {
  opacity: 0.95; }

.jobs-text {
  margin-bottom: 0px;
  margin-top: 10px; }

/*.main-menu {
	float: right;*/
/*margin-bottom: -72px;*/
	/*padding-top: 22px;
}*/
/*#partenariat{
    background-color: #fff;
}*/
.footer_site_map > li, .footer_site_map ul {
  width: 100px !important; }

#home {
  min-height: 500px !important; }

.container.special {
  bottom: 0;
  position: absolute; }

.bigTitle, .milestone-count.highlight, h3 {
  font-family: "BebasNeueBold",sans-serif !important; }

h3.jobs-title {
  height: auto !important;
  line-height: 120% !important;
  text-align: center;
  padding: 0 70px; }

.news {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  bottom: 0px !important;
  /*padding-left: 50px;*/
  /*padding: 20px!important;*/ }

.one_half, .service-description {
  text-align: left;
  font-weight: bold; }

.milestone-special > .one-third.column {
  padding-bottom: 20px;
  padding-top: 20px; }

.addedShadow {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid transparent; }

/*
.light {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 15px;
}

.bigTitle{
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.7);
}

.main-menu.large {
    top:0px;
    height: auto;
}
*/
.downArrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  border-top: 5px solid #ef4324;
  float: right;
  display: none;
  /*display: inline;*/
  /*margin-right: 25px;*/ }

/*
.rightArrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    border-left: 5px solid red;
    float: right;
    margin-top: -22px;
    margin-right: 20px;

}
*/
nav.light ul li ul {
  background: rgba(245, 245, 245, 0.95);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  min-width: 200px; }

.footer_site_map {
  list-style: circle; }

.footer_site_map > li {
  float: left;
  /*list-style: circle;*/ }

.footer_site_map > li a {
  color: white;
  font-size: 15px;
  margin: 15px; }

nav li {
  position: relative;
  float: left; }

nav a {
  padding-right: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

nav.light li ul {
  background: #000000;
  float: left;
  left: -10px;
  opacity: 0;
  position: absolute;
  top: 23px;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: top .3s ease;
  -moz-transition: top .3s ease;
  -ms-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease; }

nav.light li:hover ul {
  opacity: 1;
  top: 23px;
  visibility: visible;
  width: 121%;
  padding: 0px 10%; }

nav.light li ul li {
  display: inline-block !important;
  float: none;
  height: auto !important;
  position: relative;
  width: 100%; }

.main-menu li:hover > a {
  color: #ef4324 !important; }

.title h1 {
  line-height: 1; }

.sub-nav > a {
  text-align: left;
  padding: 0;
  /*color: #515A5F!important;*/ }

/* Clearfix */
              /*


.cf:after, .cf:before {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

.quote-slide {
    color: white;
    text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    display:none;
    padding: 30px;
}
*/
.milestone-count.highlight {
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.7);
  font-size: 60px; }

.milestone-counter {
  color: white;
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.7);
  text-align: center; }

.title h1 {
  font-size: 50px; }

/*
.subtitle {
    margin: 0px;
    padding-top: 10px;
}



.fullwidth{
    background: url('../images/ciment.jpg');
    padding-top: 20px!important;
    padding-bottom: 10px!important;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.5);
    margin: 0px!important;
}


*/
.nouvelles > .testimonial-slider, .flexslider {
  position: static !important;
  width: 100% !important;
  margin: 0 !important; }

.nouvelles > .testimonial-slider {
  margin-left: -20px !important; }

.flex-direction-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0px;
  height: 100%; }

.flex-direction-nav > li {
  position: absolute; }

.flex-direction-nav > li:first-child {
  left: 10px;
  top: 45%; }

.flex-direction-nav > li:last-child {
  right: 50px;
  top: 45%; }

/*
.flex-direction-nav > li{
    position: absolute;
}
.flex-direction-nav > li:first-child {
    left:-100px;
    top: -110px;
}

.flex-direction-nav > li:last-child {
    right: -50px;
    top: -105px;
}
*/
.flex-prev {
  /*left:0px!important;
  margin-top: -50px!important;
  margin-left: -80px!important;*/
  background-color: #0050a1 !important;
  /*position: absolute;*/ }

.flex-next {
  /*right:0px!important;
  margin-top: -50px!important;
  margin-right: -80px!important;*/
  background-color: #0050a1 !important;
  /*position: absolute;*/ }

.special p, .special h6, .special h4, .special h5 {
  /*width: 47%;*/
  width: 216px;
  float: left;
  margin-bottom: 0px;
  clear: none;
  padding-left: 10px; }

.special h6:first-child {
  float: right; }

/*
.rotate {
    */
/* Safari */
            /*

    -webkit-transform: rotate(-90deg);

    */
/* Firefox */
             /*

    -moz-transform: rotate(-90deg);

    */
/* IE */
        /*

    -ms-transform: rotate(-90deg);

    */
/* Opera */
           /*

    -o-transform: rotate(-90deg);

    */
/* Internet Explorer */
                       /*

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.service-box {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 15px;
}
.service-box h3 {
    color: #0050a1;
}

.contact-box {
    padding-bottom: 10px;
}

.subtitle > p {
    color: rgb(0,80,161);
}
*/
.quoteSignature {
  display: block;
  text-align: right;
  margin-top: -5px;
  margin-bottom: 20px; }

#GDenDate {
  text-align: left; }

#GDenDate ol {
  list-style-type: none;
  margin-left: 50px;
  position: relative; }

#GDenDate ol li {
  margin-bottom: 8px; }

#GDenDate ol li > span.date-year {
  font-weight: bold;
  margin-right: 20px;
  position: absolute;
  left: -52px; }

.post-media > a > img {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2); }

.panel-arrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: lowercase;
  margin-top: 30vh;
  text-align: center;
}

.panel[data-rel="2"] {
  min-height: 150px;
  width: 580px;
  float: right;
  position: fixed !important;
  right: -621px;
  background-color: #dedede;
  padding: 20px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  /*-webkit-box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    -5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         -5px 5px 8px 0px rgba(0, 0, 0, 0.3);*/
  z-index: 999;
  top: 152px; }

.panel[data-rel="2"] time {
  color: #B0B0B0; }

.panel[data-rel="2"] .row-holder {
  color: #777;
  text-align: center; }

.panel[data-rel="2"] .row-holder h3 {
  margin-bottom: 0; }

.panel[data-rel="2"] .row-holder button, .panel[data-rel="2"] .row-holder h3 {
  display: inline-block;
  vertical-align: middle; }

.panel-job-offer {
  display: none; }

.panel[data-rel="2"] .row-holder button {
  background: none;
  border: none;
  color: #777;
  cursor: pointer;
  font-size: 30px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.panel[data-rel="2"] .row-holder button:hover {
  color: #ef4324; }

.panel-arrow[data-rel="2"] {
  padding: 15px;
  font-size: 20px;
  width: 150px;
  float: right;
  /*background: #F9DE16;*/
  background-color: #ef4324;
  color: white;
  text-decoration: none;
  position: fixed;
  right: -65px;
  top: 213px;
  /*top: 327px;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=6.123233995736766e-17, M12=1, M21=-1, M22=6.123233995736766e-17, SizingMethod='auto expand')";
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
  writing-mode: lr-tb;
  z-index: 99;
  -webkit-box-shadow: -6px 2px 15px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: -6px 2px 15px 0px rgba(50, 50, 50, 0.55);
  box-shadow: -6px 2px 15px 0px rgba(50, 50, 50, 0.55);

  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.panel[data-rel="1"] {
  width: 329px;
  float: right;
  position: fixed !important;
  right: -370px;
  background-color: #dedede;
  padding: 20px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  /*-webkit-box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    -5px 5px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow:         -5px 5px 8px 0px rgba(0, 0, 0, 0.3);*/
  z-index: 999;
  top: 152px;
  overflow-x: hidden;
  bottom: 45px;
  display: inline-grid; }

.panel-arrow[data-rel="1"] {
  padding: 15px;
  font-size: 20px;
  width: 200px;
  float: right;
  background: #ef4324;
  color: white;
  text-decoration: none;
  position: fixed;
  right: -90px;
  top: 238px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
  writing-mode: lr-tb;
  z-index: 99;
  -webkit-box-shadow: -6px 2px 15px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: -6px 2px 15px 0px rgba(50, 50, 50, 0.55);
  box-shadow: -6px 2px 15px 0px rgba(50, 50, 50, 0.55);

  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.panel #contact-input {
  width: 100%; }

.panel #contact-textarea {
  width: 92%;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px; }

.panel #contact-captcha {
  float: left; }

#contact-captcha #recaptcha_area {
  margin-left: 5px; }

.panel #contact-submit {
  width: 100%;
  float: left;
  margin-top: 8px; }

.panel #contact-submit div input {
  width: 99%;
  float: left;
  margin-left: 1px; }

.callout .callout-button {
  margin: 0; }

.home-parallax-bottom {
  background-color: #28314f; }

/*
.logo a img{
    width: 100%;
    height: 100%;
}
*/
.logo.large {
  
  padding-top: 0;
  position: absolute;
  top: -15px; }


.logo.large > a {
  text-align: left;
  
  width: 100%; }

@media only screen and (max-width: 1280px) {
	.logo.large img  {
		height:59px;		
	}
}

@media only screen and (min-width:1201px) and (max-width:1279px){
    .logo.large img  {
		height:131px;		
	}  
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.logo.large img  {
		height:131px;		
	}
}

@media only screen and (min-width: 1680px) {
	.logo.large img  {
		height:151px;		
	}
}


.slabtext {
  font-size: 70px !important;
  word-spacing: normal !important;
  padding: 10px;
  /*text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.7);*/
  color: white; }

.slabtextdone {
  text-shadow: none !important; }

/*
nav a{
    padding: 0 20px;
}
*/
.img-container img:hover {
  /*opacity: 0.5;
  filter: alpha(opacity=50);*/ }

.img-container {
  /*cursor: pointer;*/
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 15px !important;
  background-color: white !important;
  height: 216px !important;
  width: 200px !important;
  display: table-cell !important;
  vertical-align: middle !important; }

.service-features p {
  text-align: left;
  font-weight: bold; }

h8 {
  font-size: 18px;
  margin: 10px auto 20px auto;
  display: block;
  text-align: justify;
  width: 97%; }

/*
.milestone-counter {
    padding: 30px 30px 30px 45px;
}

.slides li {
    margin-left: 50px!important;
}
#nav {
    */
/*padding-top: 3%;*/
                    /*

    margin: auto;
    display: block;
}



nav ul {
    text-align: center;
}
nav ul li {
    display: inline-block;
}

.main-menu-wrapper{height: auto!important;}



*/
/*.home-parallax {
    */
/*background: url(../../jarvis/images/parallax/parallax4.jpg)!important;*/
                                                                                /*
}*/
.slabtext-special {
  margin-left: 15%;
  margin-top: 100px; }

.one-third.column.special > h4 {
  color: #0050a1 !important; }

.one-third.column.special {
  /*width: 486px!important;*/
  width: 26% !important; }

.one-third.column.special > img {
  /*width: 247px;*/
  width: 50%;
  float: left; }

.stats {
  margin-top: 40px !important; }

p, li {
  font-size: 14px; }

.panel2 a:hover {
  color: #BBB; }

.panel2 .callout-button:hover {
  -webkit-box-shadow: 0px 0px 10px 4px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0px 0px 10px 4px rgba(100, 100, 100, 0.2);
  box-shadow: 0px 0px 10px 4px rgba(100, 100, 100, 0.2); }

.flex-viewport {
  width: 90% !important;
  margin: 0 auto;
  left: -5px; }

.service-features .img-container:after {
  border: none !important; }

.readmore-link {
  position: absolute;
  bottom: 10px;
  right: 10px; }

.service-box.height412 {
  height: 420px; }

#recaptcha_area input {
  height: auto;
  display: inline; }

.service-box-link {
  color: #515A5F; }

.service-box-link:hover {
  color: #515A5F; }

.service-block-title {
  margin-bottom: 20px; }

.service-box.addedShadow > .service-description {
  margin-bottom: 0; }

.service-box-separator {
  position: absolute;
  left: 5%;
  border-color: #ddd;
  width: 90%; }

.lcnb_lb_icon:before {
  left: 0 !important;
  margin-left: 0 !important; }

.lcnb_wrap {
  opacity: 0.98;
  filter: alpha(opacity=98);
  -moz-opacity: 0.98;
  -khtml-opacity: 0.98;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)"; }

.lcnb_exp_date, .lcnb_btm_bar {
  text-align: left; }

.lcnb_btn_time {
  display: inline-block !important; }

.lcnb_rm_btn_wrap {
  float: right; }

.lcnb_img, .lcnb_img img {
  width: 30% !important;
  float: left; }

.lcnb_img img {
  width: 100% !important;
  height: auto !important;
  float: left;
  margin-left: 0 !important; }

.lcnb_txt {
  text-align: left;
  overflow: hidden; }

.lcnb_lb_overlay {
  display: none !important; }

.lcnb_lb_icon:before {
  content: "" !important; }

.footer_site_map th > a {
  text-decoration: underline; }

.footer_site_map th, .footer_site_map td {
  text-align: left;
  color: white;
  padding: 0 5px; }

.copyright-text a:hover {
  text-decoration: underline; }

.copyright a > img {
  width: 120px; }

.footer {
  margin: auto;
  width: 880px; }

.img-container.special {
  /*max-width: 100%;*/
  /*height: 100%;*/
  /*
  */
  width: 100%;
  height: 266px;
  margin: 0;
  padding: 0;
  box-shadow: none !important; }

.img-container.special img {
  max-width: none;
  height: 266px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3); }

.lcnb_horizontal .lcnb_img {
  height: 105px !important; }

.lcnb_news_inner, .lcnb_contents, .lcnb_contents_inner, .lcnb_contents > div {
  height: 100% !important; }

.lcnb_horizontal .lcnb_contents {
  padding: 6px 14px !important; }

.lcnb_news_inner, .lcnb_contents {
  display: block !important; }

.cke_dialog select {
  padding: 0px !important; }

#contact .result {
  float: left;
  margin: 10px 13px -10px; }

.service-box.height412 img.speciale {
  margin: 76px 0px 76px;
  /*margin: 73px 0px 76px;*/ }

.residentiel-icon {
  width: 140px;
  margin-top: 52px; }

.commercial-icon, .secteurs-a-developper-icon {
  height: 110px; }


#applicationCCQForm {
  width: 40%;
  height: 40%; }

#applicationCCQForm h4 {
  margin: 20px 0px 10px; }

#applicationForm {
  width: 40%;
  height: 80%; }

#applicationForm h4 {
  margin: 20px 0px 10px; }

table.job-application {
  width: 90%;
  margin: 10px auto; }

table.job-application td:first-child {
  width: 200px; }

table.job-application td {
  vertical-align: middle;
  padding: 5px; }

table.job-application td.short-td {
  width: 40px; }

table.job-application td.long-td {
  width: 54%;
  margin-top: 10px; }

table.job-application tr.vspaced > td {
  padding: 8px 0px; }

table.job-application input, table.job-application textarea, table.job-application select {
  margin: 0px !important; }

table.job-application input {
  width: 96% !important; }

table.job-application textarea {
  width: 97.5% !important; }

table.job-application select {
  width: 100% !important; }

.validateTips {
  border: 1px solid transparent;
  padding: 0.3em;
  color: red;
  margin: 0px; }

.validateTips div {
  padding: 0.3em; }

.validateTips div span {
  float: right; }

.fixed-dialog {
  position: fixed !important; }

.selectnav#selectnav1::-ms-expand {
  display: none; }

select[name="list_length"], select.ui-datepicker-month, select.ui-datepicker-year {
  background: #fff;
  padding: 0px;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  margin: 0;
  display: inline;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #999; }

select.ui-datepicker-month, select.ui-datepicker-year {
  width: 45%; }

select[name="list_length"] {
  width: 50px; }

.ui-menu .ui-menu-item:hover {
  font-weight: normal !important; }

.quick-search-button {
  background: #ef4324;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.quick-search-button:hover {
  background: #C30029; }

#news-filter {
  margin: 20px auto;
  text-align: right;
  width: 960px; }

.video:hover {
  opacity: 0.5; }

.company.cm {
  height: 45px; }

.company{
max-width: 57px;
}

/*--------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------*/
.one_half {
  width: 48%; }

@media only screen and (max-width: 1200px) {
  .main-menu.iconic li, .main-menu > li {
    margin-left: 20px; } }
@media only screen and (min-width: 1201px) {
  #newsBox {
    display: block;
    bottom: 0px;
    padding: 10px;
    margin-left: -10px; }

  .nouvelles[orientation="horizontal"] {
    display: block;
    bottom: 0px;
    padding: 10px;
    margin-left: -10px; }

  .nouvelles[orientation="vertical"] {
    display: none; } }
@media only screen and (min-width: 1201px) and (max-width: 1475px) {
  .commercial-parallax {
    background: url(../images/parallax/commercial.jpg) center right no-repeat fixed !important; }

  .main-menu a {
    font-size: 22px; }

  nav li:hover ul {
    top: 31px; }

  .panel-arrow[rel] {
    font-size: 16px !important; } }
@media only screen and (max-width: 1330px) {
  .commercial-parallax {
    background: url(../images/parallax/commercial.jpg) center right no-repeat fixed !important; }

  #home {
    margin-bottom: -100px !important; }

  .one_third {
    width: 30.66%; }

  .two_third {
    width: 65%; }

  /*   FONT   */
  .main-menu a {
    font-size: 21px; }

  .slabtext {
    font-size: 50px !important; }

  .button {
    font-size: 11px;
    padding: 11px 22px; }

  /*   NAVIGATION   */
  nav li:hover ul {
    top: 27px; }

  .downArrow {
    margin-top: -17px; }

  /*    SLIDER    */
  .panel-arrow[data-rel="1"] {
    top: 278px;
    right: -60px;
    width: 140px; }

  .panel[data-rel="1"] {
    /*height: 517px;*/ }

  .panel-arrow[data-rel="2"] {
    top: 172px;
    right: -40px;
    width: 100px; }

  .panel {
    top: 80px !important; }

  a.panel-arrow[data-rel] {
    font-size: 14px;
    padding: 14px; }

  #contact-input input {
    width: 93%; }

  #contact-textarea textarea {
    width: 98.2%; }

  #contact-captcha {
    float: none !important;
    width: 97% !important;
    margin: auto; }

  #contact-captcha #recaptcha_area {
    margin-left: 5px; }

  #contact-submit input {
    width: 99% !important; }

  /*     FOOTER    */
  .copyright a > img {
    width: 100px; }

  .footer {
    width: 860px; }

  .lcnb_vertical.lcnb_has_cmd.lcnb_side_cmd {
    margin: 36px 24px !important; }

  .lcnb_contents {
    /*width: 72%;*/ }

  .lcnb_img {
    width: 95% !important;
    float: left; }

  .lcnb_img img {
    width: 99% !important;
    height: auto !important;
    float: left;
    margin-left: 0 !important; }

  #newsBox {
    margin-bottom: 0;
    bottom: 0;
    padding: 1px !important;
    width: 100% !important; }

  #projets {
    margin-top: 20px; } }
@media only screen and (max-width: 1024px) {
  .commercial-parallax {
    background: url(../images/parallax/commercial.jpg) center right no-repeat fixed !important; }

  .nouvelles[orientation="horizontal"] {
    display: none; }

  .nouvelles[orientation="vertical"] {
    display: block; }

  .main-menu a {
    font-size: 20px; } }
@media only screen and (max-width: 910px) {
  .main-menu a {
    font-size: 14px; }

  #newsBox {
    margin-bottom: 0 !important; } }
@media only screen and (max-width: 840px) {
  .social-icons {
    display: none; } }
@media only screen and (min-width: 840px) {
  .implication-parallax {
    height: 330px !important;
    background: url("/images/parallax/implication.jpg") fixed 50% 0; }

  .jobFilter, input#quickSearchFilter, #job-date-sort-button, #job-category-filter, #reset-jobs, .quick-search-button {
    display: inline !important; }

  input#quickSearchFilter {
    border: 1px solid #ccc;
    box-shadow: none;
    -moz-box-shadow: none; }

  #newsBox {
    margin-bottom: 0 !important; } }
@media only screen and (min-width: 840px) and (max-width: 999px) {
  #home {
    margin-bottom: -80px !important; }

  #newsBox {
    margin-bottom: 0 !important; }

  /*   FONT   */
  .main-menu a {
    font-size: 17px; }

  .slabtext {
    font-size: 40px !important; }

  .button {
    font-size: 10px;
    padding: 10px 20px; }

  .lcnb_rm_btn {
    font-size: 9px !important; }

  .footer_site_map th {
    font-size: 11px; }

  .footer_site_map td {
    font-size: 11px; }

  /*   NAVIGATION   */
  nav li:hover ul {
    top: 24px; }

  .downArrow {
    margin-top: -15px; }

  /*    SLIDER    */
  .panel-arrow[data-rel="1"] {
    top: 200px;
    right: -54px;
    width: 120px; }

  .panel[data-rel="1"] {
    width: 320px;
    right: -360px;
    /*height: 510px;*/ }

  .panel-arrow[data-rel="2"] {
    top: 90px;
    right: -34px;
    width: 80px; }

  .panel[data-rel="2"] {
    right: -620px; }

  .panel {
    top: 60px !important; }

  a.panel-arrow[rel] {
    font-size: 12px;
    padding: 10px; }

  #contact-input input {
    width: 93%; }

  #contact-textarea textarea {
    width: 98%; }

  #contact-captcha {
    float: none !important;
    width: 97% !important;
    margin: auto; }

  #contact-captcha #recaptcha_area {
    margin-left: -5px; }

  #contact-submit input {
    width: 99% !important; }

  /*     FOOTER    */
  .copyright a > img {
    width: 80px; }

  .footer {
    width: 750px; } }
@media only screen and (max-width: 1200px) {
  .logo.large {
    height: 60px !important; }

  .employee-access-button-wrapper {
    display: none; }

  #employee-access-button {
    border-radius: 0 !important; }

  .social-icons {
    display: none; }

  .implication-parallax {
    height: 465px !important;
    background: url("/images/parallax/implication-small.jpg") fixed 50% 0; }

  .jobFilter, input#quickSearchFilter, #job-date-sort-button, #job-category-filter, .quick-search-button, #reset-jobs {
    display: none !important; }

  .commercial-parallax {
    background: url(../images/parallax/commercial.jpg) center right no-repeat fixed !important; }

  .jobs h5 {
    height: auto !important;
    line-height: normal !important; }

  .jobs h5 .jobs-title {
    display: block;
    font-size: 18px;
    margin-top: 10px; }

  .jobs .jobs-content {
      text-align: left;
      padding: 30px;
      
  }
  
  .company.aa, .company.di, .company.gd, .company.entrain {
    display: block;
    margin: 0 auto;
    position: static;
    text-align: center; }

  .post-title {
    font-size: 30px; }

  .one_third {
    width: 40%; }

  .two_third {
    width: 55%; }

  #projets {
    margin-top: 100px; }

  #home {
    margin-bottom: -160px !important; }

  #newsBox {
    margin-bottom: 0 !important; }

  /*   FONT   */
  .main-menu a {
    font-size: 16px; }

  .slabtext {
    font-size: 40px !important; }

  .button {
    font-size: 10px;
    padding: 10px 20px; }

  .lcnb_rm_btn {
    font-size: 9px !important; }

  .footer_site_map th {
    font-size: 11px; }

  .footer_site_map td {
    font-size: 11px; }

  /*   NAVIGATION   */
  nav li:hover ul {
    top: 24px; }

  .main-menu.large {
    height: 60px; }

  .main-menu li, .main-menu.iconic li {
    margin-left: 16px; }

  .downArrow {
    margin-top: -15px; }

  /*    SLIDER    */
  .panel-arrow[data-rel="1"] {
    top: 110px;
    right: -54px;
    width: 120px; }

  .panel[data-rel="1"] {
    right: -370px; }

  .panel-arrow[data-rel="2"] {
    top: 91px;
    right: -34px;
    width: 80px; }

  .panel-arrow.hide {
    z-index: 150; }

  .panel[data-rel="2"] {
    right: -620px; }

  .panel {
    top: 60px !important;
    z-index: 1000; }

  a.panel-arrow[rel] {
    font-size: 12px;
    padding: 10px; }

  #contact-input input {
    padding: 12px 2%;
    width: 93%; }

  #contact-textarea textarea {
    width: 98%; }

  #contact-captcha {
    float: none !important;
    width: 100% !important; }

  #contact-captcha #recaptcha_area {
    margin-left: 0px; }

  #contact-submit input {
    width: 99% !important; }

  /*     FOOTER    */
  .copyright a > img {
    width: 80px; }

  .footer {
    width: 100%; }

  /*   SELECTNAV   */
  .main-menu {
    display: none; }

  .selectnav#selectnav1 {
    display: block;
    font-family: 'Monserrat', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    padding: 0px 10px;
    border-radius: 0;
    background-image: url(../images/selectmenu.png);
    background-position: center right;
    background-repeat: no-repeat;
    color: #7d7c7c;
    outline: none;
    background-size: 26px;
    margin-top: 18px;
    margin-bottom: 16px;
    min-height: 25px;
    font-size: 14px;
    font-weight: 600; }

  .selectnav#selectnav1::-ms-expand {
    display: none; }

  .lcnb_vertical.lcnb_has_cmd.lcnb_side_cmd {
    margin: 36px 24px !important; }

  .lcnb_contents {
    /*width: 70%;*/ }

  .lcnb_img {
    width: 95% !important;
    float: left; }

  .lcnb_img img {
    width: 99% !important;
    height: auto !important;
    float: left;
    margin-left: 0 !important; }

  #newsBox {
    padding: 0 !important;
    width: 100% !important;
    margin: 0; }

  .service-box.height412 {
    height: 420px; }

  .service-box.height412 img.speciale {
    margin: 70px 0px 79px; } }
@media only screen and (min-width: 400px) and (max-width: 640px) {
  .jobs h5 {
    height: auto !important;
    line-height: normal !important; }

  .jobs h5 .jobs-title {
    display: block;
    font-size: 18px;
    margin-top: 10px; }

  .company.aa, .company.di, .company.gd {
    display: block;
    margin: 0 auto;
    position: static;
    text-align: center; }

  .one_third {
    width: 100%;
    /*margin-left: 15%;*/ }

  .two_third {
    width: 100%; }

  .two_third > h3 {
    text-align: center; }

  .lcnb_vertical.lcnb_has_cmd.lcnb_side_cmd {
    margin: 36px 24px !important; }

  .lcnb_contents {
    width: 49%; }

  .lcnb_img {
    width: 95% !important;
    float: left; }

  .lcnb_img img {
    width: 100% !important;
    height: auto !important;
    float: left;
    margin-left: 0 !important; }

  .service-box {
    margin-bottom: 20px; }

  .footer_site_map {
    display: none; }

  #contact .container .one_half {
    width: 85%; }

  #projets {
    margin-top: 100px; }

  h1, .title {
    font-size: 46px !important; }

  h2 {
    font-size: 25px; }

  h3 {
    font-size: 23px; }

  h4 {
    font-size: 20px; }

  h6 {
    font-size: 19px; }

  h8 {
    font-size: 17px; }

  p, li {
    font-size: 14px; }

  p.quote {
    font-size: 32px; }

  .main-menu a {
    font-size: 16px; }

  .slabtext {
    font-size: 40px !important; }

  .button {
    font-size: 10px;
    padding: 10px 20px; }

  nav li:hover ul {
    top: 27px; }

  .main-menu.large {
    height: 60px; }

  .main-menu li, .main-menu.iconic li {
    margin-left: 16px; }

  .downArrow {
    margin-top: -17px; }

  .panel-arrow[data-rel="1"] {
    top: 200px;
    right: -54px;
    width: 120px; }

  .panel[data-rel="1"] {
    width: 320px;
    right: -360px; }

  #contact-input input {
    width: 94%; }

  #contact-captcha #recaptcha_area {
    zoom: 78%; }

  #contact-textarea textarea {
    width: 96.4%; }

  .panel-arrow[data-rel="2"] {
    top: 93px;
    right: -34px;
    width: 80px; }

  .panel[data-rel="2"] {
    width: 320px;
    right: -360px; }

  .panel {
    top: 62px !important;
    right: -360px; }

  a.panel-arrow[rel] {
    font-size: 12px;
    padding: 10px; } }
@media only screen and (max-width: 480px) {
  .team-desc .first-name {
    display: block; }

  .overlay-content h4 {
    font-size: 8px; }

  .jobs h5 {
    height: auto !important;
    line-height: normal !important; }

  .jobs h5 .jobs-title {
    display: block;
    font-size: 18px;
    margin-top: 10px; }

  .company.aa, .company.di, .company.gd {
    display: block;
    margin: 0 auto;
    position: static;
    text-align: center; }

  #nouvelles .post-title {
    font-size: 30px; }

  .jobs-text {
    font-size: 10px; }

  #contact-textarea textarea {
    height: 30px;
    font-size: 10px; }

  .panel {
    overflow-y: scroll; }

  .panel[data-rel="1"] {
    width: 245px;
    right: -286px; }

  .panel[data-rel="2"] {
    width: 245px;
    right: -286px;
    /*height: 378px;*/ }

  div.quote-author {
    font-size: 10px;
    margin-right: 56px; }

  #recaptcha_image {
    width: 100% !important; }

  #contact-submit input[type="submit"] {
    height: 40px; }

  p.quote {
    font-size: 17px;
    margin-right: 56px;
    /*padding: 0;*/ }

  .home-quote {
    margin-top: -10px; }

  .quote i {
    padding: 0;
    font-size: 15px; }

  #projets {
    margin-top: 80px; }

  #contact-input input, textarea {
    font-size: 10px; }

  .container .one-third.column, .one_half {
    margin-bottom: 10px;
    width: 89%;
    margin-left: -15px; }

  .page {
    padding: 20px 0; }

  .footer_site_map {
    display: none; }

  .footer {
    width: 100%;
    text-align: center; }

  .footer a {
    float: none; }

  .one_half p {
    width: 100%; }

  .callout {
    width: 90%; }

  .footer_site_map tr {
    float: left; }

  .footer_site_map td {
    font-size: 9px; }

  .footer_site_map th {
    font-size: 9px; }

  #slogan_container {
    padding: 10px; }

  .one_third {
    float: none !important;
    width: 100%;
    /*margin-left: -30px;*/ }

  .two_third {
    width: 100%; }

  .service-box.height412 {
    height: 322px; }

  .service-box.height412 img.speciale {
    margin: 70px 0px 70px; } }
@media only screen and (max-width: 420px) {
  .implication-parallax {
    height: 200px !important;
    background: url("/images/parallax/implication-very-small.jpg") fixed 50% 0; } }
@media only screen and (max-width: 400px) {
  .team-desc h4 {
    font-size: 14px; }

  .team-desc .first-name {
    display: block; }

  .overlay-content h4 {
    font-size: 10px; }

  #nouvelles .post-title {
    font-size: 25px; }

  .one_third {
    float: none !important; }

  .two_third {
    width: 100%; }

  #slogan_container {
    padding: 10px; }

  .selectnav {
    font-size: 15px;
    padding-left: 60px; }

  #projets {
    margin-top: -180px; }

  .panel #contact-textarea {
    width: 85%; }

  #contact-textarea textarea {
    height: 50px; }

  #contact-submit input[type="submit"] {
    height: 30px; }

  #recaptcha_area, #recaptcha_table {
    width: 165px !important; }

  .logo.large {
    height: 70px; }

  .slabtext-special {
    margin-left: 13%;
    margin-top: 100px; }

  .container {
    width: 250px; }

  .container .one-third.column {
    width: 250px;
    /*margin-left: 5px;*/
    margin-bottom: 10px;
    margin-left: 0px; }

  .panel, .panel-arrow {
    display: none; }

  #home {
    /*background: url(/images/parallax/parallax4.jpg) 50% 0px / 200% 200% fixed!important;
    background-position: -300% -200%;*/ }

  .quote-author {
    font-size: 10px; }

  h1, .title {
    font-size: 37px !important; }

  h2 {
    font-size: 25px; }

  h3 {
    font-size: 21px; }

  h4 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  h8 {
    font-size: 15px; }

  p, li {
    font-size: 14px; }

  p.quote {
    font-size: 18px; }

  .quote i {
    font-size: 15px;
    padding: 0; }

  .main-menu a {
    font-size: 16px; }

  .slabtext {
    font-size: 40px !important; }

  .button {
    font-size: 10px;
    padding: 10px 20px; }

  nav li:hover ul {
    top: 27px; }

  .main-menu.large {
    height: 60px; }

  .main-menu li, .main-menu.iconic li {
    margin-left: 16px; }

  .downArrow {
    margin-top: -17px; }

  .panel-arrow[data-rel="1"] {
    top: 194px;
    right: -54px;
    width: 120px; }

  .panel[data-rel="1"] {
    width: 164px;
    /*height: 510px;*/
    right: -204px; }

  .panel[data-rel="1"] #contact-input input {
    width: 94%; }

  .panel-arrow[data-rel="2"] {
    top: 84px;
    right: -34px;
    width: 80px; }

  .panel[data-rel="2"] {
    width: 164px;
    /*height: 510px;*/ }

  .panel {
    top: 53px !important;
    right: -360px; }

  a.panel-arrow[rel] {
    font-size: 12px;
    padding: 10px; } }
.footer {
  text-align: center; }

.footer_site_map {
  margin-top: 20px; }

#slogan_container {
  	/*padding: 20px;
      background-color: rgba(0,0,0,.2);*/ }

.lcnb_img .lcnb_shown_img {
  min-width: 500px !important; }

.lcnb_img .lcnb_shown_img div {
  min-width: 500px !important; }

.front {
  -webkit-box-shadow: inset 0px 1px 19px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 1px 19px 5px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 1px 19px 5px rgba(50, 50, 50, 0.75);
  background-color: #eee; }

.quote {
  margin: 0; }

.lcnb_txt {
  font: 13px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.footer_site_map {
  width: 100%; }

/*Print Stylesheet*/
@media print {
  body {
    color: #000;
    background: #fff; }

  .main-menu {
    display: none; }

  #home, .home-parallax {
    display: none; }

  .panel, .panel-arrow {
    display: none; }

  .title h1 {
    color: #000;
    font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif";
    font-size: 35px;
    margin: 30px 0; }

  nav {
    position: absolute !important; }

  .page {
    padding-top: 30px; }

  #news-date-sort-button, #quickSearchFilter, .jobFilter, .quick-search-button, select#job-category-filter, #job-date-sort-button, #reset-jobs, .applyBtn, img[src="/images/icons/pdf_icon.png"] {
    display: none !important; }

  .footer_site_map {
    display: none; }

  #back-to-top {
    display: none !important; }

  #news-holder h2 {
    font-family: Impact,Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif"; }

  #residentiel .project-title h2 {
    left: 10px; } }
@media only screen and (max-width: 1000px) {
  .main-menu.iconic li, .main-menu > li {
    margin-left: 13px; } }
@media only screen and (max-width: 975px) {
  .main-menu.iconic li, .main-menu > li {
    margin-left: 7px; } }
/*Color theme*/
/*========== B A C K G R O U N D    S K I N S =============*/
::-moz-selection {
  background: #ef4324; }

/*::selection {
	background: #ef4324;
}*/
nav.colored, nav.light.colored,
.twitter-feed-icon i,
.testimonial-icon i,
.home-gradient,
.home-parallax,
#project-navigation ul li#prevProject a:hover,
#project-navigation ul li#nextProject a:hover,
#project-navigation ul li a:hover,
#closeProject a:hover,
.portfolio .portfolio-overlay,
.pagination a.previous:hover,
.pagination a.next:hover,
.rnr-icon-middle:hover,
.button,
.skillbar .skill-percentage,
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active,
.testimonial-slider .flex-direction-nav li a,
.twitter-slider .flex-direction-nav li a,
.color-block,
.home1 .slabtextdone .slabtext.second-child,
.home4 .slabtextdone .slabtext.second-child,
.caption,
.copyright,
.title h1,
.service-features .img-container,
.service-features .img-container,
.view-profile,
.team-member:hover .team-desc,
.service-box .service-icon,
.modal .close {
  background-color: #ef4324; }

/*========== B O X   S H A D O W    S K I N S =============*/
.title h1,
.service-box .service-icon {
  box-shadow: 0px 0px 0px 3px #ef4324;
  /*box-shadow: 0px 1px 12px rgba(0,0,0,0.3);*/ }

.tab a.selected {
  box-shadow: 0px -3px 0px 0px #ef4324; }

/*========== C O L O R    S K I N S =============*/
a,
.highlight,
nav.light .main-menu a:hover,
nav.dark .main-menu a:hover,
nav.light .main-menu li.active > a,
nav.transparent .main-menu li.active > a,
nav.dark .main-menu li.active > a,
.parallax .quote i,
#filters ul li a:hover h3,
#filters ul li a.active h3,
.post-title a:hover,
.post-tags li a:hover,
.tags-list li a:hover,
.pages li a:hover,
.home3 .slabtextdone .slabtext.second-child,
.service-box:hover .service-icon {
  color: #ef4324; }

/*========== B O R D E R    S K I N S =============*/
.pages li a.current,
.pages li a.current,
.service-features .img-container:after,
.service-box:hover .service-icon,
.callout,
blockquote p,
.pullquote.align-right,
.pullquote.align-left {
  border-color: #ef4324; }

/*========== H O M E,  C O L O R   B L O C K    S K I N S =============*/
.home-gradient, .color-block {
  background-color: #ef4324;
  background-image: -moz-radial-gradient(center center, circle cover, #ef4324 0%, #991B04 100%);
  background-image: -webkit-radial-gradient(center center, circle cover, #ef4324 0%, #991B04 100%);
  background-image: -o-radial-gradient(center center, circle cover, #ef4324 0%, #991B04 100%);
  background-image: -ms-radial-gradient(center center, circle cover, #ef4324 0%, #991B04 100%);
  background-image: radial-gradient(center center, circle cover, #ef4324 0%, #991B04 100%); }

.footer_site_map {
  display: block;
  position: relative; }

.footer_site_map > ul {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  text-align: left;
  width: 100% !important; }

.footer_site_map > ul > li {
  display: inline-block;
  font-size: 12px; }

.footer_site_map ul li a {
  font-size: 12px;
  text-decoration: underline; }

.footer_site_map ul li ul {
  display: block;
  font-size: 12px;
  text-align: left;
  width: auto !important; }

.footer_site_map ul li ul li {
  display: block;
  float: none; }

.footer_site_map ul li ul li a {
  font-size: 12px;
  text-decoration: none; }

@media only screen and (max-width: 880px) {
  .footer_site_map {
    display: none; } }
.commercial-project {
  position: relative;
  text-align: left;
  padding: 10px;
  border: 1px solid rgba(150, 150, 150, 0.1);
  background-color: rgba(250, 250, 250, 0.1);
  border-radius: 4px;
  box-shadow: rgba(80, 80, 80, 0.1) 2px 2px 8px; }
  .commercial-project .commercial-project-link {
    display: block;
    width: 100%; }
    .commercial-project .commercial-project-link .commercial-project-name, .commercial-project .commercial-project-link .commercial-project-thumbnail {
      display: inline-block;
      vertical-align: middle; }
    .commercial-project .commercial-project-link .commercial-project-name {
      margin-left: 15px; }

/**** BOOTSTRAP ISOLATED ****/
.bootstrap-iso {
 /*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
 /*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
* Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
*/
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
 /*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
 /*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
* Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
*/ }

.bootstrap-iso html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.bootstrap-iso body {
  margin: 0; }

.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
  display: block; }

.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
  display: inline-block;
  vertical-align: baseline; }

.bootstrap-iso audio:not([controls]) {
  display: none;
  height: 0; }

.bootstrap-iso [hidden],
.bootstrap-iso template {
  display: none; }

.bootstrap-iso a {
  background-color: transparent; }

.bootstrap-iso a:active,
.bootstrap-iso a:hover {
  outline: 0; }

.bootstrap-iso abbr[title] {
  border-bottom: 1px dotted; }

.bootstrap-iso b,
.bootstrap-iso strong {
  font-weight: bold; }

.bootstrap-iso dfn {
  font-style: italic; }

.bootstrap-iso h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.bootstrap-iso mark {
  background: #ff0;
  color: #000; }

.bootstrap-iso small {
  font-size: 80%; }

.bootstrap-iso sub,
.bootstrap-iso sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.bootstrap-iso sup {
  top: -0.5em; }

.bootstrap-iso sub {
  bottom: -0.25em; }

.bootstrap-iso img {
  border: 0; }

.bootstrap-iso svg:not(:root) {
  overflow: hidden; }

.bootstrap-iso figure {
  margin: 1em 40px; }

.bootstrap-iso hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

.bootstrap-iso pre {
  overflow: auto; }

.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: monospace, monospace;
  font-size: 1em; }

.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

.bootstrap-iso button {
  overflow: visible; }

.bootstrap-iso button,
.bootstrap-iso select {
  text-transform: none; }

.bootstrap-iso button,
.bootstrap-iso html input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.bootstrap-iso button[disabled],
.bootstrap-iso html input[disabled] {
  cursor: default; }

.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.bootstrap-iso input {
  line-height: normal; }

.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

.bootstrap-iso input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.bootstrap-iso fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

.bootstrap-iso legend {
  border: 0;
  padding: 0; }

.bootstrap-iso textarea {
  overflow: auto; }

.bootstrap-iso optgroup {
  font-weight: bold; }

.bootstrap-iso table {
  border-collapse: collapse;
  border-spacing: 0; }

.bootstrap-iso td,
.bootstrap-iso th {
  padding: 0; }

@media print {
  .bootstrap-iso *,
  .bootstrap-iso *:before,
  .bootstrap-iso *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  .bootstrap-iso a,
  .bootstrap-iso a:visited {
    text-decoration: underline; }

  .bootstrap-iso a[href]:after {
    content: " (" attr(href) ")"; }

  .bootstrap-iso abbr[title]:after {
    content: " (" attr(title) ")"; }

  .bootstrap-iso a[href^="#"]:after,
  .bootstrap-iso a[href^="javascript:"]:after {
    content: ""; }

  .bootstrap-iso pre,
  .bootstrap-iso blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .bootstrap-iso thead {
    display: table-header-group; }

  .bootstrap-iso tr,
  .bootstrap-iso img {
    page-break-inside: avoid; }

  .bootstrap-iso img {
    max-width: 100% !important; }

  .bootstrap-iso p,
  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    orphans: 3;
    widows: 3; }

  .bootstrap-iso h2,
  .bootstrap-iso h3 {
    page-break-after: avoid; }

  .bootstrap-iso select {
    background: #fff !important; }

  .bootstrap-iso .navbar {
    display: none; }

  .bootstrap-iso .btn > .caret,
  .bootstrap-iso .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .bootstrap-iso .label {
    border: 1px solid #000; }

  .bootstrap-iso .table {
    border-collapse: collapse !important; }

  .bootstrap-iso .table td,
  .bootstrap-iso .table th {
    background-color: #fff !important; }

  .bootstrap-iso .table-bordered th,
  .bootstrap-iso .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.bootstrap-iso .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bootstrap-iso .glyphicon-asterisk:before {
  content: "\2a"; }

.bootstrap-iso .glyphicon-plus:before {
  content: "\2b"; }

.bootstrap-iso .glyphicon-euro:before,
.bootstrap-iso .glyphicon-eur:before {
  content: "\20ac"; }

.bootstrap-iso .glyphicon-minus:before {
  content: "\2212"; }

.bootstrap-iso .glyphicon-cloud:before {
  content: "\2601"; }

.bootstrap-iso .glyphicon-envelope:before {
  content: "\2709"; }

.bootstrap-iso .glyphicon-pencil:before {
  content: "\270f"; }

.bootstrap-iso .glyphicon-glass:before {
  content: "\e001"; }

.bootstrap-iso .glyphicon-music:before {
  content: "\e002"; }

.bootstrap-iso .glyphicon-search:before {
  content: "\e003"; }

.bootstrap-iso .glyphicon-heart:before {
  content: "\e005"; }

.bootstrap-iso .glyphicon-star:before {
  content: "\e006"; }

.bootstrap-iso .glyphicon-star-empty:before {
  content: "\e007"; }

.bootstrap-iso .glyphicon-user:before {
  content: "\e008"; }

.bootstrap-iso .glyphicon-film:before {
  content: "\e009"; }

.bootstrap-iso .glyphicon-th-large:before {
  content: "\e010"; }

.bootstrap-iso .glyphicon-th:before {
  content: "\e011"; }

.bootstrap-iso .glyphicon-th-list:before {
  content: "\e012"; }

.bootstrap-iso .glyphicon-ok:before {
  content: "\e013"; }

.bootstrap-iso .glyphicon-remove:before {
  content: "\e014"; }

.bootstrap-iso .glyphicon-zoom-in:before {
  content: "\e015"; }

.bootstrap-iso .glyphicon-zoom-out:before {
  content: "\e016"; }

.bootstrap-iso .glyphicon-off:before {
  content: "\e017"; }

.bootstrap-iso .glyphicon-signal:before {
  content: "\e018"; }

.bootstrap-iso .glyphicon-cog:before {
  content: "\e019"; }

.bootstrap-iso .glyphicon-trash:before {
  content: "\e020"; }

.bootstrap-iso .glyphicon-home:before {
  content: "\e021"; }

.bootstrap-iso .glyphicon-file:before {
  content: "\e022"; }

.bootstrap-iso .glyphicon-time:before {
  content: "\e023"; }

.bootstrap-iso .glyphicon-road:before {
  content: "\e024"; }

.bootstrap-iso .glyphicon-download-alt:before {
  content: "\e025"; }

.bootstrap-iso .glyphicon-download:before {
  content: "\e026"; }

.bootstrap-iso .glyphicon-upload:before {
  content: "\e027"; }

.bootstrap-iso .glyphicon-inbox:before {
  content: "\e028"; }

.bootstrap-iso .glyphicon-play-circle:before {
  content: "\e029"; }

.bootstrap-iso .glyphicon-repeat:before {
  content: "\e030"; }

.bootstrap-iso .glyphicon-refresh:before {
  content: "\e031"; }

.bootstrap-iso .glyphicon-list-alt:before {
  content: "\e032"; }

.bootstrap-iso .glyphicon-lock:before {
  content: "\e033"; }

.bootstrap-iso .glyphicon-flag:before {
  content: "\e034"; }

.bootstrap-iso .glyphicon-headphones:before {
  content: "\e035"; }

.bootstrap-iso .glyphicon-volume-off:before {
  content: "\e036"; }

.bootstrap-iso .glyphicon-volume-down:before {
  content: "\e037"; }

.bootstrap-iso .glyphicon-volume-up:before {
  content: "\e038"; }

.bootstrap-iso .glyphicon-qrcode:before {
  content: "\e039"; }

.bootstrap-iso .glyphicon-barcode:before {
  content: "\e040"; }

.bootstrap-iso .glyphicon-tag:before {
  content: "\e041"; }

.bootstrap-iso .glyphicon-tags:before {
  content: "\e042"; }

.bootstrap-iso .glyphicon-book:before {
  content: "\e043"; }

.bootstrap-iso .glyphicon-bookmark:before {
  content: "\e044"; }

.bootstrap-iso .glyphicon-print:before {
  content: "\e045"; }

.bootstrap-iso .glyphicon-camera:before {
  content: "\e046"; }

.bootstrap-iso .glyphicon-font:before {
  content: "\e047"; }

.bootstrap-iso .glyphicon-bold:before {
  content: "\e048"; }

.bootstrap-iso .glyphicon-italic:before {
  content: "\e049"; }

.bootstrap-iso .glyphicon-text-height:before {
  content: "\e050"; }

.bootstrap-iso .glyphicon-text-width:before {
  content: "\e051"; }

.bootstrap-iso .glyphicon-align-left:before {
  content: "\e052"; }

.bootstrap-iso .glyphicon-align-center:before {
  content: "\e053"; }

.bootstrap-iso .glyphicon-align-right:before {
  content: "\e054"; }

.bootstrap-iso .glyphicon-align-justify:before {
  content: "\e055"; }

.bootstrap-iso .glyphicon-list:before {
  content: "\e056"; }

.bootstrap-iso .glyphicon-indent-left:before {
  content: "\e057"; }

.bootstrap-iso .glyphicon-indent-right:before {
  content: "\e058"; }

.bootstrap-iso .glyphicon-facetime-video:before {
  content: "\e059"; }

.bootstrap-iso .glyphicon-picture:before {
  content: "\e060"; }

.bootstrap-iso .glyphicon-map-marker:before {
  content: "\e062"; }

.bootstrap-iso .glyphicon-adjust:before {
  content: "\e063"; }

.bootstrap-iso .glyphicon-tint:before {
  content: "\e064"; }

.bootstrap-iso .glyphicon-edit:before {
  content: "\e065"; }

.bootstrap-iso .glyphicon-share:before {
  content: "\e066"; }

.bootstrap-iso .glyphicon-check:before {
  content: "\e067"; }

.bootstrap-iso .glyphicon-move:before {
  content: "\e068"; }

.bootstrap-iso .glyphicon-step-backward:before {
  content: "\e069"; }

.bootstrap-iso .glyphicon-fast-backward:before {
  content: "\e070"; }

.bootstrap-iso .glyphicon-backward:before {
  content: "\e071"; }

.bootstrap-iso .glyphicon-play:before {
  content: "\e072"; }

.bootstrap-iso .glyphicon-pause:before {
  content: "\e073"; }

.bootstrap-iso .glyphicon-stop:before {
  content: "\e074"; }

.bootstrap-iso .glyphicon-forward:before {
  content: "\e075"; }

.bootstrap-iso .glyphicon-fast-forward:before {
  content: "\e076"; }

.bootstrap-iso .glyphicon-step-forward:before {
  content: "\e077"; }

.bootstrap-iso .glyphicon-eject:before {
  content: "\e078"; }

.bootstrap-iso .glyphicon-chevron-left:before {
  content: "\e079"; }

.bootstrap-iso .glyphicon-chevron-right:before {
  content: "\e080"; }

.bootstrap-iso .glyphicon-plus-sign:before {
  content: "\e081"; }

.bootstrap-iso .glyphicon-minus-sign:before {
  content: "\e082"; }

.bootstrap-iso .glyphicon-remove-sign:before {
  content: "\e083"; }

.bootstrap-iso .glyphicon-ok-sign:before {
  content: "\e084"; }

.bootstrap-iso .glyphicon-question-sign:before {
  content: "\e085"; }

.bootstrap-iso .glyphicon-info-sign:before {
  content: "\e086"; }

.bootstrap-iso .glyphicon-screenshot:before {
  content: "\e087"; }

.bootstrap-iso .glyphicon-remove-circle:before {
  content: "\e088"; }

.bootstrap-iso .glyphicon-ok-circle:before {
  content: "\e089"; }

.bootstrap-iso .glyphicon-ban-circle:before {
  content: "\e090"; }

.bootstrap-iso .glyphicon-arrow-left:before {
  content: "\e091"; }

.bootstrap-iso .glyphicon-arrow-right:before {
  content: "\e092"; }

.bootstrap-iso .glyphicon-arrow-up:before {
  content: "\e093"; }

.bootstrap-iso .glyphicon-arrow-down:before {
  content: "\e094"; }

.bootstrap-iso .glyphicon-share-alt:before {
  content: "\e095"; }

.bootstrap-iso .glyphicon-resize-full:before {
  content: "\e096"; }

.bootstrap-iso .glyphicon-resize-small:before {
  content: "\e097"; }

.bootstrap-iso .glyphicon-exclamation-sign:before {
  content: "\e101"; }

.bootstrap-iso .glyphicon-gift:before {
  content: "\e102"; }

.bootstrap-iso .glyphicon-leaf:before {
  content: "\e103"; }

.bootstrap-iso .glyphicon-fire:before {
  content: "\e104"; }

.bootstrap-iso .glyphicon-eye-open:before {
  content: "\e105"; }

.bootstrap-iso .glyphicon-eye-close:before {
  content: "\e106"; }

.bootstrap-iso .glyphicon-warning-sign:before {
  content: "\e107"; }

.bootstrap-iso .glyphicon-plane:before {
  content: "\e108"; }

.bootstrap-iso .glyphicon-calendar:before {
  content: "\e109"; }

.bootstrap-iso .glyphicon-random:before {
  content: "\e110"; }

.bootstrap-iso .glyphicon-comment:before {
  content: "\e111"; }

.bootstrap-iso .glyphicon-magnet:before {
  content: "\e112"; }

.bootstrap-iso .glyphicon-chevron-up:before {
  content: "\e113"; }

.bootstrap-iso .glyphicon-chevron-down:before {
  content: "\e114"; }

.bootstrap-iso .glyphicon-retweet:before {
  content: "\e115"; }

.bootstrap-iso .glyphicon-shopping-cart:before {
  content: "\e116"; }

.bootstrap-iso .glyphicon-folder-close:before {
  content: "\e117"; }

.bootstrap-iso .glyphicon-folder-open:before {
  content: "\e118"; }

.bootstrap-iso .glyphicon-resize-vertical:before {
  content: "\e119"; }

.bootstrap-iso .glyphicon-resize-horizontal:before {
  content: "\e120"; }

.bootstrap-iso .glyphicon-hdd:before {
  content: "\e121"; }

.bootstrap-iso .glyphicon-bullhorn:before {
  content: "\e122"; }

.bootstrap-iso .glyphicon-bell:before {
  content: "\e123"; }

.bootstrap-iso .glyphicon-certificate:before {
  content: "\e124"; }

.bootstrap-iso .glyphicon-thumbs-up:before {
  content: "\e125"; }

.bootstrap-iso .glyphicon-thumbs-down:before {
  content: "\e126"; }

.bootstrap-iso .glyphicon-hand-right:before {
  content: "\e127"; }

.bootstrap-iso .glyphicon-hand-left:before {
  content: "\e128"; }

.bootstrap-iso .glyphicon-hand-up:before {
  content: "\e129"; }

.bootstrap-iso .glyphicon-hand-down:before {
  content: "\e130"; }

.bootstrap-iso .glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.bootstrap-iso .glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.bootstrap-iso .glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.bootstrap-iso .glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.bootstrap-iso .glyphicon-globe:before {
  content: "\e135"; }

.bootstrap-iso .glyphicon-wrench:before {
  content: "\e136"; }

.bootstrap-iso .glyphicon-tasks:before {
  content: "\e137"; }

.bootstrap-iso .glyphicon-filter:before {
  content: "\e138"; }

.bootstrap-iso .glyphicon-briefcase:before {
  content: "\e139"; }

.bootstrap-iso .glyphicon-fullscreen:before {
  content: "\e140"; }

.bootstrap-iso .glyphicon-dashboard:before {
  content: "\e141"; }

.bootstrap-iso .glyphicon-paperclip:before {
  content: "\e142"; }

.bootstrap-iso .glyphicon-heart-empty:before {
  content: "\e143"; }

.bootstrap-iso .glyphicon-link:before {
  content: "\e144"; }

.bootstrap-iso .glyphicon-phone:before {
  content: "\e145"; }

.bootstrap-iso .glyphicon-pushpin:before {
  content: "\e146"; }

.bootstrap-iso .glyphicon-usd:before {
  content: "\e148"; }

.bootstrap-iso .glyphicon-gbp:before {
  content: "\e149"; }

.bootstrap-iso .glyphicon-sort:before {
  content: "\e150"; }

.bootstrap-iso .glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.bootstrap-iso .glyphicon-sort-by-order:before {
  content: "\e153"; }

.bootstrap-iso .glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.bootstrap-iso .glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.bootstrap-iso .glyphicon-unchecked:before {
  content: "\e157"; }

.bootstrap-iso .glyphicon-expand:before {
  content: "\e158"; }

.bootstrap-iso .glyphicon-collapse-down:before {
  content: "\e159"; }

.bootstrap-iso .glyphicon-collapse-up:before {
  content: "\e160"; }

.bootstrap-iso .glyphicon-log-in:before {
  content: "\e161"; }

.bootstrap-iso .glyphicon-flash:before {
  content: "\e162"; }

.bootstrap-iso .glyphicon-log-out:before {
  content: "\e163"; }

.bootstrap-iso .glyphicon-new-window:before {
  content: "\e164"; }

.bootstrap-iso .glyphicon-record:before {
  content: "\e165"; }

.bootstrap-iso .glyphicon-save:before {
  content: "\e166"; }

.bootstrap-iso .glyphicon-open:before {
  content: "\e167"; }

.bootstrap-iso .glyphicon-saved:before {
  content: "\e168"; }

.bootstrap-iso .glyphicon-import:before {
  content: "\e169"; }

.bootstrap-iso .glyphicon-export:before {
  content: "\e170"; }

.bootstrap-iso .glyphicon-send:before {
  content: "\e171"; }

.bootstrap-iso .glyphicon-floppy-disk:before {
  content: "\e172"; }

.bootstrap-iso .glyphicon-floppy-saved:before {
  content: "\e173"; }

.bootstrap-iso .glyphicon-floppy-remove:before {
  content: "\e174"; }

.bootstrap-iso .glyphicon-floppy-save:before {
  content: "\e175"; }

.bootstrap-iso .glyphicon-floppy-open:before {
  content: "\e176"; }

.bootstrap-iso .glyphicon-credit-card:before {
  content: "\e177"; }

.bootstrap-iso .glyphicon-transfer:before {
  content: "\e178"; }

.bootstrap-iso .glyphicon-cutlery:before {
  content: "\e179"; }

.bootstrap-iso .glyphicon-header:before {
  content: "\e180"; }

.bootstrap-iso .glyphicon-compressed:before {
  content: "\e181"; }

.bootstrap-iso .glyphicon-earphone:before {
  content: "\e182"; }

.bootstrap-iso .glyphicon-phone-alt:before {
  content: "\e183"; }

.bootstrap-iso .glyphicon-tower:before {
  content: "\e184"; }

.bootstrap-iso .glyphicon-stats:before {
  content: "\e185"; }

.bootstrap-iso .glyphicon-sd-video:before {
  content: "\e186"; }

.bootstrap-iso .glyphicon-hd-video:before {
  content: "\e187"; }

.bootstrap-iso .glyphicon-subtitles:before {
  content: "\e188"; }

.bootstrap-iso .glyphicon-sound-stereo:before {
  content: "\e189"; }

.bootstrap-iso .glyphicon-sound-dolby:before {
  content: "\e190"; }

.bootstrap-iso .glyphicon-sound-5-1:before {
  content: "\e191"; }

.bootstrap-iso .glyphicon-sound-6-1:before {
  content: "\e192"; }

.bootstrap-iso .glyphicon-sound-7-1:before {
  content: "\e193"; }

.bootstrap-iso .glyphicon-copyright-mark:before {
  content: "\e194"; }

.bootstrap-iso .glyphicon-registration-mark:before {
  content: "\e195"; }

.bootstrap-iso .glyphicon-cloud-download:before {
  content: "\e197"; }

.bootstrap-iso .glyphicon-cloud-upload:before {
  content: "\e198"; }

.bootstrap-iso .glyphicon-tree-conifer:before {
  content: "\e199"; }

.bootstrap-iso .glyphicon-tree-deciduous:before {
  content: "\e200"; }

.bootstrap-iso .glyphicon-cd:before {
  content: "\e201"; }

.bootstrap-iso .glyphicon-save-file:before {
  content: "\e202"; }

.bootstrap-iso .glyphicon-open-file:before {
  content: "\e203"; }

.bootstrap-iso .glyphicon-level-up:before {
  content: "\e204"; }

.bootstrap-iso .glyphicon-copy:before {
  content: "\e205"; }

.bootstrap-iso .glyphicon-paste:before {
  content: "\e206"; }

.bootstrap-iso .glyphicon-alert:before {
  content: "\e209"; }

.bootstrap-iso .glyphicon-equalizer:before {
  content: "\e210"; }

.bootstrap-iso .glyphicon-king:before {
  content: "\e211"; }

.bootstrap-iso .glyphicon-queen:before {
  content: "\e212"; }

.bootstrap-iso .glyphicon-pawn:before {
  content: "\e213"; }

.bootstrap-iso .glyphicon-bishop:before {
  content: "\e214"; }

.bootstrap-iso .glyphicon-knight:before {
  content: "\e215"; }

.bootstrap-iso .glyphicon-baby-formula:before {
  content: "\e216"; }

.bootstrap-iso .glyphicon-tent:before {
  content: "\26fa"; }

.bootstrap-iso .glyphicon-blackboard:before {
  content: "\e218"; }

.bootstrap-iso .glyphicon-bed:before {
  content: "\e219"; }

.bootstrap-iso .glyphicon-apple:before {
  content: "\f8ff"; }

.bootstrap-iso .glyphicon-erase:before {
  content: "\e221"; }

.bootstrap-iso .glyphicon-hourglass:before {
  content: "\231b"; }

.bootstrap-iso .glyphicon-lamp:before {
  content: "\e223"; }

.bootstrap-iso .glyphicon-duplicate:before {
  content: "\e224"; }

.bootstrap-iso .glyphicon-piggy-bank:before {
  content: "\e225"; }

.bootstrap-iso .glyphicon-scissors:before {
  content: "\e226"; }

.bootstrap-iso .glyphicon-bitcoin:before {
  content: "\e227"; }

.bootstrap-iso .glyphicon-btc:before {
  content: "\e227"; }

.bootstrap-iso .glyphicon-xbt:before {
  content: "\e227"; }

.bootstrap-iso .glyphicon-yen:before {
  content: "\00a5"; }

.bootstrap-iso .glyphicon-jpy:before {
  content: "\00a5"; }

.bootstrap-iso .glyphicon-ruble:before {
  content: "\20bd"; }

.bootstrap-iso .glyphicon-rub:before {
  content: "\20bd"; }

.bootstrap-iso .glyphicon-scale:before {
  content: "\e230"; }

.bootstrap-iso .glyphicon-ice-lolly:before {
  content: "\e231"; }

.bootstrap-iso .glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.bootstrap-iso .glyphicon-education:before {
  content: "\e233"; }

.bootstrap-iso .glyphicon-option-horizontal:before {
  content: "\e234"; }

.bootstrap-iso .glyphicon-option-vertical:before {
  content: "\e235"; }

.bootstrap-iso .glyphicon-menu-hamburger:before {
  content: "\e236"; }

.bootstrap-iso .glyphicon-modal-window:before {
  content: "\e237"; }

.bootstrap-iso .glyphicon-oil:before {
  content: "\e238"; }

.bootstrap-iso .glyphicon-grain:before {
  content: "\e239"; }

.bootstrap-iso .glyphicon-sunglasses:before {
  content: "\e240"; }

.bootstrap-iso .glyphicon-text-size:before {
  content: "\e241"; }

.bootstrap-iso .glyphicon-text-color:before {
  content: "\e242"; }

.bootstrap-iso .glyphicon-text-background:before {
  content: "\e243"; }

.bootstrap-iso .glyphicon-object-align-top:before {
  content: "\e244"; }

.bootstrap-iso .glyphicon-object-align-bottom:before {
  content: "\e245"; }

.bootstrap-iso .glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.bootstrap-iso .glyphicon-object-align-left:before {
  content: "\e247"; }

.bootstrap-iso .glyphicon-object-align-vertical:before {
  content: "\e248"; }

.bootstrap-iso .glyphicon-object-align-right:before {
  content: "\e249"; }

.bootstrap-iso .glyphicon-triangle-right:before {
  content: "\e250"; }

.bootstrap-iso .glyphicon-triangle-left:before {
  content: "\e251"; }

.bootstrap-iso .glyphicon-triangle-bottom:before {
  content: "\e252"; }

.bootstrap-iso .glyphicon-triangle-top:before {
  content: "\e253"; }

.bootstrap-iso .glyphicon-console:before {
  content: "\e254"; }

.bootstrap-iso .glyphicon-superscript:before {
  content: "\e255"; }

.bootstrap-iso .glyphicon-subscript:before {
  content: "\e256"; }

.bootstrap-iso .glyphicon-menu-left:before {
  content: "\e257"; }

.bootstrap-iso .glyphicon-menu-right:before {
  content: "\e258"; }

.bootstrap-iso .glyphicon-menu-down:before {
  content: "\e259"; }

.bootstrap-iso .glyphicon-menu-up:before {
  content: "\e260"; }

.bootstrap-iso * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-iso *:before,
.bootstrap-iso *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-iso html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

.bootstrap-iso body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.bootstrap-iso a {
  color: #337ab7;
  text-decoration: none; }

.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
  color: #23527c;
  text-decoration: underline; }

.bootstrap-iso a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.bootstrap-iso figure {
  margin: 0; }

.bootstrap-iso img {
  vertical-align: middle; }

.bootstrap-iso .img-responsive,
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img,
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.bootstrap-iso .img-rounded {
  border-radius: 6px; }

.bootstrap-iso .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.bootstrap-iso .img-circle {
  border-radius: 50%; }

.bootstrap-iso hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.bootstrap-iso .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.bootstrap-iso [role="button"] {
  cursor: pointer; }

.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
.bootstrap-iso .h1,
.bootstrap-iso .h2,
.bootstrap-iso .h3,
.bootstrap-iso .h4,
.bootstrap-iso .h5,
.bootstrap-iso .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.bootstrap-iso h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h1 small,
.bootstrap-iso .h2 small,
.bootstrap-iso .h3 small,
.bootstrap-iso .h4 small,
.bootstrap-iso .h5 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso .h3 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

.bootstrap-iso h1,
.bootstrap-iso .h1,
.bootstrap-iso h2,
.bootstrap-iso .h2,
.bootstrap-iso h3,
.bootstrap-iso .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.bootstrap-iso h1 small,
.bootstrap-iso .h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso .h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso .h3 small,
.bootstrap-iso h1 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso .h3 .small {
  font-size: 65%; }

.bootstrap-iso h4,
.bootstrap-iso .h4,
.bootstrap-iso h5,
.bootstrap-iso .h5,
.bootstrap-iso h6,
.bootstrap-iso .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-iso h4 small,
.bootstrap-iso .h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso .h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h4 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h6 .small {
  font-size: 75%; }

.bootstrap-iso h1,
.bootstrap-iso .h1 {
  font-size: 36px; }

.bootstrap-iso h2,
.bootstrap-iso .h2 {
  font-size: 30px; }

.bootstrap-iso h3,
.bootstrap-iso .h3 {
  font-size: 24px; }

.bootstrap-iso h4,
.bootstrap-iso .h4 {
  font-size: 18px; }

.bootstrap-iso h5,
.bootstrap-iso .h5 {
  font-size: 14px; }

.bootstrap-iso h6,
.bootstrap-iso .h6 {
  font-size: 12px; }

.bootstrap-iso p {
  margin: 0 0 10px; }

.bootstrap-iso .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .bootstrap-iso .lead {
    font-size: 21px; } }
.bootstrap-iso small,
.bootstrap-iso .small {
  font-size: 85%; }

.bootstrap-iso mark,
.bootstrap-iso .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.bootstrap-iso .text-left {
  text-align: left; }

.bootstrap-iso .text-right {
  text-align: right; }

.bootstrap-iso .text-center {
  text-align: center; }

.bootstrap-iso .text-justify {
  text-align: justify; }

.bootstrap-iso .text-nowrap {
  white-space: nowrap; }

.bootstrap-iso .text-lowercase {
  text-transform: lowercase; }

.bootstrap-iso .text-uppercase {
  text-transform: uppercase; }

.bootstrap-iso .text-capitalize {
  text-transform: capitalize; }

.bootstrap-iso .text-muted {
  color: #777777; }

.bootstrap-iso .text-primary {
  color: #337ab7; }

.bootstrap-iso a.text-primary:hover {
  color: #286090; }

.bootstrap-iso .text-success {
  color: #3c763d; }

.bootstrap-iso a.text-success:hover {
  color: #2b542c; }

.bootstrap-iso .text-info {
  color: #31708f; }

.bootstrap-iso a.text-info:hover {
  color: #245269; }

.bootstrap-iso .text-warning {
  color: #8a6d3b; }

.bootstrap-iso a.text-warning:hover {
  color: #66512c; }

.bootstrap-iso .text-danger {
  color: #a94442; }

.bootstrap-iso a.text-danger:hover {
  color: #843534; }

.bootstrap-iso .bg-primary {
  color: #fff;
  background-color: #337ab7; }

.bootstrap-iso a.bg-primary:hover {
  background-color: #286090; }

.bootstrap-iso .bg-success {
  background-color: #dff0d8; }

.bootstrap-iso a.bg-success:hover {
  background-color: #c1e2b3; }

.bootstrap-iso .bg-info {
  background-color: #d9edf7; }

.bootstrap-iso a.bg-info:hover {
  background-color: #afd9ee; }

.bootstrap-iso .bg-warning {
  background-color: #fcf8e3; }

.bootstrap-iso a.bg-warning:hover {
  background-color: #f7ecb5; }

.bootstrap-iso .bg-danger {
  background-color: #f2dede; }

.bootstrap-iso a.bg-danger:hover {
  background-color: #e4b9b9; }

.bootstrap-iso .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

.bootstrap-iso ul,
.bootstrap-iso ol {
  margin-top: 0;
  margin-bottom: 10px; }

.bootstrap-iso ul ul,
.bootstrap-iso ol ul,
.bootstrap-iso ul ol,
.bootstrap-iso ol ol {
  margin-bottom: 0; }

.bootstrap-iso .list-unstyled {
  padding-left: 0;
  list-style: none; }

.bootstrap-iso .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.bootstrap-iso .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.bootstrap-iso dl {
  margin-top: 0;
  margin-bottom: 20px; }

.bootstrap-iso dt,
.bootstrap-iso dd {
  line-height: 1.42857143; }

.bootstrap-iso dt {
  font-weight: bold; }

.bootstrap-iso dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .bootstrap-iso .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .bootstrap-iso .dl-horizontal dd {
    margin-left: 180px; } }
.bootstrap-iso abbr[title],
.bootstrap-iso abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.bootstrap-iso .initialism {
  font-size: 90%;
  text-transform: uppercase; }

.bootstrap-iso blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

.bootstrap-iso blockquote p:last-child,
.bootstrap-iso blockquote ul:last-child,
.bootstrap-iso blockquote ol:last-child {
  margin-bottom: 0; }

.bootstrap-iso blockquote footer,
.bootstrap-iso blockquote small,
.bootstrap-iso blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

.bootstrap-iso blockquote footer:before,
.bootstrap-iso blockquote small:before,
.bootstrap-iso blockquote .small:before {
  content: '\2014 \00A0'; }

.bootstrap-iso .blockquote-reverse,
.bootstrap-iso blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.bootstrap-iso .blockquote-reverse footer:before,
.bootstrap-iso blockquote.pull-right footer:before,
.bootstrap-iso .blockquote-reverse small:before,
.bootstrap-iso blockquote.pull-right small:before,
.bootstrap-iso .blockquote-reverse .small:before,
.bootstrap-iso blockquote.pull-right .small:before {
  content: ''; }

.bootstrap-iso .blockquote-reverse footer:after,
.bootstrap-iso blockquote.pull-right footer:after,
.bootstrap-iso .blockquote-reverse small:after,
.bootstrap-iso blockquote.pull-right small:after,
.bootstrap-iso .blockquote-reverse .small:after,
.bootstrap-iso blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

.bootstrap-iso address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

.bootstrap-iso code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

.bootstrap-iso kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-iso kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-iso pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.bootstrap-iso pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.bootstrap-iso .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.bootstrap-iso .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .bootstrap-iso .container {
    width: 750px; } }
@media (min-width: 992px) {
  .bootstrap-iso .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .bootstrap-iso .container {
    width: 1170px; } }
.bootstrap-iso .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.bootstrap-iso .row {
  margin-left: -15px;
  margin-right: -15px; }

.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-sm-1,
.bootstrap-iso .col-md-1,
.bootstrap-iso .col-lg-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-sm-2,
.bootstrap-iso .col-md-2,
.bootstrap-iso .col-lg-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-sm-3,
.bootstrap-iso .col-md-3,
.bootstrap-iso .col-lg-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-sm-4,
.bootstrap-iso .col-md-4,
.bootstrap-iso .col-lg-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-sm-5,
.bootstrap-iso .col-md-5,
.bootstrap-iso .col-lg-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-sm-6,
.bootstrap-iso .col-md-6,
.bootstrap-iso .col-lg-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-sm-7,
.bootstrap-iso .col-md-7,
.bootstrap-iso .col-lg-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-sm-8,
.bootstrap-iso .col-md-8,
.bootstrap-iso .col-lg-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-sm-9,
.bootstrap-iso .col-md-9,
.bootstrap-iso .col-lg-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-sm-10,
.bootstrap-iso .col-md-10,
.bootstrap-iso .col-lg-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-sm-11,
.bootstrap-iso .col-md-11,
.bootstrap-iso .col-lg-11,
.bootstrap-iso .col-xs-12,
.bootstrap-iso .col-sm-12,
.bootstrap-iso .col-md-12,
.bootstrap-iso .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-xs-12 {
  float: left; }

.bootstrap-iso .col-xs-12 {
  width: 100%; }

.bootstrap-iso .col-xs-11 {
  width: 91.66666667%; }

.bootstrap-iso .col-xs-10 {
  width: 83.33333333%; }

.bootstrap-iso .col-xs-9 {
  width: 75%; }

.bootstrap-iso .col-xs-8 {
  width: 66.66666667%; }

.bootstrap-iso .col-xs-7 {
  width: 58.33333333%; }

.bootstrap-iso .col-xs-6 {
  width: 50%; }

.bootstrap-iso .col-xs-5 {
  width: 41.66666667%; }

.bootstrap-iso .col-xs-4 {
  width: 33.33333333%; }

.bootstrap-iso .col-xs-3 {
  width: 25%; }

.bootstrap-iso .col-xs-2 {
  width: 16.66666667%; }

.bootstrap-iso .col-xs-1 {
  width: 8.33333333%; }

.bootstrap-iso .col-xs-pull-12 {
  right: 100%; }

.bootstrap-iso .col-xs-pull-11 {
  right: 91.66666667%; }

.bootstrap-iso .col-xs-pull-10 {
  right: 83.33333333%; }

.bootstrap-iso .col-xs-pull-9 {
  right: 75%; }

.bootstrap-iso .col-xs-pull-8 {
  right: 66.66666667%; }

.bootstrap-iso .col-xs-pull-7 {
  right: 58.33333333%; }

.bootstrap-iso .col-xs-pull-6 {
  right: 50%; }

.bootstrap-iso .col-xs-pull-5 {
  right: 41.66666667%; }

.bootstrap-iso .col-xs-pull-4 {
  right: 33.33333333%; }

.bootstrap-iso .col-xs-pull-3 {
  right: 25%; }

.bootstrap-iso .col-xs-pull-2 {
  right: 16.66666667%; }

.bootstrap-iso .col-xs-pull-1 {
  right: 8.33333333%; }

.bootstrap-iso .col-xs-pull-0 {
  right: auto; }

.bootstrap-iso .col-xs-push-12 {
  left: 100%; }

.bootstrap-iso .col-xs-push-11 {
  left: 91.66666667%; }

.bootstrap-iso .col-xs-push-10 {
  left: 83.33333333%; }

.bootstrap-iso .col-xs-push-9 {
  left: 75%; }

.bootstrap-iso .col-xs-push-8 {
  left: 66.66666667%; }

.bootstrap-iso .col-xs-push-7 {
  left: 58.33333333%; }

.bootstrap-iso .col-xs-push-6 {
  left: 50%; }

.bootstrap-iso .col-xs-push-5 {
  left: 41.66666667%; }

.bootstrap-iso .col-xs-push-4 {
  left: 33.33333333%; }

.bootstrap-iso .col-xs-push-3 {
  left: 25%; }

.bootstrap-iso .col-xs-push-2 {
  left: 16.66666667%; }

.bootstrap-iso .col-xs-push-1 {
  left: 8.33333333%; }

.bootstrap-iso .col-xs-push-0 {
  left: auto; }

.bootstrap-iso .col-xs-offset-12 {
  margin-left: 100%; }

.bootstrap-iso .col-xs-offset-11 {
  margin-left: 91.66666667%; }

.bootstrap-iso .col-xs-offset-10 {
  margin-left: 83.33333333%; }

.bootstrap-iso .col-xs-offset-9 {
  margin-left: 75%; }

.bootstrap-iso .col-xs-offset-8 {
  margin-left: 66.66666667%; }

.bootstrap-iso .col-xs-offset-7 {
  margin-left: 58.33333333%; }

.bootstrap-iso .col-xs-offset-6 {
  margin-left: 50%; }

.bootstrap-iso .col-xs-offset-5 {
  margin-left: 41.66666667%; }

.bootstrap-iso .col-xs-offset-4 {
  margin-left: 33.33333333%; }

.bootstrap-iso .col-xs-offset-3 {
  margin-left: 25%; }

.bootstrap-iso .col-xs-offset-2 {
  margin-left: 16.66666667%; }

.bootstrap-iso .col-xs-offset-1 {
  margin-left: 8.33333333%; }

.bootstrap-iso .col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .bootstrap-iso .col-sm-1,
  .bootstrap-iso .col-sm-2,
  .bootstrap-iso .col-sm-3,
  .bootstrap-iso .col-sm-4,
  .bootstrap-iso .col-sm-5,
  .bootstrap-iso .col-sm-6,
  .bootstrap-iso .col-sm-7,
  .bootstrap-iso .col-sm-8,
  .bootstrap-iso .col-sm-9,
  .bootstrap-iso .col-sm-10,
  .bootstrap-iso .col-sm-11,
  .bootstrap-iso .col-sm-12 {
    float: left; }

  .bootstrap-iso .col-sm-12 {
    width: 100%; }

  .bootstrap-iso .col-sm-11 {
    width: 91.66666667%; }

  .bootstrap-iso .col-sm-10 {
    width: 83.33333333%; }

  .bootstrap-iso .col-sm-9 {
    width: 75%; }

  .bootstrap-iso .col-sm-8 {
    width: 66.66666667%; }

  .bootstrap-iso .col-sm-7 {
    width: 58.33333333%; }

  .bootstrap-iso .col-sm-6 {
    width: 50%; }

  .bootstrap-iso .col-sm-5 {
    width: 41.66666667%; }

  .bootstrap-iso .col-sm-4 {
    width: 33.33333333%; }

  .bootstrap-iso .col-sm-3 {
    width: 25%; }

  .bootstrap-iso .col-sm-2 {
    width: 16.66666667%; }

  .bootstrap-iso .col-sm-1 {
    width: 8.33333333%; }

  .bootstrap-iso .col-sm-pull-12 {
    right: 100%; }

  .bootstrap-iso .col-sm-pull-11 {
    right: 91.66666667%; }

  .bootstrap-iso .col-sm-pull-10 {
    right: 83.33333333%; }

  .bootstrap-iso .col-sm-pull-9 {
    right: 75%; }

  .bootstrap-iso .col-sm-pull-8 {
    right: 66.66666667%; }

  .bootstrap-iso .col-sm-pull-7 {
    right: 58.33333333%; }

  .bootstrap-iso .col-sm-pull-6 {
    right: 50%; }

  .bootstrap-iso .col-sm-pull-5 {
    right: 41.66666667%; }

  .bootstrap-iso .col-sm-pull-4 {
    right: 33.33333333%; }

  .bootstrap-iso .col-sm-pull-3 {
    right: 25%; }

  .bootstrap-iso .col-sm-pull-2 {
    right: 16.66666667%; }

  .bootstrap-iso .col-sm-pull-1 {
    right: 8.33333333%; }

  .bootstrap-iso .col-sm-pull-0 {
    right: auto; }

  .bootstrap-iso .col-sm-push-12 {
    left: 100%; }

  .bootstrap-iso .col-sm-push-11 {
    left: 91.66666667%; }

  .bootstrap-iso .col-sm-push-10 {
    left: 83.33333333%; }

  .bootstrap-iso .col-sm-push-9 {
    left: 75%; }

  .bootstrap-iso .col-sm-push-8 {
    left: 66.66666667%; }

  .bootstrap-iso .col-sm-push-7 {
    left: 58.33333333%; }

  .bootstrap-iso .col-sm-push-6 {
    left: 50%; }

  .bootstrap-iso .col-sm-push-5 {
    left: 41.66666667%; }

  .bootstrap-iso .col-sm-push-4 {
    left: 33.33333333%; }

  .bootstrap-iso .col-sm-push-3 {
    left: 25%; }

  .bootstrap-iso .col-sm-push-2 {
    left: 16.66666667%; }

  .bootstrap-iso .col-sm-push-1 {
    left: 8.33333333%; }

  .bootstrap-iso .col-sm-push-0 {
    left: auto; }

  .bootstrap-iso .col-sm-offset-12 {
    margin-left: 100%; }

  .bootstrap-iso .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .bootstrap-iso .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .bootstrap-iso .col-sm-offset-9 {
    margin-left: 75%; }

  .bootstrap-iso .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .bootstrap-iso .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .bootstrap-iso .col-sm-offset-6 {
    margin-left: 50%; }

  .bootstrap-iso .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .bootstrap-iso .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .bootstrap-iso .col-sm-offset-3 {
    margin-left: 25%; }

  .bootstrap-iso .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .bootstrap-iso .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .bootstrap-iso .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .bootstrap-iso .col-md-1,
  .bootstrap-iso .col-md-2,
  .bootstrap-iso .col-md-3,
  .bootstrap-iso .col-md-4,
  .bootstrap-iso .col-md-5,
  .bootstrap-iso .col-md-6,
  .bootstrap-iso .col-md-7,
  .bootstrap-iso .col-md-8,
  .bootstrap-iso .col-md-9,
  .bootstrap-iso .col-md-10,
  .bootstrap-iso .col-md-11,
  .bootstrap-iso .col-md-12 {
    float: left; }

  .bootstrap-iso .col-md-12 {
    width: 100%; }

  .bootstrap-iso .col-md-11 {
    width: 91.66666667%; }

  .bootstrap-iso .col-md-10 {
    width: 83.33333333%; }

  .bootstrap-iso .col-md-9 {
    width: 75%; }

  .bootstrap-iso .col-md-8 {
    width: 66.66666667%; }

  .bootstrap-iso .col-md-7 {
    width: 58.33333333%; }

  .bootstrap-iso .col-md-6 {
    width: 50%; }

  .bootstrap-iso .col-md-5 {
    width: 41.66666667%; }

  .bootstrap-iso .col-md-4 {
    width: 33.33333333%; }

  .bootstrap-iso .col-md-3 {
    width: 25%; }

  .bootstrap-iso .col-md-2 {
    width: 16.66666667%; }

  .bootstrap-iso .col-md-1 {
    width: 8.33333333%; }

  .bootstrap-iso .col-md-pull-12 {
    right: 100%; }

  .bootstrap-iso .col-md-pull-11 {
    right: 91.66666667%; }

  .bootstrap-iso .col-md-pull-10 {
    right: 83.33333333%; }

  .bootstrap-iso .col-md-pull-9 {
    right: 75%; }

  .bootstrap-iso .col-md-pull-8 {
    right: 66.66666667%; }

  .bootstrap-iso .col-md-pull-7 {
    right: 58.33333333%; }

  .bootstrap-iso .col-md-pull-6 {
    right: 50%; }

  .bootstrap-iso .col-md-pull-5 {
    right: 41.66666667%; }

  .bootstrap-iso .col-md-pull-4 {
    right: 33.33333333%; }

  .bootstrap-iso .col-md-pull-3 {
    right: 25%; }

  .bootstrap-iso .col-md-pull-2 {
    right: 16.66666667%; }

  .bootstrap-iso .col-md-pull-1 {
    right: 8.33333333%; }

  .bootstrap-iso .col-md-pull-0 {
    right: auto; }

  .bootstrap-iso .col-md-push-12 {
    left: 100%; }

  .bootstrap-iso .col-md-push-11 {
    left: 91.66666667%; }

  .bootstrap-iso .col-md-push-10 {
    left: 83.33333333%; }

  .bootstrap-iso .col-md-push-9 {
    left: 75%; }

  .bootstrap-iso .col-md-push-8 {
    left: 66.66666667%; }

  .bootstrap-iso .col-md-push-7 {
    left: 58.33333333%; }

  .bootstrap-iso .col-md-push-6 {
    left: 50%; }

  .bootstrap-iso .col-md-push-5 {
    left: 41.66666667%; }

  .bootstrap-iso .col-md-push-4 {
    left: 33.33333333%; }

  .bootstrap-iso .col-md-push-3 {
    left: 25%; }

  .bootstrap-iso .col-md-push-2 {
    left: 16.66666667%; }

  .bootstrap-iso .col-md-push-1 {
    left: 8.33333333%; }

  .bootstrap-iso .col-md-push-0 {
    left: auto; }

  .bootstrap-iso .col-md-offset-12 {
    margin-left: 100%; }

  .bootstrap-iso .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .bootstrap-iso .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .bootstrap-iso .col-md-offset-9 {
    margin-left: 75%; }

  .bootstrap-iso .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .bootstrap-iso .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .bootstrap-iso .col-md-offset-6 {
    margin-left: 50%; }

  .bootstrap-iso .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .bootstrap-iso .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .bootstrap-iso .col-md-offset-3 {
    margin-left: 25%; }

  .bootstrap-iso .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .bootstrap-iso .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .bootstrap-iso .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .bootstrap-iso .col-lg-1,
  .bootstrap-iso .col-lg-2,
  .bootstrap-iso .col-lg-3,
  .bootstrap-iso .col-lg-4,
  .bootstrap-iso .col-lg-5,
  .bootstrap-iso .col-lg-6,
  .bootstrap-iso .col-lg-7,
  .bootstrap-iso .col-lg-8,
  .bootstrap-iso .col-lg-9,
  .bootstrap-iso .col-lg-10,
  .bootstrap-iso .col-lg-11,
  .bootstrap-iso .col-lg-12 {
    float: left; }

  .bootstrap-iso .col-lg-12 {
    width: 100%; }

  .bootstrap-iso .col-lg-11 {
    width: 91.66666667%; }

  .bootstrap-iso .col-lg-10 {
    width: 83.33333333%; }

  .bootstrap-iso .col-lg-9 {
    width: 75%; }

  .bootstrap-iso .col-lg-8 {
    width: 66.66666667%; }

  .bootstrap-iso .col-lg-7 {
    width: 58.33333333%; }

  .bootstrap-iso .col-lg-6 {
    width: 50%; }

  .bootstrap-iso .col-lg-5 {
    width: 41.66666667%; }

  .bootstrap-iso .col-lg-4 {
    width: 33.33333333%; }

  .bootstrap-iso .col-lg-3 {
    width: 25%; }

  .bootstrap-iso .col-lg-2 {
    width: 16.66666667%; }

  .bootstrap-iso .col-lg-1 {
    width: 8.33333333%; }

  .bootstrap-iso .col-lg-pull-12 {
    right: 100%; }

  .bootstrap-iso .col-lg-pull-11 {
    right: 91.66666667%; }

  .bootstrap-iso .col-lg-pull-10 {
    right: 83.33333333%; }

  .bootstrap-iso .col-lg-pull-9 {
    right: 75%; }

  .bootstrap-iso .col-lg-pull-8 {
    right: 66.66666667%; }

  .bootstrap-iso .col-lg-pull-7 {
    right: 58.33333333%; }

  .bootstrap-iso .col-lg-pull-6 {
    right: 50%; }

  .bootstrap-iso .col-lg-pull-5 {
    right: 41.66666667%; }

  .bootstrap-iso .col-lg-pull-4 {
    right: 33.33333333%; }

  .bootstrap-iso .col-lg-pull-3 {
    right: 25%; }

  .bootstrap-iso .col-lg-pull-2 {
    right: 16.66666667%; }

  .bootstrap-iso .col-lg-pull-1 {
    right: 8.33333333%; }

  .bootstrap-iso .col-lg-pull-0 {
    right: auto; }

  .bootstrap-iso .col-lg-push-12 {
    left: 100%; }

  .bootstrap-iso .col-lg-push-11 {
    left: 91.66666667%; }

  .bootstrap-iso .col-lg-push-10 {
    left: 83.33333333%; }

  .bootstrap-iso .col-lg-push-9 {
    left: 75%; }

  .bootstrap-iso .col-lg-push-8 {
    left: 66.66666667%; }

  .bootstrap-iso .col-lg-push-7 {
    left: 58.33333333%; }

  .bootstrap-iso .col-lg-push-6 {
    left: 50%; }

  .bootstrap-iso .col-lg-push-5 {
    left: 41.66666667%; }

  .bootstrap-iso .col-lg-push-4 {
    left: 33.33333333%; }

  .bootstrap-iso .col-lg-push-3 {
    left: 25%; }

  .bootstrap-iso .col-lg-push-2 {
    left: 16.66666667%; }

  .bootstrap-iso .col-lg-push-1 {
    left: 8.33333333%; }

  .bootstrap-iso .col-lg-push-0 {
    left: auto; }

  .bootstrap-iso .col-lg-offset-12 {
    margin-left: 100%; }

  .bootstrap-iso .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .bootstrap-iso .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .bootstrap-iso .col-lg-offset-9 {
    margin-left: 75%; }

  .bootstrap-iso .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .bootstrap-iso .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .bootstrap-iso .col-lg-offset-6 {
    margin-left: 50%; }

  .bootstrap-iso .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .bootstrap-iso .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .bootstrap-iso .col-lg-offset-3 {
    margin-left: 25%; }

  .bootstrap-iso .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .bootstrap-iso .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .bootstrap-iso .col-lg-offset-0 {
    margin-left: 0%; } }
.bootstrap-iso table {
  background-color: transparent; }

.bootstrap-iso caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

.bootstrap-iso th {
  text-align: left; }

.bootstrap-iso .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.bootstrap-iso .table > thead > tr > th,
.bootstrap-iso .table > tbody > tr > th,
.bootstrap-iso .table > tfoot > tr > th,
.bootstrap-iso .table > thead > tr > td,
.bootstrap-iso .table > tbody > tr > td,
.bootstrap-iso .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.bootstrap-iso .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.bootstrap-iso .table > caption + thead > tr:first-child > th,
.bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.bootstrap-iso .table > thead:first-child > tr:first-child > th,
.bootstrap-iso .table > caption + thead > tr:first-child > td,
.bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.bootstrap-iso .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.bootstrap-iso .table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.bootstrap-iso .table .table {
  background-color: #ffffff; }

.bootstrap-iso .table-condensed > thead > tr > th,
.bootstrap-iso .table-condensed > tbody > tr > th,
.bootstrap-iso .table-condensed > tfoot > tr > th,
.bootstrap-iso .table-condensed > thead > tr > td,
.bootstrap-iso .table-condensed > tbody > tr > td,
.bootstrap-iso .table-condensed > tfoot > tr > td {
  padding: 5px; }

.bootstrap-iso .table-bordered {
  border: 1px solid #dddddd; }

.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > tbody > tr > th,
.bootstrap-iso .table-bordered > tfoot > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td,
.bootstrap-iso .table-bordered > tbody > tr > td,
.bootstrap-iso .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.bootstrap-iso .table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.bootstrap-iso table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

.bootstrap-iso table td[class*="col-"],
.bootstrap-iso table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.bootstrap-iso .table > thead > tr > td.active,
.bootstrap-iso .table > tbody > tr > td.active,
.bootstrap-iso .table > tfoot > tr > td.active,
.bootstrap-iso .table > thead > tr > th.active,
.bootstrap-iso .table > tbody > tr > th.active,
.bootstrap-iso .table > tfoot > tr > th.active,
.bootstrap-iso .table > thead > tr.active > td,
.bootstrap-iso .table > tbody > tr.active > td,
.bootstrap-iso .table > tfoot > tr.active > td,
.bootstrap-iso .table > thead > tr.active > th,
.bootstrap-iso .table > tbody > tr.active > th,
.bootstrap-iso .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.bootstrap-iso .table-hover > tbody > tr > th.active:hover,
.bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .active,
.bootstrap-iso .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.bootstrap-iso .table > thead > tr > td.success,
.bootstrap-iso .table > tbody > tr > td.success,
.bootstrap-iso .table > tfoot > tr > td.success,
.bootstrap-iso .table > thead > tr > th.success,
.bootstrap-iso .table > tbody > tr > th.success,
.bootstrap-iso .table > tfoot > tr > th.success,
.bootstrap-iso .table > thead > tr.success > td,
.bootstrap-iso .table > tbody > tr.success > td,
.bootstrap-iso .table > tfoot > tr.success > td,
.bootstrap-iso .table > thead > tr.success > th,
.bootstrap-iso .table > tbody > tr.success > th,
.bootstrap-iso .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.bootstrap-iso .table-hover > tbody > tr > th.success:hover,
.bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .success,
.bootstrap-iso .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.bootstrap-iso .table > thead > tr > td.info,
.bootstrap-iso .table > tbody > tr > td.info,
.bootstrap-iso .table > tfoot > tr > td.info,
.bootstrap-iso .table > thead > tr > th.info,
.bootstrap-iso .table > tbody > tr > th.info,
.bootstrap-iso .table > tfoot > tr > th.info,
.bootstrap-iso .table > thead > tr.info > td,
.bootstrap-iso .table > tbody > tr.info > td,
.bootstrap-iso .table > tfoot > tr.info > td,
.bootstrap-iso .table > thead > tr.info > th,
.bootstrap-iso .table > tbody > tr.info > th,
.bootstrap-iso .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.bootstrap-iso .table-hover > tbody > tr > th.info:hover,
.bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .info,
.bootstrap-iso .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.bootstrap-iso .table > thead > tr > td.warning,
.bootstrap-iso .table > tbody > tr > td.warning,
.bootstrap-iso .table > tfoot > tr > td.warning,
.bootstrap-iso .table > thead > tr > th.warning,
.bootstrap-iso .table > tbody > tr > th.warning,
.bootstrap-iso .table > tfoot > tr > th.warning,
.bootstrap-iso .table > thead > tr.warning > td,
.bootstrap-iso .table > tbody > tr.warning > td,
.bootstrap-iso .table > tfoot > tr.warning > td,
.bootstrap-iso .table > thead > tr.warning > th,
.bootstrap-iso .table > tbody > tr.warning > th,
.bootstrap-iso .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.bootstrap-iso .table-hover > tbody > tr > th.warning:hover,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.bootstrap-iso .table > thead > tr > td.danger,
.bootstrap-iso .table > tbody > tr > td.danger,
.bootstrap-iso .table > tfoot > tr > td.danger,
.bootstrap-iso .table > thead > tr > th.danger,
.bootstrap-iso .table > tbody > tr > th.danger,
.bootstrap-iso .table > tfoot > tr > th.danger,
.bootstrap-iso .table > thead > tr.danger > td,
.bootstrap-iso .table > tbody > tr.danger > td,
.bootstrap-iso .table > tfoot > tr.danger > td,
.bootstrap-iso .table > thead > tr.danger > th,
.bootstrap-iso .table > tbody > tr.danger > th,
.bootstrap-iso .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.bootstrap-iso .table-hover > tbody > tr > th.danger:hover,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.bootstrap-iso .table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .bootstrap-iso .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }

  .bootstrap-iso .table-responsive > .table {
    margin-bottom: 0; }

  .bootstrap-iso .table-responsive > .table > thead > tr > th,
  .bootstrap-iso .table-responsive > .table > tbody > tr > th,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > th,
  .bootstrap-iso .table-responsive > .table > thead > tr > td,
  .bootstrap-iso .table-responsive > .table > tbody > tr > td,
  .bootstrap-iso .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }

  .bootstrap-iso .table-responsive > .table-bordered {
    border: 0; }

  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }

  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }

  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
.bootstrap-iso fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

.bootstrap-iso legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.bootstrap-iso label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

.bootstrap-iso input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-iso input[type="radio"],
.bootstrap-iso input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

.bootstrap-iso input[type="file"] {
  display: block; }

.bootstrap-iso input[type="range"] {
  display: block;
  width: 100%; }

.bootstrap-iso select[multiple],
.bootstrap-iso select[size] {
  height: auto; }

.bootstrap-iso input[type="file"]:focus,
.bootstrap-iso input[type="radio"]:focus,
.bootstrap-iso input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.bootstrap-iso output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.bootstrap-iso .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.bootstrap-iso .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.bootstrap-iso .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.bootstrap-iso .form-control:-ms-input-placeholder {
  color: #999999; }

.bootstrap-iso .form-control::-webkit-input-placeholder {
  color: #999999; }

.bootstrap-iso .form-control[disabled],
.bootstrap-iso .form-control[readonly],
.bootstrap-iso fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.bootstrap-iso .form-control[disabled],
.bootstrap-iso fieldset[disabled] .form-control {
  cursor: not-allowed; }

.bootstrap-iso textarea.form-control {
  height: auto; }

.bootstrap-iso input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap-iso input[type="date"],
  .bootstrap-iso input[type="time"],
  .bootstrap-iso input[type="datetime-local"],
  .bootstrap-iso input[type="month"] {
    line-height: 34px; }

  .bootstrap-iso input[type="date"].input-sm,
  .bootstrap-iso input[type="time"].input-sm,
  .bootstrap-iso input[type="datetime-local"].input-sm,
  .bootstrap-iso input[type="month"].input-sm,
  .bootstrap-iso .input-group-sm input[type="date"],
  .bootstrap-iso .input-group-sm input[type="time"],
  .bootstrap-iso .input-group-sm input[type="datetime-local"],
  .bootstrap-iso .input-group-sm input[type="month"] {
    line-height: 30px; }

  .bootstrap-iso input[type="date"].input-lg,
  .bootstrap-iso input[type="time"].input-lg,
  .bootstrap-iso input[type="datetime-local"].input-lg,
  .bootstrap-iso input[type="month"].input-lg,
  .bootstrap-iso .input-group-lg input[type="date"],
  .bootstrap-iso .input-group-lg input[type="time"],
  .bootstrap-iso .input-group-lg input[type="datetime-local"],
  .bootstrap-iso .input-group-lg input[type="month"] {
    line-height: 46px; } }
.bootstrap-iso .form-group {
  margin-bottom: 15px; }

.bootstrap-iso .radio,
.bootstrap-iso .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-iso .radio label,
.bootstrap-iso .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.bootstrap-iso .radio input[type="radio"],
.bootstrap-iso .radio-inline input[type="radio"],
.bootstrap-iso .checkbox input[type="checkbox"],
.bootstrap-iso .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.bootstrap-iso .radio + .radio,
.bootstrap-iso .checkbox + .checkbox {
  margin-top: -5px; }

.bootstrap-iso .radio-inline,
.bootstrap-iso .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.bootstrap-iso .radio-inline + .radio-inline,
.bootstrap-iso .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.bootstrap-iso input[type="radio"][disabled],
.bootstrap-iso input[type="checkbox"][disabled],
.bootstrap-iso input[type="radio"].disabled,
.bootstrap-iso input[type="checkbox"].disabled,
.bootstrap-iso fieldset[disabled] input[type="radio"],
.bootstrap-iso fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.bootstrap-iso .radio-inline.disabled,
.bootstrap-iso .checkbox-inline.disabled,
.bootstrap-iso fieldset[disabled] .radio-inline,
.bootstrap-iso fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.bootstrap-iso .radio.disabled label,
.bootstrap-iso .checkbox.disabled label,
.bootstrap-iso fieldset[disabled] .radio label,
.bootstrap-iso fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.bootstrap-iso .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.bootstrap-iso .form-control-static.input-lg,
.bootstrap-iso .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.bootstrap-iso .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap-iso select.input-sm {
  height: 30px;
  line-height: 30px; }

.bootstrap-iso textarea.input-sm,
.bootstrap-iso select[multiple].input-sm {
  height: auto; }

.bootstrap-iso .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap-iso select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

.bootstrap-iso textarea.form-group-sm .form-control,
.bootstrap-iso select[multiple].form-group-sm .form-control {
  height: auto; }

.bootstrap-iso .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.bootstrap-iso .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.bootstrap-iso select.input-lg {
  height: 46px;
  line-height: 46px; }

.bootstrap-iso textarea.input-lg,
.bootstrap-iso select[multiple].input-lg {
  height: auto; }

.bootstrap-iso .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.bootstrap-iso select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

.bootstrap-iso textarea.form-group-lg .form-control,
.bootstrap-iso select[multiple].form-group-lg .form-control {
  height: auto; }

.bootstrap-iso .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.bootstrap-iso .has-feedback {
  position: relative; }

.bootstrap-iso .has-feedback .form-control {
  padding-right: 42.5px; }

.bootstrap-iso .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.bootstrap-iso .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.bootstrap-iso .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.bootstrap-iso .has-success .help-block,
.bootstrap-iso .has-success .control-label,
.bootstrap-iso .has-success .radio,
.bootstrap-iso .has-success .checkbox,
.bootstrap-iso .has-success .radio-inline,
.bootstrap-iso .has-success .checkbox-inline,
.bootstrap-iso .has-success.radio label,
.bootstrap-iso .has-success.checkbox label,
.bootstrap-iso .has-success.radio-inline label,
.bootstrap-iso .has-success.checkbox-inline label {
  color: #3c763d; }

.bootstrap-iso .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.bootstrap-iso .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.bootstrap-iso .has-success .form-control-feedback {
  color: #3c763d; }

.bootstrap-iso .has-warning .help-block,
.bootstrap-iso .has-warning .control-label,
.bootstrap-iso .has-warning .radio,
.bootstrap-iso .has-warning .checkbox,
.bootstrap-iso .has-warning .radio-inline,
.bootstrap-iso .has-warning .checkbox-inline,
.bootstrap-iso .has-warning.radio label,
.bootstrap-iso .has-warning.checkbox label,
.bootstrap-iso .has-warning.radio-inline label,
.bootstrap-iso .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.bootstrap-iso .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.bootstrap-iso .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.bootstrap-iso .has-warning .form-control-feedback {
  color: #8a6d3b; }

.bootstrap-iso .has-error .help-block,
.bootstrap-iso .has-error .control-label,
.bootstrap-iso .has-error .radio,
.bootstrap-iso .has-error .checkbox,
.bootstrap-iso .has-error .radio-inline,
.bootstrap-iso .has-error .checkbox-inline,
.bootstrap-iso .has-error.radio label,
.bootstrap-iso .has-error.checkbox label,
.bootstrap-iso .has-error.radio-inline label,
.bootstrap-iso .has-error.checkbox-inline label {
  color: #a94442; }

.bootstrap-iso .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.bootstrap-iso .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.bootstrap-iso .has-error .form-control-feedback {
  color: #a94442; }

.bootstrap-iso .has-feedback label ~ .form-control-feedback {
  top: 25px; }

.bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.bootstrap-iso .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .bootstrap-iso .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .bootstrap-iso .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .bootstrap-iso .form-inline .form-control-static {
    display: inline-block; }

  .bootstrap-iso .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .bootstrap-iso .form-inline .input-group .input-group-addon,
  .bootstrap-iso .form-inline .input-group .input-group-btn,
  .bootstrap-iso .form-inline .input-group .form-control {
    width: auto; }

  .bootstrap-iso .form-inline .input-group > .form-control {
    width: 100%; }

  .bootstrap-iso .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .bootstrap-iso .form-inline .radio,
  .bootstrap-iso .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .bootstrap-iso .form-inline .radio label,
  .bootstrap-iso .form-inline .checkbox label {
    padding-left: 0; }

  .bootstrap-iso .form-inline .radio input[type="radio"],
  .bootstrap-iso .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .bootstrap-iso .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox,
.bootstrap-iso .form-horizontal .radio-inline,
.bootstrap-iso .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox {
  min-height: 27px; }

.bootstrap-iso .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .bootstrap-iso .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.bootstrap-iso .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-iso .btn:focus,
.bootstrap-iso .btn:active:focus,
.bootstrap-iso .btn.active:focus,
.bootstrap-iso .btn.focus,
.bootstrap-iso .btn:active.focus,
.bootstrap-iso .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.bootstrap-iso .btn:hover,
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn.focus {
  color: #333333;
  text-decoration: none; }

.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.bootstrap-iso .btn.disabled,
.bootstrap-iso .btn[disabled],
.bootstrap-iso fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-iso .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-default.focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
  background-image: none; }

.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default[disabled],
.bootstrap-iso fieldset[disabled] .btn-default,
.bootstrap-iso .btn-default.disabled:hover,
.bootstrap-iso .btn-default[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-default:hover,
.bootstrap-iso .btn-default.disabled:focus,
.bootstrap-iso .btn-default[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-default:focus,
.bootstrap-iso .btn-default.disabled.focus,
.bootstrap-iso .btn-default[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-default.focus,
.bootstrap-iso .btn-default.disabled:active,
.bootstrap-iso .btn-default[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-default:active,
.bootstrap-iso .btn-default.disabled.active,
.bootstrap-iso .btn-default[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.bootstrap-iso .btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.bootstrap-iso .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary.focus,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary[disabled],
.bootstrap-iso fieldset[disabled] .btn-primary,
.bootstrap-iso .btn-primary.disabled:hover,
.bootstrap-iso .btn-primary[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-primary:hover,
.bootstrap-iso .btn-primary.disabled:focus,
.bootstrap-iso .btn-primary[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-primary:focus,
.bootstrap-iso .btn-primary.disabled.focus,
.bootstrap-iso .btn-primary[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-primary.focus,
.bootstrap-iso .btn-primary.disabled:active,
.bootstrap-iso .btn-primary[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-primary:active,
.bootstrap-iso .btn-primary.disabled.active,
.bootstrap-iso .btn-primary[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }

.bootstrap-iso .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.bootstrap-iso .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success.focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
  background-image: none; }

.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success[disabled],
.bootstrap-iso fieldset[disabled] .btn-success,
.bootstrap-iso .btn-success.disabled:hover,
.bootstrap-iso .btn-success[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-success:hover,
.bootstrap-iso .btn-success.disabled:focus,
.bootstrap-iso .btn-success[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-success:focus,
.bootstrap-iso .btn-success.disabled.focus,
.bootstrap-iso .btn-success[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-success.focus,
.bootstrap-iso .btn-success.disabled:active,
.bootstrap-iso .btn-success[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-success:active,
.bootstrap-iso .btn-success.disabled.active,
.bootstrap-iso .btn-success[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.bootstrap-iso .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.bootstrap-iso .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-info.focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
  background-image: none; }

.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info[disabled],
.bootstrap-iso fieldset[disabled] .btn-info,
.bootstrap-iso .btn-info.disabled:hover,
.bootstrap-iso .btn-info[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-info:hover,
.bootstrap-iso .btn-info.disabled:focus,
.bootstrap-iso .btn-info[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-info:focus,
.bootstrap-iso .btn-info.disabled.focus,
.bootstrap-iso .btn-info[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-info.focus,
.bootstrap-iso .btn-info.disabled:active,
.bootstrap-iso .btn-info[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-info:active,
.bootstrap-iso .btn-info.disabled.active,
.bootstrap-iso .btn-info[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.bootstrap-iso .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.bootstrap-iso .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-warning.focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning[disabled],
.bootstrap-iso fieldset[disabled] .btn-warning,
.bootstrap-iso .btn-warning.disabled:hover,
.bootstrap-iso .btn-warning[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-warning:hover,
.bootstrap-iso .btn-warning.disabled:focus,
.bootstrap-iso .btn-warning[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-warning:focus,
.bootstrap-iso .btn-warning.disabled.focus,
.bootstrap-iso .btn-warning[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-warning.focus,
.bootstrap-iso .btn-warning.disabled:active,
.bootstrap-iso .btn-warning[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-warning:active,
.bootstrap-iso .btn-warning.disabled.active,
.bootstrap-iso .btn-warning[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.bootstrap-iso .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.bootstrap-iso .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-danger.focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger[disabled],
.bootstrap-iso fieldset[disabled] .btn-danger,
.bootstrap-iso .btn-danger.disabled:hover,
.bootstrap-iso .btn-danger[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-danger:hover,
.bootstrap-iso .btn-danger.disabled:focus,
.bootstrap-iso .btn-danger[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-danger:focus,
.bootstrap-iso .btn-danger.disabled.focus,
.bootstrap-iso .btn-danger[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-danger.focus,
.bootstrap-iso .btn-danger.disabled:active,
.bootstrap-iso .btn-danger[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-danger:active,
.bootstrap-iso .btn-danger.disabled.active,
.bootstrap-iso .btn-danger[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.bootstrap-iso .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.bootstrap-iso .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:active,
.bootstrap-iso .btn-link.active,
.bootstrap-iso .btn-link[disabled],
.bootstrap-iso fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus,
.bootstrap-iso .btn-link:active {
  border-color: transparent; }

.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.bootstrap-iso .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-link:hover,
.bootstrap-iso .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.bootstrap-iso .btn-lg,
.bootstrap-iso .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.bootstrap-iso .btn-sm,
.bootstrap-iso .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap-iso .btn-xs,
.bootstrap-iso .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap-iso .btn-block {
  display: block;
  width: 100%; }

.bootstrap-iso .btn-block + .btn-block {
  margin-top: 5px; }

.bootstrap-iso input[type="submit"].btn-block,
.bootstrap-iso input[type="reset"].btn-block,
.bootstrap-iso input[type="button"].btn-block {
  width: 100%; }

.bootstrap-iso .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.bootstrap-iso .fade.in {
  opacity: 1; }

.bootstrap-iso .collapse {
  display: none; }

.bootstrap-iso .collapse.in {
  display: block; }

.bootstrap-iso tr.collapse.in {
  display: table-row; }

.bootstrap-iso tbody.collapse.in {
  display: table-row-group; }

.bootstrap-iso .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.bootstrap-iso .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.bootstrap-iso .dropup,
.bootstrap-iso .dropdown {
  position: relative; }

.bootstrap-iso .dropdown-toggle:focus {
  outline: 0; }

.bootstrap-iso .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.bootstrap-iso .dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.bootstrap-iso .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.bootstrap-iso .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.bootstrap-iso .dropdown-menu > .disabled > a,
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.bootstrap-iso .open > .dropdown-menu {
  display: block; }

.bootstrap-iso .open > a {
  outline: 0; }

.bootstrap-iso .dropdown-menu-right {
  left: auto;
  right: 0; }

.bootstrap-iso .dropdown-menu-left {
  left: 0;
  right: auto; }

.bootstrap-iso .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.bootstrap-iso .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.bootstrap-iso .pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.bootstrap-iso .dropup .caret,
.bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.bootstrap-iso .dropup .dropdown-menu,
.bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }

  .bootstrap-iso .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.bootstrap-iso .btn-group,
.bootstrap-iso .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.bootstrap-iso .btn-group > .btn,
.bootstrap-iso .btn-group-vertical > .btn {
  position: relative;
  float: left; }

.bootstrap-iso .btn-group > .btn:hover,
.bootstrap-iso .btn-group-vertical > .btn:hover,
.bootstrap-iso .btn-group > .btn:focus,
.bootstrap-iso .btn-group-vertical > .btn:focus,
.bootstrap-iso .btn-group > .btn:active,
.bootstrap-iso .btn-group-vertical > .btn:active,
.bootstrap-iso .btn-group > .btn.active,
.bootstrap-iso .btn-group-vertical > .btn.active {
  z-index: 2; }

.bootstrap-iso .btn-group .btn + .btn,
.bootstrap-iso .btn-group .btn + .btn-group,
.bootstrap-iso .btn-group .btn-group + .btn,
.bootstrap-iso .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.bootstrap-iso .btn-toolbar {
  margin-left: -5px; }

.bootstrap-iso .btn-toolbar .btn-group,
.bootstrap-iso .btn-toolbar .input-group {
  float: left; }

.bootstrap-iso .btn-toolbar > .btn,
.bootstrap-iso .btn-toolbar > .btn-group,
.bootstrap-iso .btn-toolbar > .input-group {
  margin-left: 5px; }

.bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.bootstrap-iso .btn-group > .btn:first-child {
  margin-left: 0; }

.bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .btn-group > .btn-group {
  float: left; }

.bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .btn-group .dropdown-toggle:active,
.bootstrap-iso .btn-group.open .dropdown-toggle {
  outline: 0; }

.bootstrap-iso .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.bootstrap-iso .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-iso .btn .caret {
  margin-left: 0; }

.bootstrap-iso .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.bootstrap-iso .dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.bootstrap-iso .btn-group-vertical > .btn,
.bootstrap-iso .btn-group-vertical > .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
  float: none; }

.bootstrap-iso .btn-group-vertical > .btn + .btn,
.bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.bootstrap-iso .btn-group-justified > .btn,
.bootstrap-iso .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.bootstrap-iso .btn-group-justified > .btn-group .btn {
  width: 100%; }

.bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

.bootstrap-iso [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.bootstrap-iso .input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.bootstrap-iso .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.bootstrap-iso .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.bootstrap-iso .input-group-lg > .form-control,
.bootstrap-iso .input-group-lg > .input-group-addon,
.bootstrap-iso .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.bootstrap-iso select.input-group-lg > .form-control,
.bootstrap-iso select.input-group-lg > .input-group-addon,
.bootstrap-iso select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

.bootstrap-iso textarea.input-group-lg > .form-control,
.bootstrap-iso textarea.input-group-lg > .input-group-addon,
.bootstrap-iso textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-lg > .form-control,
.bootstrap-iso select[multiple].input-group-lg > .input-group-addon,
.bootstrap-iso select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.bootstrap-iso .input-group-sm > .form-control,
.bootstrap-iso .input-group-sm > .input-group-addon,
.bootstrap-iso .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.bootstrap-iso select.input-group-sm > .form-control,
.bootstrap-iso select.input-group-sm > .input-group-addon,
.bootstrap-iso select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

.bootstrap-iso textarea.input-group-sm > .form-control,
.bootstrap-iso textarea.input-group-sm > .input-group-addon,
.bootstrap-iso textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-sm > .form-control,
.bootstrap-iso select[multiple].input-group-sm > .input-group-addon,
.bootstrap-iso select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn,
.bootstrap-iso .input-group .form-control {
  display: table-cell; }

.bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.bootstrap-iso .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.bootstrap-iso .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.bootstrap-iso .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.bootstrap-iso .input-group-addon input[type="radio"],
.bootstrap-iso .input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.bootstrap-iso .input-group .form-control:first-child,
.bootstrap-iso .input-group-addon:first-child,
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-iso .input-group-addon:first-child {
  border-right: 0; }

.bootstrap-iso .input-group .form-control:last-child,
.bootstrap-iso .input-group-addon:last-child,
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .input-group-addon:last-child {
  border-left: 0; }

.bootstrap-iso .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.bootstrap-iso .input-group-btn > .btn {
  position: relative; }

.bootstrap-iso .input-group-btn > .btn + .btn {
  margin-left: -1px; }

.bootstrap-iso .input-group-btn > .btn:hover,
.bootstrap-iso .input-group-btn > .btn:focus,
.bootstrap-iso .input-group-btn > .btn:active {
  z-index: 2; }

.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.bootstrap-iso .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.bootstrap-iso .nav > li {
  position: relative;
  display: block; }

.bootstrap-iso .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.bootstrap-iso .nav > li > a:hover,
.bootstrap-iso .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.bootstrap-iso .nav > li.disabled > a {
  color: #777777; }

.bootstrap-iso .nav > li.disabled > a:hover,
.bootstrap-iso .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.bootstrap-iso .nav .open > a,
.bootstrap-iso .nav .open > a:hover,
.bootstrap-iso .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.bootstrap-iso .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.bootstrap-iso .nav > li > a > img {
  max-width: none; }

.bootstrap-iso .nav-tabs {
  border-bottom: 1px solid #dddddd; }

.bootstrap-iso .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.bootstrap-iso .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.bootstrap-iso .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.bootstrap-iso .nav-tabs > li.active > a,
.bootstrap-iso .nav-tabs > li.active > a:hover,
.bootstrap-iso .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.bootstrap-iso .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.bootstrap-iso .nav-tabs.nav-justified > li {
  float: none; }

.bootstrap-iso .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.bootstrap-iso .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.bootstrap-iso .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.bootstrap-iso .nav-tabs.nav-justified > .active > a,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .bootstrap-iso .nav-tabs.nav-justified > .active > a,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.bootstrap-iso .nav-pills > li {
  float: left; }

.bootstrap-iso .nav-pills > li > a {
  border-radius: 4px; }

.bootstrap-iso .nav-pills > li + li {
  margin-left: 2px; }

.bootstrap-iso .nav-pills > li.active > a,
.bootstrap-iso .nav-pills > li.active > a:hover,
.bootstrap-iso .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.bootstrap-iso .nav-stacked > li {
  float: none; }

.bootstrap-iso .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.bootstrap-iso .nav-justified {
  width: 100%; }

.bootstrap-iso .nav-justified > li {
  float: none; }

.bootstrap-iso .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .bootstrap-iso .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .bootstrap-iso .nav-justified > li > a {
    margin-bottom: 0; } }
.bootstrap-iso .nav-tabs-justified {
  border-bottom: 0; }

.bootstrap-iso .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.bootstrap-iso .nav-tabs-justified > .active > a,
.bootstrap-iso .nav-tabs-justified > .active > a:hover,
.bootstrap-iso .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .bootstrap-iso .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .bootstrap-iso .nav-tabs-justified > .active > a,
  .bootstrap-iso .nav-tabs-justified > .active > a:hover,
  .bootstrap-iso .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.bootstrap-iso .tab-content > .tab-pane {
  display: none; }

.bootstrap-iso .tab-content > .active {
  display: block; }

.bootstrap-iso .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .bootstrap-iso .navbar-header {
    float: left; } }
.bootstrap-iso .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.bootstrap-iso .navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .bootstrap-iso .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .bootstrap-iso .navbar-collapse.in {
    overflow-y: visible; }

  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-static-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.bootstrap-iso .navbar-fixed-top .navbar-collapse,
.bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap-iso .navbar-fixed-top .navbar-collapse,
  .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.bootstrap-iso .container > .navbar-header,
.bootstrap-iso .container-fluid > .navbar-header,
.bootstrap-iso .container > .navbar-collapse,
.bootstrap-iso .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .bootstrap-iso .container > .navbar-header,
  .bootstrap-iso .container-fluid > .navbar-header,
  .bootstrap-iso .container > .navbar-collapse,
  .bootstrap-iso .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.bootstrap-iso .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-static-top {
    border-radius: 0; } }
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-fixed-top,
  .bootstrap-iso .navbar-fixed-bottom {
    border-radius: 0; } }
.bootstrap-iso .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.bootstrap-iso .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.bootstrap-iso .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.bootstrap-iso .navbar-brand:hover,
.bootstrap-iso .navbar-brand:focus {
  text-decoration: none; }

.bootstrap-iso .navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar > .container .navbar-brand,
  .bootstrap-iso .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }
.bootstrap-iso .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.bootstrap-iso .navbar-toggle:focus {
  outline: 0; }

.bootstrap-iso .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-toggle {
    display: none; } }
.bootstrap-iso .navbar-nav {
  margin: 7.5px -15px; }

.bootstrap-iso .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .bootstrap-iso .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a,
  .bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .bootstrap-iso .navbar-nav {
    float: left;
    margin: 0; }

  .bootstrap-iso .navbar-nav > li {
    float: left; }

  .bootstrap-iso .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.bootstrap-iso .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .bootstrap-iso .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .bootstrap-iso .navbar-form .form-control-static {
    display: inline-block; }

  .bootstrap-iso .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .bootstrap-iso .navbar-form .input-group .input-group-addon,
  .bootstrap-iso .navbar-form .input-group .input-group-btn,
  .bootstrap-iso .navbar-form .input-group .form-control {
    width: auto; }

  .bootstrap-iso .navbar-form .input-group > .form-control {
    width: 100%; }

  .bootstrap-iso .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .bootstrap-iso .navbar-form .radio,
  .bootstrap-iso .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .bootstrap-iso .navbar-form .radio label,
  .bootstrap-iso .navbar-form .checkbox label {
    padding-left: 0; }

  .bootstrap-iso .navbar-form .radio input[type="radio"],
  .bootstrap-iso .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .bootstrap-iso .navbar-form .form-group {
    margin-bottom: 5px; }

  .bootstrap-iso .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .bootstrap-iso .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.bootstrap-iso .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.bootstrap-iso .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-iso .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.bootstrap-iso .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-iso .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.bootstrap-iso .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .bootstrap-iso .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }
@media (min-width: 768px) {
  .bootstrap-iso .navbar-left {
    float: left !important; }

  .bootstrap-iso .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .bootstrap-iso .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.bootstrap-iso .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.bootstrap-iso .navbar-default .navbar-brand {
  color: #777777; }

.bootstrap-iso .navbar-default .navbar-brand:hover,
.bootstrap-iso .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.bootstrap-iso .navbar-default .navbar-text {
  color: #777777; }

.bootstrap-iso .navbar-default .navbar-nav > li > a {
  color: #777777; }

.bootstrap-iso .navbar-default .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.bootstrap-iso .navbar-default .navbar-nav > .active > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.bootstrap-iso .navbar-default .navbar-toggle {
  border-color: #dddddd; }

.bootstrap-iso .navbar-default .navbar-toggle:hover,
.bootstrap-iso .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.bootstrap-iso .navbar-default .navbar-collapse,
.bootstrap-iso .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.bootstrap-iso .navbar-default .navbar-link {
  color: #777777; }

.bootstrap-iso .navbar-default .navbar-link:hover {
  color: #333333; }

.bootstrap-iso .navbar-default .btn-link {
  color: #777777; }

.bootstrap-iso .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link:focus {
  color: #333333; }

.bootstrap-iso .navbar-default .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.bootstrap-iso .navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.bootstrap-iso .navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.bootstrap-iso .navbar-inverse .navbar-brand:hover,
.bootstrap-iso .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.bootstrap-iso .navbar-inverse .navbar-text {
  color: #9d9d9d; }

.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.bootstrap-iso .navbar-inverse .navbar-toggle {
  border-color: #333333; }

.bootstrap-iso .navbar-inverse .navbar-toggle:hover,
.bootstrap-iso .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.bootstrap-iso .navbar-inverse .navbar-collapse,
.bootstrap-iso .navbar-inverse .navbar-form {
  border-color: #101010; }

.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.bootstrap-iso .navbar-inverse .navbar-link {
  color: #9d9d9d; }

.bootstrap-iso .navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.bootstrap-iso .navbar-inverse .btn-link {
  color: #9d9d9d; }

.bootstrap-iso .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link:focus {
  color: #ffffff; }

.bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.bootstrap-iso .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.bootstrap-iso .breadcrumb > li {
  display: inline-block; }

.bootstrap-iso .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc; }

.bootstrap-iso .breadcrumb > .active {
  color: #777777; }

.bootstrap-iso .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.bootstrap-iso .pagination > li {
  display: inline; }

.bootstrap-iso .pagination > li > a,
.bootstrap-iso .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.bootstrap-iso .pagination > li:first-child > a,
.bootstrap-iso .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.bootstrap-iso .pagination > li:last-child > a,
.bootstrap-iso .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.bootstrap-iso .pagination > li > a:hover,
.bootstrap-iso .pagination > li > span:hover,
.bootstrap-iso .pagination > li > a:focus,
.bootstrap-iso .pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd; }

.bootstrap-iso .pagination > .active > a,
.bootstrap-iso .pagination > .active > span,
.bootstrap-iso .pagination > .active > a:hover,
.bootstrap-iso .pagination > .active > span:hover,
.bootstrap-iso .pagination > .active > a:focus,
.bootstrap-iso .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.bootstrap-iso .pagination > .disabled > span,
.bootstrap-iso .pagination > .disabled > span:hover,
.bootstrap-iso .pagination > .disabled > span:focus,
.bootstrap-iso .pagination > .disabled > a,
.bootstrap-iso .pagination > .disabled > a:hover,
.bootstrap-iso .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.bootstrap-iso .pagination-lg > li > a,
.bootstrap-iso .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.bootstrap-iso .pagination-lg > li:first-child > a,
.bootstrap-iso .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.bootstrap-iso .pagination-lg > li:last-child > a,
.bootstrap-iso .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.bootstrap-iso .pagination-sm > li > a,
.bootstrap-iso .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.bootstrap-iso .pagination-sm > li:first-child > a,
.bootstrap-iso .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-iso .pagination-sm > li:last-child > a,
.bootstrap-iso .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-iso .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.bootstrap-iso .pager li {
  display: inline; }

.bootstrap-iso .pager li > a,
.bootstrap-iso .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.bootstrap-iso .pager li > a:hover,
.bootstrap-iso .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.bootstrap-iso .pager .next > a,
.bootstrap-iso .pager .next > span {
  float: right; }

.bootstrap-iso .pager .previous > a,
.bootstrap-iso .pager .previous > span {
  float: left; }

.bootstrap-iso .pager .disabled > a,
.bootstrap-iso .pager .disabled > a:hover,
.bootstrap-iso .pager .disabled > a:focus,
.bootstrap-iso .pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed; }

.bootstrap-iso .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.bootstrap-iso a.label:hover,
.bootstrap-iso a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.bootstrap-iso .label:empty {
  display: none; }

.bootstrap-iso .btn .label {
  position: relative;
  top: -1px; }

.bootstrap-iso .label-default {
  background-color: #777777; }

.bootstrap-iso .label-default[href]:hover,
.bootstrap-iso .label-default[href]:focus {
  background-color: #5e5e5e; }

.bootstrap-iso .label-primary {
  background-color: #337ab7; }

.bootstrap-iso .label-primary[href]:hover,
.bootstrap-iso .label-primary[href]:focus {
  background-color: #286090; }

.bootstrap-iso .label-success {
  background-color: #5cb85c; }

.bootstrap-iso .label-success[href]:hover,
.bootstrap-iso .label-success[href]:focus {
  background-color: #449d44; }

.bootstrap-iso .label-info {
  background-color: #5bc0de; }

.bootstrap-iso .label-info[href]:hover,
.bootstrap-iso .label-info[href]:focus {
  background-color: #31b0d5; }

.bootstrap-iso .label-warning {
  background-color: #f0ad4e; }

.bootstrap-iso .label-warning[href]:hover,
.bootstrap-iso .label-warning[href]:focus {
  background-color: #ec971f; }

.bootstrap-iso .label-danger {
  background-color: #d9534f; }

.bootstrap-iso .label-danger[href]:hover,
.bootstrap-iso .label-danger[href]:focus {
  background-color: #c9302c; }

.bootstrap-iso .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.bootstrap-iso .badge:empty {
  display: none; }

.bootstrap-iso .btn .badge {
  position: relative;
  top: -1px; }

.bootstrap-iso .btn-xs .badge,
.bootstrap-iso .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.bootstrap-iso a.badge:hover,
.bootstrap-iso a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.bootstrap-iso .list-group-item.active > .badge,
.bootstrap-iso .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff; }

.bootstrap-iso .list-group-item > .badge {
  float: right; }

.bootstrap-iso .list-group-item > .badge + .badge {
  margin-right: 5px; }

.bootstrap-iso .nav-pills > li > a > .badge {
  margin-left: 3px; }

.bootstrap-iso .jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.bootstrap-iso .jumbotron h1,
.bootstrap-iso .jumbotron .h1 {
  color: inherit; }

.bootstrap-iso .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.bootstrap-iso .jumbotron > hr {
  border-top-color: #d5d5d5; }

.bootstrap-iso .container .jumbotron,
.bootstrap-iso .container-fluid .jumbotron {
  border-radius: 6px; }

.bootstrap-iso .jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .bootstrap-iso .jumbotron {
    padding: 48px 0; }

  .bootstrap-iso .container .jumbotron,
  .bootstrap-iso .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .bootstrap-iso .jumbotron h1,
  .bootstrap-iso .jumbotron .h1 {
    font-size: 63px; } }
.bootstrap-iso .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

.bootstrap-iso a.thumbnail:hover,
.bootstrap-iso a.thumbnail:focus,
.bootstrap-iso a.thumbnail.active {
  border-color: #337ab7; }

.bootstrap-iso .thumbnail .caption {
  padding: 9px;
  color: #333333; }

.bootstrap-iso .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.bootstrap-iso .alert h4 {
  margin-top: 0;
  color: inherit; }

.bootstrap-iso .alert .alert-link {
  font-weight: bold; }

.bootstrap-iso .alert > p,
.bootstrap-iso .alert > ul {
  margin-bottom: 0; }

.bootstrap-iso .alert > p + p {
  margin-top: 5px; }

.bootstrap-iso .alert-dismissable,
.bootstrap-iso .alert-dismissible {
  padding-right: 35px; }

.bootstrap-iso .alert-dismissable .close,
.bootstrap-iso .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.bootstrap-iso .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.bootstrap-iso .alert-success hr {
  border-top-color: #c9e2b3; }

.bootstrap-iso .alert-success .alert-link {
  color: #2b542c; }

.bootstrap-iso .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.bootstrap-iso .alert-info hr {
  border-top-color: #a6e1ec; }

.bootstrap-iso .alert-info .alert-link {
  color: #245269; }

.bootstrap-iso .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.bootstrap-iso .alert-warning hr {
  border-top-color: #f7e1b5; }

.bootstrap-iso .alert-warning .alert-link {
  color: #66512c; }

.bootstrap-iso .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.bootstrap-iso .alert-danger hr {
  border-top-color: #e4b9c0; }

.bootstrap-iso .alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.bootstrap-iso .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.bootstrap-iso .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.bootstrap-iso .progress-striped .progress-bar,
.bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.bootstrap-iso .progress.active .progress-bar,
.bootstrap-iso .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.bootstrap-iso .progress-bar-success {
  background-color: #5cb85c; }

.bootstrap-iso .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.bootstrap-iso .progress-bar-info {
  background-color: #5bc0de; }

.bootstrap-iso .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.bootstrap-iso .progress-bar-warning {
  background-color: #f0ad4e; }

.bootstrap-iso .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.bootstrap-iso .progress-bar-danger {
  background-color: #d9534f; }

.bootstrap-iso .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.bootstrap-iso .media {
  margin-top: 15px; }

.bootstrap-iso .media:first-child {
  margin-top: 0; }

.bootstrap-iso .media,
.bootstrap-iso .media-body {
  zoom: 1;
  overflow: hidden; }

.bootstrap-iso .media-body {
  width: 10000px; }

.bootstrap-iso .media-object {
  display: block; }

.bootstrap-iso .media-right,
.bootstrap-iso .media > .pull-right {
  padding-left: 10px; }

.bootstrap-iso .media-left,
.bootstrap-iso .media > .pull-left {
  padding-right: 10px; }

.bootstrap-iso .media-left,
.bootstrap-iso .media-right,
.bootstrap-iso .media-body {
  display: table-cell;
  vertical-align: top; }

.bootstrap-iso .media-middle {
  vertical-align: middle; }

.bootstrap-iso .media-bottom {
  vertical-align: bottom; }

.bootstrap-iso .media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.bootstrap-iso .media-list {
  padding-left: 0;
  list-style: none; }

.bootstrap-iso .list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.bootstrap-iso .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.bootstrap-iso .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.bootstrap-iso .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.bootstrap-iso a.list-group-item {
  color: #555555; }

.bootstrap-iso a.list-group-item .list-group-item-heading {
  color: #333333; }

.bootstrap-iso a.list-group-item:hover,
.bootstrap-iso a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5; }

.bootstrap-iso .list-group-item.disabled,
.bootstrap-iso .list-group-item.disabled:hover,
.bootstrap-iso .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.bootstrap-iso .list-group-item.disabled .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.bootstrap-iso .list-group-item.active .list-group-item-heading,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.bootstrap-iso .list-group-item.active .list-group-item-text,
.bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.bootstrap-iso .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.bootstrap-iso .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

.bootstrap-iso a.list-group-item-success {
  color: #3c763d; }

.bootstrap-iso a.list-group-item-success .list-group-item-heading {
  color: inherit; }

.bootstrap-iso a.list-group-item-success:hover,
.bootstrap-iso a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

.bootstrap-iso a.list-group-item-success.active,
.bootstrap-iso a.list-group-item-success.active:hover,
.bootstrap-iso a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.bootstrap-iso .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

.bootstrap-iso a.list-group-item-info {
  color: #31708f; }

.bootstrap-iso a.list-group-item-info .list-group-item-heading {
  color: inherit; }

.bootstrap-iso a.list-group-item-info:hover,
.bootstrap-iso a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

.bootstrap-iso a.list-group-item-info.active,
.bootstrap-iso a.list-group-item-info.active:hover,
.bootstrap-iso a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.bootstrap-iso .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

.bootstrap-iso a.list-group-item-warning {
  color: #8a6d3b; }

.bootstrap-iso a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

.bootstrap-iso a.list-group-item-warning:hover,
.bootstrap-iso a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

.bootstrap-iso a.list-group-item-warning.active,
.bootstrap-iso a.list-group-item-warning.active:hover,
.bootstrap-iso a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.bootstrap-iso .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

.bootstrap-iso a.list-group-item-danger {
  color: #a94442; }

.bootstrap-iso a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

.bootstrap-iso a.list-group-item-danger:hover,
.bootstrap-iso a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

.bootstrap-iso a.list-group-item-danger.active,
.bootstrap-iso a.list-group-item-danger.active:hover,
.bootstrap-iso a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.bootstrap-iso .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.bootstrap-iso .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.bootstrap-iso .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.bootstrap-iso .panel-body {
  padding: 15px; }

.bootstrap-iso .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.bootstrap-iso .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.bootstrap-iso .panel-title > a,
.bootstrap-iso .panel-title > small,
.bootstrap-iso .panel-title > .small,
.bootstrap-iso .panel-title > small > a,
.bootstrap-iso .panel-title > .small > a {
  color: inherit; }

.bootstrap-iso .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.bootstrap-iso .panel > .list-group,
.bootstrap-iso .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.bootstrap-iso .panel > .list-group .list-group-item,
.bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.bootstrap-iso .list-group + .panel-footer {
  border-top-width: 0; }

.bootstrap-iso .panel > .table,
.bootstrap-iso .panel > .table-responsive > .table,
.bootstrap-iso .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.bootstrap-iso .panel > .table caption,
.bootstrap-iso .panel > .table-responsive > .table caption,
.bootstrap-iso .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.bootstrap-iso .panel > .table:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.bootstrap-iso .panel > .table:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.bootstrap-iso .panel > .panel-body + .table,
.bootstrap-iso .panel > .panel-body + .table-responsive,
.bootstrap-iso .panel > .table + .panel-body,
.bootstrap-iso .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.bootstrap-iso .panel > .table-bordered,
.bootstrap-iso .panel > .table-responsive > .table-bordered {
  border: 0; }

.bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.bootstrap-iso .panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.bootstrap-iso .panel-group {
  margin-bottom: 20px; }

.bootstrap-iso .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.bootstrap-iso .panel-group .panel + .panel {
  margin-top: 5px; }

.bootstrap-iso .panel-group .panel-heading {
  border-bottom: 0; }

.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

.bootstrap-iso .panel-group .panel-footer {
  border-top: 0; }

.bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.bootstrap-iso .panel-default {
  border-color: #dddddd; }

.bootstrap-iso .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.bootstrap-iso .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.bootstrap-iso .panel-primary {
  border-color: #337ab7; }

.bootstrap-iso .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.bootstrap-iso .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff; }

.bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.bootstrap-iso .panel-success {
  border-color: #d6e9c6; }

.bootstrap-iso .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.bootstrap-iso .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.bootstrap-iso .panel-info {
  border-color: #bce8f1; }

.bootstrap-iso .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.bootstrap-iso .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.bootstrap-iso .panel-warning {
  border-color: #faebcc; }

.bootstrap-iso .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.bootstrap-iso .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.bootstrap-iso .panel-danger {
  border-color: #ebccd1; }

.bootstrap-iso .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.bootstrap-iso .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.bootstrap-iso .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.bootstrap-iso .embed-responsive .embed-responsive-item,
.bootstrap-iso .embed-responsive iframe,
.bootstrap-iso .embed-responsive embed,
.bootstrap-iso .embed-responsive object,
.bootstrap-iso .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.bootstrap-iso .embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.bootstrap-iso .embed-responsive-4by3 {
  padding-bottom: 75%; }

.bootstrap-iso .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.bootstrap-iso .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.bootstrap-iso .well-lg {
  padding: 24px;
  border-radius: 6px; }

.bootstrap-iso .well-sm {
  padding: 9px;
  border-radius: 3px; }

.bootstrap-iso .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.bootstrap-iso button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.bootstrap-iso .modal-open {
  overflow: hidden; }

.bootstrap-iso .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.bootstrap-iso .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.bootstrap-iso .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.bootstrap-iso .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.bootstrap-iso .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.bootstrap-iso .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.bootstrap-iso .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.bootstrap-iso .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.bootstrap-iso .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.bootstrap-iso .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.bootstrap-iso .modal-header .close {
  margin-top: -2px; }

.bootstrap-iso .modal-title {
  margin: 0;
  line-height: 1.42857143; }

.bootstrap-iso .modal-body {
  position: relative;
  padding: 15px; }

.bootstrap-iso .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.bootstrap-iso .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.bootstrap-iso .modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.bootstrap-iso .modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.bootstrap-iso .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .bootstrap-iso .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .bootstrap-iso .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .bootstrap-iso .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .bootstrap-iso .modal-lg {
    width: 900px; } }
.bootstrap-iso .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.bootstrap-iso .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.bootstrap-iso .tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.bootstrap-iso .tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.bootstrap-iso .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.bootstrap-iso .tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.bootstrap-iso .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.bootstrap-iso .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.bootstrap-iso .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.bootstrap-iso .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.bootstrap-iso .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.bootstrap-iso .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.bootstrap-iso .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.bootstrap-iso .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.bootstrap-iso .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.bootstrap-iso .popover.top {
  margin-top: -10px; }

.bootstrap-iso .popover.right {
  margin-left: 10px; }

.bootstrap-iso .popover.bottom {
  margin-top: 10px; }

.bootstrap-iso .popover.left {
  margin-left: -10px; }

.bootstrap-iso .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.bootstrap-iso .popover-content {
  padding: 9px 14px; }

.bootstrap-iso .popover > .arrow,
.bootstrap-iso .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.bootstrap-iso .popover > .arrow {
  border-width: 11px; }

.bootstrap-iso .popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.bootstrap-iso .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.bootstrap-iso .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.bootstrap-iso .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bootstrap-iso .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.bootstrap-iso .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.bootstrap-iso .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.bootstrap-iso .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bootstrap-iso .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.bootstrap-iso .carousel {
  position: relative; }

.bootstrap-iso .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.bootstrap-iso .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .bootstrap-iso .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  .bootstrap-iso .carousel-inner > .item.next,
  .bootstrap-iso .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .bootstrap-iso .carousel-inner > .item.prev,
  .bootstrap-iso .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .bootstrap-iso .carousel-inner > .item.next.left,
  .bootstrap-iso .carousel-inner > .item.prev.right,
  .bootstrap-iso .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.bootstrap-iso .carousel-inner > .active,
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  display: block; }

.bootstrap-iso .carousel-inner > .active {
  left: 0; }

.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.bootstrap-iso .carousel-inner > .next {
  left: 100%; }

.bootstrap-iso .carousel-inner > .prev {
  left: -100%; }

.bootstrap-iso .carousel-inner > .next.left,
.bootstrap-iso .carousel-inner > .prev.right {
  left: 0; }

.bootstrap-iso .carousel-inner > .active.left {
  left: -100%; }

.bootstrap-iso .carousel-inner > .active.right {
  left: 100%; }

.bootstrap-iso .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.bootstrap-iso .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.bootstrap-iso .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.bootstrap-iso .carousel-control:hover,
.bootstrap-iso .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-left,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif; }

.bootstrap-iso .carousel-control .icon-prev:before {
  content: '\2039'; }

.bootstrap-iso .carousel-control .icon-next:before {
  content: '\203a'; }

.bootstrap-iso .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.bootstrap-iso .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.bootstrap-iso .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.bootstrap-iso .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.bootstrap-iso .carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-prev,
  .bootstrap-iso .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .bootstrap-iso .carousel-control .glyphicon-chevron-left,
  .bootstrap-iso .carousel-control .icon-prev {
    margin-left: -15px; }

  .bootstrap-iso .carousel-control .glyphicon-chevron-right,
  .bootstrap-iso .carousel-control .icon-next {
    margin-right: -15px; }

  .bootstrap-iso .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .bootstrap-iso .carousel-indicators {
    bottom: 20px; } }
.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:before,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:before,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:before,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:before,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:before,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:before,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:before,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:before,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:before,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:before,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:before,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:before,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:before,
.bootstrap-iso .modal-footer:after {
  content: " ";
  display: table; }

.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:after {
  clear: both; }

.bootstrap-iso .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.bootstrap-iso .pull-right {
  float: right !important; }

.bootstrap-iso .pull-left {
  float: left !important; }

.bootstrap-iso .hide {
  display: none !important; }

.bootstrap-iso .show {
  display: block !important; }

.bootstrap-iso .invisible {
  visibility: hidden; }

.bootstrap-iso .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.bootstrap-iso .hidden {
  display: none !important; }

.bootstrap-iso .affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.bootstrap-iso .visible-xs,
.bootstrap-iso .visible-sm,
.bootstrap-iso .visible-md,
.bootstrap-iso .visible-lg {
  display: none !important; }

.bootstrap-iso .visible-xs-block,
.bootstrap-iso .visible-xs-inline,
.bootstrap-iso .visible-xs-inline-block,
.bootstrap-iso .visible-sm-block,
.bootstrap-iso .visible-sm-inline,
.bootstrap-iso .visible-sm-inline-block,
.bootstrap-iso .visible-md-block,
.bootstrap-iso .visible-md-inline,
.bootstrap-iso .visible-md-inline-block,
.bootstrap-iso .visible-lg-block,
.bootstrap-iso .visible-lg-inline,
.bootstrap-iso .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .bootstrap-iso .visible-xs {
    display: block !important; }

  .bootstrap-iso table.visible-xs {
    display: table; }

  .bootstrap-iso tr.visible-xs {
    display: table-row !important; }

  .bootstrap-iso th.visible-xs,
  .bootstrap-iso td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .bootstrap-iso .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm {
    display: block !important; }

  .bootstrap-iso table.visible-sm {
    display: table; }

  .bootstrap-iso tr.visible-sm {
    display: table-row !important; }

  .bootstrap-iso th.visible-sm,
  .bootstrap-iso td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md {
    display: block !important; }

  .bootstrap-iso table.visible-md {
    display: table; }

  .bootstrap-iso tr.visible-md {
    display: table-row !important; }

  .bootstrap-iso th.visible-md,
  .bootstrap-iso td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg {
    display: block !important; }

  .bootstrap-iso table.visible-lg {
    display: table; }

  .bootstrap-iso tr.visible-lg {
    display: table-row !important; }

  .bootstrap-iso th.visible-lg,
  .bootstrap-iso td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .bootstrap-iso .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .bootstrap-iso .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap-iso .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap-iso .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .bootstrap-iso .hidden-lg {
    display: none !important; } }
.bootstrap-iso .visible-print {
  display: none !important; }

@media print {
  .bootstrap-iso .visible-print {
    display: block !important; }

  .bootstrap-iso table.visible-print {
    display: table; }

  .bootstrap-iso tr.visible-print {
    display: table-row !important; }

  .bootstrap-iso th.visible-print,
  .bootstrap-iso td.visible-print {
    display: table-cell !important; } }
.bootstrap-iso .visible-print-block {
  display: none !important; }

@media print {
  .bootstrap-iso .visible-print-block {
    display: block !important; } }
.bootstrap-iso .visible-print-inline {
  display: none !important; }

@media print {
  .bootstrap-iso .visible-print-inline {
    display: inline !important; } }
.bootstrap-iso .visible-print-inline-block {
  display: none !important; }

@media print {
  .bootstrap-iso .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .bootstrap-iso .hidden-print {
    display: none !important; } }
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.bootstrap-iso .btn-default .badge,
.bootstrap-iso .btn-primary .badge,
.bootstrap-iso .btn-success .badge,
.bootstrap-iso .btn-info .badge,
.bootstrap-iso .btn-warning .badge,
.bootstrap-iso .btn-danger .badge {
  text-shadow: none; }

.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
  background-image: none; }

.bootstrap-iso .btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc; }

.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px; }

.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb; }

.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default:disabled,
.bootstrap-iso .btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none; }

.bootstrap-iso .btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #245580; }

.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px; }

.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active {
  background-color: #265a88;
  border-color: #245580; }

.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary:disabled,
.bootstrap-iso .btn-primary[disabled] {
  background-color: #265a88;
  background-image: none; }

.bootstrap-iso .btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e; }

.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px; }

.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e; }

.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success:disabled,
.bootstrap-iso .btn-success[disabled] {
  background-color: #419641;
  background-image: none; }

.bootstrap-iso .btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9; }

.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px; }

.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9; }

.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info:disabled,
.bootstrap-iso .btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none; }

.bootstrap-iso .btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13; }

.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px; }

.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13; }

.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning:disabled,
.bootstrap-iso .btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none; }

.bootstrap-iso .btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28; }

.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px; }

.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28; }

.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger:disabled,
.bootstrap-iso .btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none; }

.bootstrap-iso .thumbnail,
.bootstrap-iso .img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8; }

.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4; }

.bootstrap-iso .navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .navbar-brand,
.bootstrap-iso .navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.bootstrap-iso .navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); }

.bootstrap-iso .navbar-inverse .navbar-brand,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-iso .navbar-static-top,
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
  border-radius: 0; }

@media (max-width: 767px) {
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); } }
.bootstrap-iso .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-iso .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1; }

.bootstrap-iso .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea; }

.bootstrap-iso .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e; }

.bootstrap-iso .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7; }

.bootstrap-iso .progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); }

.bootstrap-iso .progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); }

.bootstrap-iso .progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); }

.bootstrap-iso .progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); }

.bootstrap-iso .progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); }

.bootstrap-iso .progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); }

.bootstrap-iso .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.bootstrap-iso .list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a; }

.bootstrap-iso .list-group-item.active .badge,
.bootstrap-iso .list-group-item.active:hover .badge,
.bootstrap-iso .list-group-item.active:focus .badge {
  text-shadow: none; }

.bootstrap-iso .panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-iso .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); }

.bootstrap-iso .panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); }

.bootstrap-iso .panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); }

.bootstrap-iso .panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); }

.bootstrap-iso .panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); }

.bootstrap-iso .panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); }

.bootstrap-iso .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

/**** PLUGINS ****/
.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons:after {
    clear: both; }
  .rrssb-buttons:before, .rrssb-buttons:after {
    content: ' ';
    display: table; }
  .rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ed4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #517fa4; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #406582; }
    .rrssb-buttons li.rrssb-delicious a {
      background-color: #0B79E5; }
      .rrssb-buttons li.rrssb-delicious a:hover {
        background-color: #095fb4; }
    .rrssb-buttons li.rrssb-vk a {
      background-color: #4d71a9; }
      .rrssb-buttons li.rrssb-vk a:hover {
        background-color: #3d5a86; }
    .rrssb-buttons li.rrssb-hackernews a {
      background-color: #ff6600; }
      .rrssb-buttons li.rrssb-hackernews a:hover {
        background-color: #cc5200; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      box-sizing: border-box;
      display: block;
      font-size: 11px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s ease-in-out;
      width: 100%; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path {
            fill: #fff; }
      .rrssb-buttons li a .rrssb-text {
        font-size: 80%;
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(1) a {
        font-size: 20px;
        font-size: 4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(2) a, .rrssb-buttons.large-format li:first-child:nth-last-child(2) ~ li a {
        font-size: 16px;
        font-size: 2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(3) a, .rrssb-buttons.large-format li:first-child:nth-last-child(3) ~ li a {
        font-size: 14px;
        font-size: 1.7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(4) a, .rrssb-buttons.large-format li:first-child:nth-last-child(4) ~ li a {
        font-size: 13px;
        font-size: 1.4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(5) a, .rrssb-buttons.large-format li:first-child:nth-last-child(5) ~ li a {
        font-size: 13px;
        font-size: 1.2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(6) a, .rrssb-buttons.large-format li:first-child:nth-last-child(6) ~ li a {
        font-size: 12px;
        font-size: 1.05vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(7) a, .rrssb-buttons.large-format li:first-child:nth-last-child(7) ~ li a {
        font-size: 11px;
        font-size: .9vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(8) a, .rrssb-buttons.large-format li:first-child:nth-last-child(8) ~ li a {
        font-size: 11px;
        font-size: .8vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(9) a, .rrssb-buttons.large-format li:first-child:nth-last-child(9) ~ li a {
        font-size: 11px;
        font-size: .7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(10) a, .rrssb-buttons.large-format li:first-child:nth-last-child(10) ~ li a {
        font-size: 11px;
        font-size: .6vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(11) a, .rrssb-buttons.large-format li:first-child:nth-last-child(11) ~ li a {
        font-size: 11px;
        font-size: .5vw; }
      .rrssb-buttons.large-format li a {
        backface-visibility: hidden;
        border-radius: .2em;
        padding: 8.5% 0 8.5% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          height: 100%;
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%; }
        .rrssb-buttons.large-format li a .rrssb-text {
          backface-visibility: hidden; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
        fill: #ed4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
        fill: #517fa4; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2f4a60; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
        fill: #0B79E5; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #064684; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
        fill: #4d71a9; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2d4263; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
        fill: #ff6600; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #993d00; }

/**** MODULES ****/
#partenariat .partenariat-preview-button {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  margin-top: -35px;
  position: absolute;
  left: -100px;
  top: 50%; }
  #partenariat .partenariat-preview-button.is-hidden {
    display: none; }
  #partenariat .partenariat-preview-button#partenariat-preview-next {
    left: auto;
    right: -100px; }
  #partenariat .partenariat-preview-button:hover {
    opacity: 0.8; }
#partenariat .partenaire-box.is-hidden {
  display: none; }

@media only screen and (max-width: 1200px) {
  #partenariat .partenariat-preview-button#partenariat-preview-next {
    left: auto;
    right: 27%;
    top: -44px; }

  #partenariat .partenariat-preview-button#partenariat-preview-prev {
    left: auto;
    left: 27%;
    top: -44px; } }
@media only screen and (max-width: 769px) {
  #partenariat .partenaire-box.is-hidden {
    display: block; }
  #partenariat .partenariat-preview-button {
    display: none; } }
.one-third.column.construction-partenaires-box {
  float: none;
  display: inline-block; }

.blocConcours {
  clear: both; }
  .blocConcours div {
    margin-bottom: 40px;
    display: block; }
  .blocConcours h3 {
    text-align: left;
    color: #ef4324; }

.selectionTypeConcours {
  font-size: 28px;
  float: left;
  text-align: center;
  padding: 32px 0;
  width: 49%;
  background-color: #e6ebee;
  margin: 40px 0 40px 0; }
  .selectionTypeConcours:hover {
    cursor: pointer; }
  .selectionTypeConcours i {
    display: block;
    font-size: 100px; }

.choixProfessionnel {
  background-color: #e6ebee; }
  .choixProfessionnel i {
    color: #c9ced0; }
  .choixProfessionnel:hover {
    background-color: #ef4324;
    color: #ffffff; }
    .choixProfessionnel:hover i {
      color: #a60b2c; }

.choixEtudiant {
  background-color: #d5dbdf; }
  .choixEtudiant i {
    color: #b2b7ba; }
  .choixEtudiant:hover {
    background-color: #bd0028;
    color: #ffffff; }
    .choixEtudiant:hover i {
      color: #880d27; }

h4.titresonglets {
  text-align: left;
  font-size: 35px; }

h4.titresonglets i {
  color: #df002f; }

#blocConcoursFDMEtudiant {
  display: none; }

#blocConcoursFDMProfessionnel {
  display: none; }

.items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  text-align: left; }

.items .item {
  flex: 1 0 200px;
  box-sizing: border-box; }

#form-inscription-professionnel {
  padding-top: 50px;
  width: 100%; }
  #form-inscription-professionnel h5 {
    text-align: left !important; }

.lienConcours {
  font-size: 35px;
  font-family: BebasNeueBold,sans-serif;
  font-weight: 400; }

.error {
  color: red;
  padding-bottom: 10px; }

input[type=text], input[type=password], input[type=email], select, textarea {
  margin: 0; }

#form-inscription-etudiant .flex-item {
  margin-top: 25px; }
#form-inscription-etudiant h5 {
  margin-top: 15px; }

@media only screen and (max-width: 490px) {
  .selectionTypeConcours {
    padding: 0;
    font-size: 17px;
    margin: 0; }
    .selectionTypeConcours i {
      display: block;
      font-size: 75px; }

  #form-inscription-professionnel .flex-item, #form-inscription-etudiant .flex-item {
    width: 100% !important; } }
#navArtPublic a {
  color: #515A5F; }

.selectionSousSectionAP {
  font-size: 28px;
  float: left;
  text-align: center;
  padding: 0;
  width: 50%;
  background-color: #e6ebee;
  margin: 30px 0 30px 0; }
  .selectionSousSectionAP:hover {
    cursor: pointer; }
  .selectionSousSectionAP i {
    display: block;
    font-size: 50px; }

.choixProfessionnel {
  background-color: #e6ebee; }
  .choixProfessionnel i {
    color: #c9ced0; }
  .choixProfessionnel:hover {
    background-color: #ef4324;
    color: #ffffff; }
    .choixProfessionnel:hover i {
      color: #a60b2c; }

.choixEtudiant {
  background-color: #d5dbdf; }
  .choixEtudiant i {
    color: #b2b7ba; }
  .choixEtudiant:hover {
    background-color: #bd0028;
    color: #ffffff; }
    .choixEtudiant:hover i {
      color: #880d27; }

@media only screen and (max-width: 490px) {
  .selectionSousSectionAP {
    margin: 0 0 25px 0;
    font-size: 19px; }
    .selectionSousSectionAP i {
      font-size: 38px; }

  .selectionTypeConcours {
    margin: 25px 0; }
    .selectionTypeConcours i {
      display: block;
      font-size: 55px; } }
.gd-slide-project {
  margin: 0 auto;
  width: 960px; }

.gd-slide-project li {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 300px; }

.gd-slide-project li:hover {
  opacity: 0.9; }

.gd-slide h3 {
  margin-bottom: 40px; }

.gd-slide h3 a {
  background: none;
  border-color: #ef4324;
  color: #ef4324;
  font-size: 28px; }

.gd-slide h3 a:hover {
  background: #ef4324;
  color: #fff !important; }

.gd-slide h3 br {
  display: none; }

.gd-slide p {
  color: #000;
  font-family: "Gotham-Book", sans-serif; }

.gd-slide h4 {
  background: #c6c7c9;
  box-sizing: border-box;
  color: #fff;
  font-family: "Gotham", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  padding: 12px;
  text-transform: uppercase;
  width: 291px;
  /* size of the image above */ }

.slider-control {
  bottom: 40px;
  left: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 100; }

.slider-control li {
  background: #f1efef;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  margin: 0 10px;
  width: 26px; }

.slider-control li:first-child {
  margin-left: 0; }

.slider-control li:last-child {
  margin-right: 0; }

.slider-control li.active {
  background: #d4d4d5; }

.gd-slide {
  display: none;
  background-size: auto 100%; }

.gd-slide[data-slide="1"] {
  height: 100%;
  background: url("/images/mood/photo1.jpg") center -160px no-repeat;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 0; }

.gd-slide[data-slide="2"] {
  height: 100%;
  background: url("/images/mood/Photo2.jpg") center -160px no-repeat;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 0; }

.gd-slide[data-slide="3"] {
  height: 100%;
  background: url("/images/mood/Photo3.jpg") center center no-repeat;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 0; }

.happiness-tag {
  background: #ef4324;
  font-family: "Gotham", sans-serif !important;
  font-weight: 500;
  font-size: 25px;
  line-height: 115%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  letter-spacing: 1px;
  padding: 20px 20px 20px; }

.gd-slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.home-slider {
  position: relative; }

.slide-content-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.slide-content-wrap-paragraph {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px; }

@media only screen and (min-width: 1930px) {
  .gd-slide {
    background-size: cover !important; } }
@media only screen and (max-width: 960px) {
  .gd-slide {
    position: absolute; }

  .home-slider {
    height: auto !important; }

  .gd-slide-project {
    width: 100%; }

  .gd-slide-project li {
    display: block;
    margin: 20px auto; }

  .happiness-tag {
    padding: 20px;
    text-align: center;
    width: 100%; }

  .gd-slide .container {
    width: 100%; }

  .gd-slide h3 {
    margin-left: 20px;
    margin-right: 20px; }

  .gd-slide h3 a {
    font-size: 23px; }

  .gd-slide h3 br {
    display: inline-block; }

  .slide-content-wrap {
    top: 50%; }

  .slider-control {
    display: none; }

  .slide-content-wrap-paragraph {
    margin-top: 15px;
    font-size: 16px; }

  .gd-slide {
    display: none;
    background-size: cover !important;
    background-position: center center !important; }

  .gd-slide[data-slide="1"] {
    height: 100%;
    background: url("/images/mood/mood-mobile/photo1.jpg") center -160px no-repeat;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 0; }

  .gd-slide[data-slide="2"] {
    height: 100%;
    background: url("/images/mood/mood-mobile/Photo2.jpg") center -160px no-repeat;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 0; }

  .gd-slide[data-slide="3"] {
    height: 100%;
    background: url("/images/mood/mood-mobile/Photo3.jpg") center center no-repeat;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 0; } }
@media only screen and (max-width: 500px) {
  .gd-slide[data-slide="1"] {
    height: 100%;
    padding-bottom: 40px;
    text-align: center;
    margin-top: 0; }

  .happiness-tag {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
@media only screen and (max-width: 500px) {
  .slide-content-wrap-paragraph {
    font-size: 14px; }

  .slide-content-wrap {
    top: 65%; }

  .home-slider {
    min-height: 0; } }
/**** FONTS ****/
@font-face {
  font-family: "BebasNeue";
  font-weight: 600;
  src: url("../fonts/BebasNeueBold.otf"); }
input[type="button"], button {
  outline: none; }

input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0; }

.company.gd, .company.di, .company.mlm {
  height: 50px; 

}

.learn-more-external-link {
  float: right;
  padding: 10px; }

.learn-more-link {
  color: #ef4324; }

.project-description {
  font-size: 18px;
  margin: 10px auto 20px auto;
  display: block;
  text-align: justify;
  width: 97%; }

#employee-access-button {
  background: none;
  border: none;
  text-align: center;
  display: table-cell;
  width: 200px;
  height: 65px;
  font-family: 'Montserrat', sans-serif;
  color: #ef4324;
  font-size: 17px;
  font-weight: 700;
  vertical-align: bottom;
  text-transform: uppercase; }
  #employee-access-button .btn-content {
    display: inline-block;
    position: relative; }
    #employee-access-button .btn-content i {
      font-size: 30px;
      padding-left: 0; }
    #employee-access-button .btn-content img {
      vertical-align: baseline; }
  #employee-access-button .btn-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ef4324;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  #employee-access-button:hover .btn-content:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

#user-login .error-message {
  padding: 15px;
  text-align: center;
  color: white;
  background-color: #c52b2b;
  border-radius: 10px;
  margin-bottom: 10px;
  display: none; }
  #user-login .error-message.h3 {
    margin: 0; }

.modal-backdrop {
  opacity: 0.6 !important; }

.ui-dialog .ui-dialog-titlebar-close:before {
  content: 'X';
  display: inline-block;
  position: relative;
  top: -1px;
  right: -1px; }

.sub-nav a {
  font-size: 16.5px; }

nav.light .main-menu > li > ul {
  left: 15px; }

/******************************** MEDIA FIX 03-08-2015 ********************************/
/* CSS for media in this website are a mess at this very moment... I'll try to put a structure from now on in there,
   SASS will be used for mobile section, dividing parts of the website into different modules and files for clarity in the folder media.*/
/* This includes media css for everything on the index page */
@media only screen and (max-width: 769px) {
  .panel-arrow {
    display: none; }

  .service-box.height412 {
    height: auto;
    margin: 20px 0; }

  p.quote br {
    display: none;
    margin-right: 0;
    text-align: center; }

  p.quote {
    margin-top: 15px; }

  p.quote {
    font-size: 23px;
    margin: 15px 0 0 0 !important; }

  .quote-author {
    margin-right: 0 !important;
    text-align: center; }

  .service-box {
    height: auto !important; }

  .quote i {
    display: none; }

  .lcnb_txt.lcnb_shorten {
    font-size: 11px;
    text-align: left; }

  .slabtext-special {
    margin-left: 18px !important; }

  #nousjoindre p {
    text-align: left; }

  #nousjoindre p a {
    display: block; }

  #nousjoindre .separator {
    display: none; }

  #nousjoindre .container {
    display: block;
    width: auto; }

  .slabtextdone .slabtext {
    padding: 0; }

  .slabtext-special h2 {
    margin-top: 25px; } }
@media only screen and (max-width: 769px) {
  #propos {
    box-sizing: border-box;
    padding: 20px; }

  #propos h7 {
    font-size: 12px;
    margin-bottom: 20px; }

  #propos h6 {
    font-size: 21px; } }
nav.light li:hover ul {
  top: 32px;
  padding-top: 4px; }

@media only screen and (max-width: 1475px) {
  nav.light li:hover ul {
    top: 28px; } }
@media only screen and (max-width: 1200px) {
  nav.light li:hover ul {
    top: 25px; } }
@media only screen and (max-width: 1075px) {
  nav.light li:hover ul {
    top: 23px; } }
.breadcrumbs {
  display: block;
  margin: 20px 0;
  text-align: left; }

.breadcrumbs li:before {
  color: #ef4324;
  content: '>';
  padding: 0 10px; }

.breadcrumbs li:last-child:before {
  color: #ccc; }

.breadcrumbs li:first-child:before {
  content: '';
  padding: 0; }

.breadcrumbs li {
  display: inline-block;
  text-align: left; }

.breadcrumbs li a.active {
  color: #ccc;
  text-decoration: underline; }

@media only screen and (max-width: 769px) {
  .copyright .container {
    width: auto; } }
@media only screen and (max-width: 769px) {
  #services {
    padding: 20px; } }
@media only screen and (max-width: 769px) {
  #emplois {
    padding: 20px; }

  .company {
    display: block;
    margin: 0 auto;
    position: static !important;
    text-align: center; }

  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.fixed-dialog.ui-dialog-buttons {
    max-width: 100%; }

  table.job-application td:first-child {
    width: auto; }

  #formDisclaimer {
    display: none; } }
@media only screen and (max-width: 769px) {
  #direction {
    padding: 20px; }

  #direction .sigle {
    font-size: 11px; }

  .team-member {
    vertical-align: top; } }
@media only screen and (max-width: 769px) {
  #nouvelles {
    padding: 20px; } }
@media only screen and (max-width: 769px) {
  #residentiel {
    padding: 20px; }

  #faubourg-du-moulin {
    padding: 20px; }

  #altura-condos-urbains {
    padding: 20px; } }
@media only screen and (max-width: 769px) {
  #commercial {
    padding: 20px; } }
@media only screen and (max-width: 1700px) {
  .main-menu a {
    font-size: 18px; } }
@media only screen and (max-width: 1500px) {
  .main-menu a {
    font-size: 16px; } }
@media only screen and (max-width: 1450px) {
  .main-menu a {
    font-size: 14px; }

  .main-menu.large, .logo.large {
    height: 125px; }

  .logo.large {
    height: 133px; }

  .home-slider {
    height: calc(100% - 132px) !important; } }
@media only screen and (max-width: 1275px) {
  .main-menu a {
    font-size: 12.5px; } }
@media only screen and (max-width: 1200px) {
  .home-slider {
    height: calc(100% - 61px) !important; } }
@media only screen and (min-width: 770px) {
  .mobile-only {
    display: none; }

  .desktop-only {
    display: block; } }
/* Those rules apply to every media page (or more then one) */
@media only screen and (max-width: 769px) {
  .service-box.company-logo {
    height: 200px !important;
    width: 200px !important; }

  .mobile-only {
    display: block; }

  .desktop-only {
    display: none; }

  .title h1, .service-box .service-icon {
    margin-top: 40px; }

  .container {
    width: auto; }

  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
    width: auto; }

  .container .column, .container .columns {
    float: none; }

  .page {
    padding: 20px !important; }

  .sixteen.columns {
    clear: both;
    display: block; }

  .learn-more-external-link {
    float: left;
    padding: 10px 0;
    text-align: left; } }
	
/* SWIPER */
.swiper {
	width: 100%;
}
.swiper-wrapper{
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0!important;
	padding-top: 56.25%;
}

.swiper-slide img {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {
	.swiper-slide {
		padding-top: 0;
		height: 100%!important;
		
	}
	.swiper-slide img{
		position: relative;
	}
}

.swiper-pagination-bullet-active{
	background: #ef4324!important;
}
.swiper-button-next, .swiper-button-prev{
	color: #ef4324!important;
}
/*# sourceMappingURL=global.css.map */
