/*------------------------------------*\
  ARGALI www.argali-conseil.com
\*------------------------------------*/
/**
 * Louis CHARLES
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
.grid--pad {
  padding: 20px;
  padding: 1.25rem; }

[class*="grid__col--"] {
  margin-top: 20px;
  margin-top: 1.25rem; }
  [class*="grid__col--"]:first-child {
    margin-top: 0; }

@media (min-width: 769px) {
  .grid {
    font-size: 0;
    /* 1 */ }

  .grid--vmiddle [class*="grid__col--"] {
    vertical-align: middle; }

  [class*="grid__col--"] {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    font-size: 14px;
        /* 2 */
    vertical-align: top;
    /* 3 */ }
    [class*="grid__col--"]:first-child {
      padding-left: 0;
      /* 4 */ }

.grid__col--05 {
    width: 5%; }

  .grid__col--push05 {
    margin-right: 5%; }
  /* 5 */
  .grid__col--10 {
    width: 10%; }

  .grid__col--push10 {
    margin-right: 10%; }

  /* 5 */
  .grid__col--20 {
    width: 20%; }

  .grid__col--push20 {
    margin-right: 20%; }

  /* 5 */
  .grid__col--25 {
    width: 25%; }

  .grid__col--push25 {
    margin-right: 25%; }

  /* 5 */
  .grid__col--30 {
    width: 30%; }

  .grid__col--push30 {
    margin-right: 30%; }

  /* 5 */
  .grid__col--33 {
    width: 33%; }

  .grid__col--push33 {
    margin-right: 33%; }

  /* 5 */
  .grid__col--40 {
    width: 40%; }

  .grid__col--push40 {
    margin-right: 40%; }

  /* 5 */
  .grid__col--45 {
    width: 45%; }

  .grid__col--push45 {
    margin-right: 45%; }

  /* 5 */
  .grid__col--50 {
    width: 50%; }

  .grid__col--push50 {
    margin-right: 50%; }

  /* 5 */
  .grid__col--60 {
    width: 60%; }

  .grid__col--push60 {
    margin-right: 60%; }

  /* 5 */
  .grid__col--67 {
    width: 67%; }

  .grid__col--push67 {
    margin-right: 67%; }

  /* 5 */
  .grid__col--70 {
    width: 70%; }

  .grid__col--push70 {
    margin-right: 70%; }

  /* 5 */
  .grid__col--75 {
    width: 75%; }

  .grid__col--push75 {
    margin-right: 75%; }

  /* 5 */
  .grid__col--80 {
    width: 80%; }

  .grid__col--push80 {
    margin-right: 80%; }

  /* 5 */
  .grid__col--90 {
    width: 90%; }

  .grid__col--push90 {
    margin-right: 90%; }

  /* 5 */
  .grid__col--100 {
    width: 100%; }

  .grid__col--push100 {
    margin-right: 100%; } }
/*------------------------------------*\
  Helpers
\*------------------------------------*/
/**
 * Clearfix
 */
.cf {
  /* 1 */ }
  .cf:after {
    content: "";
    display: table;
    clear: both; }

/**
 * Unstyled list
 */
.aside-module--list, .arg-nav ul, .pagination {
  padding: 0;
  margin: 0;
  list-style: none; }

/**
 * Visually hidden
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/**
 * Align inline text
 */
.text-left {
  text-align: left; }

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

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

/**
 * Ellipsis
 */
.text-ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*------------------------------------*\
  Typography
\*------------------------------------*/
/**
 * Alter the default CSS box model 
 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Custom content selection
 */
::-moz-selection {
  color: #fff;
  background-color: #a0522d; }

::selection {
  color: #fff;
  background-color: #a0522d; }

/**
 * All the img's are responsive
 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9; }

/**
 * Horizontal lines
 */
hr {
  margin: 20px 0;
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid #eef0f3; }
  hr.bold {
    border-top-width: 8px;
    border-style: dashed; }

/**
 * Body defaults
 */
body {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  //font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-family: "Raleway", sans-serif; }

/**
 * The main container wrapper
 */

.containerlang {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-left: 0.1rem;
  padding-right: 10px;
  padding-right: 0.1rem;}

.containermenu {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 2.25rem;
  padding-right: 20px;
  padding-right: 2.25rem; }

.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 2.25rem;
  padding-right: 20px;
  padding-right: 2.25rem; }

@media (min-width: 769px) {
  .container {
max-width: 1600px;
  margin-left: 4%;
  margin-right: 4%;
  padding-left: 20px;
  padding-left: 2.25rem;
  padding-right: 20px;
  padding-right: 2.25rem; } }

/**
 * Links
 */
a {
  color: #a0522d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a img {
    border: 0; }

h1 a {
  color: #333; }
  h1 a:hover {
    color: #a0522d; }

h2 a {
  color: #333; }
  h1 a:hover {
    color: #a0522d; }

h5 a {
  color: #333; }
  h1 a:hover {
    color: #a0522d; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none; }

/**
 * Blockquote
 */
blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  position: relative;
  padding: 0 20px 0 40px;
  padding: 0 1.25rem 0 2.5rem; }
  blockquote:before {
    color: #ddd;
    content: "\201C";
    font: italic 100px Tahoma,Arial;
    left: -20px;
    left: -1.25rem;
    top: -20px;
    top: -1.25rem;
    position: absolute;
    z-index: -1; }

/**
 * Code blocks
 */
code {
  background: #ddd;
  padding: 1px 3px;
  font-family: "Consolas", "Courier New", "Courier", "FreeMono", monospace; }

/**
 * SVG icons
 */
.svg-icon {
  fill: currentColor; }

/*------------------------------------*\
  Buttons
\*------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  text-align: center;
  color: #333;
  border: 2px solid #427394;
  border-radius: 3px;
  transition: .2s ease-out color, .2s ease-out background-color; }
  .btn:hover {
    color: #fff;
    background-color: #427394;
    text-decoration: none; }

.btn--full {
  width: 100%; }

.btn--large {
  padding: 10px 20px; }

.btn--secondary {
  border-color: #353a4a; }
  .btn--secondary:hover {
    background: #353a4a; }

.btn--disabled {
  pointer-events: none;
  border-color: #eef0f3;
  color: #a3aebe; }
  .btn--disabled:hover {
    color: #a3aebe;
    background: none; }

.btn2 {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  border: 2px solid #427394;
  border-radius: 3px;
  transition: .2s ease-out color, .2s ease-out background-color; }
  .btn2:hover {
    color: #fff;
    background-color: #427394;
    text-decoration: none; }

.btn2--full {
  width: 100%; }

.btn2--large {
  padding: 10px 20px; }

.btn2--secondary {
  border-color: #353a4a; }
  .btn--secondary:hover {
    background: #353a4a; }

.btn2--disabled {
  pointer-events: none;
  border-color: #eef0f3;
  color: #a3aebe; }
  .btn2--disabled:hover {
    color: #a3aebe;
    background: none; }

.btncontact {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  border: 2px solid #427394;
  border-radius: 3px;
color: #ffffff;
    background-color: #427394;
  transition: .2s ease-out color, .2s ease-out background-color; }
  .btncontact:hover {
    color: #ffffff;
    background-color: #427394;
    text-decoration: none; }

.btncontact--full {
  width: 100%; }

.btncontact--large {
  padding: 10px 20px; }

.btncontact--secondary {
  border-color: #353a4a; }
  .btn--secondary:hover {
    background: #353a4a; }

.btncontact--disabled {
  pointer-events: none;
  border-color: #eef0f3;
  color: #a3aebe; }
  .btncontact--disabled:hover {
    color: #a3aebe;
    background: none; }

/*------------------------------------*\
  Typography
\*------------------------------------*/
s1, s2, h1, h2, h3, h4, h5, h6 {
  //font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0; }

s1, .s1 {
  font-size: 36px;
  font-size: 2rem;
  /* 36/16 */
  line-height: 1;
  /* 48/36 */ 
padding-bottom:8px;	
	text-transform:uppercase;
letter-spacing: 2px;
word-wrap: break-word;}

s2, .s2 {
  font-size: 36px;
  font-size: 1.8rem;
  /* 36/16 */
  line-height: 1;
  /* 48/36 */ 
padding-bottom:8px;	
	text-transform:uppercase;
letter-spacing: 2px;
word-wrap: break-word;}

h1, .h1 {
  font-size: 36px;
  font-size: 1.8rem;
  /* 36/16 */
  line-height: 1;
  /* 48/36 */ 
padding-bottom:8px;
background-image:url(../img/h1.png);
	background-repeat:no-repeat;	
color:#333;
	border-bottom:solid thin #a0522d;
	text-transform:uppercase;
padding-left:28px;}

h2, .h2 {
  font-size: 18px;
  font-size: 1.125rem;
  /* 24/16 */
  line-height: 1.15;
  /* 24/24 */ 
padding-bottom:7px;
color:#a0522d;
border-bottom:solid thin #a0522d;}

h3, .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  /* 21/16 */
  line-height: 1.15;
font-weight:500;
  /* 24/21 */ }

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  /* 18/16 */
  line-height: 1.33333;
  /* 24/18 */ 
	}

h5, .h5 {
  font-size: 13px;
  font-size: 1rem;
  /* 36/16 */
  line-height: 1.33333;
  /* 48/36 */ 
padding-bottom:8px;
background-image:url(../img/h1.png);
background-repeat:no-repeat;
color:#333;
border-bottom:solid thin #a0522d;
text-transform:uppercase;
padding-left:28px;
word-wrap: break-word;}

h6 .h6 {
  font-size: 36px;
  font-size: 2rem;
  /* 36/16 */
  line-height: 1;
  /* 48/36 */ 
padding-bottom:8px;	
	text-transform:uppercase;
letter-spacing: 2px;}

ul, ol, blockquote, pre {
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0; }

p {
  margin: 0 0 0px 0;
  margin: 0 0 0rem 0; }

.paraph {
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0; }

.paraphsmall {
  margin: 0 0 12px 0;
  margin: 0 0 0.6rem 0; }

.tg  {border-collapse:collapse;border-spacing:0;width:100%;table-layout:fixed;}
.tg td{font-family:Open Sans, Helvetica, Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#a0522d;}
.tg th{font-family:Open Sans, Helvetica, Arial, sans-serif;font-size:14px;font-weight:bold;padding:10px 5px;border-style:none;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#a0522d;}
.tg .tg-0lax{text-align:left;vertical-align:top;width:120px;}
.tg .tg-tf2e{text-align:left;vertical-align:top;width:90%;}
.tg .tg-jjut{text-align:right;vertical-align:top;}

/*------------------------------------*\
  Sidebar
\*------------------------------------*/
/**
 * The abstract-shaped modules
 */
.aside-module {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
text-align: left;
color:#fff; }
  .aside-module:last-child {
    margin-bottom: 0; }
  .aside-module:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(66, 115, 148, 0.7);}
  .aside-module:after {
    content: '';
    position: absolute;
    z-index: -1;
    
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px; }

.aside-moduledashed {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
border: 8px solid rgba(66, 115, 148, 0.7);
color:#333; }
  .aside-moduledashed:last-child {
    margin-bottom: 0; }
  .aside-moduledashed:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);}
  .aside-moduledashed:after {
    content: '';
    position: absolute;
    z-index: -1;
    
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px; }

.aside-art {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
border: 1px solid rgba(66, 115, 148, 0.7);
color:#333; }
  .aside-art:last-child {
    margin-bottom: 0; }
  .aside-art:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);}
  .aside-art:after {
    content: '';
    position: absolute;
    z-index: -1;
        top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px; }

/**
 * Get updates via RSS or email
 */
.email-form {
  position: relative; }

.email-form__text {
  padding: 5px;
  height: 40px;
  border: 0;
  width: 100%; }

.email-form__text:focus + .email-form__submit,
.email-submit:active {
  background: #e96a19; }

.email-form__submit {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 50px;
  height: 32px;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  background: #ddd;
  border: 0; }

.rss-label {
  background: #e96a19;
  display: inline-block;
  padding: 2px 6px;
  color: #fff; }
  .rss-label:hover {
    color: #fff; }

/**
 * BSA
 */
#carbonads {
  overflow: hidden;
  line-height: 1.5;
  font-size: .8em; }
  #carbonads span {
    display: block;
    overflow: hidden; }

.carbon-text {
  max-width: 50%;
  text-align: left;
  color: #333; }
  .carbon-text:hover {
    text-decoration: none; }

.carbon-img {
  float: left;
  margin-right: 15px; }
  .carbon-img img {
    width: 130px;
    height: 100px; }

.carbon-poweredby {
  display: block;
  text-align: right; }

/**
 * Aside list
 */
.aside-module--list li {
  margin: 2px 0; }
  .aside-module--list li a {
    display: inline-block;
    width: 100%;
    padding: 3px;
    color: #333;
    background: rgba(0, 0, 0, 0.015);
    transition: all .1s ease-out; }
    .aside-module--list li a:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.05);
      transform: scale(1.05); }

/*------------------------------------*\
  Header
\*------------------------------------*/
.top-header {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 43px 0 40px;
  padding: 0.7rem 0 2.5rem;
  text-align: center; }
  .top-header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(-90deg, #427394 10%, #F5DEB3 40%, #D2B48C 70%, #A0522D 90%); }

.arg-logo {
  background-image: url(../img/logo.png), none;
  background-size: 200px 64px;
  text-indent: 999em;
  overflow: hidden;
  width: 200px;
  height: 64px;
  display: inline-block; }
  .arg-logo:hover {
    transform: scale(0.95); }

.lang {
    text-align: right; }
.lang li { 
display: block;
display: inline-block; }
  .lang li > a {
    display: inline-block;
    color: #a0522d;
    text-transform: uppercase;
    letter-spacing: 2px;
position: relative;
    padding: 1px 0; }
    .lang li > a:hover {
      text-decoration: none; }
.lang .current a {
  background-color: #427394;
  color: #fff; }

.arg-nav li {
  display: block; }
  .arg-nav li > a {
    display: block;
    color: #a0522d;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0; }
    .arg-nav li > a:hover {
      text-decoration: none; }
.arg-nav .current a {
  background-color: #427394;
  color: #fff; }

.arg-nav .contact {
display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  text-align: center;
  color: #a0522d;
  border: 2px solid #427394;
  border-radius: 10px;
  transition: .2s ease-out color, .2s ease-out background-color; }
  .arg-nav .contact:hover {
   background-color: transparent;
  }
.arg-nav .contact a:hover {
  color: #a0522d;
  }


.footer-nav li {
  display: block; }
  .footer-nav li > a {
    display: block;
    color: #a0522d;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0; }
    .footer-nav li > a:hover {
      text-decoration: none; }
.footer-nav .current a {
background-color: #427394;
  color: #fff; }



@media (min-width: 769px) {
.lang {
text-align:right}  
.arg-logo {
    display: block; }

  .arg-nav {
    text-align: right; }
    .arg-nav li {
      display: inline-block;
      margin-left: 32px;
      margin-left: 2rem; }
      .arg-nav li > a {
        position: relative;
        display: inline-block;
        padding: 0;
        line-height: 50px; }
        .arg-nav li > a:after {
          content: '';
          position: absolute;
          height: 2px;
          width: 100%;
          left: 0;
          bottom: 0;
          background-color: #427394;
          visibility: hidden;
          transform: scaleX(0);
          transition: all .1s ease; }
        .arg-nav li > a:hover:after {
          visibility: visible;
          transform: scaleX(1); }
    .arg-nav .current a {
      background: none;
      color: #333;
      pointer-events: none; }
      .arg-nav .current a:after {
        visibility: visible;
        transform: scaleX(1); } 
.arg-nav .contact {
display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  text-align: center;
  color: #a0522d;
  border: 2px solid #427394;
  border-radius: 10px;
  transition: .2s ease-out color, .2s ease-out background-color; }
  .arg-nav .contact:hover {
   background-color: #transparent;
  }
.arg-nav .contact a:hover {
  color: #a0522d;
  }
}


.master-header1 {
  position: relative;
  z-index: 1;
  background-color: #353a4a;
  background-image: url(../img/back1.jpg), none;
  background-repeat: no-repeat;
  background-position: left left;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  padding: 10rem 0; }

.master-header2 {
  position: relative;
  z-index: 1;
  background-color: #353a4a;
  background-image: url(../img/back2.jpg), none;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  padding: 10rem 0; }

.master-header3 {
  position: relative;
  z-index: 1;
  background-color: #353a4a;
  background-image: url(../img/back3.jpg), none;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  padding: 10rem 0; }

.master-header4 {
  position: relative;
  z-index: 1;
  background-color: #353a4a;
  background-image: url(../img/back4.jpg), none;
  background-repeat: no-repeat;
  background-position: bottom 90% center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  padding: 10rem 0; }

.master-header5 {
  position: relative;
  z-index: 1;
  background-color: #353a4a;
  background-image: url(../img/back5.jpg), none;
  background-repeat: no-repeat;
  background-position: bottom 90% center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  padding: 10rem 0; }

.master-header6 {
  position: relative;
  z-index: 1;
  background-color: #353a4a;
  background-image: url(../img/back6.jpg), none;
  background-repeat: no-repeat;
  background-position: bottom 90% center;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
  padding: 10rem 0; }


.master-head--title {
  margin: 0;
  font-weight: 300;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 13px;
  padding: 0.4rem 0.8rem; }

@media (min-width: 769px) {
  .master-head--title {
    background-color: rgba(0, 0, 0, 0.8);
    color: #eef0f3; }
    .master-head--title::before {
      content: '//';
      margin-right: 10px;
      opacity: .1; } }
/*------------------------------------*\
  Content
\*------------------------------------*/
.master-content {
  padding: 40px 0;
  padding: 2.5rem 0;
text-align: left;}

.master-content ul li {
	background-image:url(/img/li.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	margin:0 0 0 -38px;
	padding:0px 0px 0px 18px;
list-style: none;
}

.solidborder {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
    border: 1px solid rgba(66, 115, 148, 0.7);}
  .solidborder:last-child {
    margin-bottom: 0; }
  .solidborder:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
      z-index: -1;}
  .solidborder:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;}

.solidborder2 {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
    border-bottom: 8px solid rgba(66, 115, 148, 0.7);}
  .solidborder:last-child {
    margin-bottom: 0; }
  .solidborder:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
      z-index: -1;}
  .solidborder:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;}

.solidtext {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
    background-color: rgba(129, 129, 129, 0.7);}
  .solidtext:last-child {
    margin-bottom: 0; }
  .solidtext:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
      z-index: -1;}
  .solidtext:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 10px;
    left: 10px;
      right: 10px;}

.solidtext2 {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
    background-color: #fff;
color:#000;}
  .solidtext2:last-child {
    margin-bottom: 0; }
  .solidtext2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
      z-index: -1;}
  .solidtext2:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 10px;
    left: 10px;
      right: 10px;}


.solidimg {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
background-image:url(../img/measure.jpg), none;
background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
color:#fff;}
  .solidimg:last-child {
    margin-bottom: 0; }
  .solidimg:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
      z-index: -1;}
  .solidimg:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;}

/**
 * Articles list
 */
.post {
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }
  .post:not(:last-of-type):after {
    content: '...';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #b8c3e9;
    letter-spacing: 8px;
    letter-spacing: 0.5rem;
    font-size: 32px;
    font-size: 2rem;
    pointer-events: none; }

@media (min-width: 481px) {
  .post img, .single-post img {
    border: 8px solid #fff;
    outline: 1px solid #eef0f3; } }
.post__time {
  color: #ccc; }

/**
 * Articles list
 */
.pagination {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }
  .pagination > li {
    display: inline-block; }

.pagination__status {
  margin: 0 10px;
  margin: 0 0.625rem; }

@media (min-width: 769px) {
  .pagination__status {
    margin: 0 40px;
    margin: 0 2.5rem; } }
/**
 * Archive list
 */
.archive-list {
  padding: 0; }

.archive-list--heading {
  list-style: none; }
  .archive-list--heading:not(:first-child) > h2 {
    margin-top: 24px;
    margin-top: 1.5rem; }

.archive-list--item {
  margin-left: 16px;
  margin-left: 1rem; }

/**
 * Disqus
 */
#disqus_thread {
  margin-top: 80px;
  margin-top: 5rem; }

/*------------------------------------*\
  Footer
\*------------------------------------*/
.master-footer {
  color: #eef0f3;
  background: #353a4a repeat-x top center;
  padding: 48px 0 40px 0;
  padding: 3rem 0 2.5rem 0; }
  .master-footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    border-style: dashed;
    margin: 40px 0;
    margin: 2.5rem 0; }
  .master-footer a {
    color: #eef0f3;
    opacity: .8; }
    .master-footer a:hover {
      opacity: 1;
      text-decoration: none; }
  .master-footer .svg-icon {
    margin: 16px;
    margin: 1rem; }

/**
 * Slideout footer effect only for large displays
 */
@media (min-width: 1200px) {
  .master-footer {    
bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    .master-footer .svg-icon {
      margin: 0 16px;
      margin: 0 1rem; } }

/*# sourceMappingURL=styles.css.map */
