/*
 * *(TEMPLATE_NAME)*
 *
 * *(LICENCE)*
 *
 * *(COPYRIGHT)*
 *
 */
#style-switcher {
  position: absolute;
  left: 0px;
  top: 65px;
  z-index: 10000;
}
#style-switcher .btn, #style-switcher .btn-group.open .dropdown-toggle {
  -moz-border-radius-topright: 50%;
  -webkit-border-top-right-radius: 50%;
  border-top-right-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -webkit-border-bottom-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 2em;
  height: 2em;
  padding: 0;
  color: #444444;
  background: #f2f2f4;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#style-switcher .dropdown-menu {
  width: 250px;
  left: 40px;
  top: -28px;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #f2f2f4;
  -webkit-box-shadow: 0px 1px 1px rgba(216, 216, 216, 0.4), 0px 0px 30px rgba(242, 242, 244, 0.4) inset;
  -moz-box-shadow: 0px 1px 1px rgba(216, 216, 216, 0.4), 0px 0px 30px rgba(242, 242, 244, 0.4) inset;
  box-shadow: 0px 1px 1px rgba(216, 216, 216, 0.4), 0px 0px 30px rgba(242, 242, 244, 0.4) inset;
}
#style-switcher .dropdown-menu ul {
  list-style-type: none;
  margin: 0;
}
#style-switcher .dropdown-menu ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#style-switcher .theme-colors, #style-switcher .theme-patterns {
  text-align: center;
}
#style-switcher .theme-colors li, #style-switcher .theme-patterns li {
  display: inline-block;
}
#style-switcher .theme-colors li a, #style-switcher .theme-patterns li a {
  display: inline-block;
  text-indent: -999em;
  width: 42px;
  height: 42px;
  margin: 10px;
  padding: 0;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
  cursor: pointer;
}
#style-switcher .theme-colors a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#style-switcher .theme-colors .color-red {
  background-color: #b14949;
  -webkit-box-shadow: 0px 2px 4px #8d3a3a inset;
  -moz-box-shadow: 0px 2px 4px #8d3a3a inset;
  box-shadow: 0px 2px 4px #8d3a3a inset;
}
#style-switcher .theme-colors .color-red:hover {
  background-color: #a64545;
  background-image: none;
  -webkit-box-shadow: 0px 3px 6px #692b2b inset;
  -moz-box-shadow: 0px 3px 6px #692b2b inset;
  box-shadow: 0px 3px 6px #692b2b inset;
}
#style-switcher .theme-colors .color-brown {
  background-color: #764520;
  -webkit-box-shadow: 0px 2px 4px #4e2e15 inset;
  -moz-box-shadow: 0px 2px 4px #4e2e15 inset;
  box-shadow: 0px 2px 4px #4e2e15 inset;
}
#style-switcher .theme-colors .color-brown:hover {
  background-color: #6a3e1d;
  background-image: none;
  -webkit-box-shadow: 0px 3px 6px #26160a inset;
  -moz-box-shadow: 0px 3px 6px #26160a inset;
  box-shadow: 0px 3px 6px #26160a inset;
}
#style-switcher .theme-colors .color-blue {
  background-color: #42576a;
  -webkit-box-shadow: 0px 2px 4px #2e3d4b inset;
  -moz-box-shadow: 0px 2px 4px #2e3d4b inset;
  box-shadow: 0px 2px 4px #2e3d4b inset;
}
#style-switcher .theme-colors .color-blue:hover {
  background-color: #3c4f61;
  background-image: none;
  -webkit-box-shadow: 0px 3px 6px #1b232b inset;
  -moz-box-shadow: 0px 3px 6px #1b232b inset;
  box-shadow: 0px 3px 6px #1b232b inset;
}
#style-switcher .theme-patterns li {
  display: block;
  float: left;
}
#style-switcher .theme-patterns li:nth-child(4n+1) {
  clear: both;
}
#style-switcher .theme-patterns a {
  -webkit-box-shadow: 0px 1px 4px rgba(119, 119, 119, 0.5) inset;
  -moz-box-shadow: 0px 1px 4px rgba(119, 119, 119, 0.5) inset;
  box-shadow: 0px 1px 4px rgba(119, 119, 119, 0.5) inset;
}
#style-switcher .theme-patterns a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0px 1px 6px rgba(119, 119, 119, 0.7) inset;
  -moz-box-shadow: 0px 1px 6px rgba(119, 119, 119, 0.7) inset;
  box-shadow: 0px 1px 6px rgba(119, 119, 119, 0.7) inset;
}
#style-switcher .theme-patterns .pattern-lghtmesh {
  background-image: url(../images/patterns_thumb/lghtmesh.png);
}
#style-switcher .theme-patterns .pattern-pw-maze-black {
  background-image: url(../images/patterns_thumb/pw_maze_black.png);
}
#style-switcher .theme-patterns .pattern-bedge-grunge {
  background-image: url(../images/patterns_thumb/bedge_grunge.png);
}
#style-switcher .theme-patterns .pattern-bgnoise_lg {
  background-image: url(../images/patterns_thumb/bgnoise_lg.png);
}
#style-switcher .theme-patterns .pattern-noisy-grid {
  background-image: url(../images/patterns_thumb/noisy_grid.png);
}
#style-switcher .theme-patterns .pattern-retina-wood {
  background-image: url(../images/patterns_thumb/retina_wood.png);
}
#style-switcher .theme-patterns .pattern-concrete-wall {
  background-image: url(../images/patterns_thumb/concrete_wall_2.png);
}
#style-switcher .theme-patterns .pattern-creampaper {
  background-image: url(../images/patterns_thumb/creampaper.png);
}
#style-switcher .theme-patterns .pattern-crisp-paper-ruffles {
  background-image: url(../images/patterns_thumb/crisp_paper_ruffles.png);
}
#style-switcher .theme-patterns .pattern-crissXcross {
  background-image: url(../images/patterns_thumb/crissXcross.png);
}
#style-switcher .theme-patterns .pattern-dark-wall {
  background-image: url(../images/patterns_thumb/dark_wall.png);
}
#style-switcher .theme-patterns .pattern-dark-wood {
  background-image: url(../images/patterns_thumb/dark_wood.png);
}
#style-switcher .theme-patterns .pattern-darkdenim3 {
  background-image: url(../images/patterns_thumb/darkdenim3.png);
}
#style-switcher .theme-patterns .pattern-debut-dark {
  background-image: url(../images/patterns_thumb/debut_dark.png);
}
#style-switcher .theme-patterns .pattern-first-aid-kit {
  background-image: url(../images/patterns_thumb/first_aid_kit.png);
}
#style-switcher .theme-patterns .pattern-gradient-squares {
  background-image: url(../images/patterns_thumb/gradient_squares.png);
}
#style-switcher .theme-patterns .pattern-gray-jean {
  background-image: url(../images/patterns_thumb/gray_jean.png);
}
#style-switcher .theme-patterns .pattern-grey {
  background-image: url(../images/patterns_thumb/grey.png);
}
#style-switcher .theme-patterns .pattern-grid {
  background-image: url(../images/patterns_thumb/grid.png);
}
#style-switcher .theme-patterns .pattern-honey-im-subtle {
  background-image: url(../images/patterns_thumb/honey_im_subtle.png);
}
#style-switcher .theme-patterns .pattern-husk {
  background-image: url(../images/patterns_thumb/husk.png);
}
#style-switcher .theme-patterns .pattern-ice-age {
  background-image: url(../images/patterns_thumb/ice_age.png);
}
#style-switcher .theme-patterns .pattern-irongrip {
  background-image: url(../images/patterns_thumb/irongrip.png);
}
#style-switcher .theme-patterns .pattern-little-pluses {
  background-image: url(../images/patterns_thumb/little_pluses.png);
}
#style-switcher .theme-patterns .pattern-nasty-fabric {
  background-image: url(../images/patterns_thumb/nasty_fabric.png);
}
#style-switcher .theme-patterns .pattern-subtle-stripes {
  background-image: url(../images/patterns_thumb/subtle_stripes.png);
}
#style-switcher .theme-patterns .pattern-noise-lines {
  background-image: url(../images/patterns_thumb/noise_lines.png);
}
#style-switcher .theme-patterns .pattern-project-papper {
  background-image: url(../images/patterns_thumb/project_papper.png);
}
#style-switcher .theme-patterns .pattern-purty-wood {
  background-image: url(../images/patterns_thumb/purty_wood.png);
}
#style-switcher .theme-patterns .pattern-px-by-Gre3g {
  background-image: url(../images/patterns_thumb/px_by_Gre3g.png);
}
#style-switcher .theme-patterns .pattern-subtle-grunge {
  background-image: url(../images/patterns_thumb/subtle_grunge.png);
}
#style-switcher .theme-patterns .pattern-texturetastic-gray {
  background-image: url(../images/patterns_thumb/texturetastic_gray.png);
}
#style-switcher .theme-patterns .pattern-tileable-wood-texture {
  background-image: url(../images/patterns_thumb/tileable_wood_texture.png);
}
#style-switcher .theme-patterns .pattern-wild-oliva {
  background-image: url(../images/patterns_thumb/wild_oliva.png);
}
#style-switcher .theme-patterns .pattern-wood-pattern {
  background-image: url(../images/patterns_thumb/wood_pattern.png);
}
#style-switcher .theme-patterns .pattern-exclusive-paper {
  background-image: url(../images/patterns_thumb/exclusive_paper.png);
}

@media (max-width: 979px) {
  #style-switcher {
    display: none;
  }
}
/* ------------------------------------- */
/* --------- TABLE OF CONTENTS --------- */
/*
/* 1. GENERAL TYPOGRAPHY RULES
/* - 1.1 Body typography
/* - 1.2 Headers
/* - 1.3 Links
/* - 1.4 Lead text
/* - 1.5 Selection colors
/* - 1.6 form elements
/* - 1.7 Figures
/* - 1.8 Pre and code
/* - 1.9 hr
/* - 1.10 Font weight classes
/* - 1.11 Font size classes
/* - 1.12 Font color classes
/* - 1.13 Text aligns classes
/* - 1.14 Text transform classes
/*
/* 2. GENERAL LAYOUT RULES
/* - 2.1 body style
/* - 2.2 wrappers and containers
/* - 2.3 Sections
/* - 2.4 Push to edge elements
/*
/* 3. HEADER
/* - 3.1 Brand
/* - 3.2 Navigation bar
/* - 3.3 Menu bar
/*
/* 4. FOOTER
/*
/* 5. PAGE TEMPLATES
/* - 5.1 Blog
/* -- 5.1.1 Blog elements
/* -- 5.1.2 Blog comments
/* -- 5.1.3 Blog timeline
/* - 5.2 Contact Page
/* - 5.3 Sidebar
/* -- 5.3.1 General widget
/* -- 5.3.2 Search widget
/* -- 5.3.3 List widget
/* -- 5.3.4 Tags widget
/* - 5.4 Docs sidebar
/*
/* 6. THEME COMPONENTS
/* - 6.1 Round boxes
/* - 6.2 Flexslider
/* -- 6.2.1 Default styles
/* -- 6.2.2 Controls
/* -- 6.2.3 Direction arrow
/* - 6.3 Portfolio
/* -- 6.3.1 Portfolio filters
/* -- 6.3.2 Portfolio Item
/* -- 6.3.3 Portfolio Title
/* -- 6.3.4 Portfolio Plus icon
/* - 6.4 Social icons
/* - 6.5 Fade in links
/*
/* 7. BOOTSTRAP OVERRIDES
/* - 7.1 Hero unit
/* - 7.2 Super hero unit
/* - 7.3 Section headers
/* - 7.4 tooltips
/* - 7.5 Icons list
/* - 7.6 Inline list
/* - 7.7  Wells
/* -- 7.7.1 General well
/* -- 7.7.2 Blockquote well
/* -- 7.7.3 Package well
/* - 7.8 Accordion
/* - 7.9 Pagination
/* - 7.10 Affix
/* - 7.11 Thumbnails
/* - 7.12 Tabs
/* - 7.13 Alerts
/* - 7.14 Progress bars
/* - 7.15 Image styles
/*
/* 8. UTILITY CLASSES
/* - 8.1 Margin controls
/* - 8.2 Block behaviors
/* - 8.3 Responsive videos
/*
/* 9. MEDIA QUERIES
/* - 9.1 Big screens
/* - 9.2 Up to default desktop
/* -- 9.2.1 layout
/* -- 9.2.2 Header
/* -- 9.2.3 Docs sidebar
/* - 9.3 Portrait tablet to default desctop
/* - 9.4 Landscape phone to small desktop & porttrait tablet
/* -- 9.4.1 typography
/* -- 9.4.2 Layout
/* -- 9.4.3 Header
/* -- 9.4.4 Super hero unit
/* -- 9.4.5 Flexslider
/* -- 9.4.6 Icon lists
/* -- 9.4.7 Small screen helper classes
/* -- 9.4.8 Fix for form inputs
/* -- 9.4.9 Sidebar
/* -- 9.4.10 Blog Comments
/* -- 9.4.11 Docs sidebar
/* - 9.5 Up to landscape phone
/* -- 9.5.1 Typography
/* -- 9.5.2 Layout
/* -- 9.5.3 Map
/* -- 9.5.4 Timeline
/* -- 9.5.6 Blog
/* -- 9.5.7 Blog Comments
/* - 9.6 Up to portrait phone
/* -- 9.6.1 Typography
/* -- 9.6.2 Super hero unit
/* - 9.7 - Retina displays
/*
/* 10. THEME COLORS
/* - 10.1 Brown theme
/* - 10.2 Red theme
/*
/* 11. KEYFRAME ANIMATIONS */
/*
/* 12. INTERNET EXPLORER 8 FIXES
/*
/* --------- END TABLE OF CONTENTS --------- */
/* ----------------------------------------- */
/* 1. GENERAL TYPOGRAPHY RULES */
/* --------------------------- */
/* - 1.1 Body typography - */
body {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
}

/* - 1.2 Headers - */
h1, h2, h3, h4, h5 {
  color: #222222;
  text-transform: uppercase;
  margin: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  text-transform: none;
  color: #444444;
}

h1 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}

h1 small {
  font-size: 24px;
}

h1.super {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  line-height: 72px;
}

h1.hyper {
  font-size: 240px;
  font-weight: 900;
  text-align: center;
}

h2 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 12px;
}

h2 small {
  font-size: 16px;
}

h2.compact {
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 24px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  margin: 0;
}

/* - 1.3 Links - */
a {
  color: #1D69B1;
  text-decoration: none;
}
a:hover {
  color: #00B8FF;
  text-decoration: none;
}

/* - 1.4 Lead text - */
.lead {
  font-weight: 300;
}

/* - 1.5 Selection colors - */
::selection {
  background: #42576a;
  color: white;
}

::-moz-selection {
  background: #42576a;
  color: white;
}

/* - 1.6 Form elements - */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #444444;
  -webkit-box-shadow: 0px 0px 1px white inset;
  -moz-box-shadow: 0px 0px 1px white inset;
  box-shadow: 0px 0px 1px white inset;
  /*-webkit-appearance: none;*/
  text-shadow: 0px 1px 0px white;
  outline: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: white;
  -webkit-box-shadow: 0 0 8px rgba(66, 87, 106, 0.6);
  -moz-box-shadow: 0 0 8px rgba(66, 87, 106, 0.6);
  box-shadow: 0 0 8px rgba(66, 87, 106, 0.6);
}

/* - 1.7 Figures - */
figure {
  margin: 0 0 12px;
}

/* - 1.8 Pre and code - */
pre, code, var, kbd, samp, tt, dir, listing, plaintext, xmp, abbr, acronym, blockquote, q {
  font-size: 14px;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

pre {
  background-color: #fafafb;
  border-color: #d8d8d8 #d8d8d8 #e5e5e5 #d8d8d8;
  -webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
  -moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
  box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.2) inset;
  color: #42576a;
}

blockquote small {
  color: #a5a5a5;
}
.section-alt blockquote {
  border-color: #d8d8d8;
}

/* - 1.9 hr - */
.section-alt hr {
  border-bottom-color: #d8d8d8;
}
hr.invisible {
  border-bottom-color: transparent;
}

/* - 1.10 Font weight classes - */
.black {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.lighter {
  font-weight: 100;
}

/* - 1.11 Font size classes - */
.big {
  font-size: 1.5em;
}

.bigger {
  font-size: 2em;
}

/* - 1.12 Font color classes - */
.gray {
  color: #777777 !important;
}

.blue {
  color: #42576a !important;
}

.red {
  color: #b14949 !important;
}

.white {
  color: white;
}

/* - 1.13 Text aligns classes - */
.text-left {
  text-align: left !important;
}

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

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

/* - 1.14 Text transform classes - */
.text-caps {
  text-transform: uppercase !important;
}

.text-italic {
  font-style: italic;
}

/* 2. GENERAL LAYOUT RULES */
/* ----------------------- */
/* - 2.1 body style - */
body {
  background: #001029 url(../images/backgrounds/plongee.jpg) top center no-repeat;
}

body.theme-pattern-lghtmesh {
  background: #f2f2f4 url(../images/backgrounds/lghtmesh.png);
}

body.theme-pattern-pw-maze-black {
  background: #f2f2f4 url(../images/backgrounds/pw_maze_black.png);
}

body.theme-pattern-bedge_grunge {
  background: #f2f2f4 url(../images/backgrounds/bedge_grunge.png);
}

body.theme-pattern-bgnoise_lg {
  background: #f2f2f4 url(../images/backgrounds/bgnoise_lg.png);
}

body.theme-pattern-noisy-grid {
  background: #f2f2f4 url(../images/backgrounds/noisy-grid.png);
}

body.theme-pattern-retina-wood {
  background: #f2f2f4 url(../images/backgrounds/retina_wood.png);
}

body.theme-pattern-concrete-wall {
  background: #f2f2f4 url(../images/backgrounds/concrete_wall_2.png);
}

body.theme-pattern-creampaper {
  background: #f2f2f4 url(../images/backgrounds/creampaper.png);
}

body.theme-pattern-crisp-paper-ruffles {
  background: #f2f2f4 url(../images/backgrounds/crisp_paper_ruffles.png);
}

body.theme-pattern-crissXcross {
  background: #f2f2f4 url(../images/backgrounds/crissXcross.png);
}

body.theme-pattern-dark-wall {
  background: #f2f2f4 url(../images/backgrounds/dark_wall.png);
}

body.theme-pattern-dark-wood {
  background: #f2f2f4 url(../images/backgrounds/dark_wood.png);
}

body.theme-pattern-darkdenim3 {
  background: #f2f2f4 url(../images/backgrounds/darkdenim3.png);
}

body.theme-pattern-debut-dark {
  background: #f2f2f4 url(../images/backgrounds/debut_dark.png);
}

body.theme-pattern-first-aid-kit {
  background: #f2f2f4 url(../images/backgrounds/first_aid_kit.png);
}

body.theme-pattern-gradient-squares {
  background: #f2f2f4 url(../images/backgrounds/gradient_squares.png);
}

body.theme-pattern-gray-jean {
  background: #f2f2f4 url(../images/backgrounds/gray_jean.png);
}

body.theme-pattern-grey {
  background: #f2f2f4 url(../images/backgrounds/grey.png);
}

body.theme-pattern-grid {
  background: #f2f2f4 url(../images/backgrounds/grid.png);
}

body.theme-pattern-honey-im-subtle {
  background: #f2f2f4 url(../images/backgrounds/honey_im_subtle.png);
}

body.theme-pattern-husk {
  background: #f2f2f4 url(../images/backgrounds/husk.png);
}

body.theme-pattern-ice-age {
  background: #f2f2f4 url(../images/backgrounds/ice_age.png);
}

body.theme-pattern-irongrip {
  background: #f2f2f4 url(../images/backgrounds/irongrip.png);
}

body.theme-pattern-little-pluses {
  background: #f2f2f4 url(../images/backgrounds/little_pluses.png);
}

body.theme-pattern-nasty-fabric {
  background: #f2f2f4 url(../images/backgrounds/nasty_fabric.png);
}

body.theme-pattern-subtle-stripes {
  background: #f2f2f4 url(../images/backgrounds/subtle_stripes.png);
}

body.theme-pattern-noise-lines {
  background: #f2f2f4 url(../images/backgrounds/noise_lines.png);
}

body.theme-pattern-project-papper {
  background: #f2f2f4 url(../images/backgrounds/project_papper.png);
}

body.theme-pattern-purty-wood {
  background: #f2f2f4 url(../images/backgrounds/purty_wood.png);
}

body.theme-pattern-px-by-Gre3g {
  background: #f2f2f4 url(../images/backgrounds/px_by_Gre3g.png);
}

body.theme-pattern-subtle-grunge {
  background: #f2f2f4 url(../images/backgrounds/subtle_grunge.png);
}

body.theme-pattern-texturetastic-gray {
  background: #f2f2f4 url(../images/backgrounds/texturetastic_gray.png);
}

body.theme-pattern-tileable-wood-texture {
  background: #f2f2f4 url(../images/backgrounds/tileable_wood_texture.png);
}

body.theme-pattern-wild-oliva {
  background: #f2f2f4 url(../images/backgrounds/wild_oliva.png);
}

body.theme-pattern-wood-pattern {
  background: #f2f2f4 url(../images/backgrounds/wood_pattern.png);
}

body.theme-exlusive-paper {
  background: #f2f2f4 url(../images/backgrounds/exclusive_paper.png);
}

/* - 2.2 wrappers and containers - */
.wrapper {
  background: white;
  margin: 40px auto;
  width: 1250px;
  max-width: 1250px;
  overflow: hidden;
  border: 1px solid white;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-transparent {
  background: none;
  margin-top: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.container-fluid {
  padding: 0 40px;
}
.mille{
width:1000px;
}

/* - 2.3 Sections */
.section {
  position: relative;
}

.section-alt {
  background-color: #f2f2f4;
}
.section-alt:before, .section-alt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 20px;
  z-index: 100;
}
.section-alt:before {
  top: 0;
  background-image: url(../images/top-shadow.png);
}
.section-alt:after {
  bottom: 0;
  background-image: url(../images/bottom-shadow.png);
}
.section-alt:last-child:after {
  background-image: none;
}
.section-alt.section-dark {
  background-color: #444444;
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.section-alt.section-dark h1, .section-alt.section-dark h2, .section-alt.section-dark h3, .section-alt.section-dark h4, .section-alt.section-dark h5, .section-alt.section-dark h6, .section-alt.section-dark a {
  color: white !important;
}
.section-alt.section-dark a:hover {
  color: #d8d8d8 !important;
}

.section-padded {
  padding: 40px 0;
}

/* - 2.4 Push to edge elements - */
.push-left, .push-right, .push-top, .push-bottom {
  position: relative;
}

.push-left {
  margin-left: -40px;
}

.push-right {
  margin-right: -40px;
}

.push-top {
  margin-top: -40px;
}

.push-bottom {
  margin-bottom: -40px;
}

/* 3. HEADER */
/* --------- */
/* - 3.1 Brand - */
#masthead {

}

#masthead .brand {
font-weight: 900;
font-size: 42px;
line-height: 19px;
padding: 22px 20px 0px;
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
text-shadow: 1px 1px 1px rgb(163, 163, 163);
}
#masthead .brand a {
  font-style: normal;
}

.brand span{
	font-size: 19px;
}

/* - 3.2 Navigation bar - */
#masthead .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-inner {
}

/* - 3.3 Menu bar - */
#masthead .nav > li > a {
  text-transform: uppercase;
  text-shadow: none;
  font-style: normal;
  font-size: 16px;
}
#masthead .nav > .active > a, #masthead .nav > .active > a:hover, #masthead .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
#masthead .nav li.dropdown.open > .dropdown-toggle, #masthead .nav li.dropdown.active > .dropdown-toggle, #masthead .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
#masthead .dropdown-menu {
  background-color: rgba(68, 68, 68, 0.95);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  font-size: 14px;
}
#masthead .dropdown-menu a {
  font-style: normal;
}

/* 4. FOOTER */
/* --------- */
#footer {
  text-shadow: 1px 1px 0px white;
}
#footer a {
  color: #222222;
}
#footer.theme-dark {
  color: #d8d8d8;
  text-shadow: 1px 1px 0px black;
}
#footer.theme-dark h1, #footer.theme-dark h2, #footer.theme-dark h3, #footer.theme-dark h4, #footer.theme-dark h5, #footer.theme-dark a {
  color: #f2f2f4;
}
.fond_footer{
	position:absolute;
	width:100%;
background: url(../images/backgrounds/plongee-2.jpg) bottom center;
height: 589px;
bottom:0;
z-index:-100;
}

/* 5. PAGE TEMPLATES */
/* ----------------- */
/* - 5.1 Blog - */
/* -- 5.1.1 Blog elements -- */
.post-head {
  margin-bottom: 12px;
}
.post-head h2 {
  margin-bottom: 0;
  line-height: 24px;
}
.post-head .post-extras {
  font-size: 12px;
  font-weight: 400;
}
.post-head .post-extras a {
  color: #777777;
}
.post-head .post-extras i {
  font-size: 12px;
  color: #b9b9b9;
  padding: 0 2px 0 10px;
}
.post-head .post-extras i:first-child {
  padding-left: 0;
}

.post-info {
  margin-bottom: 24px;
}

.post-body {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #dcdce1;
  text-align: justify;
}

.post-media {
  margin-bottom: 24px !important;
}
.post-media img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.post-media a:hover img {
  opacity: 0.8;
}

/* -- 5.1.2 Blog comments -- */
.comments, .comments_gen {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f4;
  width: 869px;
  font-family: arial;
}

.comments_gen{
	width: 1170px;
}

.media-comment {
  margin-top: 24px;
  position: relative;
}
.media-comment .media-comment {
  margin-top: 24px;
}
.media-comment .round-box {
  margin-right: 24px;
}
.media-comment:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 22px;
  background-image: url(../images/comment-arrow.png);
  background-size: 13px 22px;
  top: 12px;
  left: 60px;
}

.comments-form input, .comments-form textarea {
  max-width: 80%;
}

.media-inner {
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
}
.media-inner p:last-child {
  margin-bottom: 0;
}

/* -- 5.1.3 Blog timeline -- */
#timeline {
  list-style-type: none;
  padding-bottom: 24px;
  margin: 0;
  position: relative;
  *zoom: 1;
}
#timeline:after {
  content: "";
  display: table;
  clear: both;
}
#timeline .timeline-item {
  margin-bottom: 0;
  width: 50%;
  clear: both;
}
#timeline .post {
  margin-right: 80px;
}
#timeline .post-body {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#timeline .post-body *:last-child {
  margin-bottom: 0;
}
#timeline .post-title {
  margin-bottom: 12px;
}
#timeline .post-info {
  position: absolute;
  margin-bottom: 0;
  width: 160px;
  left: 100%;
  top: 50%;
  margin-top: -63px;
  z-index: 1;
}
#timeline .post-info .round-box {
  margin-bottom: 0;
}
#timeline .post-info h5 {
  margin: 0 2px;
}
#timeline .post-arrow {
  position: absolute;
  width: 13px;
  height: 22px;
  background-image: url(../images/timeline-arrow-right.png);
  background-size: 13px 22px;
  top: 50%;
  margin-top: -11px;
  left: 100%;
}
#timeline .timeline-item:nth-child(even) {
  float: right;
}
#timeline .timeline-item:nth-child(even) .post {
  margin-left: 80px;
  margin-right: 0;
}
#timeline .timeline-item:nth-child(even) .post-info {
  left: auto;
  right: 100%;
}
#timeline .timeline-item:nth-child(even) .post-arrow {
  background-image: url(../images/timeline-arrow-left.png);
  left: auto;
  right: 100%;
}
#timeline:before, #timeline:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 0px;
  top: -40px;
  left: 50%;
  margin-left: -2px;
  z-index: 0;
  border: 2px solid #d8d8d8;
}
#timeline:before {
  border-style: dashed;
  top: auto;
  bottom: -40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.post-info h5 {
  background-color: white;
}
.section-alt .post-info h5 {
  background-color: #f2f2f4;
}

.section-alt #timeline:before, .section-alt #timeline:after {
  border-color: white;
}

/* - 5.2 Contact Page */
#map {
  height: 400px;
}
#map img {
  max-width: inherit;
}

.contact-form .control-group {
  margin-bottom: 0;
}
.contact-form .error .tooltip-inner {
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .top .tooltip-arrow {
  border-top-color: #b14949;
  border-top-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .right .tooltip-arrow {
  border-right-color: #b14949;
  border-right-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .bottom .tooltip-arrow {
  border-bottom-color: #b14949;
  border-bottom-color: rgba(177, 73, 73, 0.95);
}
.contact-form .error .left .tooltip-arrow {
  border-left-color: #b14949;
  border-left-color: rgba(177, 73, 73, 0.95);
}
.contact-form .success .tooltip-inner {
  background-color: #5e9a6b;
  background-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .top .tooltip-arrow {
  border-top-color: #5e9a6b;
  border-top-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .right .tooltip-arrow {
  border-right-color: #5e9a6b;
  border-right-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .bottom .tooltip-arrow {
  border-bottom-color: #5e9a6b;
  border-bottom-color: rgba(94, 154, 107, 0.9);
}
.contact-form .success .left .tooltip-arrow {
  border-left-color: #5e9a6b;
  border-left-color: rgba(94, 154, 107, 0.9);
}

.contact-details {
  background: url(../images/contact.png) no-repeat top right;
}

/* - 5.3 Sidebar - */
/* -- 5.3.1 General widget -- */
.sidebar .sidebar-widget {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f2f2f4;
}
.sidebar .sidebar-widget:last-child {
  border-bottom: 0;
}

/* -- 5.3.2 Search widget --*/
.search-widget form {
  margin: 0;
}
.search-widget .input-append {
  position: relative;
  margin-bottom: 0;
}
.search-widget .input-append input {
  width: 100%;
}
.search-widget .input-append i {
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 16px;
  z-index: 100;
  text-shadow: 0px 1px 0px white;
  cursor: pointer;
}

/* -- 5.3.3 List widget --*/
.list-widget ul {
  margin-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}
.list-widget li {
  margin-bottom: 12px;
}
.list-widget p {
  text-indent: 0;
  margin-bottom: 0;
}
.list-widget h4 {
  text-transform: none;
}
.list-widget .more-link, .list-widget .info {
  text-indent: 0;
  display: block;
}
.list-widget .more-link:before, .list-widget .info:before {
  content: "-";
}
.list-widget .info {
  color: #919191;
}
.list-widget.list-icons ul {
  margin-left: 24px;
}
.list-widget.list-icons li {
  position: relative;
}
.list-widget.list-icons i {
  display: block;
  position: absolute;
  width: 24px;
  font-size: 14px;
  text-align: left;
  left: -24px;
  top: 6px;
  color: #d8d8d8;
}

.archive-widget ul {
  margin-left: 12px;
}

/* -- 5.3.4 Tags widget --*/
.tags-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.tags-widget ul:after {
  content: "";
  display: table;
  clear: both;
}
.tags-widget ul li, .tags-widget ul a {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
}
.tags-widget ul li {
  margin-bottom: 12px;
}
.tags-widget ul a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #e1e1e6;
  text-decoration: none;
  text-shadow: 1px 1px 0px white;
  box-shadow: 1px 1px 1px rgba(119, 119, 119, 0.5);
}
.tags-widget ul a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #e1e1e6 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags-widget ul a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px #bbbbc5;
  -moz-box-shadow: -1px -1px 2px #bbbbc5;
  box-shadow: -1px -1px 2px #bbbbc5;
}
.tags-widget ul a:hover {
  background-color: #567189;
  color: white;
  text-shadow: none;
}
.tags-widget ul a:hover:before {
  border-color: transparent #567189 transparent transparent;
}

/* - 5.4 Docs sidebar - */
.docs-sidebar-nav {
  max-width: 240px;
  margin-top: 12px;
}
.docs-sidebar-nav li {
  line-height: 24px;
  margin-bottom: 12px;
}
.docs-sidebar-nav li a {
  color: #bfbfbf;
  border-right: 2px solid #bfbfbf;
  text-align: right;
  padding: 0 16px 0;
  text-transform: uppercase;
  text-shadow: none;
}
.docs-sidebar-nav li.active a, .docs-sidebar-nav li:hover a, .docs-sidebar-nav li.active:hover a {
  color: #42576a;
  border-color: #42576a;
  background: none;
  text-shadow: none;
}

.affix {
  position: fixed;
  width: 17%;
  top: 0;
}

/* 6. THEME COMPONENTS */
/* ------------------- */
/* - 6.1 Round boxes - */
.round-box {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 100;
}
.round-box .box-inner {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box .box-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7) inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box img {
  margin: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.round-box a:hover img {
  opacity: .8;
}
.round-box i {
  font-size: 52px;
  color: white;
  line-height: 1em;
  text-shadow: 1px 1px 1px black;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.round-box .tag {
  font-size: 12px;
  color: white;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -75px;
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.round-box .tag i {
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  text-shadow: none;
}
.round-box.box-mini {
  margin-bottom: 8px;
}
.round-box.box-mini .box-inner {
  width: 48px;
}
.round-box.box-mini i {
  font-size: 16px;
}
.round-box.box-small {
  margin-bottom: 8px;
}
.round-box.box-small .box-inner {
  width: 78px;
}
.round-box.box-small i {
  font-size: 24px;
}
.round-box.box-medium .box-inner {
  width: 100px;
}
.round-box.box-medium i {
  font-size: 24px;
}
.round-box.box-medium .tag {
  margin-right: -70px;
}
.round-box.box-big .box-inner {
  width: 200px;
}
.round-box.box-big .tag {
  margin-right: -95px;
}
.round-box.box-huge .box-inner {
  width: 250px;
}
.round-box.box-huge .tag {
  margin-right: -105px;
}
.round-box.no-rounded .box-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.round-box.no-rounded .box-inner:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}
.round-box.no-rounded .box-inner .img-circle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* - 6.2 Flexslider - */
/* -- 6.2.1 Default styles -- */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.flexslider .slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}

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

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}
html,body{
    height: 100%
}

.holder{
min-height: 100%;
position:relative;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  min-height: 100px;
}
.flexslider .flex-caption {
  opacity: 0;
}
.flex-caption h1{
	font-family: "Lato", sans-serif;
}
.flexslider figure {
  margin-bottom: 0;
}
.flexslider .flex-active-slide .flex-caption {
  opacity: 1;
  -webkit-animation-name: reset, fadeIn;
  -moz-animation-name: reset, fadeIn;
  -o-animation-name: reset, fadeIn;
  -ms-animation-name: reset, fadeIn;
  animation-name: reset, fadeIn;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0, 0.5s;
  -moz-animation-delay: 0, 0.5s;
  -o-animation-delay: 0, 0.5s;
  -ms-animation-delay: 0, 0.5s;
  animation-delay: 0, 0.5s;
}

/* -- 6.2.2 Controls -- */
.flex-control-nav {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 0.5em;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.flex-control-nav a {
  display: inline-block;
  width: .5em;
  height: .5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #d8d8d8;
  text-indent: -9000em;
}
.flex-control-nav a.flex-active {
  background: white;
  border-color: rgba(94, 94, 94, 0.7);
}
.flex-controls-outside .flex-control-nav {
  position: relative;
}
.flex-controls-left .flex-control-nav {
  left: 0;
  text-align: left;
}
.flex-controls-right .flex-control-nav {
  right: 0;
  text-align: right;
}
.flex-controls-center .flex-control-nav {
  width: 100%;
  text-align: center;
}

/* -- 6.2.3 Direction arrow -- */
.flex-direction-nav a {
  display: block;
  position: absolute;
  width: 30px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.flex-direction-nav a:hover {
  opacity: 1;
}

.flex-prev {
  background: url(../images/flex-prev-simple.png);
  left: 0;
}
.flex-directions-fancy .flex-prev {
  background: url(../images/flex-prev.png);
}
.flex-directions-outside .flex-prev {
  left: -40px;
}

.flex-next {
  background: url(../images/flex-next-simple.png);
  right: 0;
}
.flex-directions-fancy .flex-next {
  background: url(../images/flex-next.png);
}
.flex-directions-outside .flex-next {
  right: -40px;
}

/* - 6.3 Portfolio - */
/* -- 6.3.1 Portfolio filters -- */
.portfolio-filters {
  margin: 0px 0 48px;
  color: #848484;
}
.portfolio-filters a {
  color: #848484;
  padding: 0 6px;
}
.portfolio-filters a:hover, .portfolio-filters a.active {
  color: #42576a;
}

/* -- 6.3.2 Portfolio Item -- */
.portfolio > li {
  margin-bottom: 48px;
}
.portfolio > li img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio > li.inactive img {
  opacity: 0.65;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* -- 6.3.3 Portfolio Title -- */
.portfolio figcaption {
  text-align: center;
  margin: 12px auto 0;
  max-width: 250px;
}

.portfolio figure a {
  overflow: hidden;
}

/* -- 6.3.4 Portfolio Plus icon -- */
.portfolio .plus-icon {
  width: 36px;
  height: 36px;
  background: url(../images/plus-icon.png);
  margin-left: -18px;
  margin-top: -18px;
  background-size: 36px 36px;
  top: -36px;
}

.portfolio .inactive .plus-icon {
  display: none;
}

/* - 6.4 Social icons - */
.social-icons a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* - 6.5 Fade in links -*/
.fadein-links a {
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fadein-links a:hover {
  opacity: 1;
}

/* 7. BOOTSTRAP OVERRIDES */
/* ---------------------- */
/* - 7.1 Hero unit - */
.hero-unit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* - 7.2 Super hero unit - */
.super-hero-unit {
  position: relative;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.super-hero-unit h1 {
  color: white;
}
.super-hero-unit .super {
  margin-bottom: 0;
}
.super-hero-unit figure {
  position: relative;
  margin: 0;
  min-height: 100px;
}
.super-hero-unit figure figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -36px;
}
.super-hero-unit.super-hero-light {
  text-shadow: -1px -1px 0px white;
}
.super-hero-unit.super-hero-light h1, .super-hero-unit.super-hero-light p {
  color: #444444;
}
.super-hero-unit.super-marged h1 {
  margin-bottom: 48px;
}

/* - 7.3 Section headers - */
.section-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 36px;
  overflow: hidden;
height: 45px;
}
.section-header h1 {
  text-align: center;
  display: inline-block;
  border-bottom: 0;
  padding: 0 24px;
  background-color: white;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.section-header h1 small {
  font-size: inherit;
  text-transform: uppercase;
}
.section-alt .section-header h1 {
  background-color: #f2f2f4;
}
.section-header:before, .section-header:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #f2f2f4;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  top: 50%;
  z-index: 0;
}
.section-alt .section-header:before, .section-alt .section-header:after {
  background-color: #d8d8d8;
}
.section-header:before {
  left: 0;
}
.section-header:after {
  right: 0;
}

/* - 7.4 tooltips - */
.tooltip-inner {
  border-radius: 0;
}

/* - 7.5 Icons list */
ul.icons li {
  margin-bottom: 24px;
}
ul.icons p {
  text-indent: 0;
}
ul.icons.lead {
  text-indent: -0.5em;
}
ul.icons.list-compact li {
  margin-bottom: 12px;
}
ul.icons.icons-small i {
  font-size: .5em;
  vertical-align: middle;
}

/* - 7.6 Inline list - */
ul.inline {
  margin-left: 0;
  list-style-type: none;
}
ul.inline li {
  display: inline-block;
  padding: 0 5px;
}

/* - 7.7  Wells - */
/* -- 7.7.1 General well -- */
.well {
  border-color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
  position: relative;
}

/* -- 7.7.2 Blockquote well -- */
.blockquote-well {
  margin-bottom: 72px;
}
.blockquote-well .round-box {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 100%;
  margin-top: -60px;
}
.blockquote-well blockquote {
  border-color: #dfdfe4;
  margin-bottom: 58px;
}

/* -- 7.6.3 Package well -- */
.well-package {
  padding-top: 80px;
  margin-top: 100px;
  margin-bottom: 24px;
  text-align: center;
}

.well-package-heading {
  color: white;
  line-height: 140px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  top: 0;
  margin-left: -70px;
  margin-top: -70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.9);
}
.well-package-heading .tag {
  font-size: 12px;
  color: white;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -75px;
  background-color: #b14949;
  background-color: rgba(177, 73, 73, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.well-package-price {
  font-size: 36px;
  color: #42576a;
  line-height: 1em;
  font-weight: 900;
}
.well-package-price small {
  font-size: 16px;
  font-weight: 300;
}

.well-package-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px;
}
.well-package-list li {
  border-bottom: 1px solid #f2f2f4;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  padding: 12px 0;
}

/* - 7.8 Accordion - */
.accordion-group {
  border: 0;
  margin-bottom: 12px;
}

.accordion-heading {
  font-size: 18px;
  position: relative;
  border: 1px solid #f2f2f4;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 0px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 0px 5px rgba(0, 0, 0, 0.05);
}
.accordion-heading .accordion-toggle:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 14px;
  line-height: 1em;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.accordion-heading .accordion-toggle.collapsed:after {
  content: "\f107";
}

.accordion-inner {
  background-color: #f2f2f4;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset;
}

/* - 7.9 Pagination - */
.pagination {
  margin: 0 0 24px;
}
.pagination ul {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.pagination ul > li > a {
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05) inset;
  text-shadow: 0px 1px 0px white;
}
.pagination ul > li.active > a {
  color: #bfbfbf;
  -webkit-box-shadow: 0px 0px 3px #d8d8d8 inset;
  -moz-box-shadow: 0px 0px 3px #d8d8d8 inset;
  box-shadow: 0px 0px 3px #d8d8d8 inset;
}

/* - 7.10 Affix - */
.affix-bottom {
  position: absolute;
  bottom: 20px;
  margin-bottom: 20px;
}

/* - 7.11 Thumbnails - */
.thumbnails > .span2:nth-child(2n+1), .thumbnails > .span3:nth-child(4n+1), .thumbnails > .span4:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}

/* - 7.12 Tabs - */
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border: 1px solid #dddddd;
}

.tab-content {
  background-color: white;
  padding: 12px;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: #ddd;
}
.tabs-below .tab-content {
  border-top: 1px solid #d8d8d8;
  border-bottom: 0;
}

.tabs-left > .nav-tabs {
  margin-right: 0;
  border-right: 0;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #ddd;
}
.tabs-left .tab-content {
  border-top: 1px solid #d8d8d8;
}

.tabs-right > .nav-tabs {
  margin-left: 0;
  border-left: 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #ddd;
}
.tabs-right .tab-content {
  border-top: 1px solid #d8d8d8;
}

.tab-pills .tab-content {
  border-top: 1px solid #d8d8d8;
}

/* - 7.13 Alerts - */
.alert-danger {
  color: white;
  text-shadow: none;
}
.alert-danger h1, .alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5 {
  color: white;
}

/* - 7.14 Progress bars -*/
.progress {
  background: #f2f2f4;
}

/* - 7.15 Image styles - */
.img-polaroid {
  border-color: #d8d8d8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.img-polaroid:hover {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* 8. UTILITY CLASSES */
/* ------------------ */
/* - 8.1 Margin controls - */
.no-margin {
  margin: 0 !important;
}

.margin-bottom {
  margin-bottom: 24px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-left {
  margin-left: 24px !important;
}

.margin-right {
  margin-right: 24px !important;
}

/* - 8.2 Block behaviors */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

/* - 8.3 Responsive videos -*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 24px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 9. MEDIA QUERIES */
/* ---------------- */
/* - 9.1 Big screens - */
/* - 9.2 Up to default desktop - */
@media (max-width: 979px) {
  /* -- 9.2.1 layout -- */
  .wrapper {
    width: 1250px;
    margin: 0 0 40px;
    border: 0;
  }

  /* -- 9.2.2 Header -- */
  #masthead .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
    background-color: #f2f2f4;
  }

  /* -- 9.2.3 Docs sidebar -- */
  .docs-sidebar-nav.affix-bottom, .docs-sidebar-nav.affix {
    width: 17%;
  }
}
/* - 9.3 Portrait tablet to default desctop - */
@media (min-width: 768px) and (max-width: 979px) {
  .docs-sidebar-nav.affix-bottom, .docs-sidebar-nav.affix {
    width: 17.75%;
  }
}
/* - 9.4 Landscape phone to small desktop & porttrait tablet - */
@media (max-width: 767px) {
  /* -- 9.4.1 Typography -- */
  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  h1 small {
    font-size: 16px;
  }

  h1.super {
    font-size: 48px;
  }

  h1.hyper {
    font-size: 70px;
  }

  h2 {
    font-size: 21px;
    line-height: 36px;
  }

  h2 small {
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
    line-height: 36px;
  }

  h3 small {
    font-size: 14px;
  }

  /* -- 9.4.2 Layout -- */
  body {
    padding: 0;
    text-shadow: 1px 1px 0 #FFF;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .push-left, .push-right, .push-top, .push-bottom {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  /* -- 9.4.3 Header -- */
  #masthead .navbar-fixed-top, #masthead .navbar-fixed-bottom, #masthead .navbar-static-top {
    margin: 0;
  }
  #masthead .nav > li > a {
    font-size: 16px;
  }
  #masthead .nav .dropdown-menu {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125) inset;
    background-color: #f2f2f4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  /* -- 9.4.4 Super hero unit -- */
  .super-hero-unit figure {
    min-height: 70px;
  }
  .super-hero-unit figcaption {
    margin-top: -24px;
  }

  /* -- 9.4.5 Flexslider -- */
  .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    width: 20px;
    height: 47px;
    margin-top: -24px;
    background-size: 20px 47px;
  }

  .flex-directions-outside .flex-prev {
    left: -20px;
  }
  .flex-directions-outside .flex-next {
    right: -20px;
  }

  /* -- 9.4.6 Icon lists -- */
  .unstyled li {
    margin-bottom: 48px;
  }

  /* -- 9.4.7 Small screen helper classes -- */
  .small-screen-center {
    text-align: center !important;
  }

  /* -- 9.4.8 Fix for form inputs -- */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* -- 9.4.9 Sidebar -- */
  .sidebar {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f2f2f4;
  }

  /* -- 9.4.10 Blog Comments -- */
  .comments-form input, .comments-form textarea {
    max-width: 100%;
  }

  /* -- 9.4.11 Docs sidebar -- */
  .docs-sidebar-nav, .docs-sidebar-nav.affix, .docs-sidebar-nav.affix-top, .docs-sidebar-nav.affix-bottom {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    border-bottom: 1px solid #f2f2f4;
  }
  .docs-sidebar-nav li, .docs-sidebar-nav.affix li, .docs-sidebar-nav.affix-top li, .docs-sidebar-nav.affix-bottom li {
    line-height: 24px;
    margin-bottom: 24px;
  }
  .docs-sidebar-nav li a, .docs-sidebar-nav.affix li a, .docs-sidebar-nav.affix-top li a, .docs-sidebar-nav.affix-bottom li a {
    border-right: 0;
    text-align: center;
    padding-right: 0px;
  }
}
/* - 9.5 Up to landscape phone  - */
@media (max-width: 480px) {
  /* -- 9.5.1 Typography -- */
  h1.super {
    font-size: 36px;
    line-height: 1em;
  }

  h1.super {
    font-size: 48px;
    line-height: 1em;
  }

  /* -- 9.5.2 Layout -- */
  .super-hero-unit figure figcaption {
    margin-top: -16px;
  }

  /* -- 9.5.3 Map -- */
  #map {
    height: 200px;
  }

  /* -- 9.5.4 Timeline -- */
  #timeline {
    padding-top: 1px;
  }
  #timeline .timeline-item {
    width: 100%;
  }
  #timeline .post {
    margin-right: 0;
    margin-top: 124px;
    z-index: 1;
  }
  #timeline .timeline-item:first-child .post {
    margin-top: 72px;
  }
  #timeline .post-info {
    top: auto;
    bottom: 100%;
    left: 0;
    margin: 0 auto 12px;
    width: 100%;
  }
  #timeline .post-info h5 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-color: transparent;
  }
  #timeline .post-info h5:last-child {
    left: auto;
    right: 0;
  }
  #timeline .post-arrow {
    width: 22px;
    height: 13px;
    background-image: url(../images/timeline-arrow-top.png);
    background-size: 22px 13px;
    top: auto;
    bottom: 100%;
    margin-top: 0px;
    left: 50%;
    margin-left: -11px;
  }
  #timeline .timeline-item:nth-child(even) {
    float: none;
  }
  #timeline .timeline-item:nth-child(even) .post {
    margin-left: 0;
  }
  #timeline .timeline-item:nth-child(even) .post-info {
    left: 0;
    margin: 0 auto 12px;
  }
  #timeline .timeline-item:nth-child(even) .post-arrow {
    background-image: url(../images/timeline-arrow-top.png);
    right: auto;
    left: 50%;
  }

  /* -- 9.5.6 Blog -- */
  .post-extras {
    text-align: center;
  }

  /* -- 9.5.7 Blog Comments -- */
  .media-comment:after {
    display: none;
  }
  .media-comment .round-box {
    position: relative;
    margin: 0;
    bottom: -22px;
  }
  .media-comment .comment-reply {
    float: right;
  }
}
/* - 9.6 Up to portrait phone  - */
@media (max-width: 320px) {
  /* -- 9.6.1 Typography -- */
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 21px;
    line-height: 24px;
  }

  h1 small {
    font-size: 14px;
  }

  h1.super {
    font-size: 24px;
    line-height: 1;
  }

  h1.hyper {
    font-size: 36px;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  h2 small {
    font-size: 12px;
  }

  h3 {
    font-size: 16px;
    line-height: 24px;
  }

  h3 small {
    font-size: 11px;
  }

  /* -- 9.6.2 Super hero unit -- */
  .super-hero-unit figure figcaption {
    margin-top: -12px;
  }
}
/* - 9.7 - Retina displays - */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  body {
    background-image: url(../images/backgrounds/bedge_grunge_@2X.png);
    background-size: 588px 375px;
  }

  body.theme-pattern-lghtmesh {
    background: url(../images/patterns/lghtmesh_@2X.png);
    background-size: 256px 256px;
  }

  body.theme-pattern-pw-maze-black {
    background: url(../images/patterns/pw_maze_black_@2X.png);
    background-size: 46px 23px;
  }

  body.theme-pattern-bedge_grunge {
    background: url(../images/patterns/bedge_grunge_@2X.png);
    background-size: 588px 375px;
  }

  body.theme-pattern-bgnoise_lg {
    background: url(../images/patterns/bgnoise_lg_@2X.png);
    background-size: 100px 100px;
  }

  body.theme-pattern-noisy-grid {
    background: url(../images/patterns/noisy-grid_@2X.png);
    background-size: 150px 150px;
  }

  body.theme-pattern-retina-wood {
    background: url(../images/patterns/retina_wood_@2X.png);
    background-size: 512px 512px;
  }

  body.theme-pattern-concrete-wall {
    background: url(../images/patterns/concrete_wall_2_@2X.png);
    background-size: 597px 545px;
  }

  body.theme-pattern-creampaper {
    background: url(../images/patterns/creampaper_@2X.png);
    background-size: 158px 144px;
  }

  body.theme-pattern-crisp-paper-ruffles {
    background: url(../images/patterns/crisp_paper_ruffles_@2X.png);
    background-size: 481px 500px;
  }

  body.theme-pattern-crissXcross {
    background: url(../images/patterns/crissXcross_@2X.png);
    background-size: 512px 512px;
  }

  body.theme-pattern-dark-wall {
    background: url(../images/patterns/dark_wall_@2X.png);
    background-size: 300px 300px;
  }

  body.theme-pattern-dark-wood {
    background: url(../images/patterns/dark_wood_@2X.png);
    background-size: 512px 512px;
  }

  body.theme-pattern-darkdenim3 {
    background: url(../images/patterns/darkdenim3_@2X.png);
    background-size: 420px 326px;
  }

  body.theme-pattern-debut-dark {
    background: url(../images/patterns/debut_dark_@2X.png);
    background-size: 200px 200px;
  }

  body.theme-pattern-first-aid-kit {
    background: url(../images/patterns/first_aid_kit_@2X.png);
    background-size: 99px 99px;
  }

  body.theme-pattern-gradient-squares {
    background: url(../images/patterns/gradient_squares_@2X.png);
    background-size: 202px 202px;
  }

  body.theme-pattern-gray-jean {
    background: url(../images/patterns/gray_jean_@2X.png);
    background-size: 150px 150px;
  }

  body.theme-pattern-grey {
    background: url(../images/patterns/grey_@2X.png);
    background-size: 397px 322px;
  }

  body.theme-pattern-grid {
    background: url(../images/patterns/grid_@2X.png);
    background-size: 310px 310px;
  }

  body.theme-pattern-honey-im-subtle {
    background: url(../images/patterns/honey_im_subtle_@2X.png);
    background-size: 179px 132px;
  }

  body.theme-pattern-husk {
    background: url(../images/patterns/husk_@2X.png);
    background-size: 500px 500px;
  }

  body.theme-pattern-ice-age {
    background: url(../images/patterns/ice_age_@2X.png);
    background-size: 400px 400px;
  }

  body.theme-pattern-irongrip {
    background: url(../images/patterns/irongrip_@2X.png);
    background-size: 300px 301px;
  }

  body.theme-pattern-little-pluses {
    background: url(../images/patterns/little_pluses_@2X.png);
    background-size: 300px 300px;
  }

  body.theme-pattern-nasty-fabric {
    background: url(../images/patterns/nasty_fabric_@2X.png);
    background-size: 198px 200px;
  }

  body.theme-pattern-subtle-stripes {
    background: url(../images/patterns/subtle_stripes_@2X.png);
    background-size: 40px 40px;
  }

  body.theme-pattern-noise-lines {
    background: url(../images/patterns/noise_lines_@2X.png);
    background-size: 60px 59px;
  }

  body.theme-pattern-project-papper {
    background: url(../images/patterns/project_papper_@2X.png);
    background-size: 105px 105px;
  }

  body.theme-pattern-purty-wood {
    background: url(../images/patterns/purty_wood_@2X.png);
    background-size: 400px 400px;
  }

  body.theme-pattern-px-by-Gre3g {
    background: url(../images/patterns/px_by_Gre3g_@2X.png);
    background-size: 100px 100px;
  }

  body.theme-pattern-subtle-grunge {
    background: url(../images/patterns/subtle_grunge_@2X.png);
    background-size: 400px 400px;
  }

  body.theme-pattern-texturetastic-gray {
    background: url(../images/patterns/texturetastic_gray_@2X.png);
    background-size: 476px 476px;
  }

  body.theme-pattern-tileable-wood-texture {
    background: url(../images/patterns/tileable_wood_texture_@2X.png);
    background-size: 400px 317px;
  }

  body.theme-pattern-wild-oliva {
    background: url(../images/patterns/wild_oliva_@2X.png);
    background-size: 198px 200px;
  }

  body.theme-pattern-wood-pattern {
    background: url(../images/patterns/wood_pattern_@2X.png);
    background-size: 203px 317px;
  }

  body.theme-exlusive-paper {
    background: #f2f2f4 url(../images/backgrounds/exclusive_paper.png);
    background-size: 560px 420px;
  }
}
/* 10. THEME COLORS */
/* ---------------- */
/* - 10.1 Brown theme - */
.theme-color-brown a {
  color: #764520;
}
.theme-color-brown a:hover {
  color: #9e5c2b;
}
.theme-color-brown ::selection {
  background: #764520;
}
.theme-color-brown ::-moz-selection {
  background: #764520;
}
.theme-color-brown select:focus,
.theme-color-brown textarea:focus,
.theme-color-brown input[type="text"]:focus,
.theme-color-brown input[type="password"]:focus,
.theme-color-brown input[type="datetime"]:focus,
.theme-color-brown input[type="datetime-local"]:focus,
.theme-color-brown input[type="date"]:focus,
.theme-color-brown input[type="month"]:focus,
.theme-color-brown input[type="time"]:focus,
.theme-color-brown input[type="week"]:focus,
.theme-color-brown input[type="number"]:focus,
.theme-color-brown input[type="email"]:focus,
.theme-color-brown input[type="url"]:focus,
.theme-color-brown input[type="search"]:focus,
.theme-color-brown input[type="tel"]:focus,
.theme-color-brown input[type="color"]:focus,
.theme-color-brown .uneditable-input:focus {
  -webkit-box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
  -moz-box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
}
.theme-color-brown .btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3e2410;
  background-image: -moz-linear-gradient(top, #4e2e15, #26160a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4e2e15), to(#26160a));
  background-image: -webkit-linear-gradient(top, #4e2e15, #26160a);
  background-image: -o-linear-gradient(top, #4e2e15, #26160a);
  background-image: linear-gradient(to bottom, #4e2e15, #26160a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4E2E15', endColorstr='#FF26160A', GradientType=0);
  border-color: #26160a #26160a black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.theme-color-brown .btn-primary:hover {
  color: white;
  background-color: #764520;
}
.theme-color-brown .navbar .nav > .active > a,
.theme-color-brown .navbar .nav > .active > a:hover,
.theme-color-brown .navbar .nav > .active > a:focus,
.theme-color-brown .navbar .nav > li > a:focus,
.theme-color-brown .navbar .nav > li > a:hover,
.theme-color-brown .navbar .nav li.dropdown.open > .dropdown-toggle,
.theme-color-brown .navbar .nav li.dropdown.active > .dropdown-toggle,
.theme-color-brown .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #764520;
}
.theme-color-brown .post-extras i {
  color: #764520;
}
.theme-color-brown .tags-widget ul a:hover {
  background-color: #9e5c2b;
}
.theme-color-brown .tags-widget ul a:hover:before {
  border-color: transparent #9e5c2b transparent transparent;
}
.theme-color-brown .docs-sidebar-nav li.active a, .theme-color-brown .docs-sidebar-nav li:hover a, .theme-color-brown .docs-sidebar-nav li.active:hover a {
  color: #764520;
  border-color: #764520;
}
.theme-color-brown .portfolio-filters a:hover, .theme-color-brown .portfolio-filters a.active {
  color: #f4a868;
}
.theme-color-brown .well-package-price {
  color: #f4a868;
}

/* - 10.2 Red theme - */
.theme-color-red a {
  color: #650800;
}
.theme-color-red a:hover {
  color: #980c00;
}
.theme-color-red ::selection {
  background: #650800;
}
.theme-color-red ::-moz-selection {
  background: #650800;
}
.theme-color-red select:focus,
.theme-color-red textarea:focus,
.theme-color-red input[type="text"]:focus,
.theme-color-red input[type="password"]:focus,
.theme-color-red input[type="datetime"]:focus,
.theme-color-red input[type="datetime-local"]:focus,
.theme-color-red input[type="date"]:focus,
.theme-color-red input[type="month"]:focus,
.theme-color-red input[type="time"]:focus,
.theme-color-red input[type="week"]:focus,
.theme-color-red input[type="number"]:focus,
.theme-color-red input[type="email"]:focus,
.theme-color-red input[type="url"]:focus,
.theme-color-red input[type="search"]:focus,
.theme-color-red input[type="tel"]:focus,
.theme-color-red input[type="color"]:focus,
.theme-color-red .uneditable-input:focus {
  -webkit-box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
  -moz-box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
  box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
}
.theme-color-red .btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a24343;
  background-image: -moz-linear-gradient(top, #b14949, #8d3a3a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b14949), to(#8d3a3a));
  background-image: -webkit-linear-gradient(top, #b14949, #8d3a3a);
  background-image: -o-linear-gradient(top, #b14949, #8d3a3a);
  background-image: linear-gradient(to bottom, #b14949, #8d3a3a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB14949', endColorstr='#FF8D3A3A', GradientType=0);
  border-color: #8d3a3a #8d3a3a #572424;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.theme-color-red .btn-primary:hover {
  color: white;
  background-color: #8d3a3a;
}
.theme-color-red .navbar .nav > .active > a,
.theme-color-red .navbar .nav > .active > a:hover,
.theme-color-red .navbar .nav > .active > a:focus,
.theme-color-red .navbar .nav > li > a:focus,
.theme-color-red .navbar .nav > li > a:hover,
.theme-color-red .navbar .nav li.dropdown.open > .dropdown-toggle,
.theme-color-red .navbar .nav li.dropdown.active > .dropdown-toggle,
.theme-color-red .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #650800;
}
.theme-color-red .post-extras i {
  color: #650800;
}
.theme-color-red .tags-widget ul a:hover {
  background-color: #980c00;
}
.theme-color-red .tags-widget ul a:hover:before {
  border-color: transparent #980c00 transparent transparent;
}
.theme-color-red .docs-sidebar-nav li.active a, .theme-color-red .docs-sidebar-nav li:hover a, .theme-color-red .docs-sidebar-nav li.active:hover a {
  color: #650800;
  border-color: #650800;
}
.theme-color-red .portfolio-filters a:hover, .theme-color-red .portfolio-filters a.active {
  color: #650800;
}
.theme-color-red .well-package-price {
  color: #650800;
}

/* 11. INTERNET EXPLORER 8 FIXES */
/* ----------------------------- */
/* -- ie8 hacks -- */
.ie8 .box-mini .img-circle {
  min-width: 48px;
}

.ie8 .blockquote-well .round-box .img-circle {
  min-width: 100px;
}

/* avoid overlapping of elements */
.ie8 .media-comment .round-box {
  width: 48px;
}

/* opacity class for PIE images */
.ie8 .opaque {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.ie8 .portfolio span.tag {
  -pie-background: rgba(232, 72, 29, 0.8);
}

/* animation classes */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

.animated.long {
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  animation-iteration-count: 4;
}

.animated.forever {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delayed {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.delayedmore {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

/* reset animation */
@-webkit-keyframes reset {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.reset {
  -webkit-animation-name: reset;
  -moz-animation-name: reset;
  -o-animation-name: reset;
  animation-name: reset;
}

/* fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.fadein {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* fade In Up */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeinup {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* flash */
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

/* Steph */
.divtable{
	display:table;
	width:100%;
}
.divtr, .divtr_1{
	display:table-row;
}
.divtr:hover{
	background-color: #FAFAFA;
}
/*.divtr:nth-of-type(odd) {
    background: #f2f2f4;
}*/
.divtd{
	display:table-cell;
	border-top: 1px solid #dddddd;
}
.divtd_1{
	display:table-cell;
}
.cellule_titre{
	display:table-cell;
	font-weight: bold;
	padding: 8px;
text-align: center;
}
.icon_sujet{
	font-family: FontAwesome;
	font-size:30px;
	vertical-align: middle;
	color: #9FBEDD;
text-shadow: 1px 1px 0 #5E5E5E;
}
.icon_sujet:after{
	content: "\F086";
}
.icon_msg{
	font-family: FontAwesome;
	font-size:15px;
}
.icon_msg span, .fb span, .twit span, .googpl span, .btn-primary span{
position:absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
.btn-primary span:hover{
	color:#B6D3FF;
}
.icon_msg:before{
	content: "\F090";
}
.petite{font-size:12px;
}
.div_forum{
	min-width:10px;
	position: relative;
	float: right;
}
.droite{
	text-align: right;
}
.vertmid{
	vertical-align: middle;
}
.adsense{
position: absolute;
top: 0;
left: 1070px;
width: 160px;
height: 600px;
padding-top: 15px;
}
.affil_all{
	text-align: center;
}
.affil_img{
	background-color: white;
padding: 8px 0;
}
.affil_reduc span{
	color: rgb(250, 90, 90);
}
.affil_texte{
	font-size: 15px;
}
.entour_img{
width: 150px;
height: 150px;
overflow: hidden;
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.entour_img120{
width: 120px;
height: 120px;
overflow: hidden;
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.img_class{
	width: 150px;
height: 150px;
}
.news_txt{
	padding-left: 8px;
	text-align: justify;
	width: 205px;
}
.news_date{
	margin-top: 8px;
}
.mediat{
	position:relative;
	float:left;
	width:138px;
	text-align: center;
	height: 300px;
background-color: #E6E6E6;
margin: 0 10px;
opacity: 0.8;
-webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.mediat:hover{
	opacity:1;
}
.media_cont, .media_img{
	position:relative;
	width:138px;
	font-size: 15px;
}
.media_img{
	min-height:160px;
}
.env_media{
	position:relative;
	float: left;
	width:1170px;
}
.separ{
position: relative;
float: left;
width: 1px;
height: 200px;
margin: 50px 4px;
border-right: 1px solid #fff;
background-color: #d8d8d8;
}
.entour_img2{
width: 100px;
height: 100px;
overflow: hidden;
-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.img_class2{
	width: 100px;
height: 100px;
}
.span_voy h3{
	font-size:18px;
}
.span_voy p{
	font-size:15px;
	line-height: 17px;
	text-align:justify;
}
.span_voy{
	width:255px;
	float:left;
}
.env_voy{
	width:75px;
	float:left;
	margin: 0 37px 0 0;
}
.englob_voy{
	position: relative;
float: left;
	width:1170px;
}
.liens_footer{
	width:570px;
	height:120px;
	position: relative;
float: left;
font-size: 11px;
line-height: 17px;
}
.lien_fg{
position: relative;
float: left;
text-align: right;
border-right: 1px solid #6383AC;
width: 120px;
height: 120px;
padding: 0 8px 0 0;
}
.lien_fd{
position: relative;
float: left;
width: 120px;
height: 120px;
padding: 0 0 0 8px;
}

/*Contact*/

.contact{
	font-family: 'fontawesome';
	color:#fff;
	top: 1px;
margin-left: 3px;
cursor:pointer;
}
.contact:before{
	content: "\F0E0";
}
.contacter {
position: relative;
width: 430px;
left: -50%;
height: 355px;
margin: auto;
padding: 50px 10px;
background: #D4E9F5;
border: 1px solid #e1e1e1;
-moz-box-shadow: 0px 0px 8px #444;
-webkit-box-shadow: 0px 0px 8px #444;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
overflow: hidden;
}
.formulaire_contact, .formulaire_contact input, .formulaire_contact textarea {
	margin: auto; border: 0;
}
.formulaire_contact label {
	float: left;
	clear: left;
	margin: 6px 20px 0 0;
	width: 95px;
	text-align: right; font-size: 14px; color: #445668;
	text-transform: uppercase; text-shadow: 0px 1px 0px #f2f2f2;
	line-height: 17px;
}
.formulaire_contact input, #soumettre_contact, #contacter_ok {
	width: 200px;
	height: 30px;
	padding: 0 20px 0 20px; margin: 0 0 20px 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D));
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	text-shadow: 0px -1px 0px #334f71;
}
.formulaire_contact	input::-webkit-input-placeholder, #soumettre_contact::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
.formulaire_contact input:-moz-placeholder, #soumettre_contact:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

.formulaire_contact textarea {
	width: 200px;
	height: 170px;
	padding: 12px 20px 0px 20px;
	margin: 0 20px 0 0;
	background: #5E768D;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D));
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif; font-size: 12px; color: #f2f2f2; text-shadow: 0px -1px 0px #334f71;
}
.formulaire_contact textarea::-webkit-input-placeholder  {
    	color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}
.formulaire_contact textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b;
	}

.formulaire_contact input:focus, .formulaire_contact textarea:focus, #soumettre_contact:hover {
	background: #728eaa;
	background: -moz-linear-gradient(top, #668099 0%, #728eaa 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#668099), color-stop(20%,#728eaa));
}

#soumettre_contact {
width: 150px;
height: 20px;
text-align: center;
vertical-align: middle;
float: right;
padding: 16px 10px 10px 10px;
margin: 25px 109px 0 0;
-moz-box-shadow: 0px 0px 5px #999;
-webkit-box-shadow: 0px 0px 5px #999;
border: 1px solid #556f8c;
background: -moz-linear-gradient(top, #718DA9 0%, #415D79 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#718DA9), color-stop(100%,#415D79));
cursor: pointer;
line-height: 14px;
}
.formulaire_contact{
	position:fixed;
	left: 50%;
	top: 50px;
	z-index: 1000;
}
.enveloppe_globale_contact{
	display:none;
	position:fixed;
	width:100%;
	min-height:100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.8);
}

#name_id, #email_id, #message_id{
	display:none
}
#fermer_contact{
font-family: 'fontawesome';
position: absolute;
color: #AC0000;
left: 15px;
display: block;
font-size: 25px;
margin: 13px 0 0 181px;
text-shadow: 1px 1px 0px #fff;
z-index: 1000;
cursor:pointer;
}
#fermer_contact:before, #close_ann_48h:before, #close_promo_48h:before{
	content: "\F00D";
}
#contacter_ok{
	position:relative;
	float:left;
	text-align: center;
	margin-top: 50px;
	margin: 0 0 0 107px;
	padding: 16px 8px 0px 8px;
	top: 200px;
	line-height: 14px;
}
#abouger_contact{
	position:relative;
	width:100%;
	height:800px;
}
.ui-dialog{
	z-index:100001;
}
/* remplace le click par le hover sur le menu du haut (boostrap)*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}
.navbar .dropdown-menu {
 margin-top: -20px;
}
input.required[type="text"]{
	display:none;
}
textarea.required{
	display:none;
}
.required{
	display:none;
}
.comments-form{
	margin-top: 70px;
}
#results_com, .cache{
	display:none;
}
.replycom{
	cursor:pointer;
	color:#1D69B1;
}
.repcom{
margin: 20px 0 0 35px;
}
.adm_com, .adm_com_gen{
font-family: FontAwesome;
font-size: 18px;
color: #CE4242;
text-transform:none;
float: right;
font-weight: normal;
cursor:pointer;
}
.adm_com:after, .adm_com_gen:after{
	content: "\F057";
}
.rech_results{
	position:relative;
	width:1170px;
	margin:auto;
}
.mini{
	width: 48px;
height: 48px;
}
.fb,.twit,.googpl{
position:relative;
font-family: FontAwesome;
font-size: 18px;
color: #CE4242;
float:left;
text-transform:none;
font-weight: normal;
cursor:pointer;
margin-left: 20px;
-webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.fb:hover,.twit:hover,.googpl:hover{
	color:#6F9DFF;
}
.fb:before{
	content: "\F082";
}
.twit:before{
	content: "\F081";
}
.googpl:before{
	content: "\F0D4";
}

.pub_ads, .pub_aff {
border-bottom: 1px solid #ccc;
text-align: center;
margin-bottom: 30px;
padding: 0 35px 30px;
}
.pub_sky{
width: 300px;
height: 624px;
padding-bottom: 24px;
margin: 24px 0;
border-bottom: 1px solid #f2f2f4;
vertical-align: top;
}
.pub_728 {
text-align: right;
padding-bottom: 30px;
}
.promodiv{
	position:relative;
	float:left;
	width:290px;
	height:300px;
	text-align: center;
}
.prix{
	FONT-WEIGHT: bold;
color: #FF0000;
}
.centre{
text-align: center;
width: 123px;
}
input[type="radio"]{
margin: 0 7px 2px 10px;
}
.glob_bout{
position: relative;
float: left;
width: 385px;
font-size: 14px;
line-height: 15px;
}
.env_voy_plus{
width: 157px;
font-size: 12px;
text-align: center;
margin-bottom: 30px;
}
.entour_img_un{
width: 100px;
position: relative;
margin-left: 28px;
}
.img2_plus{
	border: 1px solid #ccc;
}
.hrdiv{
position: relative;
float: left;
border-top: 1px solid #f2f2f4;
border-bottom: 1px solid #fff;
width: 1100px;
margin: 10px 0 0 35px
}
.titre_mat, .titre_mat1, .titre_carte{
	position:relative;
	float: left;
	width:1085px;
	text-align: center;
	z-index: 9;
}
.titre_mat1{
	position:absolute;
	top: 90px;
}
.titre_mat2{
	width:1170px;
	position:absolute;
	top: 90px;
}
.col_g{
position: relative;
float: left;
width: 350px;
padding: 55px 15px 0 0;
}
.col_d{
position: relative;
float: left;
width: 707px;
padding: 55px 0 0 15px;
text-align: justify;
line-height: 20px;
}
.col_d h2{
	font-size: 12px;
	line-height: 15px;
}
.tith1 h1{
	font-size: 15px;
	line-height:15px;
}
.entour_centr{
	margin: auto;
}
.entour_centr2{
	margin: 15px;
}
.env_voy_plus2{
width: 1170px;
font-size: 12px;
text-align: center;
margin-bottom: 30px;
}
.titre_mat h1{
	line-height: 15px;
	margin-bottom: 10px;
}
.titre_carte h1{
	font-size:20px;
	margin-bottom: 40px;
}
.social{
	position: relative;
width: 125px;
height: 20px;
margin: 15px auto;
}
.row-fluid .offsetmatos:first-child{
	margin-left: 107px;
}
a.buylink:link	{ text-decoration: underline; color : #d60000;}
a.buylink:visited { text-decoration: underline; color : #d60000;}
a.buylink:hover { text-decoration: underline; color : #0A98E4;}

.choix_titre{
	position:relative;
	float:left;
	width:610px;
	text-align: center;
padding: 15px;
background-color: #ECECEC;
}
.choix_col{
position: relative;
float: left;
width: 290px;
padding: 15px;
background-color: #F8F8F8;
}
.glob_choix, .glob_choix2{
position: relative;
float: left;
width: 640px;
font-size: 17px;
margin: 90px 0 0 265px;
}
.glob_choix2{
	margin: 0 0 0 265px;
}
.choix_col select, .choix_titre select{
	line-height:15px;
	background-color:#F2F5FF;
	outline: 0;
}
.choix_col input[type="checkbox"]{
	margin:0;
}
.req_choix{
position: relative;
float: left;
width: 194px;
font-size: 13px;
}
.divtd h2{
line-height: 20px;
font-size: 17px
}
.nowrapp{
	white-space:nowrap;
}
.pad4{
	padding: 4px;
	border-right: 1px solid #ECECEC;
border-left: 1px solid #fff;
border-top: none;
}
.cell-bleu{
	background-color: #C5DAEE;
}
.texte_g{
	text-align: left;
}
.celgris{
	background-color: #FAFAFA;
}
.trhover:hover{
	background-color: #FCFCFC;
}
.legende_rech{
	position: relative;
float: left;
width: 1137px;
margin-top: 50px;
padding: 15px;
background-color: #F8F8F8;
}
.destcol_g{
	position:relative;
	float:left;
	width: 250px;
	padding:8px;
	background-color: #F8F8F8;
}
.destcol_d{
	position:relative;
	float:left;
	width: 805px;
	padding:8px;
	background-color: #E9E9E9;
}
.img_shad{
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
border: 1px solid #C5C5C5;
}
.com_r{
	margin-bottom: 45px;
margin-left: 196px;
}
.album, #results_album, .env_avatar_gal, .user_galerie, .encadr_gal{
	position:relative;
	float:left;
	width:1030px;
}
.user_galerie{
	width: 1170px;
}
.encadr_gal{
width: 1170px;
background-color: #EEE;
border: 1px solid #ccc;
margin-bottom: 30px;
}
.env_avatar_gal{
	width:68px;
margin: 25px 70px;
text-align: center;
}
.user_gal{
	position:relative;
	float:left;
	width:68px;
	margin-top: 10px;
}
.env_album, .album{
	position:relative;
	float:left;
	width:240px;
	margin: 25px;
}
.album{
	margin:0;
}
.nom_alb{
position: absolute;
width: 240px;
opacity: 0.6;
color: #fff;
text-align: center;
top: 30px;
left: 1px;
background-color: #000;
text-shadow: none;
overflow: hidden;
padding: 7px 0;
border-top: 1px solid #fff;
}
#avatar-compte{
height: 68px;
width: 68px;
display: block;
overflow: hidden;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
box-shadow: 0px 0px 8px 1px #000;
-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0, 1);
-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0, 1);
}
.albums{
	position:relative;
	float:left;
width: 890px;
}
.expl_album{
	position:relative;
	float:left;
	width:850px;
	margin: 15px;
}
.env_avatar_alb{
	position:relative;
	float:left;
	width: 68px;
margin: 15px;
text-align: center;
}
.titre{
	position:relative;
	float:left;
	width:1170px;
	margin-bottom: 25px;
}
.polaroid{
text-align: center;
position: relative;
float: left;
background-color: #fff;
padding: 5px 5px 20px 5px;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.71);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.71);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.71);
-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.image_alb{
text-align: center;
position: relative;
float: left;
width:240px;
margin: 25px;
}
.padd, .pad10{
	padding:10px;
}
.marg{
	margin: 0 35px 0 0;
}
.backgr{
	background-color: #F1F1F1;
	border: 1px solid #E9E9E9;
}
.titre2{
	position: relative;
float: left;
width: 1145px;
margin-bottom: 25px;
background-color: #E9E9E9;
text-align: center;
padding: 10px;
border: 1px solid #ccc;
}
.col_d2{
position: relative;
float: left;
width: 848px;
padding: 8px;
background-color: #E9E9E9;
border: 1px solid #ccc;
}
input[type="submit"], .bouton{
	-moz-box-shadow: inset 0px 1px 0px 0px #b2d1e8;
-webkit-box-shadow: inset 0px 1px 0px 0px #b2d1e8;
box-shadow: inset 0px 1px 0px 0px #b2d1e8;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb2db), color-stop(1, #5b7794) );
background: -moz-linear-gradient( center top, #8cb2db 5%, #5b7794 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb2db', endColorstr='#5b7794');
background-color: #8cb2db;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #7495b5;
display: inline-block;
color: #ffffff;
font-family: arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 1px 1px 0px #1d2e40;
cursor: pointer;
}
input[type="submit"]:hover, .bouton:hover{
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5b7794), color-stop(1, #8cb2db) );
background: -moz-linear-gradient( center top, #5b7794 5%, #8cb2db 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b7794', endColorstr='#8cb2db');
background-color: #5b7794;
}
.space{
float: left;
width: 100%;
height: 60px;
}
.colg{
position: relative;
float: left;
width: 600px;
padding: 55px 15px 0 0;
}
.cold{
position: relative;
float: right;
width: 535px;
padding: 8px;
background-color: #E9E9E9;
border: 1px solid #cc
}
.serverResponse{
position: absolute;
font-size: 13px;
width: 407px;
left: 130px;
color: rgb(172, 43, 43);
bottom: -13px;
}
.note{
float: left;
width: 155px;
font-size: 16px;
height: 15px;
margin: -2px 0 0 13px;
}
.votevdo{
	float: left;
}
.envelop_panier{
	width: 430px;
margin: auto;
}
.envelop_checkout{
	width: 1000px;
margin: auto;
text-align: center;
}
.envelop_chk{
	position: relative;
float: left;
width: 500px;
}
.matos_txt h2{
	font-size:15px;
	display: inline;
	line-height: 20px;
}
.matos_txt h3{
font-size: 12px;
line-height: 20px;
margin-top: 10px;
}
.matosd{
	width:195px;
	float:left;
}
.tier{
position: relative;
float: left;
width: 31%;
padding: 8px;
font-size: 13px;
}
.divrech{
	margin:auto;
	width:370px;
}
.divrech span{
	font-size: 15px;
margin-left: 20px;
color: #A3A3A3;
}
.divrech select{
	outline: none;
}
.section-header a:link, .section-header a:visited, .section-header a:active, .section-header a:hover{
	color:#444444;
}
.h2mat h2{
	font-size: 12px;
line-height: 12px;
display: inline;
}

.tith1_1{
	float: left;
text-align: left;
margin-left: 15px;
}
.titre_mat3{
	background-color: #E9E9E9;
	bottom: -23px;
	border: 1px solid #D6D6D6;
}
.env_autre_mat{
position: relative;
width: 1125px;
height: 25px;
margin: auto;
background-color: #E0E0E0;
padding: 10px;
}
.titre_autre_mat{
	position:relative;
	float:left;
	width:1090px;
	text-align:center;
}
.env_autre_g, .titre_autre_g{
	position:relative;
	float:left;
	width: 300px;
	padding: 10px;
		margin-top: 10px;
}
.img_autre_g{
	position:relative;
	float:left;
	width: 80px;
}
.liste_autre_g{
	position:relative;
	float:left;
	width: 300px;
	font-size: 10px;
}
.liste_autre_g h2, .liste_autre_g_m h2{
	font-size: 10px;
	font-weight:normal;
	display:inline;
	line-height: 24px;
}
.env_autre_d, .titre_autre_d, .liste_autre_d{
	position:relative;
	float:left;
	width: 780px;
	padding: 10px;
	margin-top: 10px;
}
.liste_autre_g_m{
position: relative;
width: 290px;
margin: auto;
text-align: center;
}
.posit_left{
	position: relative;
float: left;
}
.posit_centre{
position: relative;
margin: auto;
}
.bordtop{
	border-top: 1px solid #dddddd;
}
.englobreq{
	position:relative;
	float:left;
	width: 388px;
}
.env_compar{
	position:relative;
	float:left;
	width:550px;
}
.env_compar h1{
	font-size: 15px;
}
.compar_marques_all{
	position:relative;float:left;width:300px;padding: 10px;
}
.box120{
	width:120px;
}
.box100{
	width:100px;
}
.btn-primary a:link, .btn-primary a:visited, .btn-primary a:active{
	color: #fff;
}
.btn-primary a:hover{
	color:#B6D3FF;
}
.sp84{
	width: 84px;
	position: relative;
	float:left;
	margin: 20px;
}
.sp_graph{
	position: relative;
	width: 95px;
	height: 50px;
}
.rech_lignef{
	position:relative;
	float:left;
	width:650px;
	padding:10px;
}
.rech_colg{
	position:relative;
	float:left;
	width:200px;
	padding:10px;
}
.rech_colg2{
		position:relative;
	float:left;
	width:320px;
	padding:10px;
	text-align: right;
}
	
.rech_cold{
	position:relative;
	float:left;
	width:400px;
	padding:10px;
}
.fondg_cont{
	background-color: #F8F8F8;
border: 1px solid #ccc;
}
.relat{
	position:relative;
	float:left;
}
.col400{
	position:relative;
	float:left;
	width:400px;
}
.centquar{
	width:140px;
}
.huitcent{
	width:800px;
}
.sixcs{
	width:660px;
}
.sixcq{
	width:640;
}
.photopic{
	font-family: FontAwesome;
	font-size:20px;
	vertical-align: middle;
	color: #9C9C9C;
text-shadow: 1px 1px 0 #5E5E5E;
}
.photopic:before{
	content:"\f030";
}
.tablette{
	position: relative;
float: left;
width: 150px;
height: 113px;
overflow: hidden;
}
.w20{
	width: 20px;
	margin-top: 10px;
}
.w700{
	width:700px;
}
.colg_voy{
	width:100px;
	border-right: 1px solid #E7E7E7;
}
.cold_voy{
	border-left: 1px solid #FFFFFF;
	background-color: #FCFCFC;
}
.colg_voy2{
	border-right: 1px solid #E7E7E7;
}
.binom{
	width: 620px; padding:15px;background-color: #F5F5F5;border-bottom: 1px solid #EBEBEB;
}
.binom2{
	width: 620px; padding:15px;background-color: #F5F5F5;
}
.binom3{
	width: 650px; height:0px;background-color: #F5F5F5;border-top: 1px solid #ECECEC;border-bottom: 1px solid #fff;
}
.envelop{
	font-family: FontAwesome;
	font-size:54px;
	margin-left: 95px;
margin-top: 20px;
text-shadow: 2px 2px 1px black;
}
.envelop:before{
	content:"\f0e0";
}
.colbin{
	border-top: 1px solid #FFF;width:608px;border-left: 1px solid #ccc;background-color: #FCFCFC;
}
.cold_add{
	background-color: #FCFCFC;
border-left: 1px solid #EEE;
}
.fldroite{
	font-family: FontAwesome;
	font-size:15px;
	font-style: normal;
}
.fldroite:before{
	content:"\f0a9";
}
.h1size18{
	font-size: 18px;
	margin-bottom:0;
	display:inline;
}
.brdbb{
	border-bottom: 1px solid #FFF;
}
.imgnorm img{
	max-width: none;
}
.footerc{
	position:absolute;
}
.recherche_av{
position: absolute;
margin: 0px 0 0 1005px;
z-index: 1;
display:none;
}
.rech_top_icon{
	display: block;
height: 1em;
width: 1em;
position: absolute;
right: 29px;
top: 138px;
margin-top: -7.5em;
font-size: 16px;
z-index: 100;
text-shadow: 0px 1px 0px white;
cursor: pointer;
}
.inputext_rech_top{
margin: 105px 19px;
}
.rech_loupe{
position: absolute;
margin: -54px 0 0 1215px;
font-family: FontAwesome;
font-size: 16px;
cursor: pointer;
z-index: 3;
}
.rech_loupe:before{
	content:"\f002";
}
#close_ann_48h, #close_promo_48h{
position: absolute;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
font-family: FontAwesome;
font-size: 25px;
cursor: pointer;
z-index: 10;
color: rgb(216, 15, 15);
left: 595px;
top: 17px;
background-color: #F7F7F7;
padding: 2px;
border: 1px solid #A3A3A3;
}
#ann_48h, #promo_48h{
text-shadow: none;
margin-bottom: -445px;
width: 600px;
position: fixed;
left: 50%;
margin-left: -311px;
bottom: 0;
z-index: 1000;
background-color: #fff;
padding: 10px;
border: 1px solid #A3A3A3;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
 -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
}
.socialnetw{
width: 60px;
text-align: center;
position: fixed;
padding: 10px;
background-color: #f2f2f4;
-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
border-bottom: 2px solid #fff;
z-index: 9999;
}
.socialn{
	height:15px;
}
.socialn1{
	width:60px;
	height:0;
	margin-top: 5px;
	border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
}
.solcialn_bul1, .solcialn_bul2{
position: fixed;
margin-top: -19px;
left: -6px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
width: 10px;
height: 10px;
background-color: #5C76E0;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
z-index: 99999;
}
.solcialn_bul2{
	margin-top:5px;
}
.solcialn_close{
opacity: 0.8;
position: fixed;
font-family: FontAwesome;
font-size: 10px;
color: #DB6161;
margin: -21px 0 0 23px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width: 14px;
border: 2px solid #FFF;
height: 14px;
cursor: pointer;
line-height: 14px;
background-color: #F5F5F5;
padding: 0;
text-shadow: none;
z-index: 9999;
-webkit-box-shadow: 0px 0px 2px#000;
-moz-box-shadow: 0px 0px 2px #000;
box-shadow: 0 0 2px #000;
}
.solcialn_close:before{
	content:"\F00D";
}
.endessous{
position: absolute;
z-index: 0;
width:1px;
height:1px;
}